- Nov 09, 2016
-
-
Geoffray Adde authored
-
Geoffray Adde authored
-
- Nov 08, 2016
-
-
Geoffray Adde authored
-
- Nov 07, 2016
-
-
Geoffray Adde authored
-
Geoffray Adde authored
as we know check the mgm before forking
-
Geoffray Adde authored
-
Geoffray Adde authored
cleanly fail in the inital ping times out by fuse_umounting
-
Geoffray Adde authored
it was breaking the build when a custom xrootd was used
-
Geoffray Adde authored
-
Geoffray Adde authored
now build works if the XRootd version is specified by XROOTD_ROOT_DIR env variable
-
- Nov 04, 2016
-
-
Andreas Joachim Peters authored
-
Geoffray Adde authored
it was leading to hanging threads because of bad mutex unlocking it could potentially lead to a crash
-
Geoffray Adde authored
-
Geoffray Adde authored
-
Geoffray Adde authored
-
Geoffray Adde authored
-
- Nov 03, 2016
-
-
Elvin Alin Sindrilaru authored
The blockxs files corresponding to data files were never deleted since the deletion was done through the FileIo object of the data file. The FileIo has no knowledge of the blockxs file. To have this working for local files, one has to do the deletion through the XrdOfs::rem interface which in its turn will call the XrdOss interface and this properly cleans up the data and the blockxs files.
-
Elvin Alin Sindrilaru authored
-
Andreas Joachim Peters authored
-
Andreas Joachim Peters authored
-
Geoffray Adde authored
-
Andreas Joachim Peters authored
FST: don't avoid reading of replica files with bogus blockchecksum errors - consider only file checksum errors
-
Andreas Joachim Peters authored
-
Andreas Joachim Peters authored
-
- Nov 02, 2016
-
-
Ivan Arizanovic authored
-
Hugo Gonzalez Labrador authored
-
Andreas Joachim Peters authored
-
Geoffray Adde authored
-
- Nov 01, 2016
-
-
Geoffray Adde authored
-
Geoffray Adde authored
-
- Oct 31, 2016
-
-
Geoffray Adde authored
FST: fix a logic error in file deletion. Files were not deleted because the successful stat was considered as failed.
-
Geoffray Adde authored
-
Geoffray Adde authored
-
- Oct 28, 2016
-
-
Geoffray Adde authored
it was getting only empty information. Should fix nused files seen as 0 when node ls --io or fs ls --io
-
Geoffray Adde authored
it was probably a merge issue
-
Elvin Alin Sindrilaru authored
This reverts commit 425977fa.
-
Geoffray Adde authored
it was leading to hanging threads because of bad mutex unlocking it could potentially lead to a crash
-
- Oct 27, 2016
-
-
Elvin Alin Sindrilaru authored
-
Elvin Alin Sindrilaru authored
Conflicts: common/CMakeLists.txt doc/releases.rst mgm/FsView.hh mgm/Master.hh mgm/XrdMgmOfs/fsctl/Commit.cc
-
Elvin Alin Sindrilaru authored
to avoid unprotected access to maps used to share information. Fix formatting, add comments and remove whitespaces for both the header and the source file.
-