From 89ec25b3d6ce190e0166192ad91dce97e6721343 Mon Sep 17 00:00:00 2001 From: Helen Walsh Date: Thu, 8 Jul 2021 12:14:13 +0100 Subject: [PATCH] Cinder matrix - Removal of Snapshot Attachment This functionality is exposed via rpcapi (as a cinder backup enhancement) and not the OpenStack Block Storage API. As such it should be removed from the cinder support matrix. Closes-Bug: #1934168 Change-Id: Icaca68a1be8151f4aa0c5a0a6baeb762492bd159 --- doc/source/reference/support-matrix.ini | 70 ------------------- .../notes/bug-1934168-a61c71869742867d.yaml | 9 +++ 2 files changed, 9 insertions(+), 70 deletions(-) create mode 100644 releasenotes/notes/bug-1934168-a61c71869742867d.yaml diff --git a/doc/source/reference/support-matrix.ini b/doc/source/reference/support-matrix.ini index d761fb63ee6..8548efc1ff6 100644 --- a/doc/source/reference/support-matrix.ini +++ b/doc/source/reference/support-matrix.ini @@ -352,76 +352,6 @@ driver.win_iscsi=complete driver.win_smb=complete driver.zadara=complete -[operation.attach_snapshot] -title=Snapshot Attachment -status=optional -notes=This is the ability to directly attach a snapshot to an - instance like a volume. -driver.datera=missing -driver.dell_emc_powermax=missing -driver.dell_emc_powerstore=missing -driver.dell_emc_powervault=missing -driver.dell_emc_sc=missing -driver.dell_emc_unity=complete -driver.dell_emc_vmax_af=missing -driver.dell_emc_vmax_3=missing -driver.dell_emc_vnx=complete -driver.dell_emc_powerflex=complete -driver.dell_emc_xtremio=missing -driver.fujitsu_eternus=missing -driver.hitachi_vsp=complete -driver.hpe_3par=missing -driver.hpe_msa=missing -driver.huawei_t_v1=complete -driver.huawei_t_v2=complete -driver.huawei_v3=complete -driver.huawei_f_v3=complete -driver.huawei_v5=complete -driver.huawei_f_v5=complete -driver.huawei_18000=complete -driver.huawei_dorado=complete -driver.huawei_fusionstorage=complete -driver.infinidat=missing -driver.ibm_ds8k=missing -driver.ibm_flashsystem=missing -driver.ibm_gpfs=missing -driver.ibm_storwize=complete -driver.ibm_xiv=missing -driver.infortrend=missing -driver.inspur=complete -driver.inspur_as13000=missing -driver.kaminario=missing -driver.kioxia_kumoscale=missing -driver.lenovo=missing -driver.linbit_linstor=missing -driver.lvm=missing -driver.macrosan=missing -driver.nec=complete -driver.netapp_ontap=missing -driver.netapp_solidfire=missing -driver.nexenta=missing -driver.nfs=missing -driver.nimble=missing -driver.opene_joviandss=missing -driver.prophetstor=missing -driver.pure=missing -driver.qnap=missing -driver.quobyte=missing -driver.rbd=missing -driver.rbd_iscsi=missing -driver.sandstone=missing -driver.seagate=missing -driver.storpool=missing -driver.synology=missing -driver.toyou=missing -driver.vrtsaccess=missing -driver.vrtscnfs=missing -driver.vzstorage=missing -driver.vmware=missing -driver.win_iscsi=missing -driver.win_smb=complete -driver.zadara=missing - [operation.qos] title=QoS status=optional diff --git a/releasenotes/notes/bug-1934168-a61c71869742867d.yaml b/releasenotes/notes/bug-1934168-a61c71869742867d.yaml new file mode 100644 index 00000000000..f9f5cea6d06 --- /dev/null +++ b/releasenotes/notes/bug-1934168-a61c71869742867d.yaml @@ -0,0 +1,9 @@ +--- +other: + - | + The optional driver feature "Snapshot Attachment" has been removed + from the `Cinder Driver Support Matrix + `_. + It is an enhancment used for backups, it is not exposed via the + Block Storage API, and its presence in the Support Matrix was + misleading.