Jump to: navigation, search

Difference between revisions of "Nova/Quobyte"

(Updated config hints for Mitaka release)
(Updated current configuration hints.)
 
Line 3: Line 3:
 
The Quobyte Nova driver provides access to vm images stored on a Quobyte volume.  
 
The Quobyte Nova driver provides access to vm images stored on a Quobyte volume.  
  
==== Nova Releases Mitaka and Newer ====
+
<!--
 +
==== Nova Releases Newton and Newer ====
  
 
Use the following configuration option:
 
Use the following configuration option:
Line 17: Line 18:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
==== Nova Releases Liberty and Older ====
+
==== Nova Releases Mitaka and Older ====
 +
-->
  
 
Use the following configuration options:
 
Use the following configuration options:

Latest revision as of 10:40, 6 July 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 driver mounts the Quobyte volume on the compute node (note the semantic difference to the same parameter in newer releases).
quobyte_client_cfg
Path to a Quobyte Client configuration file.

Example in /etc/nova/nova.conf:

[default]
quobyte_client_cfg = /etc/quobyte/client.cfg
quobyte_mount_point_base = /mnt/openstack/quobytemnt