From 205b244ca11d1039c9d57f19a47cf7e3ec6c285f Mon Sep 17 00:00:00 2001 From: Xing Yang Date: Thu, 10 Sep 2015 15:52:07 -0400 Subject: [PATCH] Fix ScaleIO commands in rootwrap filters Currently the ScaleIO command entry in compute.filters is this: drv_cfg: CommandFilter, /opt/emc/scaleio/sdc/bin/drv_cfg, --query_guid, root During CI testing, we found that it should be changed to the following: drv_cfg: CommandFilter, /opt/emc/scaleio/sdc/bin/drv_cfg, root, /opt/emc/scaleio/sdc/bin/drv_cfg, --query_guid Change-Id: I0ee874feb1fe2dd47694f81cb532f2e0fe3170cb Closes-Bug: #1494467 --- etc/nova/rootwrap.d/compute.filters | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters index ff92a7b4c28a..2a38cca54b43 100644 --- a/etc/nova/rootwrap.d/compute.filters +++ b/etc/nova/rootwrap.d/compute.filters @@ -206,7 +206,7 @@ systool: CommandFilter, systool, root sginfo: CommandFilter, sginfo, root vgc-cluster: CommandFilter, vgc-cluster, root # os_brick/initiator/connector.py -drv_cfg: CommandFilter, /opt/emc/scaleio/sdc/bin/drv_cfg, --query_guid, root +drv_cfg: CommandFilter, /opt/emc/scaleio/sdc/bin/drv_cfg, root, /opt/emc/scaleio/sdc/bin/drv_cfg, --query_guid # TODO(smcginnis) Temporary fix. # Need to pull in os-brick os-brick.filters file instead and clean