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
This commit is contained in:
parent
fd72f2200c
commit
205b244ca1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user