The transfer function in archive_del.py in the delete branch is only partially implemented.
Currently it just sends the list of files back to the nlds_worker so that they can be forwarded to the del_transfer.py worker.
The actual "delete from tape" functionality needs implementing.
The
transfer
function inarchive_del.py
in thedelete
branch is only partially implemented.Currently it just sends the list of files back to the
nlds_worker
so that they can be forwarded to thedel_transfer.py
worker. The actual "delete from tape" functionality needs implementing.