-
Would be nice to be able to filter/populate a field depending on if the billing line is a pool: or a door: line (and only the first pool:). Like:
06.12 23:59:59 [pool:csc_fi_38:transfer]
06.12 23:59…
-
At line 245 in Utilities/XrdAdaptor/src/XrdRequestManager.cc, adding this
`
m_disabledExcludeStrings.insert(dataServer); // proposed by bockjoo
`
like so
`
if (!dataServer.empty()) {
…
-
While reading files from EOS I'm getting once or twice per file this kind of errors:som
```
[2022-08-13 05:26:40.921404 +0200][Error ][PostMaster ][2197550] [p06636710c97232.cern.ch:1095] Fo…
-
here are the packages AFAICT that provide FUSE for Windows:
- https://github.com/dokan-dev/dokany (the FUSE part is LGPL-2)
- https://github.com/billziss-gh/cgofuse (MIT)
-
I'm using [XRootD](https://xrootd.slac.stanford.edu/) as WebDAV server, and encountered an issue with RClone.
XRootD allows clustering of several servers. For example, in our setup, we have one lo…
-
Hi @simonmichal :wave: I just had a question given 16c10303133b84ecc40c5b4ad8db8466fb246d0a which added
https://github.com/xrootd/xrootd/blob/975ea12e06dd4237a40d91de7869fbcb3a48bfaa/cmake/XRootDDe…
-
HI,
In the UK we have several XRootD endpoints forwarding monitoring streams to a listener at a single site.
(Ingesting data from both `xrootd.monitor`, `xrd.report`, `xrootd.mongstream`)
I rec…
-
I see probably same issue described in #6602 with our dCache 7.2.20. I agree dCache should use hostname instead of IPv6 address, but in case dCache decides to use directly IPv6 address it should creat…
vokac updated
2 years ago
-
When reading files via Xrootd with Spark (https://github.com/spark-root/laurelin) doing profiling with the code shows there's significant RTTs being burned because the HadoopFile interface doesn't sup…
-
This could also be a configuration issue, if so, please bear with me ;-). I'm using XRootD 5.0.0 in this test (a self-compiled version from master after the `http.tlsreuse` parameter was introduced). …