summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRajat Dhasmana <rajatdhasmana@gmail.com>2020-06-02 09:15:50 +0000
committerRajat Dhasmana <rajatdhasmana@gmail.com>2020-06-22 07:08:13 +0000
commitbecd57467ad54d7887ed5713e814c5b4327dc54b (patch)
tree77da43dfc439784d2d0200430faca607ffb4961d /releasenotes
parent7eb163542550bf4c6883430bc7baec293ca0a38b (diff)
downloadglance_store-becd57467ad54d7887ed5713e814c5b4327dc54b.tar.gz
Don't allow image creation with encrypted nfs volumes
With change[1], we will enabled encrypted volume support for cinder nfs driver. Before enabling that, we require handling in cinder consuming projects (like glance_store) to not have unexpected behavior. This patch blocks image creation if the destination volume (in which the image will be written) is an encrypted nfs volume. [1] https://review.opendev.org/#/c/597148/ Closes-Bug: #1884482 Change-Id: I3b4c6782e561f22a7118624e26bf056cd6405a30
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/block-creating-encrypted-nfs-volumes-d0ff370ab762042e.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/block-creating-encrypted-nfs-volumes-d0ff370ab762042e.yaml b/releasenotes/notes/block-creating-encrypted-nfs-volumes-d0ff370ab762042e.yaml
new file mode 100644
index 0000000..8459d9b
--- /dev/null
+++ b/releasenotes/notes/block-creating-encrypted-nfs-volumes-d0ff370ab762042e.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ `Bug #1884482 <https://bugs.launchpad.net/cinder/+bug/1884482>`_:
+ Blocked creation of images on encrypted nfs volumes when glance store
+ is cinder.