Skip to content

Commit 22db285

Browse files
committed
bump packer build volume size for non-ofed to avoid RL8 build running out of root space
1 parent a96811d commit 22db285

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

environments/.stackhpc/ARCUS.pkrvars.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
flavor = "vm.ska.cpu.general.small"
22
use_blockstorage_volume = true
3-
volume_size = 12 # GB. Compatible with SMS-lab's general.v1.tiny
3+
volume_size = 15 # GB
4+
volume_size_ofed = 15 # GB
45
image_disk_format = "qcow2"
56
networks = ["4b6b2722-ee5b-40ec-8e52-a6610e14cc51"] # portal-internal (DNS broken on ilab-60)
67
ssh_keypair_name = "slurm-app-ci"

environments/.stackhpc/LEAFCLOUD.pkrvars.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flavor = "ec1.large"
22
use_blockstorage_volume = true
3-
volume_size = 12 # GB. Compatible with SMS-lab's general.v1.tiny
3+
volume_size = 15 # GB
44
volume_size_ofed = 15 # GB
55
volume_type = "unencrypted"
66
image_disk_format = "qcow2"

0 commit comments

Comments
 (0)