diff options
author | Venky Shankar <vshankar@redhat.com> | 2015-06-17 22:59:17 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-06-26 20:45:17 -0700 |
commit | 58cd192a78e53c227a6998ff217a40dea14957ad (patch) | |
tree | cf5db578c233d8d8aa6c0813a2be3f30677de0d2 /tests/volume.rc | |
parent | 37414b3bca9cc73c6cddfc118d76a31fd763d64e (diff) |
tests/bitrot: Scrub state change tests
Backport of http://review.gluster.org/11290
Change-Id: Ibb4b503e7d723c86ac381ad3747b1198334bd6ad
BUG: 1226666
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Reviewed-on: http://review.gluster.org/11398
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra Bhat <raghavendra@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 5a7d0343a14..47ca722d8be 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -536,10 +536,10 @@ 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 } |