From: Avishay Traeger Date: Sun, 22 Sep 2013 11:01:25 +0000 (+0300) Subject: Add sg_scan filter to rootwrap X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4cfba805fc0311fea3ab5b361233cabe9bc599fd;p=openstack-build%2Fcinder-build.git Add sg_scan filter to rootwrap The sg_scan command was missing from rootwrap. Change-Id: I549b51e30c53eb588b02dc0892c8e32d2c66c6bb Closes-Bug: #1225102 --- diff --git a/etc/cinder/rootwrap.d/volume.filters b/etc/cinder/rootwrap.d/volume.filters index 99f75ed6c..1c3ff901c 100644 --- a/etc/cinder/rootwrap.d/volume.filters +++ b/etc/cinder/rootwrap.d/volume.filters @@ -88,5 +88,8 @@ aoe-revalidate: CommandFilter, aoe-revalidate, root aoe-discover: CommandFilter, aoe-discover, root aoe-flush: CommandFilter, aoe-flush, root +# cinder/brick/initiator/linuxscsi.py: +sg_scan: CommandFilter, sg_scan, root + #cinder/backup/services/tsm.py dsmc:CommandFilter,/usr/bin/dsmc,root