From 27efeaad1e30c189b448c4cc314e21ff30387f27 Mon Sep 17 00:00:00 2001 From: Gorka Eguileor Date: Tue, 10 Dec 2019 15:05:54 +0100 Subject: [PATCH] Add missing release notes We have merged some patches without release notes. This patch adds the appropriate release notes for all this patches, one file for each patch. Change-Id: I271876628b56ee9af9627017393c9b9f49785905 --- releasenotes/notes/IBM-SVC-667322aa2b4ac24d.yaml | 5 +++++ releasenotes/notes/attach_mode-0cc9cec91dff0fc3.yaml | 4 ++++ .../notes/fake-packages-7d5c55e6169f1096.yaml | 12 ++++++++++++ .../notes/snapshot-vol-type-20e4403ed5a8b0a5.yaml | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 releasenotes/notes/IBM-SVC-667322aa2b4ac24d.yaml create mode 100644 releasenotes/notes/attach_mode-0cc9cec91dff0fc3.yaml create mode 100644 releasenotes/notes/fake-packages-7d5c55e6169f1096.yaml create mode 100644 releasenotes/notes/snapshot-vol-type-20e4403ed5a8b0a5.yaml diff --git a/releasenotes/notes/IBM-SVC-667322aa2b4ac24d.yaml b/releasenotes/notes/IBM-SVC-667322aa2b4ac24d.yaml new file mode 100644 index 0000000..4ce06d5 --- /dev/null +++ b/releasenotes/notes/IBM-SVC-667322aa2b4ac24d.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Bug #1821898: Improve compatibility with Cinder drivers that access the DB + directly. This allows cinderlib to support IBM SVC. diff --git a/releasenotes/notes/attach_mode-0cc9cec91dff0fc3.yaml b/releasenotes/notes/attach_mode-0cc9cec91dff0fc3.yaml new file mode 100644 index 0000000..c2bd8fe --- /dev/null +++ b/releasenotes/notes/attach_mode-0cc9cec91dff0fc3.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Bug #1819706: Support setting attach_mode on attach and connect calls. diff --git a/releasenotes/notes/fake-packages-7d5c55e6169f1096.yaml b/releasenotes/notes/fake-packages-7d5c55e6169f1096.yaml new file mode 100644 index 0000000..524fbea --- /dev/null +++ b/releasenotes/notes/fake-packages-7d5c55e6169f1096.yaml @@ -0,0 +1,12 @@ +--- +features: + - | + Fake unused packages: Many packages that are automatically imported when + loading cinder modules are only used for normal Cinder operation and are + not necessary for cinderlib's execution. For example when loading a Cinder + module to get configuration options but without executing the code present + in the module. + + We now fake these unnecessary packages, providing faster load times, + reduced footprint, and the possibility for distributions to create a + cinderlib package or containers with up to 40% fewer dependencies. diff --git a/releasenotes/notes/snapshot-vol-type-20e4403ed5a8b0a5.yaml b/releasenotes/notes/snapshot-vol-type-20e4403ed5a8b0a5.yaml new file mode 100644 index 0000000..bfe3fa6 --- /dev/null +++ b/releasenotes/notes/snapshot-vol-type-20e4403ed5a8b0a5.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Bug #1836724: Fix create snapshot from a volume with volume type.