dcache
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...
Dear dCache devs, A user has trouble staging a directory when using a macaroon with a `root:` caveat. This happens in these conditions: - dCache 10.2.10, or the master branch...
Hey. I think many VOs (at least ALTAS and BELLE) use typically a scheme, where the DN is basically ignored (other than it has to be a trusted cert) and...
Hey. In `multimap` (and presumably `omnisession`, too) one often needs to mark predicates on both sides of the mapping as primary, so that things work. E.g. in: ``` fqan:/atlas,true username:atlas...
Dear dCache devs, When I upload a file with curl with these conditions: * To a redirecting WebDAV door * With a Content-MD5 checksum to be verified * Where the...
this is 9,2 A pool group comprised of disk/only pools has filled up. Users continue to write to this pool group. Instead of failing tranfers the pools go OFFLINE and...
Sometimes, admins need a way to fix broken files on a pool and reintroduce the `fixed` copy. Currently, this is possible only on pool restart, when the inventory is running...
Here is a simple subtree: ```console paul@celebrimbor:~/vtmp$ tree . ├── dir-1 │ ├── dir-1-1 │ │ ├── dir-1-1-1 │ │ │ └── file-1-1-1 │ │ ├── dir-1-1-2 │ │ │ ...
Hey. For quite a while I suffer from the btrfs issue I've vaguely described in #5352. What happens is basically, that btrfs allocates the storage in block groups some for...
Hey. I've hoped that 18601a941d9471893936001ebbebb4874a6dece1 would have helped with #5352 but apparently it doesn't. Had just the situation again that due to some unfortunate IO patterns many of my btrfs...
the rest Api call with an empty Basic authorization : curl -v -k -L -H "Authorization: Basic " -H "Authorization: Bearer " --upload-file pom.xml "https://localhost:2881/tape/file.txt" returns LOGIN FAIL | in:...