From 2b7ae34eff4ed00f15661cf1ca5b2ee07a1d93bd Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Fri, 8 Apr 2016 21:59:53 -0400 Subject: extras: Add namespace for options in group-virt.example Commit 23ccabbeb7 introduced a new key "disperse.eager-lock" which causes a conflict with key "cluster.eager-lock" when option is used without the qualifying namespace. group-virt.example which gets installed as /var/lib/glusterd/ groups/virt contains options without namespace qualifiers. This patch adds the appropriate namespace to all options in group-virt.example. Change-Id: I2c09dd10d44138410d889ddeb805f01c641c6780 BUG: 1325630 Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.org/13929 Reviewed-by: Pranith Kumar Karampuri Reviewed-on: http://review.gluster.org/13958 Smoke: Gluster Build System Tested-by: Kaushal M CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Kaushal M --- extras/group-virt.example | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'extras') diff --git a/extras/group-virt.example b/extras/group-virt.example index 0abe9f400a6..b699c9e98e2 100644 --- a/extras/group-virt.example +++ b/extras/group-virt.example @@ -1,8 +1,8 @@ -quick-read=off -read-ahead=off -io-cache=off -stat-prefetch=off -eager-lock=enable -remote-dio=enable -quorum-type=auto -server-quorum-type=server +performance.quick-read=off +performance.read-ahead=off +performance.io-cache=off +performance.stat-prefetch=off +cluster.eager-lock=enable +network.remote-dio=enable +cluster.quorum-type=auto +cluster.server-quorum-type=server -- cgit