Overview

Datastore Types

Storage in OpenNebula is designed around the concept of datastores. A datastore is any storage medium to store disk images. OpenNebula distinguishes between three different datastore types:

  • Images Datastore, which stores the base operating system images, persistent data volumes, CD-ROMs.
  • System Datastore holds disks of running Virtual Machines. Disk are moved from/to the Images when the VMs are deployed/terminated.
  • Files & Kernels Datastore to store plain files (not disk images), e.g. kernels, ramdisks, or contextualization files. See details here.

image0

Image Datastores

There are different Image Datastores depending on how the images are stored on the underlying storage technology:

System Datastores

Each datastore supports different features, here is a basic overview:

NFS/NASLocalCephSANiSCSI
Disk snapshotsyesyesyesnoyes
VM snapshotsyesyesnonono
Live migrationyesyesyesyesyes
Fault tolerance
(VM HA)
yesnoyesyesyes

How Should I Read This Chapter

Before reading this Chapter make sure you are familiar with Node Deployment from the Installation guide.

After that, proceed with the specific Datastore documentation you might be interested in.

Hypervisor Compatibility

This Chapter applies to KVM and LXC.