diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2012-12-12 23:05:20 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-12-13 14:03:12 -0800 |
commit | 524dd0ef4c76d6432a8ff793fdb9322b9265aade (patch) | |
tree | b82547c1e90eabe2e6c6811df324b1c150c33cac /tests/bugs | |
parent | e504e024d35fea46936dbebbe235a5090517af2d (diff) |
cluster/afr: Make afr quorum options visible in volume set help
Change-Id: I705d814f63094279532806db0e1e0fc2815fc107
BUG: 884328
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/4306
Reviewed-by: Kaushal M <kaushal@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/bug-884328.t | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/bugs/bug-884328.t b/tests/bugs/bug-884328.t new file mode 100644 index 00000000000..ee5509bbc1d --- /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; |