Managing your cloud resources with OpenStack: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 59: Line 59:
If creating a volume as part of the process of launching the VM, select <code>Boot from image (creates a new volume)</code> select the image to use and the size of the volume. The default device name of <code>vda</code> should work well. If this volume is something you would like to remain longer than the VM ensure that the "Delete on Terminate" check box is unchecked. If you are unsure about this option, it is better to leave this box unchecked as you can always manually delete the volume later as an extra step.
If creating a volume as part of the process of launching the VM, select <code>Boot from image (creates a new volume)</code> select the image to use and the size of the volume. The default device name of <code>vda</code> should work well. If this volume is something you would like to remain longer than the VM ensure that the "Delete on Terminate" check box is unchecked. If you are unsure about this option, it is better to leave this box unchecked as you can always manually delete the volume later as an extra step.


==Creating an Image From a Volume==
===Creating an Image From a Volume===
Creating an image from a volume allows you to download the image and convert it to an virtual box image and make it available to VMs in virtual box.
{{Command|cinder upload-to-image --disk-format qcow2 --container-format bare <volume_id> <image_name>}}


==Command Line Clients==
==Command Line Clients==
cc_staff
1,486

edits

Navigation menu