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

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