summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2017-09-27 06:53:54 +1000
committerMichael Still <mikal@stillhq.com>2017-10-18 17:53:38 +1100
commit8dff381426cf47dcc35470049f8b833a6590d0e3 (patch)
tree29596227eb3381b22e94dcdde04355cee042d2bc /etc
parent7ad72b092201f87530674a245e2904c6401d567c (diff)
downloadnova-8dff381426cf47dcc35470049f8b833a6590d0e3.tar.gz
Move lvm handling to privsep.
Following the same pattern as the others. Change-Id: I69e95d07ba9a67cdd40649b0d1a2d789171d9984 blueprint: hurrah-for-privsep
Diffstat (limited to 'etc')
-rw-r--r--etc/nova/rootwrap.d/compute.filters12
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters
index d950034ac6..c1a50c8232 100644
--- a/etc/nova/rootwrap.d/compute.filters
+++ b/etc/nova/rootwrap.d/compute.filters
@@ -152,18 +152,6 @@ mkfs.ext3: CommandFilter, mkfs.ext3, root
mkfs.ext4: CommandFilter, mkfs.ext4, root
mkfs.ntfs: CommandFilter, mkfs.ntfs, root
-# nova/virt/libvirt/driver.py:
-lvremove: CommandFilter, lvremove, root
-
-# nova/virt/libvirt/utils.py:
-lvcreate: CommandFilter, lvcreate, root
-
-# nova/virt/libvirt/utils.py:
-lvs: CommandFilter, lvs, root
-
-# nova/virt/libvirt/utils.py:
-vgs: CommandFilter, vgs, root
-
# os-brick needed commands
read_initiator: ReadFileFilter, /etc/iscsi/initiatorname.iscsi
multipath: CommandFilter, multipath, root