From 4d6cf50ce8a140fa7675cbeb394617f998eb74df Mon Sep 17 00:00:00 2001 From: Richard Henwood Date: Wed, 9 Dec 2015 14:35:30 -0600 Subject: [PATCH] LUDOC-316 fix: correct lfs usage documentation. Make lfs setstripe instructions the same as the man page. Change-Id: I44a980df079fca78e2ebf1cdfb6eeb6e6c0b8d75 Signed-off-by: Richard Henwood Reviewed-on: http://review.whamcloud.com/17531 Tested-by: Jenkins --- UserUtilities.xml | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/UserUtilities.xml b/UserUtilities.xml index b05e054..339d3b8 100644 --- a/UserUtilities.xml +++ b/UserUtilities.xml @@ -1,7 +1,8 @@ +xml:id="userutilities" +xmlns:xi="http://www.w3.org/2001/XInclude"> User Utilities This chapter describes user utilities.
@@ -36,7 +37,8 @@ lfs getstripe [--obd|-O ost_name] [--quiet|-q] [--ver [--recursive|-r] [--raw|-R] [-M] dirname|filename ... lfs setstripe [--size|-s stripe_size] [--count|-c stripe_count] - [--index|-i|--offset|-o start_ost_index] + [--stripe-index|-i start_ost_index] + [--ost-list|-o ost_indicies] [--pool|-p pool] dirname|filename lfs setstripe -d dir @@ -647,7 +649,7 @@ lfs help - --index --offset start_ost_index + --stripe-index start_ost_index @@ -669,6 +671,22 @@ lfs help + --ost-index ost_indices + + + + This option is used to specify the exact stripe + layout on the the file system. ost_indices + is a list of OSTs referenced by their indices and index ranges + separated by commas, e.g. 1,2-4,7. + + + + +   + + + --pool pool -- 1.8.3.1