Comments on: How to Create an Instance in OpenStack via Command Line https://www.linuxtechi.com/create-delete-virtual-machine-command-line-openstack/ Sun, 07 Jun 2020 05:42:48 +0000 hourly 1 By: Pradeep Kumar https://www.linuxtechi.com/create-delete-virtual-machine-command-line-openstack/#comment-6642 Thu, 29 Nov 2018 02:49:17 +0000 https://www.linuxtechi.com/?p=7835#comment-6642 In reply to Alex Ted.

Hi Alex,

There are two ways to create a VM, either on Compute Internal Disk(ephemeral disk) and Cinder Block Storage Volume. When we go with first option then disk size is picked from flavor that we specify during VM provisioning.

When we provision a vm using Block storage Volume ( i.e Cinder Volume) then we specify disk size while creating Bootable volume, refer below command to create bootable volume using glance image,

# cinder create –image-id {enter-image-id} –display-name bootable-volume 15

In the above command, 15 GB is size of volume.

]]>
By: Alex Ted https://www.linuxtechi.com/create-delete-virtual-machine-command-line-openstack/#comment-6639 Wed, 28 Nov 2018 14:46:29 +0000 https://www.linuxtechi.com/?p=7835#comment-6639 great article, ty!
Can u say how to define Volume size when create vm?
in my case i got error:
Block Device Mapping is Invalid: You specified more local devices than the limit allows (HTTP 400) (Request-ID: req-503a768e-e92e-434b-86f4-1a88ebd2abea)

]]>