Whamcloud - gitweb
LUDOC-61 bugfix: Added note to lfs setstripe about inactive OSTs. 71/7471/3
authorLinda Bebernes <linda.bebernes@intel.com>
Wed, 28 Aug 2013 19:15:20 +0000 (12:15 -0700)
committerAndreas Dilger <andreas.dilger@intel.com>
Wed, 4 Sep 2013 07:01:49 +0000 (07:01 +0000)
Added a note describing what happens if lfs setstripe specifies
a start OST that is inactive or degraded.

Signed-off-by: Linda Bebernes <linda.bebernes@intel.com>
Change-Id: I068f0636acdadd22a6984d33f2c61c8b5d418473
Reviewed-on: http://review.whamcloud.com/7471
Tested-by: Hudson
Reviewed-by: Richard Henwood <richard.henwood@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
ManagingStripingFreeSpace.xml

index 066a83e..64c5b88 100644 (file)
         <literal>start_ost</literal>
       </emphasis>
       </para>
-    <para>The start OST is the first OST to which files are written. The default value for <literal>start_ost</literal> is -1, which allows the MDS to choose the starting index. This setting is strongly recommended, as it allows space and load balancing to be done by the MDS as needed. Otherwise, the file starts on the specified OST index. The numbering of the OSTs starts at 0.</para>
+    <para>The start OST is the first OST to which files are written. The default value for
+        <literal>start_ost</literal> is -1, which allows the MDS to choose the starting index. This
+      setting is strongly recommended, as it allows space and load balancing to be done by the MDS
+      as needed. If the value of <literal>start_ost</literal> is set to a value other than -1, the
+      file starts on the specified OST index. OST index numbering starts at 0.</para>
+    <note>
+      <para>If the specified OST is inactive or in a degraded mode, the MDS will silently choose
+        another target.</para>
+    </note>
     <note>
       <para>If you pass a <literal>start_ost</literal> value of 0 and a
           <literal>stripe_count</literal> value of <emphasis>1</emphasis>, all files are written to