From 3c86d946086fda97b38f1a28682840adacbbf800 Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Thu, 2 Feb 2017 13:37:31 +0530 Subject: tests : turn off nfs.disable in bug-1238706-daemons-stop-on-peer-cleanup.t To validate this test and remove it from the list of bad tests, turn off nfs.disable option so that nfs daemon can come up. Change-Id: I8146c2d7f72ac53cac7e395dbb9e819d729eb6a9 BUG: 1257792 Signed-off-by: Atin Mukherjee Reviewed-on: https://review.gluster.org/16514 CentOS-regression: Gluster Build System Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Vijay Bellur --- tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t b/tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t index 2ef20b94b69..7be076caaf3 100644 --- a/tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t +++ b/tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t @@ -22,6 +22,8 @@ EXPECT_WITHIN $PROBE_TIMEOUT 1 peer_count TEST $CLI_1 volume create $V0 $H1:$B1/${V0}0 $H1:$B1/${V0}1 TEST $CLI_1 volume start $V0 +TEST $CLI_1 volume set $V0 nfs.disable off + ## To Do: Add test case for quota and snapshot daemon. Currently quota ## Daemon is not working in cluster framework. And sanpd daemon ## Start only in one node in cluster framework. Add test case -- cgit