From c3e1a2e861045a99b9148a0ba5d60777d86f861d Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Thu, 12 Apr 2018 13:41:29 +0530 Subject: extras: Disable choose-local in groups virt and gluster-block Change-Id: Icba68406d86623195d59d6ee668e0850c037c63a fixes: bz#1566386 Signed-off-by: Krutika Dhananjay --- extras/group-gluster-block | 1 + extras/group-virt.example | 1 + 2 files changed, 2 insertions(+) (limited to 'extras') diff --git a/extras/group-gluster-block b/extras/group-gluster-block index e94f834d420..d619255fa96 100644 --- a/extras/group-gluster-block +++ b/extras/group-gluster-block @@ -16,3 +16,4 @@ features.shard=on features.shard-block-size=64MB user.cifs=off server.allow-insecure=on +cluster.choose-local=off diff --git a/extras/group-virt.example b/extras/group-virt.example index 403bed6714f..7e34b7297be 100644 --- a/extras/group-virt.example +++ b/extras/group-virt.example @@ -12,3 +12,4 @@ cluster.shd-max-threads=8 cluster.shd-wait-qlength=10000 features.shard=on user.cifs=off +cluster.choose-local=off -- cgit