" By default, CTA will migrate AND add new (or missing) copies (as defined by the storage class) of the files located on the tape to repack.\n"
" * The --mountpolicy option allows to give a specific mount policy that will be applied to the repack subrequests (retrieve and archive requests).\n"
" By default, a hardcoded mount policy is applied (every request priorities and minimum request ages = 1).\n"
" * If the --disabledtape flag is set, the tape to repack will be mounted for retrieval even if it is disabled."
" * If the --disabledtape flag is set, the tape to repack will be mounted for retrieval even if it is disabled.\n"
" * If the --no-recall flag is set, no retrieve mount will be triggered and only the files that are located in the buffer will be considered for archival."
lc.log(log::WARNING,"In Scheduler::expandRepackRequest(), received XRootdException while listing files in the buffer");
}
}else{
if(repackInfo.noRecall){
//The buffer directory should be created if the --no-recall flag has been passed
//So we throw an exception
throwExpandRepackRequestException("In Scheduler::expandRepackRequest(): the flag --use-buffer-do-not-recall is set but no buffer directory has been created.");