diff options
author | Venky Shankar <vshankar@redhat.com> | 2015-06-17 22:59:17 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-06-21 05:04:26 -0700 |
commit | 6674e9e692d3c52e5eb4bf5c44d2d3195e03402b (patch) | |
tree | f8d232b55c6523d1059f4ed9453c1e5bff186929 /tests/volume.rc | |
parent | 4acd9d1bfc2be5179ddb611f61afaaeaa15be2cb (diff) |
tests/bitrot: Scrub state change tests
Change-Id: Ibb4b503e7d723c86ac381ad3747b1198334bd6ad
BUG: 1231619
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Reviewed-on: http://review.gluster.org/11290
Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>
Reviewed-by: Gaurav Kumar Garg <ggarg@redhat.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/volume.rc')
-rw-r--r-- | tests/volume.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/volume.rc b/tests/volume.rc index b12ba42784e..1294bbb656f 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -536,11 +536,11 @@ fi } function get_bitd_count { - ps auxw | grep glusterfs | grep bitd.pid | grep -v grep | wc -l + ps auxww | grep glusterfs | grep bitd.pid | grep -v grep | wc -l } function get_scrubd_count { - ps auxw | grep glusterfs | grep scrub.pid | grep -v grep | wc -l + ps auxww | grep glusterfs | grep scrub.pid | grep -v grep | wc -l } |