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 all, As agreed in the Tier 1 dCache devs meeting I am reporting here. It was noticed that /cell endpoint does not seem to provide persistency for the state...
Dear dCache devs, I'm testing with labels in the API. For files, it seems to work as expected. But for directories there is something strange: I can set a label...
My naive assumption is that `Infinity` is larger than `1`. However, the DiskSpace class disagrees with me. ```java @Test public void testInfinity() { assertTrue(new DiskSpace("Infinity").isLargerThan(1L)); } ```
Dear all, Currently we are testing dCache doors with standard pool redirection for transfers. I noticed that unlike with DAVs I must make sure the pool’s IPs must be on...
This is issue is somewhat similar https://github.com/dCache/dcache/issues/7687 When the list of request arguments is built they go in verbatim as specified by user, ending up as a map . The...