Description
HSM restore is triggered on data access, to avoid useless restore, it is better to remove released state at open(O_TRUNC) or truncate(0).
For truncate(size != 0) a full restore must be done first (a partial one can be done in a futur patch).
Attachments
Issue Links
Activity
Reporter | Original: jacques-charles lafoucriere [ jcl ] | New: CEA [ cealustre ] |
Fix Version/s | Original: Lustre 2.5.0 [ 10295 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Labels | Original: HSM | New: HSM MB |
Priority | Original: Critical [ 2 ] | New: Blocker [ 1 ] |
I;m working on this issue.