File: fix-config-file.patch

package info (click to toggle)
fence-virt 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 772 kB
  • sloc: ansic: 10,257; cpp: 382; makefile: 272; sh: 214; lex: 113; yacc: 105
file content (24 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Update configuration file for Debian
Author: Valentin Vidic <vvidic@debian.org>
Last-Update: 2019-11-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/config/fence_virt.conf
+++ b/config/fence_virt.conf
@@ -5,10 +5,8 @@
 
 listeners {
 	multicast {
-		key_file = "/etc/cluster/fence_xvm.key";
+		key_file = "/etc/fence_virt.key";
 		address = "225.0.0.12";
-		# Needed on Fedora systems
-		interface = "virbr0";
 	}
 }
 
@@ -17,4 +15,3 @@
 		uri = "qemu:///system";
 	}
 }
-