Loading transfer_service/tape_client.py +2 −0 Original line number Diff line number Diff line Loading @@ -155,6 +155,7 @@ class TapeClient(object): else: for f in fileList: fp.write(f"{f}\n") fp.close() self.copy(f"./{tmp}", f"/tmp/{tmp}") os.remove(f"./{tmp}") cmd = f"{self.EEADM} migrate /tmp/{tmp} -p {tapePool}" Loading Loading @@ -188,6 +189,7 @@ class TapeClient(object): else: for f in fileList: fp.write(f"{f}\n") fp.close() self.copy(f"./{tmp}", f"/tmp/{tmp}") os.remove(f"./{tmp}") cmd = f"{self.EEADM} recall /tmp/{tmp}" Loading Loading
transfer_service/tape_client.py +2 −0 Original line number Diff line number Diff line Loading @@ -155,6 +155,7 @@ class TapeClient(object): else: for f in fileList: fp.write(f"{f}\n") fp.close() self.copy(f"./{tmp}", f"/tmp/{tmp}") os.remove(f"./{tmp}") cmd = f"{self.EEADM} migrate /tmp/{tmp} -p {tapePool}" Loading Loading @@ -188,6 +189,7 @@ class TapeClient(object): else: for f in fileList: fp.write(f"{f}\n") fp.close() self.copy(f"./{tmp}", f"/tmp/{tmp}") os.remove(f"./{tmp}") cmd = f"{self.EEADM} recall /tmp/{tmp}" Loading