diff options
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 } |