Last active
April 14, 2023 02:35
-
-
Save res0nat0r/05826d9f596407633723002b53b5aae6 to your computer and use it in GitHub Desktop.
Lustre hsm commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lfs hsm_archive /mnt/lustre/<path>/<filename> Copies the file to the archive. | |
lfs hsm_release /mnt/lustre/<path>/<filename> Removes the file from the Lustre file system; does not affect the archived file. | |
lfs hsm_restore /mnt/lustre/<path>/<filename> Restores the archived file back to the Lustre file system. This is an asynchronous, non-blocking restore. A client’s request to access an archived file will also restore the file back the Lustre file system if is has been released; this will be a synchronous and blocking restore. | |
lfs hsm_cancel /mnt/lustre/<path>/<filename> Cancels an lfs_hsm command that is underway. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment