summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEarle F. Philhower, III <earle.philhower.iii@hgst.com>2015-07-29 13:58:00 -0700
committerEarle F. Philhower, III <earle.philhower.iii@hgst.com>2015-08-06 08:40:06 +0000
commit6bf4ddede145668961a506ae230b58445baf7b4e (patch)
tree642dff47246f6d4f0856979559f26b8b031b42ea /etc
parent70165ed7dc0b1e1fa49f55861093938375942992 (diff)
downloadnova-6bf4ddede145668961a506ae230b58445baf7b4e.tar.gz
Add os_brick-based VolumeDriver for HGST connector
Even with OS-Brick being used to support different volume types in Nova, there still needs to be a small shim layer to actually connect to the different volume types. This patch includes three very minor patches to enable this: 1) Because os-brick is a library and not an application, the rootwrap for Nova needs to include the required CLI commands to attach/detach volumes as it can't live in os-brick's repository. 2) libvirt_volume_types needs to include the new HGST=>LibvirtHGSTVolumeDriver mapping, because os-brick doesn't support discovery of supported types. 3) A small shim LibvirtHGSTVolumeDriver calling the os-brick library needs to be added, again because there is no generic way presently for os-brick to map to specific volume types in libvirtvolumetype. Change-Id: Ie5b5e7dc6e3a1265dd139fbde240349fc10f86bf Depends-On: I64901b1456a3989c3ee700f1da6d47f47f2734bb Implements: blueprint add-os-brick-volume-driver-hgst-solutions
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/rootwrap.d/compute.filters1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters
index 64b86a7401..a1d3a1d1bb 100644
--- a/etc/nova/rootwrap.d/compute.filters
+++ b/etc/nova/rootwrap.d/compute.filters
@@ -207,6 +207,7 @@ multipath: CommandFilter, multipath, root
multipathd: CommandFilter, multipathd, root
systool: CommandFilter, systool, root
sginfo: CommandFilter, sginfo, root
+vgc-cluster: CommandFilter, vgc-cluster, root
# nova/storage/linuxscsi.py: sg_scan device
sg_scan: CommandFilter, sg_scan, root