- Sep 18, 2017
-
-
Julien Leduc authored
This commit should fail in system tests with a core dump on the frontend.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
This completes the dispatcher logic in the frontend
-
Julien Leduc authored
avoid file metadata resolution on eos side.
-
Michael Davis authored
-
- Sep 15, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
- Sep 14, 2017
-
-
Michael Davis authored
-
Julien Leduc authored
when SSI is not used.
-
Eric Cano authored
The probe state is also used. It represents the time when the drive is being checked for tapes during the down to up transition. Shutdown is not in use yet as it requires changing the behaviour of the system (clean shutdowns).
-
- Sep 13, 2017
-
-
Eric Cano authored
We now automatically find all binaries to symlink into /usr/bin of containers.
-
Michael Davis authored
Changes dispatcher back to using a switch statement for the EOS commands for easier static analysis.
-
Michael Davis authored
-
Julien Leduc authored
-
Julien Leduc authored
Generating backtrace automatically when ctafrontend dies, collect it for artifacts and display it when the namespace gets deleted so that it appears on the Pipeline.
-
Michael Davis authored
For the admin functions, it is very clunky to map <cmd,subcmd> pairs to which function to call using nested switches. Instead we lookup which function to call in a static const map of <cmd,subcmd> to method function pointers. Now new commands can be added or old ones removed by editing a single line in the map definition.
-
Michael Davis authored
-
- Sep 12, 2017
-
-
Julien Leduc authored
and 1 hour by default. Previously when cta frontend coredumped, all the files appeared to have been successfully deleted when it was not the case. I am now making sure cta client returned with no error to correctly detect failures.
-
Julien Leduc authored
-
Eric Cano authored
This will give faster feedback to the operators as they put drives up. The scheduling can sometimes take a long time and the status update only happened after that.
-
- Sep 11, 2017
-
-
Eric Cano authored
This is necessary after a system restart if the api server's IP address changed.
-
Eric Cano authored
sqplus is needed to clean up the database.
-
Julien Leduc authored
-
Julien Leduc authored
preprod workflows
-
Michael Davis authored
Zero-length metadata now resolves to a valid metadata messages, with RSP_SUCCESS and no text message.
-
Eric Cano authored
Increased number of processes watched by a single garbage collector to cover the case for many drive processes per server.
-
- Sep 08, 2017
-
-
Michael Davis authored
-
Eric Cano authored
-
Eric Cano authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Sep 06, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Previously took hostname and port as separate parameters, but they are provided together in the config file so no point in separating them just to recombine them.
-
Michael Davis authored
-