Jump to: navigation, search

Difference between revisions of "Nova/Quobyte"

m (Nova Driver Configuration with Quobyte)
m
Line 12: Line 12:
 
<syntaxhighlight lang="ini">
 
<syntaxhighlight lang="ini">
 
[default]
 
[default]
libvirt_volume_drivers=quobte=nova.virt.libvirt.quobyte.LibvirtQuobyteVolumeDriver
+
libvirt_volume_drivers=quobyte=nova.virt.libvirt.quobyte.LibvirtQuobyteVolumeDriver
 
quobyte_client_cfg = /etc/quobyte/client.cfg
 
quobyte_client_cfg = /etc/quobyte/client.cfg
 
quobyte_mount_point_base = /mnt/openstack/quobytemnt
 
quobyte_mount_point_base = /mnt/openstack/quobytemnt
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 13:19, 18 January 2016

Quobyte Nova Driver Configuration

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=quobyte=nova.virt.libvirt.quobyte.LibvirtQuobyteVolumeDriver
quobyte_client_cfg = /etc/quobyte/client.cfg
quobyte_mount_point_base = /mnt/openstack/quobytemnt