Skip to content

Commit d6b3c29

Browse files
authored
Merge pull request #3460 from flatcar/kai/azure-fix-image-size
disk_layout: Keep Azure image size at 30 GB
2 parents ee1ca3b + cd9c6fe commit d6b3c29

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build_library/disk_layout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"9":{
8989
"label":"ROOT",
9090
"fs_label":"ROOT",
91-
"blocks":"58875904"
91+
"blocks":"50876416"
9292
}
9393
},
9494
"vagrant":{
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Alpha only: Reduced Azure image size again to 30 GB as before by shrinking the root partition to compensate for the growth of the other partitions ([scripts#TODO](https://github.com/flatcar/scripts/pull/TODO))

0 commit comments

Comments
 (0)