We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804e557 commit 28c97caCopy full SHA for 28c97ca
source/glance/ch_glance-configuration.rst
@@ -104,7 +104,7 @@ use the image you prefer and replace the URL accordingly.
104
105
::
106
107
- $ wget https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-disk-kvm.img | glance image-create --name=ubutu-focal-image --container-format=bare --disk-format=qcow2 --file=focal-server-cloudimg-amd64-disk-kvm.img --progress
+ $ wget https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64-disk-kvm.img | glance image-create --name=ubuntu-focal-image --container-format=bare --disk-format=qcow2 --file=focal-server-cloudimg-amd64-disk-kvm.img --min-disk=3 --progress
108
109
5) Boot from Cinder
110
0 commit comments