📦 Use raw image format for AWS
Although the vhdx format is smaller than raw, AWS often has some issues booting instances from an imported vhdx snapshot. The raw format seems to boot consistently at AWS. Fixes #754. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
dd0fc32b02
commit
0f32f35756
12 changed files with 28 additions and 29 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"arch": "",
|
||||
"image-type": "ami",
|
||||
"repositories": [],
|
||||
"filename": "image.vhdx",
|
||||
"filename": "image.raw",
|
||||
"blueprint": {}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue