Closed phwissmann closed 1 month ago
Additional info regarding landing zone handling etc:
The files of your test-share are written to tape 24 hours after last access_time, every day at 04:20am in the morning. At this point the "T-flag" is not set yet, as the file still has a copy on the landing_zone ( on disk ). The delete script, which removes the copy from the landing_zone runs at 13:45 every noon. After that the "T-flag" should be set. The time schedules for the copy and delete scripts are different for each share, and can also change, so they should not be hard-coded inside your code.
Please note, that the "T-flag" will be gone again, after copying a file back from tape, as it has 2 copies then, one on tape and one on disk ( landing_zone ). The file will be removed with the next Delete-Job ( Cleanup Job ), and the "T-flag" will show up again then.
Description Devise and implement a (stress) test scenarios to understand the following:
Solution proposals
Repeated Retrieval of single dataset
Procedure:
done: pid 11223344
Archive once on LTS test share
Run scheduled retrieval against LTS share|
Results
Repeated Archival
Procedure:
Result
Large dataset
Recommendation by Daniele: one 1-2TB dataset to see any issues