distro/rhel90: use qcow2 compat 1.1 for qcows
There's no reason to use 0.10 since we don't need to support running this image on RHEL 6 anymore. See https://bugzilla.redhat.com/show_bug.cgi?id=2008910 Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
106e9b3fc2
commit
5ed954bcf5
9 changed files with 9 additions and 9 deletions
|
|
@ -1080,7 +1080,7 @@
|
|||
"filename": "disk.qcow2",
|
||||
"format": {
|
||||
"type": "qcow2",
|
||||
"compat": "0.10"
|
||||
"compat": "1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1415,7 +1415,7 @@
|
|||
"filename": "disk.qcow2",
|
||||
"format": {
|
||||
"type": "qcow2",
|
||||
"compat": "0.10"
|
||||
"compat": "1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1120,7 +1120,7 @@
|
|||
"filename": "disk.qcow2",
|
||||
"format": {
|
||||
"type": "qcow2",
|
||||
"compat": "0.10"
|
||||
"compat": "1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1461,7 +1461,7 @@
|
|||
"filename": "disk.qcow2",
|
||||
"format": {
|
||||
"type": "qcow2",
|
||||
"compat": "0.10"
|
||||
"compat": "1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1214,7 +1214,7 @@
|
|||
"filename": "disk.qcow2",
|
||||
"format": {
|
||||
"type": "qcow2",
|
||||
"compat": "0.10"
|
||||
"compat": "1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1539,7 +1539,7 @@
|
|||
"filename": "disk.qcow2",
|
||||
"format": {
|
||||
"type": "qcow2",
|
||||
"compat": "0.10"
|
||||
"compat": "1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1132,7 +1132,7 @@
|
|||
"filename": "disk.qcow2",
|
||||
"format": {
|
||||
"type": "qcow2",
|
||||
"compat": "0.10"
|
||||
"compat": "1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1484,7 +1484,7 @@
|
|||
"filename": "disk.qcow2",
|
||||
"format": {
|
||||
"type": "qcow2",
|
||||
"compat": "0.10"
|
||||
"compat": "1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue