Virtual machine flavors: Difference between revisions

Jump to navigation Jump to search
Marked this version for translation
No edit summary
(Marked this version for translation)
Line 1: Line 1:
<languages />
<languages />
<translate>
<translate>
<!--T:1-->
''Parent page: [[CC-Cloud]]''
''Parent page: [[CC-Cloud]]''


<!--T:2-->
{{box|Virtual hardware templates are called "flavors" in OpenStack, defining sizes for RAM, disk, number of cores, and so on. ...
{{box|Virtual hardware templates are called "flavors" in OpenStack, defining sizes for RAM, disk, number of cores, and so on. ...
Flavors define a number of parameters, resulting in the user having a choice of what type of virtual machine to run—just like they would have if they were purchasing a physical server. - [http://netapp.github.io/openstack-deploy-ops-guide/icehouse/content/section_nova-key-concepts.html ''NetApp OpenStack Deployment and Operations Guide'']}}
Flavors define a number of parameters, resulting in the user having a choice of what type of virtual machine to run—just like they would have if they were purchasing a physical server. - [http://netapp.github.io/openstack-deploy-ops-guide/icehouse/content/section_nova-key-concepts.html ''NetApp OpenStack Deployment and Operations Guide'']}}


<!--T:3-->
Virtual machine flavors on Compute Canada clouds have names like
Virtual machine flavors on Compute Canada clouds have names like
  c2-7.5gb-92
  c2-7.5gb-92
Line 11: Line 14:
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.  
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.  


<!--T:4-->
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.   
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.   


<!--T:5-->
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 [[OpenStack#Booting_From_a_Volume|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.
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 [[OpenStack#Booting_From_a_Volume|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.


<!--T:6-->
[[Category:CC-Cloud]]
[[Category:CC-Cloud]]
</translate>
</translate>
cc_staff
1,486

edits

Navigation menu