diff options
Diffstat (limited to 'tests/volume.rc')
-rw-r--r-- | tests/volume.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/volume.rc b/tests/volume.rc index 1b62c026a28..aa614c50489 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -611,6 +611,10 @@ function get_scrubd_count { ps auxww | grep glusterfs | grep scrub.pid | grep -v grep | wc -l } +function get_quarantine_count { + ls -l "$1/.glusterfs/quanrantine" | wc -l +} + function get_quotad_count { ps auxww | grep glusterfs | grep quotad.pid | grep -v grep | wc -l } |