Blame SOURCES/bz2149649-fence_virtd-update-fence_virt.conf-manpage.patch

84ce09
From 6f213eb637bf7d957ba035e3aa09ce1f1bbccf84 Mon Sep 17 00:00:00 2001
84ce09
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
84ce09
Date: Tue, 29 Nov 2022 16:21:18 +0100
84ce09
Subject: [PATCH] fence_virtd: add info about using multiple uuid/ip entries
84ce09
 for groups
84ce09
84ce09
---
84ce09
 man/fence_virt.conf.5 | 17 +++++++++++------
84ce09
 1 file changed, 11 insertions(+), 6 deletions(-)
84ce09
84ce09
diff --git a/man/fence_virt.conf.5 b/man/fence_virt.conf.5
84ce09
index c8434ed65..dfb3504f5 100644
84ce09
--- a/man/fence_virt.conf.5
84ce09
+++ b/man/fence_virt.conf.5
84ce09
@@ -1,4 +1,4 @@
84ce09
-.TH fence_virtd.conf 5
84ce09
+.TH fence_virt.conf 5
84ce09
 
84ce09
 .SH NAME
84ce09
 fence_virt.conf - configuration file for fence_virtd
84ce09
@@ -304,15 +304,17 @@ This defines a group.
84ce09
 .TP
84ce09
 .B uuid
84ce09
 .
84ce09
-defines UUID as a member of a group.
84ce09
+Defines UUID as a member of a group.  It can be used multiple times
84ce09
+to specify both node name and UUID values that can be fenced.
84ce09
 
84ce09
 .TP
84ce09
 .B ip
84ce09
 .
84ce09
-defines an IP which is allowed to send fencing requests
84ce09
-for members of this group (e.g. for multicast).  It is
84ce09
-highly recommended that this be used in conjunction with
84ce09
-a key file.
84ce09
+Defines an IP which is allowed to send fencing requests
84ce09
+for members of this group (e.g. for multicast).  It can be used
84ce09
+multiple times to allow more than 1 IP to send fencing requests to
84ce09
+the group.  It is highly recommended that this be used in conjunction
84ce09
+with a key file.
84ce09
 
84ce09
 
84ce09
 
84ce09
@@ -340,8 +342,11 @@ a key file.
84ce09
  groups {
84ce09
   group {
84ce09
    ip = "192.168.1.1";
84ce09
+   ip = "192.168.1.2";
84ce09
    uuid = "44179d3f-6c63-474f-a212-20c8b4b25b16";
84ce09
    uuid = "1ce02c4b-dfa1-42cb-b5b1-f0b1091ece60";
84ce09
+   uuid = "node1";
84ce09
+   uuid = "node2";
84ce09
   }
84ce09
  }
84ce09