Virtual machine flavors/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "{{box|Les gabarits (''flavors'') OpenStack pour le matériel virtuel définissent plusieurs paramètres dont le nombre de cœurs et la capacité de mémoire vive et sur disque...")
(Created page with "Les gabarits de machines virtuelles dans les environnements infonuagiques de Calcul Canada ont des noms semblables à c2-7.5gb-92 p1-0.75gb Par convention, le préfixe c dé...")
Line 6: Line 6:
Voir [http://netapp.github.io/openstack-deploy-ops-guide/icehouse/content/section_nova-key-concepts.html ''NetApp OpenStack Deployment and Operations Guide'']}}
Voir [http://netapp.github.io/openstack-deploy-ops-guide/icehouse/content/section_nova-key-concepts.html ''NetApp OpenStack Deployment and Operations Guide'']}}


Virtual machine flavors on Compute Canada clouds have names like
Les gabarits de machines virtuelles dans les environnements infonuagiques de Calcul Canada ont des noms semblables à
  c2-7.5gb-92
  c2-7.5gb-92
  p1-0.75gb
  p1-0.75gb
By convention the prefix "c" designates "compute" and "p" designates "persistent". The prefix is followed by the number of virtual CPUs, then the amount of RAM after the dash. If a second dash is present it is followed by the size of secondary ephemeral disk.  
Par convention, le préfixe c désigne « calcul » (''compute'') et le préfixe p désigne « persistant » (''persistent''). Le préfixe est suivi du nombre de CPUs virtuels, d'un tiret, puis de la quantité de mémoire vive. Si le nom du gabarit comprend un deuxième tiret, il est suivi de la taille du disque éphémère secondaire.  


A virtual machine of "c" flavor is intended for jobs of finite lifetime and for development and testing tasks. It starts from a [https://en.wikipedia.org/wiki/Qcow qcow2]-format image. It's disks reside on the local hardware running the VM and have no redundancy ([https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_0 raid0]). The root disk is typically 20GB in size. "c" flavor VMs also have an secondary ephemeral data disk. These storage devices are created and destroyed with the instance. The Arbutus (West) cloud treats “c” flavors differently as they have no over-commit on CPU so are targeted towards CPU intensive tasks.
A virtual machine of "c" flavor is intended for jobs of finite lifetime and for development and testing tasks. It starts from a [https://en.wikipedia.org/wiki/Qcow qcow2]-format image. It's disks reside on the local hardware running the VM and have no redundancy ([https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_0 raid0]). The root disk is typically 20GB in size. "c" flavor VMs also have an secondary ephemeral data disk. These storage devices are created and destroyed with the instance. The Arbutus (West) cloud treats “c” flavors differently as they have no over-commit on CPU so are targeted towards CPU intensive tasks.

Revision as of 18:37, 8 August 2017

Other languages:

Page enfant de Service infonuagique de Calcul Canada

Les gabarits (flavors) OpenStack pour le matériel virtuel définissent plusieurs paramètres dont le nombre de cœurs et la capacité de mémoire vive et sur disque, permettant à l'utilisateur de sélectionner le type de machine virtuelle qui convient, tout comme il choisirait un serveur physique.

Voir NetApp OpenStack Deployment and Operations Guide

Les gabarits de machines virtuelles dans les environnements infonuagiques de Calcul Canada ont des noms semblables à

c2-7.5gb-92
p1-0.75gb

Par convention, le préfixe c désigne « calcul » (compute) et le préfixe p désigne « persistant » (persistent). Le préfixe est suivi du nombre de CPUs virtuels, d'un tiret, puis de la quantité de mémoire vive. Si le nom du gabarit comprend un deuxième tiret, il est suivi de la taille du disque éphémère secondaire.

A virtual machine of "c" flavor is intended for jobs of finite lifetime and for development and testing tasks. It starts from a qcow2-format image. It's disks reside on the local hardware running the VM and have no redundancy (raid0). The root disk is typically 20GB in size. "c" flavor VMs also have an secondary ephemeral data disk. These storage devices are created and destroyed with the instance. The Arbutus (West) cloud treats “c” flavors differently as they have no over-commit on CPU so are targeted towards CPU intensive tasks.

A virtual machine of "p" flavor is intended to run for an indeterminate length of time. There is no predefined root disk. The intended use of "p" flavors is that they should be booted from a volume, in which case the instance will be backed by the Ceph storage system and have greater redundancy and resistance to failure than a "c" instance. We recommend using a volume size of at least 20GB for the persistent VM root disk. The Arbutus (West) cloud treats “p” flavors differently as they will be on compute nodes with a higher level of redundancy (disk and network) and do over-commit the CPU so are geared towards web servers, data base servers and instances that have a lower CPU or bursty CPU usage profile in general.