From db3862d93bc924fc460daca6c0fd6898a07f1a4a Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Fri, 5 Jun 2015 12:29:44 -0700 Subject: [PATCH] Remove duplicate volume.filters entry mv has already been added by gpfs driver Change-Id: I1cac9088e377b4cf8a44a5a25174ea68cbe900d4 --- etc/cinder/rootwrap.d/volume.filters | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/cinder/rootwrap.d/volume.filters b/etc/cinder/rootwrap.d/volume.filters index 79c2dd497..aa73e046e 100644 --- a/etc/cinder/rootwrap.d/volume.filters +++ b/etc/cinder/rootwrap.d/volume.filters @@ -122,8 +122,11 @@ systool: CommandFilter, systool, root blockdev: CommandFilter, blockdev, root # cinder/volume/drivers/ibm/gpfs.py -cp: CommandFilter, cp, root +# cinder/volume/drivers/tintri.py mv: CommandFilter, mv, root + +# cinder/volume/drivers/ibm/gpfs.py +cp: CommandFilter, cp, root mmgetstate: CommandFilter, /usr/lpp/mmfs/bin/mmgetstate, root mmclone: CommandFilter, /usr/lpp/mmfs/bin/mmclone, root mmlsattr: CommandFilter, /usr/lpp/mmfs/bin/mmlsattr, root @@ -186,9 +189,6 @@ audppool: EnvFilter, env, root, LANG=, STONAVM_HOME=, LD_LIBRARY_PATH=, STONAVM_ aureplicationlocal: EnvFilter, env, root, LANG=, STONAVM_HOME=, LD_LIBRARY_PATH=, STONAVM_RSP_PASS=, STONAVM_ACT=, /usr/stonavm/aureplicationlocal aureplicationmon: EnvFilter, env, root, LANG=, STONAVM_HOME=, LD_LIBRARY_PATH=, STONAVM_RSP_PASS=, STONAVM_ACT=, /usr/stonavm/aureplicationmon -# cinder/volume/drivers/tintri.py -mv: CommandFilter, mv, root - # cinder/volume/drivers/hgst.py vgc-cluster: CommandFilter, vgc-cluster, root -- 2.45.2