Jump to: navigation, search

Difference between revisions of "Nova/Quobyte"

(removed deprecated option)
(Updated config hints for Mitaka release)
Line 1: Line 1:
 
=== Quobyte Nova Driver Configuration ===
 
=== Quobyte Nova Driver Configuration ===
  
The Quobyte Nova driver provides access to vm images stored on a Quobyte volume. Use the following configuration options:
+
The Quobyte Nova driver provides access to vm images stored on a Quobyte volume.  
 +
 
 +
==== Nova Releases Mitaka and Newer ====
 +
 
 +
Use the following configuration option:
 +
 
 +
;quobyte_mount_point_base
 +
: Directory where the Quobyte Cinder volume is expected to be mounted on the compute node. See the Quobyte manual on how to mount Quobyte volumes.
 +
 
 +
Example in ''/etc/nova/nova.conf'':
 +
 
 +
<syntaxhighlight lang="ini">
 +
[default]
 +
quobyte_mount_point_base = /mnt/openstack/quobytemnt
 +
</syntaxhighlight>
 +
 
 +
==== Nova Releases Liberty and Older ====
 +
 
 +
Use the following configuration options:
  
 
;quobyte_mount_point_base
 
;quobyte_mount_point_base
: Directory where the Quobyte volume is mounted on the compute node.
+
: 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
 
;quobyte_client_cfg
 
: Path to a Quobyte Client configuration file.
 
: Path to a Quobyte Client configuration file.

Revision as of 08:21, 21 January 2016

Quobyte Nova Driver Configuration

The Quobyte Nova driver provides access to vm images stored on a Quobyte volume.

Nova Releases Mitaka and Newer

Use the following configuration option:

quobyte_mount_point_base
Directory where the Quobyte Cinder volume is expected to be mounted on the compute node. See the Quobyte manual on how to mount Quobyte volumes.

Example in /etc/nova/nova.conf:

[default]
quobyte_mount_point_base = /mnt/openstack/quobytemnt

Nova Releases Liberty and Older

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