Whamcloud - gitweb
Revert "LU-11058 test: reenable sanity 77k test"
[fs/lustre-release.git] / lustre / doc / lfs-hsm.1
index 72e2d76..b88930c 100644 (file)
@@ -1,4 +1,4 @@
-.TH lfs-hsm 1 "November 9, 2012" Lustre "Lustre/HSM binding utility"
+.TH lfs-hsm 1 "November 20, 2017" Lustre "Lustre/HSM binding utility"
 .SH NAME
 .Blfs hsm_command
 lfs commands used to interact with HSM features
@@ -6,6 +6,9 @@ lfs commands used to interact with HSM features
 .B lfs hsm_state
 .RB <FILE> ...
 .br
+.B  lfs hsm_action
+.RI file
+.br
 .B  lfs hsm_set|hsm_clear
 .RB [ --norelease ]
 .RB [ --noarchive ]
@@ -13,6 +16,7 @@ lfs commands used to interact with HSM features
 .RB [ --exists ]
 .RB [ --archived ]
 .RB [ --lost ]
+.RB [ --archive-id ]
 .RB <FILE> ...
 .br
 .SH DESCRIPTION
@@ -26,6 +30,9 @@ Set provided HSM flags on file list.
 .TP
 .B lfs hsm_clear <FILE>...
 Clear the HSM related flags on file list.
+.TP
+.B lfs hsm_action <FILE>...
+Display the in-progress HSM actions for provided files.
 .PP
 Non-privileged user can only change the following flags:
 .B norelease
@@ -53,6 +60,9 @@ An up-to-date file copy exists in HSM backend. Useful mostly for debugging. (roo
 .TP
 .B \\--lost
 File copy in HSM backend is not usable anymore and file could not be restored. It should be archived again. (root only)
+.TP
+.B \\--archive-id
+Set archive number identifier in hsm_set command. If archive-id is 0 or option is not provided, then default identifier 0 is used and means no identifier change.
 .SH EXAMPLES
 .TP
 .B Display current HSM flag for foo:
@@ -69,6 +79,6 @@ Written by Aurelien Degremont.
 
 .SH KNOWN BUGS
 .PP
-Please report all bugs to http://jira.whamcloud.com/
+Please report all bugs to https://jira.whamcloud.com/
 .SH SEE ALSO
 .BR lfs (1)