summaryrefslogtreecommitdiffstats
path: root/tests/volume.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/volume.rc')
-rw-r--r--tests/volume.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/volume.rc b/tests/volume.rc
index 0000567a64d..e647dc3ae87 100644
--- a/tests/volume.rc
+++ b/tests/volume.rc
@@ -569,6 +569,18 @@ function get_snapd_count {
ps auxww | grep glusterfs | grep snapd.pid | grep -v grep | wc -l
}
+function drop_cache() {
+ case $OSTYPE in
+ Linux)
+ echo 3 > /proc/sys/vm/drop_caches
+ ;;
+ *)
+ # fail but flush caches
+ ( cd $1 && umount $1 2>/dev/null )
+ ;;
+ esac
+}
+
function quota_list_field () {
local QUOTA_PATH=$1
local FIELD=$2