Skip to content

Commit

Permalink
Merge pull request #646 from huonw/cherry-pick-min-available-4-3
Browse files Browse the repository at this point in the history
Increase the threshold for disk cleanup to 5GB free for 4.3
  • Loading branch information
lox authored Nov 24, 2019
2 parents 48fbcbd + 56e73ac commit 65ee358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/conf/bin/bk-check-disk-space.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

DISK_MIN_AVAILABLE=${DISK_MIN_AVAILABLE:-1048576} # 1GB
DISK_MIN_AVAILABLE=${DISK_MIN_AVAILABLE:-5242880} # 5GB
DISK_MIN_INODES=${DISK_MIN_INODES:-250000} # docker needs lots

DOCKER_DIR="/var/lib/docker/"
Expand Down

0 comments on commit 65ee358

Please # to comment.