1 Star 0 Fork 25

zhangyaqi/nfs-utils

forked from src-openEuler/nfs-utils 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-correct-the-statd-path-in-man.patch 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
Wenchao Hao 提交于 2021-11-18 14:34 . update nfs-utils version to 2.5.4-1
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangyq_ORZ/nfs-utils.git
git@gitee.com:zhangyq_ORZ/nfs-utils.git
zhangyq_ORZ
nfs-utils
nfs-utils
master

搜索帮助