diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2012-12-18 16:36:16 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-12-18 14:18:31 -0800 |
commit | 116c1ce428238b56d48f80f78aea8e6b303bd89c (patch) | |
tree | 4dffb3960bd53a1e9d5be48d83c65a968c838f4f /tests/bugs/bug-873549.t | |
parent | 00cdd4134a44098f39cf9caea2177573c985a4af (diff) |
glusterd: Fix initialisation of this
Change-Id: I77f9b153d23ca5de1cb098cde5951e56f04d3a1c
BUG: 873549
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/4324
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'tests/bugs/bug-873549.t')
-rw-r--r-- | tests/bugs/bug-873549.t | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/bugs/bug-873549.t b/tests/bugs/bug-873549.t new file mode 100644 index 00000000000..5b541de6c65 --- /dev/null +++ b/tests/bugs/bug-873549.t @@ -0,0 +1,17 @@ +#!/bin/bash + +. $(dirname $0)/../include.rc + +cleanup; + +TEST glusterd -LDEBUG; +TEST pidof glusterd; +TEST $CLI volume info; + +TEST $CLI volume create $V0 $H0:$B0/${V0}{1,2}; + +TEST $CLI volume set $V0 performance.cache-size 512MB +TEST $CLI volume start $V0 +TEST $CLI volume statedump $V0 all + +cleanup; |