- Oct 06, 2017
-
-
Michael Davis authored
-
- Oct 05, 2017
-
-
Steven Murray authored
Done.
-
Michael Davis authored
-
- Oct 03, 2017
-
-
Steven Murray authored
Replaced set_target_properties( .. .. INSTALL_RPATH ..) with set_property (TARGET .. APPEND PROPERTY INSTALL_RPATH ..)
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Eric Cano authored
The problem happened in tests when the object we deleted by hand. This commit prevents a crash in this (already pathological) situation.
-
- Oct 02, 2017
-
-
Eric Cano authored
Also added more information to the logs.
-
Steven Murray authored
-
Michael Davis authored
To handle cta_admin ar ls
-
Steven Murray authored
This reverts commit 35a0cf48.
-
Michael Davis authored
This is a first version of the command which has a fixed-size return buffer, this code still needs to be refactored to allow a result of arbitrary size. Removes the log parameter from ListArchiveFilesCmd constructor. Elsewhere we are using log context objects: the SSI version of the command dispatcher has access to the lc but not the log object. In any case this was not being used so safe to remove for the time being.
-
Steven Murray authored
-
Steven Murray authored
-
- Sep 30, 2017
-
-
Eric Cano authored
We do not do a stat before reading. Instead we ask for an arbitrarily big read, and find out the size of the data while reading. This avoids a race condition in lockfree reads where we failed to get the full object if it got re-written to a bigger size between stat an read.
-
- Sep 28, 2017
-
-
Cristina Moraru authored
Signed-off-by:
Cristina Moraru <cristina-gabriela.moraru@cern.ch>
-
Cristina Moraru authored
Signed-off-by:
Cristina Moraru <cristina-gabriela.moraru@cern.ch>
-
Cristina Moraru authored
Signed-off-by:
Cristina Moraru <cristina-gabriela.moraru@cern.ch>
-
Eric Cano authored
-
Eric Cano authored
A benign exception failed to be caught and led to unnecessary errors.
-
Eric Cano authored
-
Eric Cano authored
The locking of the scheduler global lock is retained so only on drive can create a mount at any point in time.
-
Vladimir Bahyl authored
-
Vladimir Bahyl authored
-
- Sep 27, 2017
-
-
Steven Murray authored
-
Julien Leduc authored
Copying SSS of taped to the official location (temporary fix, should be created here on the flyx by default)
-
Michael Davis authored
-
Michael Davis authored
-
Steven Murray authored
-