summaryrefslogtreecommitdiffstats
path: root/tests/basic/gfproxy.t
diff options
context:
space:
mode:
authorRichard Wareing <rwareing@fb.com>2016-02-29 18:21:43 -0800
committerShreyas Siravara <sshreyas@fb.com>2016-12-20 11:07:39 -0800
commitf3e876169ea36f639529de0d3a8286d3644f8ef8 (patch)
treecd1203f6ab04b3a5509da910dfa58c918f7c2da2 /tests/basic/gfproxy.t
parent8290d5f540d48ae75869ead3511955cd0bda483f (diff)
cluster/dht: Bug fixes to cluster.min-free-disk
Summary: - Enforces FUSE/gNFSd/SHD/rebalance rejection of writes when all subvolumes are beyond the value set in "cluster.min-free-disk" - Fixes existing code paths to be more intuitive & straightforward - Write path now honors min-free-disk - Adds test to ensure feature doesn't break in future - This is a port of D2981282 to 3.8 Signed-off-by: Shreyas Siravara <sshreyas@fb.com> Change-Id: I76923bf76178fe589aa1a26bd1970cf8d009642a Reviewed-on: http://review.gluster.org/16153 NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Shreyas Siravara <sshreyas@fb.com> Tested-by: Shreyas Siravara <sshreyas@fb.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests/basic/gfproxy.t')
-rw-r--r--tests/basic/gfproxy.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/gfproxy.t b/tests/basic/gfproxy.t
index 58794394807..71c6788db76 100644
--- a/tests/basic/gfproxy.t
+++ b/tests/basic/gfproxy.t
@@ -62,7 +62,7 @@ TEST [ "$(md5sum $M0/testfile1 | awk '{print $1}')" == "$md5" ]
rm /tmp/testfile1
-dd if=/dev/zero of=$N0/bigfile bs=1M count=10240 &
+dd if=/dev/zero of=$N0/bigfile bs=1M count=3072 &
BG_STRESS_PID=$!
sleep 3