Is the CheckMigration option of dirac-dms-create-moving-request compatible with EOS-CTA storages? #8176
-
We are testing data transfers from disk to tape at JINR using
Without
Is the And also it is not quite clear how this operation works, according to docs: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If I recall correctly it waits for the StorageElement to confirm the "Migrated to tape" status, so that the file does not get lost because the disk server had issues. Checksum checking is supposed to be done by FTS / EOS / CTA itself. EDIT: The migrated bit is set by the storage element, maybe EOS/CTA does not set this. Run the requests in DEBUG mode to see the metadata |
Beta Was this translation helpful? Give feedback.
If I recall correctly it waits for the StorageElement to confirm the "Migrated to tape" status, so that the file does not get lost because the disk server had issues. Checksum checking is supposed to be done by FTS / EOS / CTA itself.
EDIT: The migrated bit is set by the storage element, maybe EOS/CTA does not set this.
Run the requests in DEBUG mode to see the metadata
DIRAC/src/DIRAC/DataManagementSystem/Agent/RequestOperations/CheckMigration.py
Line 48 in d74f819