Skip to content

Commit 0fca497

Browse files
committed
modules/testing: increase disk size of controller
With the cinder storage node we need to increase the disk size otherwise we ran out of disk space.
1 parent 30969d0 commit 0fca497

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/testing/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ in
5454
virtualisation = {
5555
cores = 4;
5656
memorySize = 6144;
57+
diskSize = 8192;
5758
interfaces = {
5859
eth1 = {
5960
vlan = 1;

0 commit comments

Comments
 (0)