change image size to fulfill Azure requirements
the hardcoded image size is now aligned to 1MB, because Azure requires it: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/create-upload-generic once we make the size configurable, we should make sure the alignment stays the same fix test cases to reflect new image size
This commit is contained in:
parent
ea73597c5d
commit
4910cd18e3
15 changed files with 25 additions and 23 deletions
|
|
@ -89,7 +89,7 @@
|
|||
"options": {
|
||||
"filename": "filesystem.img",
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"size": 3221225472
|
||||
"size": 3222274048
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue