Accepting request 485071 from home:KGronlund:branches:network:ha-clustering:Factory
- Disable quorum in default configuration (bsc#1032142) - Add 0001-Disable-quorum-in-default-configuration-bsc-1032142.patch OBS-URL: https://build.opensuse.org/request/show/485071 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd-utils?expand=0&rev=35
This commit is contained in:
parent
8c576f1496
commit
3b63fd228a
@ -0,0 +1,26 @@
|
||||
From f4a2325172bb011db033ee1d8d1fc747c22f254f Mon Sep 17 00:00:00 2001
|
||||
From: Kristoffer Gronlund <kgronlund@suse.com>
|
||||
Date: Tue, 4 Apr 2017 11:22:23 +0200
|
||||
Subject: [PATCH] Disable quorum in default configuration (bsc#1032142)
|
||||
|
||||
---
|
||||
scripts/global_common.conf | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/scripts/global_common.conf b/scripts/global_common.conf
|
||||
index dd36e92..545b600 100644
|
||||
--- a/scripts/global_common.conf
|
||||
+++ b/scripts/global_common.conf
|
||||
@@ -32,7 +32,8 @@ common {
|
||||
|
||||
options {
|
||||
# cpu-mask on-no-data-accessible
|
||||
- quorum majority;
|
||||
+ # quorum majority;
|
||||
+ quorum off;
|
||||
}
|
||||
|
||||
disk {
|
||||
--
|
||||
2.12.0
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 4 09:25:09 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
- Disable quorum in default configuration (bsc#1032142)
|
||||
- Add 0001-Disable-quorum-in-default-configuration-bsc-1032142.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 07:06:02 UTC 2017 - nwang@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package drbd-utils
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -30,6 +30,8 @@ Patch1: init-script-fixes.diff
|
||||
Patch2: fix-libdir-in-Makefile.patch
|
||||
Patch3: fence-after-pacemaker-down.patch
|
||||
Patch4: fix-segfault-up-stacked-resource.patch
|
||||
# PATCH-SUSE-FIX: Disable quorum in default configuration (bsc#1032142)
|
||||
Patch5: 0001-Disable-quorum-in-default-configuration-bsc-1032142.patch
|
||||
|
||||
Provides: drbd-bash-completion = %{version}
|
||||
Provides: drbd-pacemaker = %{version}
|
||||
@ -73,6 +75,7 @@ raid 1. It is a building block for setting up clusters.
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user