Linux Virtualization Naming Conventions: Difference between revisions
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
<pre> | <pre> | ||
<vm-name|generic-name>-<purpose>. | <vm-name|generic-name>-<purpose>.<image-format> | ||
</pre> | </pre> | ||
Line 32: | Line 32: | ||
<pre> | <pre> | ||
node1-docker. | node1-docker.raw | ||
</pre> | </pre> |
Revision as of 14:37, 30 June 2017
Internal
Virtual Machine Naming Convention
For more details about the virtual machine name, see
Virtual Machine Image Naming Convention
The ... that will hold a virtual machine image should follow the pattern:
<vm-name>.<image-format>
Example:
node1.qcow2
Storage Volume Naming Convention
If the volume will be used for raw storage under a filesystem, and it is NOT going to be a virtual machine image, the volume name should follow the pattern:
<vm-name|generic-name>-<purpose>.<image-format>
Example:
node1-docker.raw