disk_layout: adjust ROOT partition sizes to fill new alignment

The new disk size alignment left too much extra space at the end of the
disk which would lead to pointless resizing on first boot. Fill in the
extra space so that no more than 1MB is left unused.
This commit is contained in:
Michael Marineau 2014-10-08 20:36:28 -07:00
parent e77e4e5499
commit 0d3a849e2b

View File

@ -64,7 +64,7 @@
"9":{
"label":"ROOT",
"type":"coreos-resize",
"blocks":"4194304",
"blocks":"4302848",
"fs_type":"btrfs",
"fs_subvolume":"root",
"mount":"/"
@ -73,13 +73,13 @@
"vm":{
"9":{
"label":"ROOT",
"blocks":"12582912"
"blocks":"12689408"
}
},
"vagrant":{
"9":{
"label":"ROOT",
"blocks":"33587200"
"blocks":"33591296"
}
},
"onmetal":{