summaryrefslogtreecommitdiffstats
path: root/tests/basic/afr/granular-esh
diff options
context:
space:
mode:
authorSunil Kumar Acharya <sheggodu@redhat.com>2018-12-27 19:18:35 +0530
committerRavishankar N <ravishankar@redhat.com>2019-01-10 11:10:27 +0000
commitf091c5570efd5c754c40d40336bad8183a3e16e0 (patch)
tree1db2f54d834652347ac5949006d889e85125f9a9 /tests/basic/afr/granular-esh
parentd1231f00dc176bb9f4583b0a69b81f7e16a74eb5 (diff)
cluster/afr: Disable client side heals in AFR by default.
With this changeset, default value for the AFR client side heal volume option is set to "off" fixes: bz#1663102 Change-Id: Ie4016932339c4896487e3e7cb5caca68739b7ba2 Signed-off-by: Sunil Kumar Acharya <sheggodu@redhat.com>
Diffstat (limited to 'tests/basic/afr/granular-esh')
-rw-r--r--tests/basic/afr/granular-esh/cli.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/afr/granular-esh/cli.t b/tests/basic/afr/granular-esh/cli.t
index dbf67065930..10b6c6398da 100644
--- a/tests/basic/afr/granular-esh/cli.t
+++ b/tests/basic/afr/granular-esh/cli.t
@@ -108,7 +108,7 @@ TEST ! stat $B0/${V0}1/.glusterfs/indices/entry-changes/$ROOT_GFID
TEST $CLI volume reset $V0
# Ensure that granular entry heal is also disabled
EXPECT "no" volume_get_field $V0 cluster.granular-entry-heal
-EXPECT "on" volume_get_field $V0 cluster.entry-self-heal
+EXPECT "off" volume_get_field $V0 cluster.entry-self-heal
cleanup
#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=1399038