From 29e1861a484f5d344f8011e4fae3c7c86849854d Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 4 Jun 2018 14:49:08 -0400 Subject: [PATCH] Add note about multiattach not supporting encryption to docs Per change I613b48a9e89270b2f0266bffc5aeeefad37ce8fb encryption is not supported with multiattach-capable volumes. Change-Id: Ife204c380a9d3d12938a907dee6d93d01aaec0ce Related-Bug: #1770689 --- doc/source/admin/blockstorage-volume-multiattach.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/admin/blockstorage-volume-multiattach.rst b/doc/source/admin/blockstorage-volume-multiattach.rst index e00b9872d29..a8ea4629dfb 100644 --- a/doc/source/admin/blockstorage-volume-multiattach.rst +++ b/doc/source/admin/blockstorage-volume-multiattach.rst @@ -139,6 +139,7 @@ Known issues and limitations non-multiattach-capable type, or vice-versa, is not supported. - It is not recommended to retype an in-use multiattach volume if that volume has more than one active read/write attachment. +- Encryption is not supported with multiattach-capable volumes. .. _`Cinder`: https://specs.openstack.org/openstack/cinder-specs/specs/queens/enable-multiattach.html .. _`Nova`: https://specs.openstack.org/openstack/nova-specs/specs/queens/approved/cinder-volume-multi-attach.html