From f4a2325172bb011db033ee1d8d1fc747c22f254f Mon Sep 17 00:00:00 2001 From: Kristoffer Gronlund 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