75 lines
1.9 KiB
Diff
75 lines
1.9 KiB
Diff
From b4c60f47463d8cdd24a73e31b284a28efc8f2278 Mon Sep 17 00:00:00 2001
|
|
From: openEuler Buildteam <buildteam@openeuler.org>
|
|
Date: Fri, 10 Jan 2020 03:07:48 +0000
|
|
Subject: [PATCH] correct the statd path in man
|
|
|
|
Signed-off-by: hy-euler<eulerstoragemt@huawei.com>
|
|
---
|
|
utils/statd/sm-notify.man | 8 ++++----
|
|
utils/statd/statd.man | 8 ++++----
|
|
2 files changed, 8 insertions(+), 8 deletions(-)
|
|
|
|
diff --git a/utils/statd/sm-notify.man b/utils/statd/sm-notify.man
|
|
index addf5d3..1a29bc3 100644
|
|
--- a/utils/statd/sm-notify.man
|
|
+++ b/utils/statd/sm-notify.man
|
|
@@ -184,7 +184,7 @@ where NSM state information resides.
|
|
If this option is not specified,
|
|
.B sm-notify
|
|
uses
|
|
-.I /var/lib/nfs
|
|
+.I /var/lib/nfs/statd
|
|
by default.
|
|
.IP
|
|
After starting,
|
|
@@ -338,13 +338,13 @@ Currently, the
|
|
command supports sending notification only via datagram transport protocols.
|
|
.SH FILES
|
|
.TP 2.5i
|
|
-.I /var/lib/nfs/sm
|
|
+.I /var/lib/nfs/statd/sm
|
|
directory containing monitor list
|
|
.TP 2.5i
|
|
-.I /var/lib/nfs/sm.bak
|
|
+.I /var/lib/nfs/statd/sm.bak
|
|
directory containing notify list
|
|
.TP 2.5i
|
|
-.I /var/lib/nfs/state
|
|
+.I /var/lib/nfs/statd/state
|
|
NSM state number for this host
|
|
.TP 2.5i
|
|
.I /proc/sys/fs/nfs/nsm_local_state
|
|
diff --git a/utils/statd/statd.man b/utils/statd/statd.man
|
|
index 7441ffd..82da4ee 100644
|
|
--- a/utils/statd/statd.man
|
|
+++ b/utils/statd/statd.man
|
|
@@ -251,7 +251,7 @@ where NSM state information resides.
|
|
If this option is not specified,
|
|
.B rpc.statd
|
|
uses
|
|
-.I /var/lib/nfs
|
|
+.I /var/lib/nfs/statd
|
|
by default.
|
|
.IP
|
|
After starting,
|
|
@@ -431,13 +431,13 @@ If set to a positive integer, has the same effect as
|
|
.IR \-\-no\-notify .
|
|
.SH FILES
|
|
.TP 2.5i
|
|
-.I /var/lib/nfs/sm
|
|
+.I /var/lib/nfs/statd/sm
|
|
directory containing monitor list
|
|
.TP 2.5i
|
|
-.I /var/lib/nfs/sm.bak
|
|
+.I /var/lib/nfs/statd/sm.bak
|
|
directory containing notify list
|
|
.TP 2.5i
|
|
-.I /var/lib/nfs/state
|
|
+.I /var/lib/nfs/statd/state
|
|
NSM state number for this host
|
|
.TP 2.5i
|
|
.I /run/run.statd.pid
|
|
--
|
|
2.30.0
|
|
|