dcache icon indicating copy to clipboard operation
dcache copied to clipboard

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard acce...

Results 340 dcache issues
Sort by recently updated
recently updated
newest added

Hi all, we've observed a strange behaviour recently. Files with QoS `disk+tape` have been made `PRECIOUS` again even after a flush and remain so even after a manual verify in...

bug

Motivation: Fix typo Target: master, 11.1, 11.0 Acked-by: Marina Sahakyan Target: master. 10.2, 10.1, 10.0, 9.2 Require-book: no Require-notes: yes

Dear dCache devs, I would like to kindly request an option to show pin info of a file through the API. We have users (specifically from the LOFAR project) who...

enhancement
frontend

Dear all, As discussed in our dCache dev tier 1 meeting, I have followed https://www.dcache.org/manuals/Book-9.2/config-gplazma.shtml to enable the ban.conf file The current configuration is ``` vi /etc/dcache/gplazma.conf auth optional x509...

bug

Dear dCache developers. We would like to make a feature request to you in the context of our OIDC with CodeFlow test setup: To have slim dCache setup, we would...

According to [RFC 4918](http://www.webdav.org/specs/rfc4918.html#METHOD_MKCOL), an implementation of the `MKCOL` method must not automatically create a directory hierarchy: > _if a request to create collection /a/b/c/d/ is made, and /a/b/c/ does...

Renaming file with just `storage.read` capability returns HTTP 500 with dCache 10.2.13. I would expect something like HTTP 403, e.g. with existing file `test.rename` ```bash $ curl --capath /etc/grid-security/certificates -L...

bug
webdav

We see cancelled stage requests coinciding with logged messages such as: ``` Failed to read file size: java.nio.file.NoSuchFileException: /grid/pool/ops_hpc2n_umu_se_r02/data/00003B736F6968DE43E282BDA48EC348E637 ``` We believe the cause of this is the dCache hsm...

Dear dCache devs, Upon updating our test instance to the latest dCache 10.2.X releases, we observed, that in dCache view: https://ppsdcacheweb-kit.gridka.de:3880/admin/#!/admin/cell-services The column for version number reads (in case of...

The class `org.dcache.http.AbstractLoggingHandler` contains the `handle` method to process requests. For non-async requests, this `handle` method calls `requestCompleted` directly, to record the activity after the request was processed (see `super.handle`)....

bug
webdav