summaryrefslogtreecommitdiffstats
path: root/tests/basic/recon.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/recon.t')
-rwxr-xr-xtests/basic/recon.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/basic/recon.t b/tests/basic/recon.t
index fac454530..e0fbea749 100755
--- a/tests/basic/recon.t
+++ b/tests/basic/recon.t
@@ -119,6 +119,10 @@ EXPECT '2' brick_count $V0
TEST $CLI volume set $V0 cluster.nsr on
TEST $CLI volume set $V0 cluster.nsr.recon on
+# This would normally be a terrible idea, but it's handy for issuing ops that
+# will have to be reconciled later.
+TEST $CLI volume set $V0 cluster.nsr.quorum-percent 0
+
TEST $CLI volume start $V0
EXPECT 'Started' volinfo_field $V0 'Status'