diff options
author | Oleg Drokin <green@linuxhacker.ru> | 2015-05-21 15:31:51 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-31 10:50:18 +0900 |
commit | c7fe64bdd0623f5871800ff42842741175f19562 (patch) | |
tree | a397e723f3a4ea12b5f398862e9131d06cd94171 /drivers/staging/lustre/sysfs-fs-lustre | |
parent | 4081a3201ade8b3be715ebb0b7879a2bfe5fcc98 (diff) |
staging/lustre/llite: move /proc/fs/lustre/llite/lazystatfs to sysfs
Move lazystatfs file from /proc/fs/lustre/llite/*
to /sys/fs/lustre/llite/*/
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/sysfs-fs-lustre')
-rw-r--r-- | drivers/staging/lustre/sysfs-fs-lustre | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/lustre/sysfs-fs-lustre b/drivers/staging/lustre/sysfs-fs-lustre index 2920eadbb844..184b387b787e 100644 --- a/drivers/staging/lustre/sysfs-fs-lustre +++ b/drivers/staging/lustre/sysfs-fs-lustre @@ -161,3 +161,11 @@ Description: from OSTs in parallel with MDS during statahead) should be enabled or disabled. 0 to disable, 1 to enable. + +What: /sys/fs/lustre/llite/<fsname>-<uuid>/lazystatfs +Date: May 2015 +Contact: "Oleg Drokin" <oleg.drokin@intel.com> +Description: + Controls statfs(2) behaviour in the face of down servers. + If 0, always wait for all servers to come online, + if 1, ignote inactive servers. |