Translations:Working with volumes/14/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Utiliser un client ligne de commande==
==Utiliser le client ligne de commande==
Un [[OpenStack Command Line Clients/fr|client ligne de commande]] peut faire ceci :
Un [[OpenStack command line clients/fr|client ligne de commande]] peut faire ceci :
{{Command|openstack image create --disk-format <format> --volume <volume_name> <image_name>}}
{{Command|openstack image create --disk-format <format> --volume <volume_name> <image_name>}}
où  
où  

Latest revision as of 21:12, 22 February 2023

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 (Working with volumes)
==Using the command line client==
The [[OpenStack command line clients|command line client]] can do this:
{{Command|openstack image create --disk-format <format> --volume <volume_name> <image_name>}}
where 
* <format> is the disk format (two possible values are [https://en.wikipedia.org/wiki/Qcow qcow2] and [https://en.wikipedia.org/wiki/VMDK vmdk]),
* <volume_name> can be found from the OpenStack dashboard by clicking on the volume name, and
* <image_name> is a name you choose for the image.
You can then [[Working_with_images#Downloading_an_Image|download the image]].

Utiliser le client ligne de commande

Un client ligne de commande peut faire ceci :

Question.png
[name@server ~]$ openstack image create --disk-format <format> --volume <volume_name> <image_name>

  • <format> est le format du disque; les deux options sont qcow2 etvmdk,
  • <volume_name> peut se trouver en cliquant sur le nom du volume à partir du tableau de bord OpenStack,
  • <image_name> est le nom que vous donnez à l'image.

Vous pouvez ensuite télécharger l'image.