cedadev / nlds

Near Line Data Store
Other
9 stars 0 forks source link

Implement deleting files in archive_del.py #80

Open nmassey001 opened 11 months ago

nmassey001 commented 11 months ago

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.