X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fdoc%2Flfs-hsm.1;h=b88930ce5943b062155b00dafcec2c93dea044ec;hb=ece23db121d94c8194fada3cf0d0d1f9d9beeed7;hp=72e2d766054ad96442619f0cd79468b820a58f21;hpb=c42b426c87c3d3b1dc9eda612cc831293dc80d68;p=fs%2Flustre-release.git diff --git a/lustre/doc/lfs-hsm.1 b/lustre/doc/lfs-hsm.1 index 72e2d76..b88930c 100644 --- a/lustre/doc/lfs-hsm.1 +++ b/lustre/doc/lfs-hsm.1 @@ -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 ... .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 ... .br .SH DESCRIPTION @@ -26,6 +30,9 @@ Set provided HSM flags on file list. .TP .B lfs hsm_clear ... Clear the HSM related flags on file list. +.TP +.B lfs hsm_action ... +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)