- Jan 27, 2020
-
-
Michael Davis authored
- XRootD/SSI/Protobuf errors or CTA Exceptions return error code 1 (something went wrong with communication or in the frontend) - User errors return error code 2 (user specified an invalid drive, vid, etc.) - If text output, print error message on stderr and exit with code 2 - If --json output, print error message on stderr, print empty JSON array [] on stdout, and exit with code 2
-
- Jan 24, 2020
-
-
Michael Davis authored
-
- Jan 21, 2020
-
-
Michael Davis authored
-
- Jan 20, 2020
-
-
Michael Davis authored
-
- Dec 18, 2019
-
-
Michael Davis authored
-
- Dec 17, 2019
-
-
Michael Davis authored
-
- Dec 16, 2019
-
-
Michael Davis authored
-
- Jul 03, 2019
-
-
Victor Kotlyar authored
Implement cta-admin disksystem add/ls/rm commands.
-
- Jun 24, 2019
-
-
Michael Davis authored
cta-admin logicallibrary ls cta-admin mountpolicy ls cta-admin showqueues cta-admin storageclass ls
-
- Jun 21, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Jun 19, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Jun 18, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
- Jun 17, 2019
-
-
Michael Davis authored
-
- Jun 06, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
- Jun 03, 2019
-
-
Cedric CAFFY authored
-
- May 21, 2019
-
-
Steven Murray authored
-
- Apr 23, 2019
-
-
Michael Davis authored
Fixes race condition: for text stream responses, guarantees that header is printed before the stream data.
-
- Apr 15, 2019
-
-
Cedric CAFFY authored
Simple repack on CI
-
Eric Cano authored
Replaced the map of tape files with a list as the assumption that we have one copy per copyNb is no more valid with repack.
-
- Feb 07, 2019
-
-
Michael Davis authored
-
- Feb 04, 2019
-
-
Michael Davis authored
-
- Jan 10, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
- Nov 08, 2018
-
-
Michael Davis authored
-
- Oct 12, 2018
-
- Sep 28, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
- Sep 27, 2018
-
-
Michael Davis authored
Usage: cta-admin --json <command> <subcommand> <options> For stream commands only (where each line of the result is sent back in a protocol buffer), return the results in JSON format instead of a text table.
-
- Sep 26, 2018
-
-
Michael Davis authored
Adds better cleanup of Requests. The Send() method is synchronous as before, for Metadata requests. The new SendAsync() method is for Data and Stream requests, where the Response is returned asynchronously. The framework now provides a DataFuture object for the asynch case. After the Request has been sent, call DataFuture::wait() to clean up the Request object once all data has been received.
-
- Jun 14, 2018
-
-
Michael Davis authored
-
- Jun 13, 2018
-
-
Michael Davis authored
-