From 280dcb4835385b80f0ca9dfd48aae674bb255c8b Mon Sep 17 00:00:00 2001 From: Rajeev Mishra Date: Wed, 24 Jan 2024 21:55:59 +0000 Subject: [PATCH] LUDOC-524 SEL: added spill counter info This change was made as part of LU-15011 spill hit counter was added as part of this change Signed-off-by: Rajeev Mishra Change-Id: Ia102f9143be17484cd374b17eed2728510a14162 Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/53816 Tested-by: jenkins Reviewed-by: Andreas Dilger --- ManagingStripingFreeSpace.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ManagingStripingFreeSpace.xml b/ManagingStripingFreeSpace.xml index 90ea731..641a930 100644 --- a/ManagingStripingFreeSpace.xml +++ b/ManagingStripingFreeSpace.xml @@ -1403,6 +1403,11 @@ $ lfs setstripe -c 1 /mnt/testfs/testdir/dir_3comp/commnfile a repeating attempt detected low on space condition as well - spillover is impossible and there is no sense in the repeating. + + Each spill event increments the spill_hit + counter, which can be accessed with: + lctl lod.*.POOLNAME.spill_hit + 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 Create a SEL file Command lfs setstripe -[--component-end|-E end1] [STRIPE_OPTIONS] ... filename +[--component-end|-E end1] [STRIPE_OPTIONS] ... FILENAME STRIPE OPTIONS: --extension-size, --ext-size, -z <ext_size> -- 1.8.3.1