summaryrefslogtreecommitdiffstats
path: root/etc/nova
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-23 13:09:13 +0000
committerGerrit Code Review <review@openstack.org>2013-01-23 13:09:13 +0000
commitd3819e1244bc98c15c59b0ef66322b81648982c9 (patch)
tree2e2386ada4d1eef0286dc5dd0f69033bb754c84d /etc/nova
parent69b14f1e7b015eb88f54f8d82c6533594c98999a (diff)
parent485e4bdb921c5e2b53af2886c53f4c93b8bf3be8 (diff)
downloadnova-d3819e1244bc98c15c59b0ef66322b81648982c9.tar.gz
nova-d3819e1244bc98c15c59b0ef66322b81648982c9.tar.xz
nova-d3819e1244bc98c15c59b0ef66322b81648982c9.zip
Merge "Run_as_root to ensure resize2fs succeed for all image backends"
Diffstat (limited to 'etc/nova')
-rw-r--r--etc/nova/rootwrap.d/compute.filters2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters
index f344a1b1c..e1113a9e7 100644
--- a/etc/nova/rootwrap.d/compute.filters
+++ b/etc/nova/rootwrap.d/compute.filters
@@ -99,9 +99,11 @@ pygrub: CommandFilter, /usr/bin/pygrub, root
fdisk: CommandFilter, /sbin/fdisk, root
# nova/virt/xenapi/vm_utils.py: e2fsck, -f, -p, partition_path
+# nova/virt/disk/api.py: e2fsck, -f, -p, image
e2fsck: CommandFilter, /sbin/e2fsck, root
# nova/virt/xenapi/vm_utils.py: resize2fs, partition_path
+# nova/virt/disk/api.py: resize2fs, image
resize2fs: CommandFilter, /sbin/resize2fs, root
# nova/network/linux_net.py: 'ip[6]tables-save' % (cmd, '-t', ...