diff options
| author | Richard Wareing <rwareing@fb.com> | 2016-02-29 18:21:43 -0800 |
|---|---|---|
| committer | Shreyas Siravara <sshreyas@fb.com> | 2016-12-20 11:07:39 -0800 |
| commit | f3e876169ea36f639529de0d3a8286d3644f8ef8 (patch) | |
| tree | cd1203f6ab04b3a5509da910dfa58c918f7c2da2 /tests/basic/gfproxy.t | |
| parent | 8290d5f540d48ae75869ead3511955cd0bda483f (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.t | 2 |
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 |
