38,907
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 40: | Line 40: | ||
=Working with Volumes= | =Working with Volumes= | ||
A volume provides storage which is not destroyed when a VM is terminated. On Compute Canada clouds, volumes use [https://en.wikipedia.org/wiki/Ceph_(software) Ceph] storage with a 3-fold replication factor to provide safety against hardware failure. More documentation about OpenStack volumes can be found [https://docs.openstack.org/cinder/latest/cli/cli-manage-volumes.html here]. | A volume provides storage which is not destroyed when a VM is terminated. On Compute Canada clouds, volumes use [https://en.wikipedia.org/wiki/Ceph_(software) Ceph] storage with a 3-fold replication factor to provide safety against hardware failure. More documentation about OpenStack volumes can be found [https://docs.openstack.org/cinder/latest/cli/cli-manage-volumes.html here]. | ||
[[File:Volumes_EN.png|400px|thumb| OpenStack Dashboard, Volumes page (Click for larger image)]] | |||
==Creating a Volume== | ==Creating a Volume== | ||
[[File: | [[File:Creating_a_volume_EN.png|400px|thumb| Create Volume dialog (Click for larger image)]] | ||
To create a volume click [[File:Create-Volume-Button.png]] and fill in the following fields: | To create a volume click [[File:Create-Volume-Button.png]] and fill in the following fields: | ||
Line 81: | Line 81: | ||
==Creating an Image from a Volume== | ==Creating an Image from a Volume== | ||
[[File:Os-upload-volume-to-image.png|400px|thumb| Upload to Image form (Click for larger image)]]<!--Note to translator: there is a FR version of this screen shot at [[File:Os-upload-volume-to-image-fr.png]]--> | [[File:Os-upload-volume-to-image.png|400px|thumb| Upload to Image form (Click for larger image)]]<!--Note to translator: there is a FR version of this screen shot at [[File:Os-upload-volume-to-image-fr.png]]--> | ||
Creating an image from a volume allows you to download the image. Do this if you want to save it as a backup, or to spin up a VM somewhere other than the CC Cloud, e.g. with [https://www.virtualbox.org/ VirtualBox]. If you want to copy a volume to a new volume within the same cloud see [[#Cloning a Volume|cloning a volume]] instead. To create an image of a volume it must first be detached from a VM. If it is a root volume, it can only be detached from a VM if the VM is terminated/deleted. | Creating an image from a volume allows you to download the image. Do this if you want to save it as a backup, or to spin up a VM somewhere other than the CC Cloud, e.g. with [https://www.virtualbox.org/ VirtualBox]. If you want to copy a volume to a new volume within the same cloud see [[#Cloning a Volume|cloning a volume]] instead. To create an image of a volume using it must first be detached from a VM. If it is a root volume, it can only be detached from a VM if the VM is terminated/deleted. | ||
===Using the Dashboard=== | ===Using the Dashboard=== |