Whamcloud - gitweb
LUDOC-524 SEL: added spill counter info 16/53816/3
authorRajeev Mishra <rajeevm@hpe.com>
Wed, 24 Jan 2024 21:55:59 +0000 (21:55 +0000)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 25 Jan 2024 03:53:38 +0000 (03:53 +0000)
This change was made as part of LU-15011
spill hit counter was added as part of
this change

Signed-off-by: Rajeev Mishra <rajeevm@hpe.com>
Change-Id: Ia102f9143be17484cd374b17eed2728510a14162
Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/53816
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
ManagingStripingFreeSpace.xml

index 90ea731..641a930 100644 (file)
@@ -1403,6 +1403,11 @@ $ lfs setstripe -c 1 /mnt/testfs/testdir/dir_3comp/commnfile</screen>
         a repeating attempt detected low on space condition as well - spillover
         is impossible and there is no sense in the repeating.</para>
       </listitem>
+      <listitem>
+        <para>Each spill event increments the <literal>spill_hit</literal>
+        counter, which can be accessed with:
+        <literal>lctl lod.*.<replaceable>POOLNAME</replaceable>.spill_hit</literal></para>
+      </listitem>
     </orderedlist>
     <note><para>The SEL feature does not require clients to understand the SEL
     format of already created files, only the MDS support is needed which is
@@ -1417,7 +1422,7 @@ $ lfs setstripe -c 1 /mnt/testfs/testdir/dir_3comp/commnfile</screen>
         <title>Create a SEL file</title>
         <para><emphasis role="bold">Command</emphasis></para>
        <screen>lfs setstripe
-[--component-end|-E end1] [STRIPE_OPTIONS] ... <replaceable>filename</replaceable>
+[--component-end|-E end1] [STRIPE_OPTIONS] ... <replaceable>FILENAME</replaceable>
 
 STRIPE OPTIONS:
 --extension-size, --ext-size, -z &lt;ext_size&gt;</screen>