diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2018-04-12 13:41:29 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2018-04-13 10:23:03 +0000 |
commit | c3e1a2e861045a99b9148a0ba5d60777d86f861d (patch) | |
tree | 9b8d94ce12f76e8ce30ee7b6a8142e6fd4134926 /extras | |
parent | 31da3f1d8513b10d0449a1855fbad5060bd6191d (diff) |
extras: Disable choose-local in groups virt and gluster-block
Change-Id: Icba68406d86623195d59d6ee668e0850c037c63a
fixes: bz#1566386
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/group-gluster-block | 1 | ||||
-rw-r--r-- | extras/group-virt.example | 1 |
2 files changed, 2 insertions, 0 deletions
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 |