summaryrefslogtreecommitdiff
path: root/etc/cinder/rootwrap.d
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2019-07-09 16:30:09 -0400
committerEric Harney <eharney@redhat.com>2019-09-13 00:09:31 -0400
commit330f1ae453eeb76f9036fb3f73e22f3258d9a8b7 (patch)
treedb23bce05ce2fd5169d5b6add4633f4736850c91 /etc/cinder/rootwrap.d
parentb1de0652ca312503c18099f41ddf8482ca436058 (diff)
downloadcinder-330f1ae453eeb76f9036fb3f73e22f3258d9a8b7.tar.gz
Rekey volume on clone
When cloning an encrypted volume, change the encryption key used on the destination volume. This is currently implemented for iSCSI/FC drivers only. Change-Id: Id797af4f8ff001ec3d55cb4eda19988a314b700d
Diffstat (limited to 'etc/cinder/rootwrap.d')
-rw-r--r--etc/cinder/rootwrap.d/volume.filters2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/cinder/rootwrap.d/volume.filters b/etc/cinder/rootwrap.d/volume.filters
index 3f3e56ba8..4df1d66fb 100644
--- a/etc/cinder/rootwrap.d/volume.filters
+++ b/etc/cinder/rootwrap.d/volume.filters
@@ -136,3 +136,5 @@ ploop: CommandFilter, ploop, root
# cinder/volume/drivers/quobyte.py
mount.quobyte: CommandFilter, mount.quobyte, root
umount.quobyte: CommandFilter, umount.quobyte, root
+
+cryptsetup: CommandFilter, cryptsetup, root