34 lines
947 B
Diff
34 lines
947 B
Diff
|
From 74595a9400f20c4d4fd83c0a748ddb875d39f578 Mon Sep 17 00:00:00 2001
|
||
|
From: Gang He <ghe@suse.com>
|
||
|
Date: Mon, 14 Sep 2020 15:51:01 +0800
|
||
|
Subject: [PATCH] man dlm.conf: add note that the file is not created
|
||
|
|
||
|
/etc/dlm/dlm.conf file is not created during installation.
|
||
|
we need to tell the user this configuration file does not exist.
|
||
|
|
||
|
Signed-off-by: Gang He <ghe@suse.com>
|
||
|
---
|
||
|
dlm_controld/dlm.conf.5 | 6 ++++++
|
||
|
1 file changed, 6 insertions(+)
|
||
|
|
||
|
diff --git a/dlm_controld/dlm.conf.5 b/dlm_controld/dlm.conf.5
|
||
|
index 0eb226358100..02a52e977f54 100644
|
||
|
--- a/dlm_controld/dlm.conf.5
|
||
|
+++ b/dlm_controld/dlm.conf.5
|
||
|
@@ -422,6 +422,12 @@ node id=1 mark=42
|
||
|
|
||
|
For local nodes this value doesn't have any effect.
|
||
|
|
||
|
+.SH NOTES
|
||
|
+.B /etc/dlm/dlm.conf
|
||
|
+file is not created during installation.
|
||
|
+.br
|
||
|
+If you want to modify any default configuration items, you need to create and edit the file.
|
||
|
+
|
||
|
.SH SEE ALSO
|
||
|
.BR dlm_controld (8),
|
||
|
.BR dlm_tool (8)
|
||
|
--
|
||
|
2.12.3
|
||
|
|