- Oct 09, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
Julien Leduc authored
-
Julien Leduc authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
This will be validated in the ssi branch and merged into master later.
-
Eric Cano authored
The code in this part was uselessly taking exclusive root locks, leading to locking fights when starting all drive as the same time in bigger systems.
-
Eric Cano authored
-
Michael Davis authored
-
Michael Davis authored
-
- Oct 08, 2017
-
-
Eric Cano authored
This happens when the notification is received multiple times. This did not show before full scale test.
-
Eric Cano authored
The locking is now handled in a single function. This functions is also used in the asynchronous operations. This operations have been simplified in this operation: we now do a synchronous stat after the locking. Previously stat was the first asynchronous operation. This will slightly slow down the async operations (for the gain of code simplicity).
-
Eric Cano authored
This commit only replaces backoff with notifications in exclusive locks, for validation with a multithreaded unit test. This proof of concept is considered as working, as the measured gap between a lock release and a lock take never exceeds ~1/4 of a second, with a typical release-lock gap in the few ms to few tens of ms.
- Oct 06, 2017
-
-
Michael Davis authored
-
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
-