Jump to: navigation, search

Nova/Quobyte

< Nova
Revision as of 13:03, 25 March 2015 by Kaisers (talk | contribs) (Added config param descriptions and updated example config.)

Nova Driver Configuration with Quobyte

The Quobyte Nova driver provides access to vm images stored on a Quobyte volume. Use the following configuration options:

quobyte_mount_point_base
Directory where the Quobyte volume is mounted on the compute node.
quobyte_client_cfg
Path to a Quobyte Client configuration file.

Example in /etc/nova/nova.conf:

[default]
libvirt_volume_drivers=quobte=nova.virt.libvirt.quobyte.LibvirtQuobyteVolumeDriver
quobyte_client_cfg = /etc/quobyte/client.cfg
quobyte_mount_point_base = /mnt/openstack/quobytemnt