Skip to content

Commit 576fca3

Browse files
anoopcs9mergify[bot]
authored andcommitted
tests/centosci: Increase disk size of minikube VMs
With more recent versions of Kubernetes, cluster setup seems to consume more space leading to the edge of required percentage of available space(default 30%) on the file system used by monitor database. Therefore increase the disk capacity to 15G. Status: Ceph: Capacity: Bytes Available: 63043710976 Bytes Total: 64424509440 Bytes Used: 1380798464 Last Updated: 2023-06-19T12:00:15Z Details: MON_DISK_LOW: Message: mon a is low on available space Severity: HEALTH_WARN Fsid: e91d9c48-129a-4ced-b626-402901563c69 Health: HEALTH_WARN Last Checked: 2023-06-19T12:00:15Z Signed-off-by: Anoop C S <[email protected]>
1 parent 0b27bd7 commit 576fca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/centosci/sink-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ NODE_COUNT=${NODE_COUNT:-"3"}
2121
MEMORY=${MEMORY:-"4096"}
2222
CPUS=${CPUS:-"2"}
2323
NUM_DISKS=${NUM_DISKS:-"2"}
24-
DISK_SIZE=${DISK_SIZE:-"10g"}
24+
DISK_SIZE=${DISK_SIZE:-"15g"}
2525
DISK_CONFIG=${DISK_CONFIG:-" --extra-disks=${NUM_DISKS} --disk-size=${DISK_SIZE}"}
2626

2727
image_pull() {

0 commit comments

Comments
 (0)