Translations:Managing your cloud resources with OpenStack/42/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Creating an Image From a VM=
=Working with images=
Using the [[OpenStack Command Line Clients]] issue the command
Please see [[Working_with_images|this page]] for more information about creating and managing disk image files.
{{Command| openstack server image create <server-name>}}
where <code><server-name></code> should be replaced with the name of your server. This action will only include the VM's root drive (e.g. /dev/vda) in the image. Ephemeral drives and non-boot attached volumes will not be included in the image so additional measures should be taken to preserve this data. In addition, if the VM is writing to disk while the image is being created the file system may be captured in an inconsistent state. We recommend the VM be shut down (not terminated) before an image is created from it.

Latest revision as of 21:23, 8 November 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Managing your cloud resources with OpenStack)
=Working with images=
Please see [[Working_with_images|this page]] for more information about creating and managing disk image files.

Working with images

Please see this page for more information about creating and managing disk image files.