From 524dd0ef4c76d6432a8ff793fdb9322b9265aade Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Wed, 12 Dec 2012 23:05:20 +0530 Subject: cluster/afr: Make afr quorum options visible in volume set help Change-Id: I705d814f63094279532806db0e1e0fc2815fc107 BUG: 884328 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/4306 Reviewed-by: Kaushal M Tested-by: Gluster Build System Reviewed-by: Anand Avati --- tests/bugs/bug-884328.t | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/bugs/bug-884328.t (limited to 'tests') diff --git a/tests/bugs/bug-884328.t b/tests/bugs/bug-884328.t new file mode 100644 index 00000000..ee5509bb --- /dev/null +++ b/tests/bugs/bug-884328.t @@ -0,0 +1,12 @@ +#!/bin/bash + +. $(dirname $0)/../include.rc +. $(dirname $0)/../volume.rc + +cleanup; +TEST glusterd +TEST pidof glusterd + +TEST check_option_help_presence "cluster.quorum-type" +TEST check_option_help_presence "cluster.quorum-count" +cleanup; -- cgit