Skip to content
Snippets Groups Projects
Commit 9ae029c0 authored by Sebastien Ponce's avatar Sebastien Ponce Committed by Steven Murray
Browse files

New version of the repack tool.

The version is MUCH lighter than the previous one and consists only in a small python script talking to the stager DB.
In particular the repack DB and repack daemon are gone.
The handling of repack at the stager level has also be greatly improved, using bulk APIs and a direct access to the nameserver DB via DB link. The will make the repacking of tapes with > 1M files possible.
parent 82178065
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ char *sys_rterrlist[ERTMAXERR-ERTBASEOFF+2] =
*/
char *sys_sterrlist[ESTMAXERR-ESTBASEOFF+2] =
{"Error 0",
"Aborted by stageclr",
"Aborted",
"Enough free space",
"Symbolic link not created",
"Symbolic link not supported",
......
......@@ -262,7 +262,7 @@
* STAGE errors
*------------------------------------------------------------------------
*/
#define ESTCLEARED ESTBASEOFF+1 /* aborted by stageclr */
#define ESTCLEARED ESTBASEOFF+1 /* aborted */
#define ESTENOUGHF ESTBASEOFF+2 /* enough free space */
#define ESTLNKNCR ESTBASEOFF+3 /* symbolic link not created */
#define ESTLNKNSUP ESTBASEOFF+4 /* symbolic link not supported */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment