cinder/releasenotes/notes
Gorka Eguileor 0b2c0d9238 LVM: Fix delete volume error due to lvs failure
Sometimes we get an unexpected failure on the lvs command where it exits
with code 139, which is not one of the 5 predefined ones in the code
ECMD_PROCESSED, ENO_SUCH_CMD, EINVALID_CMD_LINE, EINIT_FAILED, or
ECMD_FAILED.

We've seen this happen mostly on CI jobs when deleting a volume, on the
check to see if the volume is present (``_volume_not_present``) and
makes the whole operation unexpectedly fail.

When looking at the logs we can find other instances of this same exit
code happening in other calls, but those are fortunately to be covered
by retries for other unexpected errors such as bug #1335905 that seem to
make the call eventually succeed.

The stderr of the failure is polluted with debug and warning messages
such as:

  [1] /dev/sda1: stat failed: No such file or directory

      This has been removed [2] from the LVM code indicating it's
      somewhat troublesome, but doesn't explain how.

  [3] Path /dev/sda1 no longer valid for device(8,1)

  [4] WARNING: Scan ignoring device 8:0 with no paths.

But the real error is most likely:

  [5]: Device open /dev/sda 8:0 failed errno 2

On failure we see that error twice, because the code retries it in LVM
trying to workaround some kind of unknown udev race [6].

Since the LVM code indicates that a retry can help, we'll retry on error
139 when calling ``get_lv_info``.

To narrow down the retry we'll only do it on error 139, so we modify the
existing ``retry`` decorator to accept the ``retry`` parameter (same as
the tenacity library) and create our own retry if the
ProcessExecutionError fails with a specific error.

This pattern seems better than blindly retrying all
ProcessExecutionError cases.

[1]: 17f5572bc9/lib/filters/filter-persistent.c (L132)
[2]: 22c5467add
[3]: b84a9927b7/lib/device/dev-cache.c (L1396-L1402)
[4]: b84a9927b7/lib/label/label.c (L798)
[5]: b84a9927b7/lib/label/label.c (L550)
[6]: b84a9927b7/lib/label/label.c (L562-L567)

Closes-Bug: #1901783
Change-Id: I6824ba4fbcb6fd8f57f8ff86ad7132446ac6c504
2021-03-29 16:43:10 +02:00
..
3par-create-cg-from-source-cg-5634dcf9feb813f6.yaml 3PAR: Create consistency group from source CG 2016-02-08 10:29:28 -08:00
3par-create-fc-vlun-match-set-type-babcf2cbce1ce317.yaml Implement match-set type 3PAR FC VLUN creation 2016-06-21 15:30:00 -07:00
3par-get-capability-de60c9bc7ae51c14.yaml HPE 3PAR: Adding driver capability 2017-11-06 01:21:38 -08:00
3par-license-check-51a16b5247675760.yaml Disable capabilities based on 3PAR licenses 2015-12-18 16:15:16 -08:00
3par-manage-unmanage-snapshot-eb4e504e8782ba43.yaml 3PAR: Implement un/manage snapshot support 2015-12-17 23:26:35 +00:00
84-to-90-endpoints-831c28423d32cac5.yaml PowerMax driver - changing from 8.4 to 9.0 REST endpoints 2019-01-13 19:18:52 +00:00
1220b8a67602b8e7-update_rootwrap_volume_filters.yaml Add LC_ALL=C to lvcreate, lvextend and pvresize 2015-11-05 18:43:31 +01:00
1884495-173f375dc5274fe6.yaml Add cinder discard in nimble driver 2020-06-24 23:02:40 +05:30
1885946-17bc5c3dc0535044.yaml Nimble multi-attach bad format changes 2020-09-17 22:20:21 -04:00
1899512-7a872a2c19e53536.yaml Nimble: Add support for revert to snapshot 2020-10-12 13:04:09 -04:00
1918099-18b26dd9107f19c0.yaml Bug fix for revert to snapshot feature 2021-03-19 18:08:49 -07:00
Code-changes-to-handle-groups-with-replication_enabled-or-snapshot_enabled-72f669fe2719ce3d.yaml [SVF]:changes in create_group_from_src for replicated groups 2020-10-02 05:49:28 +00:00
Dell-SC-Driver-to-dell_emc-folder-e5d6fb1f1cf84149.yaml Dell EMC: Moved SC driver under dell_emc 2017-05-15 13:15:54 -05:00
Dell-SC-New-Extra-Specs-1de0d3f1ebc62881.yaml Dell SC: Missing volume creation options. 2016-12-12 10:59:30 -06:00
Dell-SC-Retype-Limitations-74f4b5f6a94ffe4f.yaml Dell SC: Retype fixes 2017-01-20 16:18:54 +00:00
Dell-SC-ServerOS-Config-Option-bd0e018319758e03.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
Dell-SC-excluded_domain_ips_ListOpt-51bacddee199ce83.yaml Dell EMC: Added excluded_domain_ips ListOpt to SC driver 2018-08-22 14:43:08 -05:00
Dell-SC-live-volume-41bacddee199ce83.yaml Dell SC: Use Live Volume for replication 2016-08-01 15:35:59 -05:00
Dell-SC-replication-failover_host-failback-a9e9cbbd6a1be6c3.yaml Dell SC: Added support for failover_host failback 2016-06-01 13:30:17 -05:00
Dell-SC-thaw_backend-b9362d381fabd4c9.yaml Dell SC: Reject thaw call when backend is failed over 2016-11-29 16:06:59 -06:00
Dell-SC-v2.1-replication-ef6b1d6a4e2795a0.yaml Dell SC: Support Replication V2.1 2016-03-02 10:01:42 -06:00
Ds8k-revert-to-snapshot-support-ea0e06e14a8710ee.yaml [DS8K]: Support revert to snapshot 2021-03-06 03:32:59 +00:00
Enable-HPE-3PAR-Compression-Feature-90e4de4b64a74a46.yaml Changing releasenotes file present in review change 409128. 2017-04-21 03:07:32 -06:00
Fusionstorage_Cinder_Driver_Support_OceanStor_100D-d21a300fd27b2440.yaml Fusionstorage Cinder Driver Support OceanStor 100D Storage.(dsware) 2021-02-19 15:24:32 +00:00
HPE-3par-Generic-Volume-Group-e048002e1c3469a3.yaml HPE 3PAR: Adds CG capability in generic volume groups(GVG). 2017-04-24 11:57:37 -06:00
Huawei-volume-driver-replication-v2.1-ada5bc3ad62dc633.yaml Huawei: Implement v2.1 replication 2016-03-14 22:49:57 +08:00
Huawei_Cinder_Driver_Support_Dorado_V6-5289a3b0ef90e8b1.yaml Huawei Cinder Driver Support Dorado V6 Storage.(iSCSI, FC) 2020-01-06 17:03:01 +08:00
Lefthand-generic-volume-group-570d07b4786b93c2.yaml HPE Lefthand: add CG capability to generic groups 2017-04-11 16:35:42 +00:00
MacroSAN-volume-driver-6477e4ec7c38f49d.yaml Add MacroSAN cinder driver 2019-07-25 09:24:11 -05:00
NetApp-ONTAP-full-cg-support-cfdc91bf0acf9fe1.yaml NetApp: Implement CGs for ONTAP Drivers 2016-02-24 20:31:22 +00:00
SC-included_domain_ips_ListOpt-61bacddee199ce83.yaml Dell EMC Sc: Add support for whitelisting fault domains 2020-06-04 14:18:08 -05:00
SolidFire-generic-volume-group-1b1e55661cd83a43.yaml SolidFire Generic Groups Support 2017-05-24 10:13:53 -06:00
VMEM-6000-drivers-removed-9b6675ff7ae5f960.yaml Removes the Violin 6000 FC and iSCSI drivers 2016-01-07 16:35:19 -08:00
Zadara-change-to-access-key-b16bdaa9d8460b57.yaml Zadara VPSA: Move to API access key authentication 2019-09-11 07:31:05 +00:00
Zadara-newlayout-support-features-ffa20694c008ba86.yaml Update code layout and missing Zadara features 2021-03-18 20:22:32 +02:00
ZadaraStorage-13a5fff6f4fa1710.yaml Add backend driver for Zadara Storage VPSA 2016-07-08 18:30:02 +00:00
a7401ead26a7c83b-keystone-url.yaml Use proper config option to connect to keystone 2015-12-03 15:21:01 +01:00
add-availability_zone-filter-for-snapshot-8e1494212276abde.yaml Support az filter for snapshot 2017-09-07 10:25:58 +08:00
add-backup-project-attribute-3f57051ef9159b08.yaml Backup project attribute support 2016-12-21 13:50:37 +08:00
add-cg-capability-to-groups-2eb3e71682a88600.yaml Add a release note for groups 2017-04-13 11:33:10 -04:00
add-cluster-name-to-volume-details-ce01dd828faafcde.yaml Show cluster_name in volume details 2020-08-26 16:12:19 +03:00
add-coho-driver-b4472bff3f64aa41.yaml Volume driver for Coho Data storage solutions 2015-12-06 21:31:33 -08:00
add-configurable-img-conversion-param-1e7b545ae816dfe8.yaml Configurable timeout of the QEMU img conversion 2020-01-22 07:56:39 -05:00
add-connection-info-to-attachment-84d4dg45uh41db15.yaml Add 'connection_info' to attachment object 2017-04-19 17:44:48 +08:00
add-count-info-in-list-api-e43wac44yu750c23.yaml Support count info in List&Detail APIs 2017-10-25 08:43:47 +00:00
add-datacore-volume-driver-3775797b0515f538.yaml Replace Chinese punctuation with English punctuation 2018-01-23 16:24:06 +08:00
add-del-volumeTypeAccess-b1c8cb14a9d14db3.yaml Updated "deleted" column of volume_type_access 2015-12-30 13:02:16 +00:00
add-encryption-key-id-to-details-e721977fba0f2b51.yaml Add encryption_key_id to volume and backup details 2021-02-04 07:23:08 -08:00
add-filter-to-group-snapshots-74sd8g138a289dh4.yaml Add filter, sorter and pagination for group snapshot 2017-03-15 13:46:27 +00:00
add-filters-support-to-get_pools-0852e9c0e42fbf98.yaml Add filters support to get_pools 2017-02-09 17:44:38 +08:00
add-google-backup-driver-d1e7ac33d5780b79.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
add-io-ports-option-c751d1bd395dd614.yaml Unity: Add support to set IO ports in option 2017-01-12 10:54:51 +08:00
add-like-filter-support-7d4r78d6de3984dv.yaml Support 'LIKE' operator to filter resource 2017-05-22 14:23:31 +08:00
add-operation-to-request-spec-7yt6ub75uy1284as.yaml Support filter backend based on operation type 2018-05-07 17:58:36 +08:00
add-option-max_luns_per_storage_group-dfe3e1396b262bc8.yaml VNX: fix options incorrect behavior 2018-03-23 07:07:41 +00:00
add-periodic-task-to-clean-expired-messages-84f47gxc88hda035.yaml Fix typo 2017-05-15 15:19:30 +08:00
add-project-id-to-group-groupsnapshot-response-512013e95a80784a.yaml Add project_id in group snapshots list and show API 2019-03-01 22:59:19 +05:30
add-reset-group-snapshot-status-sd21a31cde5fa035.yaml [2/4]Reset group snapshot status 2016-12-22 11:11:02 +08:00
add-reset-group-status-sd21a31cde5fa034.yaml [1/4]Reset generic volume group status 2016-12-23 22:58:48 +08:00
add-resource-filters-api-8g3dub1700qaye98.yaml Add 'resource_filters' API to support generalized filtering 2017-05-20 10:33:21 +08:00
add-revert-to-snapshot-support-2d21a3dv4f5fa087.yaml Cinder volume revert to snapshot 2017-06-21 10:35:32 +08:00
add-split-logger-conf-option-0424e3bd91de3a5a.yaml Enable split logging for cinder-glanceclient interaction 2018-07-11 14:38:04 +05:30
add-stochastic-scheduling-option-99e10eae023fbcca.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
add-suppress-lvm-fd-warnings-option.402bebc03b0a9f00.yaml Provide cfg to ignore lvm descriptor leak warnings 2016-09-26 09:20:58 +00:00
add-tegile-driver-b7919c5f30911998.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
add-transfer-pagination-support-7y33u7y68de3cb16.yaml Support transfer pagination 2019-02-01 10:44:23 +08:00
add-user-id-attribute-to-backup-response-ce27364680c895f7.yaml Add user_id in backup list and show API 2018-12-12 00:52:05 -05:00
add-vmax-replication-490202c15503ae03.yaml VMAX driver - Implement volume replication for VMAX 2017-01-23 19:55:40 +00:00
add-volume-type-filter-to_get-pools-c791132540921398.yaml Add volume type filter to API Get-Pools 2017-05-25 09:13:54 +08:00
add-volume-upload-image-options-3a61a31c544fa034.yaml Added more options while uploading volume as image 2016-03-23 18:55:53 +00:00
add_ceph_custom_keyring_path-43a3b8c21a1ab3c4.yaml Add custom keyring when initializing RBD connection 2017-06-29 15:45:38 +02:00
add_manage_unmanage_itri_disco_driver-1c9ee31cc86b6eda.yaml Add manage/unmanage to DISCO driver 2017-01-06 02:26:20 +00:00
add_multiattach_policies-8e0b22505ed6cbd8.yaml Fix multiattach policy names in release note 2018-01-24 15:46:59 -05:00
add_replication_failback_to_solidfire-82668c071f4fa91d.yaml Enable fail back in SolidFire driver 2017-12-21 17:27:21 -07:00
allow-admin-quota-operations-c1c2236711224023.yaml Allow admin project to operate on all quotas 2016-07-11 12:58:54 -07:00
allow-deleting-__DEFAULT__-type-d35dfb5d89760b9b.yaml Modify default/delete volume type logic 2020-08-19 02:07:15 +00:00
allow-encrypted-rbd-volumes-35d3536505e6309b.yaml RBD: Support encrypted volumes 2018-01-23 11:41:34 -05:00
allow-huawei-driver-lun-copy-speed-configurable-361a480e7b7e361d.yaml Huawei driver supports specifying copy speed 2017-02-28 11:00:05 +08:00
allow-remove-name-and-description-for-consisgroup-408257a0a18bd530.yaml Allow setting CG name or description to empty value 2016-06-17 12:24:52 +08:00
announce-ceph-min-version-4eddb0def1c39928.yaml doc: restrict supported Ceph versions 2020-11-13 10:05:18 -05:00
apply-limits-to-qemu-img-29f722a1bf4b91f8.yaml Limit memory & CPU when running qemu-img info 2016-09-22 15:31:37 -05:00
backend-options-ed19e6c63b2b9090.yaml Move driver options to "backend_defaults" section 2017-07-03 16:42:03 +02:00
backup-ceph-driver-journaling-exculsive-lock-features-6b6044138a288a83.yaml ceph backup support for EXCLUSIVE_LOCK and JOURNALING features 2017-02-14 12:56:24 -06:00
backup-driver-configuration-36357733962dab03.yaml Add ability to specify backup driver via class name 2017-10-11 12:59:00 +03:00
backup-path-removal-c411bb6c0d3887f1.yaml Drop legacy backup service support 2018-08-23 08:55:24 -05:00
backup-snapshot-6e7447db930c31f6.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
backup-snapshots-2f547c8788bc11e1.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
backup-update-d0b0db6a7b1c2a5b.yaml Add backup update function (microversion) 2016-07-28 09:57:25 +00:00
backup_driver_init_state-d4834fa927e502ab.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
backup_max_operations-27753c748ba1dc1a.yaml Backup: Limit number of concurent operations 2020-06-19 09:30:43 +02:00
backup_s3_driver-238e3612acd7cc06.yaml created s3 cinder backup driver 2021-01-28 10:56:43 -05:00
balanced-fc-port-selection-fbf6b841fea99156.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
bdd-pools-stats-afb4398daa9248de.yaml Block Device Driver: report pools in volume stats 2016-07-20 14:31:08 +00:00
bp-add-volume-backup-id-e10d053638cb2e78.yaml Followup to address open review comments 2020-04-08 16:18:46 +08:00
bp-datera-cinder-driver-update-2.1-5c6455b45563adc5.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
bp-ibm-gpfs-supported-26ae5381dd2a47ad.yaml Add support for IBM GPFS Driver 2020-04-20 22:02:40 +05:30
bp-inspur-instorage-driver-40371862c9559238.yaml Inspur Cinder iSCSI driver 2017-11-15 19:48:58 +08:00
bp-jdss-add-cert-and-snapshot-revert-b34f352754ad07de.yaml JovianDSS: add certs and snapshot restore 2021-03-19 12:48:50 +02:00
bp-kumoscale-driver-3a01460f1aa83939.yaml Add KIOXIA KumoScale NVMeOF driver 2021-02-10 15:40:17 +00:00
bp-netapp-flexgroup-support-c462fca33f0d8906.yaml Follow up NetApp ONTAP FlexGroup feature 2021-03-22 19:02:30 +00:00
bp-netapp-ontap-adaptive-qos-45891585a91eab75.yaml NetApp ONTAP: Add support for dynamic Adaptive QoS policy group creation 2021-03-09 19:23:57 -03:00
bp-netapp-ontap-min-throughput-qos-cd3812df5c7da8fd.yaml NetApp ONTAP: Add support for QoS minimums specs 2021-03-09 16:17:52 -03:00
bp-netapp-solidfire-ipv6-on-management-ip-10187de7b732335a.yaml NetApp SolidFire: Enable driver IPv6 api request 2020-09-12 00:48:10 -03:00
bp-netapp-solidfire-revert-to-snapshot-741b7c204cc99546.yaml NetApp SolidFire: Revert volume to snapshot 2018-11-11 21:33:31 -05:00
bp-nfs-volume-encryption-3d8362843caeb39c.yaml NFS encrypted volume support 2020-06-23 22:00:05 +00:00
bp-nvmeof-lvm-target-b7771955b426abe7.yaml Adding NVMET target for NVMeOF 2018-05-02 20:43:11 +03:00
bp-open-src-ibm-storage-driver-d17808e52aa4eacb.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
bp-powerstore-cg-support-ac1842d2041dcbfd.yaml Add Consistency Groups support in PowerStore driver 2021-03-12 07:38:05 +00:00
bp-powerstore-cinder-driver-94f8c7f1371eafe7.yaml Add Cinder driver for Dell EMC PowerStore 2020-07-22 22:40:09 +03:00
bp-powerstore-replication-support-700016b83437602e.yaml Add OpenStack volume replication v2.1 support in PowerStore driver 2021-03-12 07:33:12 +00:00
bp-provisioning-improvements-bb7e28896e2a2539.yaml Overprovisioning Improvements 2018-01-25 07:37:17 -02:00
bp-remove-netapp-7mode-drivers-c38398e54662f2d4.yaml NetApp ONTAP: Remove support for 7mode systems 2017-10-23 14:32:44 -07:00
bp-toyou-acs5000-driver-16449ca18280def3.yaml Add Cinder driver for TOYOU ACS5000 2021-01-20 18:28:51 +00:00
bp-vmware-fcd-fbe19ee577d2e9e4.yaml VMware: Backend driver for VStorageObject 2017-11-20 11:59:35 -08:00
brcd_lookupservice_http_support-f6485b38a1feaa15.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
brocade_http_connector-0021e41dfa56e671.yaml Adds HTTPS southbound connector for Brocade FC Zone Driver 2016-01-28 15:07:04 -08:00
brocade_looup_fail_get_client-179151d449a34aa4.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
brocade_py3-15647dbe3981d44b.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
brocade_rest_client-202cfd474c96d3fe.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
brocade_virtual_fabrics_support-d2d0b95b19457c1d.yaml Adds support for configuring zoning in a virtual fabric 2016-02-08 13:49:04 -08:00
bug-1518213-a5bf2ea0d008f329.yaml Add Auth Version 3 support in Swift Backup Driver 2016-06-08 10:27:11 +02:00
bug-1560649-d4f3ff71fe4ddb89.yaml EMC ScaleIO driver does not honor create from snapshot volume size 2018-09-13 22:44:31 +05:30
bug-1560867-support-nova-specific-image-7yt6fd1173c4e3wd.yaml Support create a volume from image snapshot 2017-11-25 15:05:46 +08:00
bug-1570845-efdb0206718f4ca4.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
bug-1587376-fix-manage-resource-quota-issue-78f59f39b9fa4762.yaml Handle quota in 2 phases when managing resource 2017-11-23 01:18:02 +00:00
bug-1612763-report-multiattach-enabled-NetApp-backends-0fbf2cb621e4747d.yaml NetApp: Report multiattach as enabled 2016-08-22 15:34:48 +00:00
bug-1614095-add-user_id-to-snapshot_show-4884fab825983c3a.yaml Show user_id when cinder snapshot-show 2017-06-27 22:33:33 -04:00
bug-1615451-NetApp-cDOT-fix-reporting-replication-capability-dca29f39b9fa7651.yaml NetApp cDOT: Fix reporting of replication capabilities 2016-09-07 19:51:00 +00:00
bug-1622057-netapp-cdot-fix-replication-status-cheesecake-volumes-804dc8b0b1380e6b.yaml NetApp cDOT: Fix model update for cheesecake volumes 2016-09-15 21:58:08 +00:00
bug-1632333-netapp-ontap-copyoffload-downloads-glance-image-twice-08801d8c7b9eed2c.yaml NetApp ONTAP: Copy offload bugfix 2017-12-14 14:37:41 +00:00
bug-1634203-netapp-cdot-fix-clone-from-nfs-image-cache-2218fb402783bc20.yaml NetApp cDOT driver fails to clone from NFS cache 2016-12-01 18:55:49 +00:00
bug-1660927-netapp-no-copyoffload-77fc3cf4f2cf2335.yaml NetApp cDOT: Add check if copyoffload tool is available 2017-02-03 13:54:09 +01:00
bug-1667071-dc6407f40a1f7d15.yaml Disallow modification of in use Volume Types 2017-03-06 09:14:29 -07:00
bug-1670260-fix-boolean-is_public-d16e1957c0f09d65.yaml Fix 500 error if boolean is_public is passed as string 2017-03-09 14:01:36 +05:30
bug-1671220-4d521be71d0b8aa4.yaml Consistency groups API is not returning project_id filter groups. 2017-03-21 18:47:41 +00:00
bug-1686745-e8f1569455f998ba.yaml 3PAR: Add `force detach` support 2018-03-01 11:12:25 -08:00
bug-1690954-40fc21683977e996.yaml NetApp ONTAP: Fix export path used as volume name 2018-04-11 12:58:09 +00:00
bug-1691771-fix-netapp-manage-volumes-62bec192a08b3ceb.yaml NetApp cDot: Fix manage volumes 2017-11-14 13:19:19 -05:00
bug-1693084-fix-az-cache-invalid-6td4q74q28uxcd68.yaml Pike release note cleanup 2017-08-08 04:11:41 -05:00
bug-1699936-fix-host-show-incorrect-fg8698gu7y6r7d15.yaml Fix resource count for os-host show 2017-11-14 14:23:51 +00:00
bug-1703405-53f09205024f2095.yaml Nit: Update comment and release note on Quobyte driver bugfix 2020-04-23 19:16:42 +02:00
bug-1705375-prohibit-group-deletion-if-groupsnapshot-exists.yaml Do not delete group if group snapshot exists 2017-07-21 08:33:03 +08:00
bug-1706888-update-backend-when-extending-3e4a9831a0w29d68.yaml Update backend state when extending volume 2017-07-27 17:25:11 +08:00
bug-1712651-7bc90264eb5001ea.yaml NetApp ONTAP iSCSI: Force exception on online extend 2018-05-11 10:26:49 -04:00
bug-1714209-netapp-ontap-drivers-oversubscription-issue-c4655b9c4858d7c6.yaml NetApp ONTAP: Fix reporting of provisioned_capacity_gb 2017-09-27 12:38:57 -04:00
bug-1718739-netapp-eseries-fix-provisioned-capacity-report-8c51fd1173c15dbf.yaml NetApp E-series: Fix provisioned_capacity_gb 2017-11-07 17:29:37 -05:00
bug-1723226-allow-purging-0day-4de8979db7215cf3.yaml Allow purging of records less than 1 day old 2017-11-28 17:47:24 +00:00
bug-1730933-1bb0272e3c51eed3.yaml Added mount fstype based validation of Quobyte mounts 2017-11-09 14:37:53 +01:00
bug-1735337-remove-skip-quota-validation-flag-2ecb24143f1f1292.yaml Move release note put in wrong location 2018-03-01 05:44:42 -06:00
bug-1762424-f76af2f37fe408f1.yaml NetApp ONTAP: Set new sub-lun clone limit for ONTAP driver 2018-04-17 14:15:05 -03:00
bug-1765182-34fdc4bb8482f8a5.yaml NetApp ONTAP: Remove iSCSI/FC driver online volume extend support 2018-06-27 13:32:56 -03:00
bug-1765182-bcafd577f4b81eb6.yaml Make scheduler check online_extend_support capability 2018-06-26 14:42:34 -03:00
bug-1765182-de132ba52167800b.yaml NetApp ONTAP: Remove NFS driver online volume extending support 2018-07-05 10:27:57 -03:00
bug-1765610-qnap-fix-volume-snapshot-create-fail-2bb785eafdb87fb6.yaml QNAP: driver fails to create volume and snapshot in some case 2018-04-24 10:01:50 +08:00
bug-1766768-qnap-fix-upload-volume-detach-fail-33cbee59f1381bda.yaml QNAP: driver fails to detach while uploading volume to image 2018-05-04 03:41:54 +00:00
bug-1773446-984d76ed29445c9b.yaml Fix group availability zone-backend host mismatch 2018-06-05 12:09:49 -07:00
bug-1773725-xtremio-remove-provisioning-factor-y7r5uy3489yd9pbf.yaml [XtremIO] Remove provisioning factor when reporting 2018-06-19 08:07:53 +00:00
bug-1782588-7e058b379da95309.yaml SF: Handle qos values on extend volume 2019-06-18 13:51:24 +00:00
bug-1783790-multiattach-none-when-manage-volume-yu7du8yth78i0e6b.yaml Move release note to the releasenotes/notes dir 2018-09-03 17:12:03 +00:00
bug-1784871-7f67402eb13abca7.yaml ScaleIO: Disable volume creation without padding 2018-08-15 16:22:47 -05:00
bug-1790141-vmax-powermaxos-upgrade-fix-4c76186cfca66790.yaml VMAX Driver - VMAX OS Upgrade Bug 2018-12-07 14:49:13 +00:00
bug-1799221-fix-truncated-volumes-in-case-of-glance-errors-6cae19218249c3cf.yaml cinder-volume: Stop masking IOError different than ENOSPC 2019-01-04 18:09:46 +00:00
bug-1805550-default-policy-file-db15eaa76fefa115.yaml Correct default policy file 2018-11-28 09:49:52 -05:00
bug-1809323-fix-invalid-backup-4a341dc362ded88e.yaml Rollback the quota_usages table when failed to create a incremental backup 2019-08-14 08:53:15 +08:00
bug-1812685-powermax-replication-specs-fix-aa6b13b93b4059d6.yaml PowerMax Driver - Replication Settings Fix 2019-01-28 17:31:32 +00:00
bug-1813851-60a4f0ffe386d9b6.yaml NFS: Retry on intermittent mount failure 2019-06-07 17:01:05 -07:00
bug-1823200-victoria-ecd2d99c9223d84b.yaml Remove VxFlex OS credentials from connection_properties 2020-06-04 09:11:18 -05:00
bug-1828386-fix-retype-rbd-backend.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
bug-1833115-fix-netapp-ontap-python3-failures-dd869e602f9539e1.yaml NetApp ONTAP: Fix JSON serialization error on EMS logs 2019-07-31 20:26:50 -03:00
bug-1837524-strowize-create_consistency_group_failures-bb2a976dfe9454a4.yaml [SVF]:Fixed create_flashcopy_to_consistgrp 2020-09-25 21:07:06 +00:00
bug-1859652-netapp-fix-retype-attached-volume-to-solidfire-1933f03673ff078d.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
bug-1859653-solidfire-fix-failover-after-service-restart-77e5e4da45c9c1aa.yaml NetApp SolidFire: Fix failback failing after service restart 2020-04-13 04:08:10 -03:00
bug-1860100-8c542363def7d408.yaml Support volume transfer `name` filters 2020-02-07 06:30:42 +00:00
bug-1869746-cross-project-incremental-backup-error.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
bug-1870103-013e314e9a5b8e08.yaml Pure Storage: check volumename length does not exceed maximum 2021-03-06 09:16:40 -05:00
bug-1871524-5f6df9a61bf6b775.yaml Fix volume migration fails in the same ceph RBD pool 2020-04-16 09:45:54 +00:00
bug-1874134-netapp-ONTAP-fix-max-resize-size-ad2d88da8721560e.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
bug-1874541-netapp-fix-update-cluster-status-8331655904fb4fed.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
bug-1875570-nfs-image-volume-cache-c45e840a6ec2a702.yaml Correct formatting in release note 2020-05-29 22:21:03 -04:00
bug-1879578-volume_type-regression-de82f4152c7b2f77.yaml Default volume_type set too early 2020-06-24 17:07:38 -04:00
bug-1884030-ds8k_support_volume_name_template-91e1b70ece172ef8.yaml [IBM DS8000] Support volume name template 2020-11-16 19:04:10 +00:00
bug-1887859-backup-manager-fb8dbf289eedc4b0.yaml Race in Cinder backup manager 2020-07-24 16:43:49 +00:00
bug-1887885-nec-fix-snapshot-detach-error-fff3012e0e9a2d2b.yaml NEC driver: fix a snapshot detach error 2020-09-16 18:28:39 +09:00
bug-1887908-nec-live-migration-failure-withfc-3128fff7c48e739f.yaml NEC driver: fix live-migration failure with FC 2020-08-20 15:42:17 +09:00
bug-1887962-643379faf20f01cf.yaml PowerMax Driver - Fix non-temporary snapshot delete 2020-09-23 18:46:33 +01:00
bug-1888951-backup-from-nfs-snapshot-2e06235eb318b852.yaml Fixed an issue with creating a backup from snapshot with NFS volume driver. 2020-07-25 18:19:29 +00:00
bug-1890241-strowize-delete_group_snapshot_fix-2e491e74e1f73ba7.yaml [Storwize]:Fix delete_group_snapshot cleanup issue 2020-09-13 09:43:18 +00:00
bug-1890254-clone-fcmap-is-not-deleting-in-cleanup-f5bbb467be1b889d.yaml [SVF]:Fix clone fcmap not being deleted in cleanup 2020-11-18 16:16:30 +00:00
bug-1890586-storwize-check_flashcopy_rate-fix-571e6e182b604725.yaml [storwize]:Fixed check_flashcopy_rate issues 2020-09-21 13:17:46 +00:00
bug-1890588-storwize-select_io_group-fix-7200f2e00140ab34.yaml [storwize]:Fixed select_io_group issues 2020-09-21 14:07:18 +00:00
bug-1890589-create_flashcopy_to_consistgrp_fix-9eeea4aaceb8a191.yaml [SVF]:Fixed create_flashcopy_to_consistgrp 2020-09-25 21:07:06 +00:00
bug-1890591-Pool-information-is-not-saved-in-stats-22f302d941cd9fe2.yaml [SVF]:Reduce slowness by caching pool information 2020-09-29 09:35:54 +00:00
bug-1892034-Volume-name-is-not-validated-for-host-4ec0d1bd14281c77.yaml [SVF]: Volume name is not validated for host 2021-03-17 07:27:19 +00:00
bug-1894381-fix-cinder-manage-cluster-remove-raising-nosuchopterror.yaml Fix cinder-manage cluster remove raising NoSuchOptError 2020-10-15 16:30:32 +00:00
bug-1895510-REST-API-issue-to-get-bundle-198a3b89255759bb.yaml [IBM DS8K]: Fixed rest API issue to get bundle 2020-10-07 16:31:28 +00:00
bug-1896087-rollback-volume-status-bd04951f929bb88d.yaml Rollback volume status if backup service is unavailable 2020-09-23 20:54:12 +03:00
bug-1896214-Fix-in-change_vdisk_iogrp-during-retype-ef83ccf27d8829f5.yaml [SVF]:Fix in change_vdisk_iogrp during retype 2020-12-08 03:40:57 +00:00
bug-1898746-ibm-svf-fix-host-failover-switch-relationship-9d3c58822a8c918c.yaml [SVF]: Fixed host and group failover issues 2020-11-20 04:49:30 +00:00
bug-1898918-b24a93d7d5aff238.yaml RBD: Run flatten in a different thread when cloning a volume 2020-10-13 23:46:14 +09:00
bug-1900979-powerstore-chap-support.yaml Add CHAP support to Dell EMC PowerStore driver 2020-12-08 14:49:30 +03:00
bug-1900979-xtremio-ports-filtering-e68f90d47f17a7d9.yaml Add ports filtering support to Dell EMC XtremIO driver 2021-02-16 16:10:39 +00:00
bug-1901241-361b1b361bfa5152.yaml Do not fail when depth is greater than rbd_max_clone_depth 2020-10-28 21:45:14 +00:00
bug-1903648-ds8k-ostype-compatability-support-a86f608d8c014a29.yaml [IBM DS8000]: Fix compatability issue in get_host 2020-12-02 10:03:13 +00:00
bug-1904440-clone-rekey-fd57a2b5f6224e0f.yaml Fix volume rekey during clone 2020-11-18 08:20:03 -05:00
bug-1904892-ipv6-nfs-manage-391118115dfaaf54.yaml API validation: Add cinder_host type to support ipv6 in manage 2021-03-11 10:32:13 -05:00
bug-1905564-e7dcf28fd734d3b2.yaml PowerMax Driver - Fix assign SRP during promotion retype 2020-11-25 13:20:51 +00:00
bug-1905988-ibm-svf-fix-volume-iops-throttling-issue-b2b89e31af5973b2.yaml [SVF] Set volume IOPS based on volume size 2021-03-10 16:39:23 +00:00
bug-1906528-ibm-svf-fix-host-failback-switch-relationship-b5b7320811688cda.yaml [SVF]: Fixed host and group failback issues 2021-03-09 14:05:28 +00:00
bug-1907964-9277e5ddec2abeda.yaml Add support for RBD fast-diff feature for backups stored in Ceph 2021-03-15 13:48:28 +00:00
bug-1908315-020fea3e244d49bb.yaml Correct group:reset_group_snapshot_status policy 2020-12-16 21:34:57 -05:00
bug-1912451-ibm-svf-update-replication-properties-68c4f9ea56df212d.yaml [SVF] Update volume replication properties 2021-02-18 14:46:23 +00:00
bug-1912564-strowize-hyperswap-volume-is-not-deleting-a94291248f8f59cd.yaml [SVF]:Storwize hyperswap volume is not deleting. 2021-03-17 05:31:56 +00:00
bug-1913449-4796b366ae7e871b.yaml RBD: Pass bytes type for mon_command inbuf 2021-02-03 10:04:44 -05:00
bug-1920237-backup-remove-export-race-941e2ab1f056e54c.yaml Backup manager: Synchronously call remove_export 2021-03-22 11:04:16 -04:00
bug-fix-1866871-f9d61defc00f4007.yaml PowerMax Driver - Allowing for default volume type in group 2020-03-24 18:46:31 +00:00
bug-fix-1867163-27afa39ac77b9e15.yaml PowerMax Driver - Legacy volume not found 2020-03-18 22:09:31 +00:00
bug-invalid-content-type-1715094-8yu8i9w425ua08f3.yaml Raise HTTPUnsupportedMediaType when content type is unsupported 2018-08-21 17:14:02 +08:00
bug-reno-69539ecb9b0b5464.yaml SF ensure the correct volume is deleted 2018-10-04 12:43:50 -06:00
bug_1828993-8e78d7bbee16ca08.yaml Always use the current volume URL in the Quobyte driver 2020-03-11 10:56:09 +01:00
bug_1870367-49b74d10a9bfcf07.yaml Disallow extension of attached volumes for NFS & Quobyte drivers 2020-09-23 15:05:20 +00:00
bugfix-1744692-5aebd0c97ae66407.yaml Add context to cloning snapshots in remotefs driver 2019-07-10 10:41:15 +02:00
bugfix-netapp-driver-cinder-ipv6-c3c4d0d6a7d0de91.yaml Fix IPv6 for Cinder NetApp ONTAP drivers 2018-08-27 16:47:47 -03:00
capacity-based-qos-9f5d174658a40bd5.yaml Add throughput limits that scale per-GB 2018-02-18 13:32:38 -05:00
capacity-based-qos-minimum-values-b24a5f49c986f11d.yaml Add ability to specify minimum value when using capacity based QoS 2018-08-03 11:00:40 -04:00
capacity-headroom-4b07701f1df9e5c4.yaml Calculate virtual free capacity and notify 2016-12-02 02:00:00 +00:00
castellan-backend-0c49591a54821c45.yaml Switch to use key_manager.backend 2017-09-20 12:17:14 -05:00
ceph-iscsi-driver-b515bd7fb73ce13b.yaml Add ceph iscsi volume driver 2021-01-28 08:22:13 -05:00
cg-scheduler-change-180a36b77e8cc26b.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
cg_api_volume_type-7db1856776e707c7.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
change-default-rbd_exclusive_cinder_pool-e59c528c7f728780.yaml RBD: Change rbd_exclusive_cinder_pool's default 2020-12-11 17:09:15 +01:00
change-encryption-key-on-clone-3be7cdb0e27386e0.yaml Rekey volume on clone 2019-09-13 00:09:31 -04:00
check-displayname-displaydescription-123sd5gef91acb12.yaml Validate display_name/description attributes in API layer 2017-03-01 10:55:12 +08:00
check-snapshots-when-cascade-deleting-transferred-volume-575ef0b76bd7f334.yaml Remove extra space in release note. 2017-06-29 13:15:32 -05:00
cheesecake-promotion-30a3336fb911c3ad.yaml Add support for promoting a failed over backend 2018-05-09 12:19:33 -04:00
cinder-api-microversions-d2082a095c322ce6.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
cinder-api-middleware-remove-deprecated-option-98912ab7e8b472e8.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
cinder-coprhd-driver-11ebd149ea8610fd.yaml Implementation for CoprHD Cinder Drivers 2016-07-11 15:50:23 +05:30
cinder-manage-db-online-schema-migrations-d1c0d40f26d0f033.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
cinder-manage-online-migrations-exit-status-7c16edb7facc37bb.yaml cinder-manage online_data_migrations fixes 2018-10-17 23:22:48 +00:00
cinder-status-check-backup_driver-fe009985df2bc32f.yaml Add upgrade checker for backup driver path 2019-04-03 11:58:09 +00:00
cinder-status-check-policyjson-ef61826eab95372b.yaml Add upgrade check for presence of policy.json file 2019-04-04 13:59:13 -05:00
cinder-status-check-stein_removed_drivers-8184abe8ce82f373.yaml Add Upgrade Check for Drivers Removed in Stein 2019-05-23 17:43:25 +00:00
cinder-status-check-windows_iscsi_driver-5f4e0b93c7b92f53.yaml Add upgrade check for Windows iSCSI driver. 2019-05-23 11:38:58 -05:00
cleanup-rbd-temp-file-during-convert-fail-3848e9dbe7e15fc6.yaml RBD: Cleanup temporary file during exception 2020-06-23 09:50:22 +00:00
cloudbyte-retype-support-4b9f79f351465279.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
cluster_job_distribution-f916dd2e4cce6c1b.yaml Support A/A in delete actions and get_capabilities 2016-12-07 11:09:42 +01:00
compress-images-fed3e354d94b0845.yaml Compress images uploaded to Glance 2019-07-17 08:08:34 -04:00
consistency_group_manage-d30a2ad8917a7a86.yaml Added update-host for CGs in cinder-manage 2016-08-08 02:51:28 -04:00
coprhd-generic-volume-group-a1d41d439f94ae19.yaml Added CG capability to volume group in CoprHD 2017-07-19 17:49:59 +05:30
coprhd-mark-unsupported-aa48145873db1ab1.yaml Mark Dell EMC CoprHD Drivers unsupported 2018-06-12 10:46:22 +00:00
coprhd-remove-the-driver-00ef2c41f4c7dccd.yaml Remove the CoprHD driver 2018-08-09 21:34:25 +00:00
create-update-rules-b46cf9c07c5a3966.yaml Separate create and update rules for volume metadata 2016-08-26 13:30:36 +03:00
create_volume_from_encrypted_image-9666e1ed7b4eab5f.yaml Add rel note for create volume from enc. image 2017-06-13 13:48:37 +00:00
datacore-mark-unsupported-2399bc19a789fb4c.yaml Mark DataCore Drivers unsupported 2018-05-31 13:09:00 -05:00
datera-2.2-driver-update-28b97aa2aaf333b6.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
datera-2.3-driver-update-12d0221fd4bb9fb0.yaml Datera 2.3 driver update 2017-01-06 13:25:54 -08:00
datera-2.4.0-driver-update-164bbc77e6b45eb7.yaml Datera 2.4.0 driver update 2017-06-30 14:33:49 -05:00
datera-2019.12.10.0-driver-update-cadadf95e4725164.yaml Updating release notes for Datera driver 2020-04-16 00:43:45 +02:00
datera-driver-v2-update-930468e8259c8e86.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
datera-mark-unsupported-7b71d9124b3fded2.yaml Mark Datera driver unsupported 2019-06-21 12:30:04 -05:00
db-schema-from-kilo-e6e952744531caa2.yaml Compact Kilo database migrations 2016-06-03 08:12:14 -05:00
db-schema-from-liberty-f5fa57d67441dece.yaml Compact Liberty database migrations 2016-09-20 13:14:09 -05:00
db-schema-from-mitaka-168ac06161e9ca0d.yaml Compact Mitaka database migrations 2017-02-15 09:29:02 -06:00
db-schema-from-newton-79b18439bd15e4c4.yaml Compact Newton database migrations 2017-09-26 00:32:21 -05:00
db-schema-from-ocata-e1d7dd1dc4d3a0d9.yaml Compact DB migrations to Ocata 2019-02-07 15:06:22 -06:00
db-schema-from-queens-de5025a780ff1d30.yaml Compact DB migrations to Queens 2019-05-03 09:45:21 -05:00
default-apiv1-disabled-9f6bb0c67b38e670.yaml Disable API v1 by default 2016-09-29 13:35:12 -05:00
del_volume_with_fc-f024b9f2d6eaca0f.yaml Check flashcopy mapping before deleting volume 2016-07-10 18:39:23 -07:00
delete-tsm-backup-driver-725e33f7c213fd50.yaml Delete TSM Backup driver 2020-11-03 18:53:39 +02:00
delete-volume-metadata-keys-3e19694401e13d00.yaml Cleanup Newton release notes 2016-09-08 16:53:14 -05:00
delete-volume-with-snapshots-0b104e212d5d36b1.yaml Add release note for delete volume with snaps 2016-03-10 22:27:02 +00:00
delete_parameters-6f44fece22a7787d.yaml Cascade + force volume delete parameters 2017-01-04 14:03:49 -05:00
dell-emc-pvme-driver-9333594b2cc1e0b5.yaml Add driver for Dell EMC PowerVault ME Series 2021-01-16 23:41:45 +00:00
dell-emc-sc-api-timeouts-ce8d166e1847ea94.yaml Dell EMC SC: Added timeout options for SC driver 2018-03-06 14:36:16 -06:00
dell-emc-sc-bugfix-1756914-ffca3133273040f6.yaml Dell EMC SC: ISCSI initialize_connection fixes. 2018-03-19 15:25:57 -05:00
dell-emc-sc-mult-attach-d09cfd06ee8db8da.yaml Dell EMC SC: Enabled multiattach in Storage Center Driver 2018-04-18 11:58:53 -05:00
dell-emc-sc-support-generic-groups-98c7452d705b36f9.yaml Dell EMC SC: Support generic groups 2017-04-17 10:53:35 -05:00
dell-emc-unity-driver-72cb901467b23b22.yaml Adds Unity Cinder Driver 2016-12-11 11:57:03 +08:00
deprecate-api-v2-9f4543ab2e14b018.yaml Deprecate API v2 2017-02-28 09:16:56 -06:00
deprecate-backends-in-default-b9784a2333fe22f2.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
deprecate-backup-service-to-driver-mapping-a3afabd4f55eca01.yaml Deprecate service-to-driver mapping for backups 2017-09-06 13:41:36 +03:00
deprecate-block-device-driver-d30232547a31fe1e.yaml Deprecate the block_device driver 2016-12-23 21:36:56 -07:00
deprecate-cinder-linux-smb-driver-4aec58f15a963c54.yaml Deprecate the Linux SMBFS driver 2017-01-16 16:44:53 +02:00
deprecate-consistency-group-apis-0d9120d16f090781.yaml Deprecate CG APIs 2017-12-22 06:33:27 -08:00
deprecate-json-formatted-policy-file-dc3441a7b1dbfb47.yaml [goal] Deprecate the JSON formatted policy file 2020-12-11 18:31:04 -06:00
deprecate-linbit-drbdmanagedrv-75c41ce8e81cac80.yaml LINBIT DRBDManage driver moves to maintenance mode 2019-01-07 15:27:25 -08:00
deprecate-nested-quota-d1ad7e8f54492a87.yaml Deprecate NestedDbQuotaDriver for nested quotas 2019-05-22 10:40:55 -05:00
deprecate-rbd_keyring_conf-432efbcd47e52c8a.yaml Deprecate rbd_keyring_conf option 2019-11-01 11:12:29 -04:00
deprecate-sf-allow-template-caching-b3a1ea32512cbb11.yaml SF remove deprecated sf_allow_template_caching 2019-08-05 11:34:28 -06:00
deprecate-tsm-backup-driver-8be0c78ec1a9d6dc.yaml Deprecate TSM Backup driver 2020-08-26 14:49:08 +00:00
deprecate-xml-api-bf3e4079f1dc5eae.yaml Move deprecation release notes to correct section 2016-02-26 09:29:24 +01:00
deprecate_hosts_api_extension-fe0c042af10a20db.yaml Deprecate Cinder Hosts API/Extension 2018-02-07 11:44:27 -07:00
deprecate_logs_commands-a0d59cb7535a2138.yaml Deprecate cinder-manage logs commands 2017-12-11 10:06:13 -05:00
deprecate_osapi_volume_base_url-b6984886a902a562.yaml Deprecate osapi_volume_base_url duplicate option 2017-05-19 15:38:52 -07:00
deprecate_san_rest_port-0d8610a872e92e09.yaml VMAX driver and docs - change san_rest_port to san_api_port 2018-06-18 10:18:58 +01:00
deprecated-ibm-multipath-f06c0e907a6301de.yaml Move deprecation release notes to correct section 2016-02-26 09:29:24 +01:00
deprecated-nas-ip-fd86a734c92f6fae.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
detachedinstanceerror-64be35894c624eae.yaml Fix DetachedInstanceError for VolumeAttachment 2019-07-31 21:06:21 +02:00
discard-config-option-711a7fbf20685834.yaml Add config option to enable reporting discard 2015-12-21 10:08:45 -08:00
disco-cinder-driver-9dac5fb04511de1f.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
disco-mark-unsupported-f6eb8208c8c4eb3b.yaml Mark Disco driver unsupported 2018-06-05 16:20:57 +00:00
disco-options-94fe9eaad5e397a5.yaml Remove usage of CONF from DISCO driver 2017-06-08 13:05:12 +02:00
dothill-drivers-removed-da00a6b83865271a.yaml Remove dothill driver 2017-06-30 19:34:21 -04:00
downstream_genconfig-e50791497ce87ce3.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
drbd-linstor-rest-update-52fd52f6c09a4dd3.yaml LINSTOR driver update for LINSTOR v0.9.12 with REST API 2019-10-02 12:25:59 -07:00
drbd-linstor-volume-driver-20273a9ad3783cf5.yaml Add new LINSTOR volume driver 2019-01-04 14:59:41 -08:00
drbd-resource-options-88599c0a8fc5b8a3.yaml DRBD: Disk-options for new resources 2016-07-28 15:05:34 +02:00
driver_reinitialization-b26a8b3e665567ec.yaml Driver reinitialization after failure 2018-12-19 00:01:19 +08:00
drop-py2-377a91a5b66165ab.yaml Remove Python 2 support from testing and gate jobs 2019-11-25 13:31:32 -05:00
ds8k-allow-multi-attach-41fa7bddbbd719ec.yaml DS8K: Enable multiattach support 2018-06-18 19:08:06 -07:00
ds8k-replication-group-3f2e8cd3c2e291a3.yaml DS8K: add replication consistency group support 2017-07-13 01:51:06 -07:00
ds8k-report-backend-state-in-service-list-f0898950a0f4b122.yaml IBM DS8K: Report backend state 2018-06-04 22:22:17 -07:00
ds8k_async_clone_volume-25232c55da921202.yaml DS8K: support clone volume asynchronously 2017-10-17 20:04:25 -07:00
ds8k_specify_pool_lss-5329489c263951ba.yaml DS8K driver: specify pool and lss in extra-specs 2017-07-13 01:42:12 -07:00
enable-force-delete-lun-d0e05b5d669e40f7.yaml Unity: force delete lun by default 2019-07-02 11:13:37 +08:00
enable-multiattach-iscsi-fcp-netapp-driver-98ad2d75fbbf333f.yaml NetApp ONTAP iSCSI/FCP: Enable multiattach capability 2018-07-16 11:07:30 -03:00
enable-multiattach-nfs-netapp-driver-406b9b285d85c989.yaml NetApp ONTAP NFS: Enable multiattach capability 2018-06-25 16:16:37 -04:00
enforce_min_vmware-a080055111b04692.yaml VMware: Fix release notes 2016-01-18 23:26:02 -08:00
fail-detach-lun-when-auto-zone-enabled-9c87b18a3acac9d1.yaml Unity: fail to detach lun when auto zone enabled 2018-03-30 01:07:14 +00:00
falconstor-cinder-driver-dcb61441cd7601c5.yaml FalconStor: New Cinder driver in Newton 2016-07-07 01:10:58 +08:00
falconstor-extend-driver-to-utilize-multiple-fss-pools-dc6f2bc84432a672.yaml Extend Falconstor driver to utilize multiple FSS storage pools 2017-05-24 10:26:53 +08:00
feature-abort-restore-fe1252288c59e105.yaml Add backup restoration cancellation support 2018-03-08 11:44:07 +01:00
feature-cross-az-backups-6b68c4c4456f2fd7.yaml Support cross AZ backups 2018-02-23 11:35:42 +01:00
feature-multi-process-backup-8cf5ad5a0cf9b2d5.yaml Support multiple processes on Cinder Backup 2018-03-14 10:52:25 +01:00
feature-rbd-exclusive-pool-a9bdebdeb1f0bf37.yaml RBD: Don't query Ceph on stats for exclusive pools 2018-02-21 10:39:39 +01:00
fix-3par-live-migration-0065bd2626fdb4a1.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
fix-3par-migrate-rename-662d984e070a1de2.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
fix-abort-backup-df196e9dcb992586.yaml Fix leftovers after backup abort 2018-02-01 12:08:23 +01:00
fix-backup-handling-of-encryption-key-id-f2fa56cadd80d582.yaml Fix how backups handle encryption key IDs 2018-01-30 22:12:49 +00:00
fix-cross-az-migration-ce97eff61280e1c7.yaml Fix AZ not matching backend after migration 2018-02-08 15:59:41 +01:00
fix-extend-volume-939e30f2e9e516bc.yaml INFINIDAT: fixing extend mechanism 2018-05-23 09:26:02 +03:00
fix-extend-volume-in-thin-pools-57a3d53be4d47704.yaml Adds release note for 'Route extend_volume' bugfix 2016-12-19 15:31:09 -02:00
fix-groups-actions-in-a-a-mode-5d554b30a26da22c.yaml Use resource_backend for volumes and groups 2020-08-14 08:13:42 +00:00
fix-hnas-clone-with-different-volume-type-b969897cba2610cc.yaml HNAS: Cloned volume with different volume type 2017-02-01 13:41:31 -02:00
fix-hnas-stats-reporting-1335e582e46ff440.yaml Cleanup Newton release notes 2016-09-08 16:53:14 -05:00
fix-host-info-in-volume-details-1759280bd236421e.yaml Don't show host info to non-admins 2020-05-12 10:31:31 +00:00
fix-import-backup-quota-issue-8yh69hd19u7tuu23.yaml Consume quota when importing backup resource 2018-08-01 13:48:25 -05:00
fix-kaminario-unique_fqdn_network-ecde36f614c30733.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
fix-leave-mapped-volume-ef0bd683d415f7b1.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
fix-list-volume-filtering-3f2bf93ab9b98974.yaml Fix: listing volumes with filters 2020-08-28 16:17:25 +00:00
fix-manage-no-action-46b023476e8cd938.yaml Fix cinder-manage <category> traceback 2020-11-04 11:36:57 +01:00
fix-multiattach-deletion-b3990acf1f5fd378.yaml NetApp SolidFire: Fix multi-attach volume deletion 2019-03-05 15:59:53 -05:00
fix-netapp-cg-da4fd6c396e5bedb.yaml NetApp SolidFire: Fix CG snapshot deletion 2018-09-05 14:26:55 -03:00
fix-netapp-force_detach-36bdf75dd2c9a030.yaml NetApp SolidFire: Fix force_detach 2018-09-03 09:05:50 -04:00
fix-quota-deleting-temporary-volume-274e371b425e92cc.yaml Fix quota error when deleting temporary volume 2018-06-26 17:08:05 -04:00
fix-remotefs-clone-volume-locking-385e740d4a5a813b.yaml Fix remotefs clone volume locking 2019-11-13 12:19:19 -05:00
fix-reserve-volume-policy-31790a8d865ee0a1.yaml Fix reserve volume enforcing the wrong policy action 2018-01-03 04:24:04 +00:00
fix-retype-with-az-e048123d982f213d.yaml Fix volume retype with AZ 2020-09-04 12:21:58 +00:00
fix-show-transfer-for-non-admins-be001d79975b325d.yaml Fix: show volume transfer by name for non-admins 2020-08-03 12:46:31 +00:00
fix-solidfire-provisioning-report-880141e64c1ea52f.yaml NetApp SolidFire: Thin provisioning scheduler support 2019-02-18 17:13:25 -03:00
fix-solidfire-python3-support-ee02ff2c1ec920f2.yaml NetApp SolidFire: Fix misbehavior on account creation 2019-03-08 08:33:17 -03:00
fix-solidfire-replication-dcb3e59b29950933.yaml NetApp SolidFire: Fix replication 2019-09-26 20:16:26 +00:00
fix-vol-image-metadata-endpoints-returning-none-ba0590e6c6757b0c.yaml Fix volume image metadata endpoints returning None 2017-12-19 00:38:52 +00:00
force-delete-mv-a53924f09c475386.yaml Add release note for force delete MV fix 2018-07-26 12:31:58 -05:00
friendly-zone-names-d5e131d356040de0.yaml Adds friendly zone name support 2016-01-22 15:59:46 -08:00
fujitsu-eternus-dx-fc-741319960195215c.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
fujitsu-eternus-dx-iscsi-e796beffb740db89.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
fujitsu-eternus-dx-update-4755ec446030d263.yaml Move Fujitsu ETERNUS DX related file 2019-01-17 12:04:04 +08:00
fujitsu-multiple-pools-a0dd9197b16b3122.yaml Fujitsu Driver: Multiple pools support 2019-10-28 11:07:50 +08:00
fusionstorage-cinder-driver-8f3bca98f6e2065a.yaml Add cinder backend driver for Huawei FusionStorage 2016-07-08 02:14:44 -04:00
fusionstorage-driver-cf13b8d95ae97319.yaml Modify the configuration mode of FusionStorage Cinder Driver 2019-03-15 10:47:14 +08:00
general-upgrades-notes-120f022aa5bfa1ea.yaml Adding general notes about rolling upgrades 2016-02-26 10:45:59 +01:00
generalized-resource-filter-hg598uyvuh119008.yaml Add support for generalized filtering on list APIs 2017-05-08 13:04:59 +08:00
generic-group-quota-manage-support-559629ad07a406f4.yaml Add Generic Volume Group Into Quota Management 2017-05-26 01:43:23 +00:00
generic-groups-in-gpfs-00bb093945a02642.yaml Add CG capability to generic groups in GPFS driver 2017-06-12 08:04:08 -04:00
generic-groups-in-vnx-cbbe1346e889b5c2.yaml Add CG capability to generic groups in VNX driver 2017-01-10 02:27:49 +00:00
generic-volume-groups-69f998ce44f42737.yaml Add generic volume groups 2016-07-16 19:34:39 -04:00
glance-v1-removed-5121af3bef285324.yaml Remove Glance v1 API support 2017-09-08 17:13:14 -05:00
glance_v2_upload-939c5693bcc25483.yaml Fix volume upload failure with glance_api_version=2 2015-12-21 15:06:06 +09:00
google-auth-for-gcs-backup-1642cd0e741fbdf9.yaml Fix google backup driver 2018-05-14 10:37:01 +02:00
group-snapshots-36264409bbb8850c.yaml Add group snapshots - APIs 2016-07-19 11:27:15 -04:00
group-type-group-specs-531e33ee0ae9f822.yaml Add group type and group specs 2016-07-08 14:26:39 -04:00
group-update-d423eaa18dbcecc1.yaml Use conditional update for group update and delete 2017-09-07 16:42:00 -05:00
hbsd-driver-deletion-d81f7c4513f45d7b.yaml Deprecate Hitachi Block Storage Driver 2016-11-17 11:49:31 -02:00
healthcheck-449ed4292e6bfa22.yaml Add a /healthcheck middleware 2020-05-08 05:53:56 -05:00
hedvig-cinder-driver-e7b98f4bc214bc49.yaml Hedvig Cinder driver implementation 2019-01-04 14:51:18 -08:00
hgst-mark-unsupported-b2886de36421c8b0.yaml Mark the HGST Driver unsupported 2018-06-05 15:49:57 +00:00
hitachi-fix-delete-volume-issues-e648525e597505fd.yaml Hitachi: Wait until the volume can be deleted 2020-12-24 05:10:27 +00:00
hitachi-storage-driver-d38dbd990730388d.yaml Add Hitachi Block Storage Driver 2020-07-13 22:15:44 +09:00
hitachi-unsupported-drivers-37601e5bfabcdb8f.yaml Hitachi: Mark HBSD and VSP as unsupported 2017-03-30 17:07:03 -03:00
hitachi-vsp-driver-87659bb496bb459b.yaml Introduce Hitachi VSP driver 2016-12-07 20:17:15 +09:00
hitachi-vsp-iscsi-driver-cac31d7c54d7718d.yaml Introduce Hitachi VSP iSCSI driver 2016-12-07 21:40:09 +09:00
hitachi-vsp-ports-option-7147289e6529d7fe.yaml Hitachi VSP: Specify compute nodes and copy ports 2017-02-01 17:24:20 -02:00
hnas-change-snapshot-names-8153b043eb7e99fc.yaml HNAS: Change snapshot names 2017-01-13 09:28:23 -02:00
hnas-deprecate-iscsi-driver-cd521b3a2ba948f3.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
hnas-deprecate-nfs-driver-0d114bbe141b5d90.yaml HNAS: Mark NFS driver as unsupported 2017-03-30 10:56:47 -03:00
hnas-deprecated-svc-volume-type-77768f27946aadf4.yaml HNAS: Rename hnas_svcX_volume_type 2016-11-28 13:58:23 -02:00
hnas-drivers-refactoring-9dbe297ffecced21.yaml HNAS drivers refactoring 2016-08-03 10:04:49 -03:00
hnas-list-manageable-9329866618fa9a9c.yaml HNAS: Add list manageable volume/snapshots 2016-12-09 13:43:44 -02:00
hnas-manage-unmanage-snapshot-support-40c8888cc594a7be.yaml HNAS: Add support for manage/unmanage snapshots in NFS driver 2016-08-29 15:15:49 -03:00
hnas-remove-iscsi-driver-419e9c08133f9f0a.yaml Remove HNAS iSCSI driver 2017-03-10 11:01:22 -03:00
hnas_deprecate_xml-16840b5a8c25d15e.yaml HNAS: Deprecating XML config file 2016-08-11 12:57:14 -03:00
hpe-3par-peer-persistence.yaml-91cc84bf89dbb462.yaml 3PAR: Add Peer Persistence support 2019-09-12 02:26:30 -07:00
hpe-3par-pp-primera-a3442d004545b3a9.yaml HPE: Add Peer Persistence support for Primera backend 2021-02-16 09:35:37 -05:00
hpe-3par-pp-rcg-policy-options-53271f38c315779f.yaml 3PAR: For Peer Persistence, add policy options in RCG 2019-09-29 23:53:26 -07:00
hpe-3par-primera-add-iscsi-5af339643dfa0928.yaml 3PAR: Allow iSCSI driver to be enabled for Primera 4.2 onwards. 2021-01-30 06:36:12 -05:00
hpe-3par-specify-nsp-for-fc-bootable-volume-f372879e1b625b4d.yaml 3PAR: Add config for NSP single path attach 2019-08-20 05:50:09 -07:00
hpe-3par-support-duplicated-fqdn-751ad1dbcd137fbb.yaml HPE 3PAR: Support duplicated FQDN in network 2020-04-21 00:04:03 -07:00
hpe3par-replication-group-a18a28d18de09e95.yaml HPE 3PAR - Implement Tiramisu feature on 3PAR 2017-12-22 03:38:07 +00:00
hpe_3par_multiattach-bf98a9e5c2208902.yaml HPE 3PAR-Added support for multiattach feature in hpe3par cinder driver 2019-05-17 15:45:41 +05:30
hpe_3par_multiattach_detach_fix-d2d3785d656fba90.yaml Move release note to correct directory 2020-03-31 22:09:32 -04:00
hpelh-deprecations-eb7716a0b02f145e.yaml Remove deprecated HPE Lefthand config opts 2018-08-31 07:07:01 -05:00
hpmsa-driver-updates-train-4fcbe71f3e2bb2da.yaml Create Seagate driver from dothill driver 2019-08-16 17:49:15 -06:00
huawei-backend-capabilities-report-optimization-d1c18d9f62ef71aa.yaml Huawei: Backend capabilies report optimization 2016-09-18 12:52:24 +08:00
huawei-fusionstorage-driver-readd-70fecc39eeaa0f5f.yaml Mark Huawei Fusionstorage Driver Supported 2020-02-27 21:38:10 +00:00
huawei-fusionstorage-unsupported-4be766dd2ba8f980.yaml Mark Huawei Fusionstorage Driver Unsupported 2019-09-04 09:30:05 -05:00
huawei-generic-group-bc3fb7236efc58e7.yaml Add CG capability to generic groups in Huawei driver 2017-03-31 10:20:13 +08:00
huawei-iscsi-multipath-support-a056201883909287.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
huawei-manage-unmanage-snapshot-e35ff844d72fedfb.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
huawei-pool-disktype-support-7c1f64639b42a48a.yaml Huawei: Support reporting disk type of pool 2016-07-19 14:58:48 +08:00
huawei-support-iscsi-configuration-in-replication-7ec53737b95ffa54.yaml Huawei: Support iSCSI configuration in replication feature 2016-06-28 08:57:02 +08:00
huawei-support-manage-volume-2a746cd05621423d.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
hybrid-aggregates-in-netapp-cdot-drivers-f6afa9884cac4e86.yaml NetApp: Report hybrid aggregates in volume stats 2016-07-28 21:12:54 +00:00
ibm-flashsystem-manage-unmanage-88e56837102f838c.yaml Volume Manage/Unmanage Support for IBM FlashSystem 2016-08-17 09:01:54 -05:00
ibm-flashsystem-unsupported-28f9aaf11b56fb2f.yaml Mark IBM Flashsystem Drivers Unsupported 2019-08-29 09:07:04 -05:00
ibm-gpfs-unsupported-b95274829573835d.yaml Mark IBM GPFS Driver Unsupported 2019-09-03 18:03:34 -05:00
ibm-storage-supported-a373a54777333929.yaml update typo and official brandname in RN 2020-04-23 16:40:09 +08:00
ibm-storage-unsupported-9e8ea6ce9cea503d.yaml Unsupport IBM DS8k and XIV Drivers 2019-09-03 18:01:51 -05:00
ibm-storwize-removehostmappings-e7eeaf898786c6bf.yaml Delete volume with additional removehostmappings parameter 2020-04-22 21:24:48 +08:00
ibm-storwize-supported-6518628fb78d58a4.yaml update typo and official brandname in RN 2020-04-23 16:40:09 +08:00
ibm-storwize-unsupported-e79cfd27523f013c.yaml Mark the IBM Storwize driver unsupported 2019-08-29 13:52:17 +00:00
ibm-storwzie-mirror-volume-ffe4c9bde78cdf1d.yaml Storwize: add mirrored volume support 2017-06-01 14:45:05 +08:00
ibm-svf-provide-IOPs-based-storage-offering-1b7532f42fd6d76e.yaml [Storwize] Provide IOPS based storage offering 2021-03-04 04:50:58 +00:00
ibmsvciogrpselection-e607739b6f655a27.yaml Move the releasenote to the right folder 2017-05-02 15:49:52 +08:00
iet-deprecation-f8059417c6adbb78.yaml Mark IET target driver deprecated 2020-01-08 11:01:50 -06:00
image-volume-type-c91b7cff3cb41c13.yaml Support cinder_img_volume_type in image metadata 2016-01-22 20:33:42 -05:00
improve-volume-transfer-records-5599e82ade4d302c.yaml Improve volume transfer records 2019-01-14 11:50:43 +08:00
improvement-to-get-group-detail-0e8b68114e79a8a2.yaml Improvement to get group detail(Part 2) 2017-01-16 22:54:47 +08:00
improvement-to-query-consistency-group-detail-84a906d45383e067.yaml Improvement to query cg detail(Part 1) 2016-07-30 09:13:47 +08:00
increase_glance_num_retries-66b455a0729c4535.yaml Change default glance_num_retries to 3 2020-08-12 15:23:16 +09:00
infinidat-add-infinibox-driver-67cc33fc3fbff1bb.yaml New cinder driver to support INFINIDAT InfiniBox 2016-12-05 11:10:07 +02:00
infinidat-compression-a828904aaba90da2.yaml INFINIDAT: support for volume compression 2017-07-13 16:53:00 +03:00
infinidat-group-support-44cd0715de1ea502.yaml INFINIDAT: add support for generic volume groups 2017-05-25 17:48:14 +03:00
infinidat-infinisdk-04f0edc0d0a597e3.yaml INFINIDAT: Use infinisdk for communication with storage array 2017-05-18 15:44:22 +03:00
infinidat-iscsi-support-78e0d34d9e7e08c4.yaml INFINIDAT: add support for iSCSI 2017-05-25 17:47:27 +03:00
infinidat-max-osr-2d9fd2d0f9424657.yaml INFINIDAT: add support for overprovisioning 2017-10-21 16:48:17 +03:00
infinidat-multi-attach-support-533b3e559c15801f.yaml INFINIDAT: add support for multi-attach 2018-03-09 10:18:01 +02:00
infinidat-qos-50d743591543db98.yaml INFINIDAT: Add QoS support 2017-07-11 11:17:03 +03:00
inspur-as13000-cinder-driver-bfa5cc17683d87a9.yaml Cinder volume driver for Inspur AS13000 series 2018-12-12 18:07:13 +08:00
inspur-instorage-fc-cinder-driver-70c13e4a64d785d5.yaml Implementation of Cinder driver over FC for Inspur InStorage 2018-03-30 07:38:54 +08:00
itri-disco-driver-removal-11e14fbf431ea876.yaml Remove the ITRI DISCO driver 2018-10-11 15:22:55 -05:00
joviandss-iscsi-driver-0becc6ee6a0b3c0a.yaml Add Cinder driver for Open-E JovianDSS data storage 2020-10-11 17:43:58 +03:00
json-schema-validation-0d22576bd556f4e0.yaml Update api-ref and release notes for schema validation 2018-07-17 15:05:54 +05:30
k2-disable-discovery-bca0d65b5672ec7b.yaml Kaminario K2: Add non discovery iSCSI multipath 2017-10-13 01:58:50 -04:00
k2-non-unique-fqdns-b62a269a26fd53d5.yaml Kaminario K2: Support duplicated FQDN in network 2017-10-10 05:00:23 +00:00
kaminario-cinder-driver-bug-44c728f026394a85.yaml Fix "connector=None" issue in Kaminario drivers 2019-05-21 00:55:43 +00:00
kaminario-cinder-driver-bug-1646692-7aad3b7496689aa7.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
kaminario-cinder-driver-bug-1646766-fe810f5801d24f2f.yaml Do not manage VG with > 1 volume in Kaminario driver 2016-12-09 18:13:21 +00:00
kaminario-cinder-driver-remove-deprecate-option-831920f4d25e2979.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
kaminario-fc-cinder-driver-8266641036281a44.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
kaminario-iscsi-cinder-driver-c34fadf63cd253de.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
lefthand-consistency-groups-d73f8e418884fcc6.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
lefthand-manage-unmanage-snapshot-04de39d268d51169.yaml LeftHand: Implement un/manage snapshot support 2016-02-05 09:23:56 -08:00
lenovo-driver-updates-train-f2ff96ca4a2885db.yaml Create Seagate driver from dothill driver 2019-08-16 17:49:15 -06:00
leverage-compression-accelerator-579c7032290cd1e9.yaml Leverage hw accelerator in image compression 2019-09-18 03:01:18 +00:00
list-manageable-86c77fc39c5b2cc9.yaml List manageable volumes and snapshots 2016-05-29 11:06:10 +03:00
live_migration_v3-ae98c0d00e64c954.yaml Cleanup Newton release notes 2016-09-08 16:53:14 -05:00
lvm-delete-error-f12da00c1b3859dc.yaml LVM: Fix delete volume error due to lvs failure 2021-03-29 16:43:10 +02:00
lvm-ipv6-fix-e8d418726c92bbd5.yaml Fix LVM IPv6 target portals 2019-08-22 18:12:13 +02:00
lvm-minimum-version-2-02-107-df4551d088f8b5a3.yaml LVM: Support only LVM 2.02.107+ 2021-01-11 17:02:20 -05:00
lvm-thin-overprovision-1d279f66ee2252ff.yaml Stop overriding LVM overprovisioning ratio and deprecate 2017-09-27 17:37:48 -05:00
lvm-type-default-to-auto-a2ad554fc8bb25f2.yaml Set default lvm_type to auto 2017-06-16 09:25:53 -06:00
manage-resources-v3-c06096f75927fd3b.yaml Map volume/snapshot manage extensions to v3 2016-07-26 15:50:27 +03:00
mark-blockbridge-unsupported-c9e55df0eb2e3c9f.yaml Mark Blockbridge volume driver as unsupported 2017-03-23 07:08:29 -05:00
mark-brocade-unsupported-d5760b4bb8173652.yaml Mark Brocade FC ZM driver unsupported 2019-12-11 10:55:55 -06:00
mark-cisco-zm-unsupported-57e5612f57e2407b.yaml Mark Cisco FC ZM driver as unsupported 2017-09-28 14:12:59 -05:00
mark-cloudbyte-unsupported-8615a127439ed262.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
mark-coho-unsupported-989db9d88ed7fff8.yaml Mark Coho driver as unsupported 2017-07-18 20:48:26 -05:00
mark-dothill-unsupported-7f95115b7b24e53c.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
mark-falconstor-unsupported-3b065556a4cd94de.yaml Mark Falconstor drivers as unsupported 2017-07-18 20:55:59 -05:00
mark-hpe-xp-unsupported-c9ce6cfbab622e46.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
mark-infortrend-deprecated-553de89f8dd58aa8.yaml Mark Infortrend drivers as unsupported 2017-05-22 12:18:51 -05:00
mark-nexenta-edge-unsupported-76c500738f0b3c61.yaml Mark the Nexenta Edge driver unsupported 2018-10-04 10:59:19 -05:00
mark-nexentaedge-unsupported-56d184fdccc6eaac.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
mark-nimble-deprecated-9f7d1c178b48fa39.yaml Mark Nimble driver as unsupported 2017-05-22 12:26:20 -05:00
mark-qnap-unsupported-79bd8ece9a2bfcd2.yaml Mark QNAP volume driver as unsupported 2017-03-23 07:43:52 -05:00
mark-reduxio-deprecated-b435032a8fdb16f2.yaml Mark Reduxio driver as unsupported 2017-05-22 12:31:54 -05:00
mark-scality-unsupported-530370e034a6f488.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
mark-synology-deprecated-134ba9764e14af67.yaml Mark Synology driver as unsupported 2017-05-22 12:40:19 -05:00
mark-tegile-deprecated-1effb23010ea997c.yaml Mark Tegile driver as unsupported 2017-07-26 16:07:18 +00:00
mark-unsupported-lefthand-312f8c34df6ed119.yaml Mark HPE LeftHand driver as unsupported 2019-09-07 21:30:58 -07:00
mark-unsupported-tintri-driver-a71b09b7c001c75e.yaml Mark the Tintri driver unsupported 2018-10-04 10:21:42 -05:00
mark-unsupported-vrtshyperscale-2bd42e2af8b803d7.yaml Mark Veritas HyperScale Driver Unsupported 2018-10-12 12:51:20 -05:00
mark-violin-unsupported-fdf6b34cf9847359.yaml Mark the Violin volume drivers as unsupported 2017-03-23 07:51:26 -05:00
mark-xio-deprecated-18c914e15695d793.yaml Mark X-IO driver as unsupported 2017-05-22 12:47:47 -05:00
mark-zte-unsupported-3c048e419264eca2.yaml Mark ZTE driver as unsupported 2017-06-12 10:26:15 -05:00
metadata-for-volume-summary-729ba648db4e4e54.yaml Return metadata in volume summary 2017-06-02 09:08:22 +08:00
migrate-backup-encryption-keys-to-barbican-6f07fd48d4937b2a.yaml Handle migrating encryption key IDs in Backup table 2018-04-03 12:23:38 -04:00
migrate-cg-to-generic-volume-groups-f82ad3658f3e567c.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
migrate-fixed-key-to-barbican-91dfcb829efd4bb6.yaml Migrate fixed_key encryption keys to Barbican 2017-12-01 15:30:32 -05:00
min-max-vol-size-on-type-bc7c75ea73a74d02.yaml Adds support for min/max volume size on vol_type 2020-04-04 17:06:05 +00:00
minimum-u4p-version-4c66d69d1b873796.yaml PowerMax Driver - Setting minimum Unisphere version to 9.1.0.5 2019-11-19 11:58:08 +00:00
modify-ensure-export-1d56a40f5e762aa8.yaml Storwize: get list of all volumes for ensure_export. 2018-06-19 12:04:28 +00:00
move-scaleio-driver-to-dell-emc-dir-c195374ca6b7e98d.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
move-xtremio-driver-to-dell-emc-dir-f7e07a502cafd78f.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
msa-multiattach-5407eb60093de8f1.yaml Move DotHill release note to correct location 2019-07-10 10:13:14 -05:00
msa2060-99150398a9c416f6.yaml Critical fix for MSA 2060 and MSA 1060 2020-10-06 01:37:21 +00:00
multiple_clone-82bd7f80ae439080.yaml VMAX driver - releasenote fix 2018-08-07 14:59:53 +01:00
mv-volume-type-name-and-id-5f4fd8480874fe9b.yaml Introduces MV to add volume type ID in volumes details 2021-01-15 10:46:12 -03:00
nec-allow-more-than-4iSCSI-portals-8342defe64491f81.yaml NEC Driver: allow more than 4 iSCSI portals 2019-09-11 20:42:57 +09:00
nec-auto-accesscontrol-55f4b090e8128f5e.yaml NEC driver: add automatic configuration of SAN access control. 2017-12-21 09:06:05 +09:00
nec-delete-unused-parameter-367bc9447acbb03e.yaml NEC driver: delete an unused configuration parameter. 2017-12-04 19:28:15 +09:00
nec-delete-volume-per-limit-d10b9df86f64b80e.yaml NEC driver: Delete max volumes per pool limit. 2018-05-07 13:43:41 +09:00
nec-manage-unmanage-06f9beb3004fc227.yaml NEC driver: implement manage/unmanage functions. 2017-12-25 15:01:36 +09:00
nec-nondisruptive-backup-471284d07cd806ce.yaml NEC driver: Optimal path for non-disruptive backup 2017-07-14 09:39:08 +09:00
nec-storage-assist-revert-to-sanpshot-58cddebfbf06d222.yaml NEC Driver: Support revert to snapshot 2019-09-20 10:57:32 +09:00
nec-support-multi-attach-8aae5100f513656c.yaml NEC Driver: Support multi-attach 2019-09-09 20:13:32 +09:00
nec_storage_volume_driver-57663f9ecce1ae19.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
netapp-add-generic-group-support-cdot-9bebd13356694e13.yaml NetApp cDOT: Support generic groups for file 2017-07-24 20:16:57 -04:00
netapp-add-support-for-adaptive-qos-0b76dadf7c044cd8.yaml [NetApp] Adding support for Adaptive QoS in NetApp driver. 2020-09-11 22:27:06 +00:00
netapp-cDOT-whole-backend-replication-support-59d7537fe3d0eb05.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
netapp-chap-iscsi-auth-264cd942b2a76094.yaml NetApp: Support iSCSI CHAP Uni-directional Auth 2016-02-24 16:29:16 +00:00
netapp-data-ontap-deprecate-7mode-drivers-a39bfcb3afefc9a5.yaml NetApp ONTAP: Deprecate 7-mode driver 2016-11-03 19:10:06 +00:00
netapp-deprecate-eseries-drivers-bc4f552d277c07b9.yaml NetApp: Deprecate E-Series drivers 2018-07-06 13:54:04 -03:00
netapp-eseries-consistency-groups-4f6b2af2d20c94e9.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
netapp-log-filter-f3256f55c3ac3faa.yaml [NetApp ONTAP] Add filtering to API trace logging 2018-06-29 10:06:37 -03:00
netapp-nfs-consistency-group-support-83eccc2da91ee19b.yaml NetApp: Add Consistency Group Support for NFS 2016-08-13 15:51:37 +00:00
netapp-non-discovery-19af4e10f7b190ea.yaml NetApp: Return all iSCSI targets-portals 2019-01-10 15:22:04 +01:00
netapp-ontap-fix-detach-multiattach-d99d33dff2fefb4c.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
netapp-ontap-fix-force-detach-55be3f4ac962b493.yaml NetApp ONTAP: Fix driver force detach operations 2018-08-01 17:25:37 -04:00
netapp-ontap-use_exact_size-d03c90efbb8a30ac.yaml NetApp: Add use-exact-size parameter when creating a LUN on ONTAP iSCSI 2018-03-07 09:52:14 -03:00
netapp-solidfire-add-replication-mode-eb26535d0ec78cb4.yaml NetApp SolidFire: Add options for replication mode 2019-10-02 23:27:33 -03:00
netapp-solidfire-stats-improving-57207f313d7faf42.yaml NetApp SolidFire: Adding new fields to scheduler data 2019-06-11 08:39:07 -03:00
netapp_cdot_report_shared_blocks_exhaustion-073a73e05daf09d4.yaml NetApp: Report shared blocks exhaustion 2016-10-21 12:44:55 +00:00
netapp_fix_svm_scoped_permissions.yaml NetApp: Fix to support SVM scoped permissions. 2017-12-19 15:25:42 -05:00
new-config-opts-for-periodic_interval-d0cb17a2d72e0cd0.yaml Introduce config to supplement periodic_interval 2019-04-10 11:27:47 -04:00
new-nova-config-section-2a7a51a0572e7064.yaml Pike release note cleanup 2017-08-08 04:11:41 -05:00
new-osprofiler-call-0bb1a305c8e8f9cc.yaml Support new osprofiler API 2016-12-15 15:46:56 +07:00
nexenta-edge-driver-removal-5626d542d75f3d43.yaml Remove the Nexenta Edge Driver 2019-06-13 10:26:47 -05:00
nexenta-edge-iscsi-b3f12c7a719e8b8c.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
nexenta-ns5-5d223f3b60f58aad.yaml NexentaStor5: Added extend method to NFS driver 2017-01-18 11:25:32 -07:00
nexentaedge-iscsi-driver-302529c56cdbbf38.yaml Add NexentaEdge drivers 2018-06-07 11:52:42 -07:00
nexentaedge-iscsi-ee5d6c05d65f97af.yaml Nexenta: Added HA support and enhance get_volume_stats() 2016-07-08 19:53:07 -06:00
nexentaedge-nbd-eb48268723141f12.yaml Nexenta: Add NBD driver for NexentaEdge. 2016-06-22 12:52:54 -06:00
nexentastor5-driver-update-937d2a1ba76a504a.yaml Refactored NexentaStor5 driver 2019-03-11 17:16:37 -07:00
nexentastor5-https-6d58004838cfab30.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
nexentastor5-smartcompression-disabled-9c6ca7c758b6de69.yaml Update NexentaStor5 driver 2019-07-18 18:34:15 +00:00
nexentastor5_iscsi-e1d88b07d15c660b.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
nexentastor5_nfs-bcc8848716daea63.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
nfs-snapshots-21b641300341cba1.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
nfs_backup_no_overwrite-be7b545453baf7a3.yaml NFS Backup: Fix overwritting backups 2017-05-18 10:38:58 +02:00
nimble-add-fc-support-0007fdbd647be947.yaml Add Fibre Channel support for Nimble Storage 2016-10-14 06:31:47 -07:00
nimble-add-force-backup-539e1e5c72f84e61.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
nimble-consistency-groups-support-7c932d5557fa725e.yaml Add support for consistency groups in the Nimble Storage driver 2021-03-16 03:44:14 -07:00
nimble-manage-unmanage-1d6d5fc23cbe59a1.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
nimble-mark-supported-0c8e5e21c8d1179d.yaml Mark Nimble Storage Driver supported 2020-04-08 14:57:21 -07:00
nimble-mark-usnsupported-0c8e5e21c8d1179d.yaml Mark the Nimble Driver Unsupported 2019-06-03 20:36:38 +00:00
nimble-qos-specs-8cd006777c66a64e.yaml Add QoS and Dedupe Support for Nimble Storage 2017-01-03 12:54:46 -08:00
nimble-rest-api-support-75c2324ee462d026.yaml Add Rest API Support for Nimble Storage 2016-12-19 10:45:56 -08:00
nimble-retype-support-18f717072948ba6d.yaml nimble storage: retype support 2018-10-01 08:00:31 -07:00
online-migration-checks-64b0d1732901e78e.yaml Fix online data migrations 2019-09-06 12:48:23 +02:00
operate-migrated-groups-with-cp-apis-e5835c6673191805.yaml CG API changes for migrating CGs 2016-11-22 19:08:20 -05:00
oracle-zfssa-unsupported-4ce035213fa0e097.yaml Address reno nit for ZFSSA deprecation 2019-09-08 13:42:44 -05:00
orphaned_unmanaged_volume-db63ec0509b70b8f.yaml VMAX Driver - Place volume in SG as part of unmanage volume 2018-11-27 17:31:54 +00:00
os-brick-lock-dir-35bdd8ec0c0ef46d.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
per-backend-az-28727aca360a1cc8.yaml Add per-backend availability zones 2017-03-03 09:35:00 -06:00
period-task-clean-reservation-0e0617a7905df923.yaml Periodic task to clean expired reservation 2017-05-30 22:21:38 +08:00
permit_volume_type_operations-b2e130fd7088f335.yaml Permit volume type operations for policy authorized users 2016-03-10 11:55:14 -05:00
policy-for-type-list-and-show-apis-rt56uy78crt5e378.yaml Add policy check for type show and type list 2018-06-24 02:20:05 +00:00
policy-in-code-226f71562ab28195.yaml Add cg policies and clean up old policy handling 2017-12-04 10:07:54 +08:00
powermax-90-to-91-endpoints-a92c4d158cb63fe4.yaml PowerMax driver - changing from 9.0 to 9.1 REST endpoints 2019-05-31 10:55:22 +01:00
powermax-91-to-92-endpoints-bb467c8aca0165dd.yaml PowerMax Driver - Changing from 91 to 92 REST endpoints 2020-07-13 11:42:38 +01:00
powermax-auto-migration-5cc57773c23fef02.yaml PowerMax Driver - Legacy volumes fail to live migrate 2020-08-05 10:52:46 +01:00
powermax-bug-1853589-f6c7164177da0496.yaml PowerMax Driver - Volume group delete failure 2019-11-22 16:04:32 +00:00
powermax-bug-1875478-8c9072ad9a87b83d.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
powermax-bug-1894086-iterator-expiration-674a28d8b9e13b34.yaml PowerMax Driver - REST Iterator Expiration Fix 2020-09-04 06:55:57 +00:00
powermax-disable-inuse-metro-89e9f398ec9e2672.yaml PowerMax Driver - Safeguarding retype to some in-use replicated modes 2020-03-13 15:18:05 +00:00
powermax-expand-replicated-volume-124c62ea78b1c347.yaml PowerMax Driver - Release notes for 761643 and 767172 2021-03-12 15:22:28 +00:00
powermax-failover-abilities-1fa0a23128f1c00b.yaml PowerMax Driver - Failover abilities legacy improvements 2020-08-25 10:12:16 +01:00
powermax-inuse-retype-support-64bd35adab17420d.yaml PowerMax Driver - Storage-assisted in-use retype support 2019-02-07 17:06:39 +00:00
powermax-load-balance-9cd152e53ecb34fd.yaml PowerMax Driver - Port Group & Port Load Balancing 2020-07-29 12:07:52 +01:00
powermax-multiple-replication-devices-0cc532ae621ea9a5.yaml PowerMax Driver - Support of Multiple Replication 2020-03-27 16:53:32 +00:00
powermax-ode-metro-support-ed50bb20f932548b.yaml PowerMax Driver - Metro ODE Support 2019-06-05 12:16:05 +01:00
powermax-snapvx-link-mode-0050ac6b4a16c739.yaml PowerMax Driver - SnapVX NoCopy Mode 2019-08-30 14:47:02 +01:00
powermax-srdf-enhancement-56b0a2817c4d310d.yaml PowerMax Driver - SRDF Enhancement 2020-03-17 16:12:50 +00:00
powermax-storage-group-tagging-d2281e9b35994bec.yaml PowerMax Driver - Unisphere storage group/array tagging support 2020-01-15 16:23:38 +00:00
powermax-tdev-deallocation-90bda0f95ab0b271.yaml PowerMax driver - Rapid TDEV Deallocation 2019-06-05 12:00:58 +01:00
powermax-train-tag-removal-1dfa77df7440e5f5.yaml PowerMax Driver - feedback on tag removal 2019-08-21 14:47:00 +01:00
powermax-user-defined-hostname-portgroup-0b01aaaa730dfaaf.yaml PowerMax Driver - Short host name and port group name override 2020-02-21 11:41:26 +00:00
powermax-vol-metadata-acd2555818d25b72.yaml PowerMax Driver - Volume & Snapshot Metadata 2019-08-30 14:59:56 +01:00
powermax_initiator_check-249279d30e3f8322.yaml PowerMax Driver - Initiator group contents check 2021-03-09 17:30:26 +00:00
powermax_port-check_enhancement-c95dd94328f31524.yaml PowerMax Driver - Release notes for 761643 and 767172 2021-03-12 15:22:28 +00:00
privsep-rocky-35bdfe70ed62a826.yaml Implement privsep boilerplate in cinder. 2018-06-06 09:42:54 +08:00
project-default-types-3a14ad0d653e604e.yaml Default type overrides 2020-09-16 14:05:31 +00:00
promotion_offline_r1_fix-f7a008d0d13a3eff.yaml PowerMax Driver - Offline r1 promotion fixes 2021-03-09 15:53:26 +00:00
promotion_rdfg_num_fix-65a5838277ac8edf.yaml PowerMax Driver - Promotion RDF Group number fix 2020-12-21 17:02:23 +00:00
prophetstor-generic-groups-c7136c32b2f75c0a.yaml ProphetStor: Support generic group 2017-07-21 01:22:49 +08:00
ps-removedriver-5ba447c50f2474e7.yaml Remove Dell EMC PS Series Driver 2020-01-23 11:19:22 -06:00
pure-active-active-support-dbd0d3da3ab64e64.yaml Pure Storage FlashArray: Add active/active support 2020-11-20 08:47:24 -05:00
pure-active-cluster-edf8e7e80739b0f8.yaml ActiveCluster support for Pure Storage drivers 2018-07-25 18:16:19 -07:00
pure-configure-pg-pod-names-525a4ce8e2f46b69.yaml Modify Pure driver to configure PG/Pod names 2018-09-04 21:54:21 +03:00
pure-custom-user-agent-dcca4cb44b69e763.yaml Specify a user-agent in Pure volume drivers 2016-05-09 13:44:55 -07:00
pure-default-replica-interval-07de0a56f61c7c1e.yaml Change pure drivers default replication interval 2017-08-14 10:57:36 -07:00
pure-enhanced-stats-42a684fe4546d1b1.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
pure-eradicate-on-delete-1e15e1440d5cd4d6.yaml Change a typo error in the releasenote 2016-08-17 10:36:54 +08:00
pure-fc-wwpn-case-c1d97f3fa7663acf.yaml Ignore case when comparing wwns in Pure FC driver 2016-08-13 12:07:38 -07:00
pure-generic-volume-groups-2b0941103f7c01cb.yaml Switch to using generic groups with Pure driver 2017-01-23 11:56:22 -08:00
pure-host-personality-3512f7ccd961d4ad.yaml Allow setting Pure host personality 2019-03-04 08:07:25 +02:00
pure-iscsi-cidr-cbc1afb3850a9217.yaml Pure Storage FlashArray iSCSI driver target CIDR support 2019-05-16 23:41:50 -04:00
pure-iscsi-cidrs-7195eda9f7214fce.yaml [PURE] support IPv6 / add parameter pure_iscsi_cidr_list 2021-02-22 18:13:19 +01:00
pure-list-mangeable-fed4a1b23212f545.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
pure-storage-add-qos-37958a90beff12d6.yaml Add QoS Suport for Pure Storage 2021-03-10 10:39:23 -05:00
pure-storage-multiattach-support-994da363e181d627.yaml Pure Storage FlashArray driver - enable multiattach support 2018-07-18 13:18:06 -04:00
pure-storage-revert-snapshot-b7e0ec4f958418c4.yaml Add revert to snapshot support for Pure Storage drivers 2020-06-04 09:04:30 -04:00
pure-v2.1-replication-0246223caaa8a9b5.yaml Fixup release notes for v2 -> v2.1 replication impls 2016-03-04 15:12:29 -08:00
pure-verify-https-requests-464320c97ba77a1f.yaml Allow for Pure drivers to verify HTTPS requests 2016-03-03 01:19:29 +00:00
pure_fc_personality-3cada97fc940e498.yaml [Pure] Add missing FC host personality support 2021-03-05 10:13:35 -05:00
pure_tempest_cg_fix-913d405f7487de00.yaml [Pure] Fix failing consistency group tempest tests 2021-02-23 13:59:27 +00:00
qb-backup-5b1f2161d160648a.yaml Adds a bugfix release note regarding backing up with the Quobytedriver 2017-04-12 08:43:13 +02:00
qb-overlay-from-snap-cache-dc102acb4820e368.yaml Adds Overlay Volumes Created from Snapshots to Quobyte 2018-07-03 10:53:14 +02:00
qb-switch-nas-sec-opts-635c6ef1205e4f3f.yaml [minifix] Update reno formatting on Quobyte driver defaults change 2018-10-11 14:43:06 +02:00
qnap-enhance-support-4ab5cbb110b3303b.yaml Add support for enhanced features to the QNAP Cinder driver 2017-11-29 09:32:40 +08:00
qnap-support-qes-200-2a3dda49afe14103.yaml QNAP: Add support for QES 2.0.0 2017-12-11 13:58:46 +08:00
qnap-support-qes-210-de75892f684cb9c3.yaml QNAP: Add support for QES 2.1.0 2018-07-19 16:01:37 +08:00
qnap-support-qts-440-c482f109694cb77f.yaml QNAP: Add support for QTS 4.4.0 2019-01-28 09:52:37 +08:00
qnap-tds-support-qes-5e5d766cded3a26d.yaml QNAP: Support QES FW on TDS series NAS 2018-12-31 15:07:57 +08:00
queens-driver-removal-72a1a36689b6d890.yaml Remove Tegile volume driver 2017-10-08 19:06:33 -05:00
quobyte_vol-snap-cache-baf607f14d916ec7.yaml Adds a Cache for Volumes Created from Snapshots with Quobyte 2018-02-19 15:31:13 +01:00
quota-sync-migrating-2c99e134e117a945.yaml Fix automatic quota sync for migrating volumes 2021-03-17 09:06:07 +01:00
quota-sync-temporary-b4103ebc2c484c89.yaml Fix automatic quota sync for temporary volumes 2021-03-26 12:26:15 +01:00
quota-volume-transfer-abd1f418c6c63db0.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
rbd-active-active-replication-b230367912fe4a23.yaml RBD: add support for active/active replication 2018-04-23 11:58:27 -07:00
rbd-driver-assisted-migration-2d29788243060f77.yaml RBD: support driver-assisted volume migration 2017-11-22 14:16:32 -05:00
rbd-multiattach-exceptions-43066312f3b527f5.yaml RBD: catch argument exceptions when configuring multiattach 2020-01-20 13:49:49 -05:00
rbd-multiattach-support-2900ce0245af0239.yaml RBD: add support for multiattach 2019-02-07 12:18:17 -05:00
rbd-stats-report-0c7e803bb0b1aedb.yaml RBD: Fix stats reporting 2017-08-23 14:33:27 +02:00
rbd-support-list-manageable-snapshots-3474c62ed83fb788.yaml RBD: support to get manageable snapshots 2018-06-30 02:46:34 +08:00
rbd-support-list-manageable-volumes-8a088a44e01d227f.yaml RBD: get manageable volumes 2018-01-03 16:06:29 +08:00
rbd-support-managing-existing-snapshot-fb871a3ea98dc572.yaml Introduce managing existing snapshot to rbd driver 2017-06-02 15:49:23 +08:00
rbd-support-report-backend-state-4e124eb9efd36724.yaml RBD: support to report backend state 2018-06-05 16:54:18 +08:00
rbd-support-revert-to-snapshot-c9ca62c9efbabf5f.yaml RBD: add support for revert-to-snapshot 2020-04-07 10:06:54 -04:00
rbd-thin-provisioning-c98522d6fe7b71ff.yaml RBD Thin Provisioning stats 2016-09-29 18:34:01 +03:00
rbd-v2.1-replication-64a9d0bec5987faf.yaml RBD: Implement v2.1 replication 2016-12-19 11:32:02 +01:00
rbd_replication_add_secret_uuid_config-c74d65e6d3d610c6.yaml Add rbd secret_uuid in secondary config 2019-05-31 01:52:42 +00:00
re-add-nexenta-driver-d3af97e33551a485.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
readd-infortrend-driver-d9b399b53a4355f8.yaml Re-add Infortrend Cinder volume driver 2019-07-19 19:56:29 +08:00
readd-qnap-driver-e1dc6b0c3fabe30e.yaml Re-add QNAP Cinder volume driver 2017-11-13 18:32:56 +08:00
rebranded-hpe-drivers-caf1dcef1afe37ba.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
rebranded-vnx-driver-2fb7424ddc9c41df.yaml Move VNX driver to dell_emc folder 2016-12-20 22:52:50 -05:00
redundancy-in-volume-url-4282087232e6e6f1.yaml Reverts quobyte_volume_url option back to type StrOpt 2017-04-12 11:32:33 +02:00
reduxio-iscsci-driver-5827c32a0c498949.yaml Added initial backend ISCSI driver for Reduxio 2016-12-09 23:53:22 +02:00
refactor-disco-volume-driver-3ff0145707ec0f3e.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
reject-volume_clear_size-settings-larger-than-1024MiB-30b38811da048948.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
remove-backup-service-to-driver-mapping-4d2ed6f868a64175.yaml Remove deprecated service-to-driver mapping for backups 2018-02-14 11:03:25 +02:00
remove-block-device-driver-14f76dca2ee9bd38.yaml Remove unsupported BlockDeviceDriver 2017-09-05 17:19:45 +03:00
remove-cinder-manage-logs-cmds-40fb8f475b37fb2f.yaml Remove "cinder-manage logs" commands 2018-02-09 12:08:18 -05:00
remove-cinder-manage-shell-6d6f42e5a4ee8c5c.yaml Remove "cinder-manage shell" commands 2020-07-27 11:47:08 -04:00
remove-datacore-300c667e9f504590.yaml Remove DataCore volume drivers 2019-04-10 11:29:37 -05:00
remove-deprecated-driver-mappings-b927d8ef9fc3b713.yaml Remove old deprecated driver mappings 2016-10-02 12:25:06 -07:00
remove-deprecated-keymgr-d11a25c620862ed6.yaml Remove deprecated keymgr code 2017-11-06 16:49:56 +00:00
remove-deprecated-nova-opts-b1ec66fe3a9bb3b9.yaml Remove deprecated nova config options 2017-10-13 11:05:11 +02:00
remove-deprecated-option-9ad954726ed4d8c2.yaml Remove the deprecated config option 2018-06-03 11:00:51 +00:00
remove-drbdmanage-driver-4edd1e1e43b6ba39.yaml Remove the DRBDManage Driver 2019-06-07 08:13:08 -07:00
remove-flashsystem-multipath-0a3ee133ebe35d1e.yaml Remove flashsystem_multipath_enabled opt 2018-08-22 15:07:31 -05:00
remove-hgst-flash-driver-a930927de333329a.yaml Remove the HGST Flash Storage Driver 2018-10-03 14:14:07 +00:00
remove-hitachi-57d0b37cb9cc7e13.yaml Remove Hitachi volume drivers 2017-10-09 15:54:59 -05:00
remove-hp-cliq-41f47fd61e47d13f.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
remove-hp3par-config-options-3cf0d865beff9018.yaml Remove deprecated HP 3PAR config options 2017-12-16 15:47:03 +00:00
remove-hpe-lefthand-driver-57b03ca9ada2654c.yaml Remove HPE Lefthand Driver 2020-04-01 14:50:38 -04:00
remove-ibm-nas-driver-0ed204ed0a2dcf55.yaml Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
remove-iscsi-target-config-options-d23e424eb8f82042.yaml Remove deprecated iSCSI target config opts 2018-08-22 14:06:42 -05:00
remove-lvm-over-sub-3c8addbf47827045.yaml Remove deprecated lvm_max_over_subscription_ratio 2018-04-25 10:57:37 -05:00
remove-mirrorpolicy-parameter-from-huawei-driver-d32257a60d32fd90.yaml Remove mirror policy parameter from Huawei driver 2017-03-29 06:23:56 +00:00
remove-nas-ip-config-option-8d56c14f1f4614fc.yaml Remove deprecated 'nas_ip' config option 2017-12-16 17:39:14 +02:00
remove-nested-quota-driver-8b56f03694e3a694.yaml Remove NestedQuotaDriver 2021-01-19 17:43:29 +00:00
remove-netapp-teseries-thost-type-config-option-908941dc7d2a1d59.yaml Remove deprecated 'netapp_eseries_host_type' config option 2017-12-16 15:57:06 +00:00
remove-pybasedir-config-option-572604d26a57ba5e.yaml Remove deprecated 'pybasedir' config option 2017-12-16 16:30:06 +00:00
remove-query-volume-filters-b59958fc68d3abb4.yaml Remove deprecated query_volume_filters config option 2018-11-28 15:53:44 +00:00
remove-rbd_keyring_conf-2d54a4de634c255c.yaml RBD: remove rbd_keyring_conf option 2020-08-21 18:39:20 -04:00
remove-scality-fa209aae9748a1f3.yaml Remove Scality backend driver 2016-12-15 22:13:21 +00:00
remove-single-backend-7bf02e525bbbdd3a.yaml Remove support for single backend config 2016-12-02 13:49:22 +01:00
remove-vol-in-error-from-cg-1ed0fde04ab2b5be.yaml Remove a vol in error state from a CG 2016-03-03 16:26:03 +02:00
remove-volume-clear-shred-bde9f7f9ff430feb.yaml Remove deprecated volume_clear shred option 2016-12-08 11:08:00 -06:00
remove-windows-mapping-51a004f466470a2b.yaml Remove WindowsDriver mapping 2018-08-22 14:18:01 -05:00
remove-xml-api-392b41f387e60eb1.yaml Remove XML API 2016-04-21 16:05:29 +00:00
remove_deprecated_xml-4065b893d781f65c.yaml VMAX driver - remove deprecated XML option 2018-06-18 12:10:45 +01:00
remove_eseries-bb1bc134645aee50.yaml Remove support for NetApp E-Series systems 2018-12-28 11:19:32 -02:00
remove_glusterfs_volume_driver-d8fd2cf5f38e754b.yaml Remove GlusterFS volume driver 2016-11-01 11:03:21 -04:00
remove_lvmdriver-9c35f83132cd2ac8.yaml Remove deprecated LVM ISCSI and ISER Drivers 2015-12-01 21:41:45 -06:00
remove_osapi_volume_base_url-33fed24c4ad1b2b6.yaml Remove deprecated osapi_volume_base_URL 2017-10-03 14:17:53 -05:00
remove_service_filter-380e7990bfdbddc8.yaml Remove service filter for service list 2017-06-02 21:30:58 +08:00
remove_storwize_npiv-b704ff2d97207666.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
remove_veritas_hyperscale_driver-988ad62d2417124f.yaml Remove the Veritas HyperScale Driver 2019-06-13 10:22:11 -05:00
remove_volume_tmp_dir_option-c83c5341e5a42378.yaml RBD: Remove volume_tmp_dir option 2017-01-09 16:05:22 -05:00
removed-apiv1-616b1b76a15521cf.yaml Remove API v1 2017-09-06 07:39:10 -05:00
removed-isertgtadm-7ccefab5d3e89c59.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
removed-rpc-topic-config-options-21c2b3f0e64f884c.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
removed-scality-7151638fdac3ed9d.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
removing-cinder-all-9f5c3d1eb230f9e6.yaml Removing cinder-all binary 2016-10-02 15:46:57 -07:00
removing-middleware-sizelimit-ba86907acbda83de.yaml Move the releasenote to the right folder 2017-05-03 15:01:32 +08:00
rename-backup-driver-status-check-interval-option-6b27c1e29cb863e9.yaml Publish backup capabilities to a scheduler 2019-12-04 15:44:13 +02:00
rename-huawei-driver-092025e46b65cd48.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
rename-iscsi-target-config-options-24913d7452c4a58e.yaml Rename iSCSI target config options to more general 2017-12-18 08:55:01 +00:00
rename-windows-iscsi-a7b0ca62a48c1371.yaml Rename 'WindowsDriver' to 'WindowsISCSIDriver' 2018-01-19 14:10:03 +02:00
rename_xiv_ds8k_to_ibm_storage-154eca69c44b3f95.yaml Update xiv_ds8k driver name and description 2016-08-01 15:50:03 +03:00
replication-group-7c6c8a153460ca58.yaml Tiramisu: replication group support 2017-04-30 22:49:13 -04:00
replication-v2.1-3par-b3f780a109f9195c.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
replication-v2.1-lefthand-745b72b64e5944c3.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
replication-v2.1-storwize-2df7bfd8c253090b.yaml Storwize: Update replication to v2.1 2016-03-09 18:13:44 -05:00
report-backend-state-in-service-list-1e4ee5a2c623671e.yaml Report backend state in service list 2017-12-27 09:42:56 +08:00
report-backend-state-in-service-list-93e9f2b204b735c0.yaml 3PAR: Report backend state in service list 2018-03-27 22:38:23 -07:00
report-backend-state-in-service-list-739a5398eec4a6b7.yaml IBM XIV: Report backend state in service list 2018-06-05 03:41:19 -04:00
reset-status-notification-update-4a80a8b5feb821ef.yaml API: os-reset_status notification fix 2020-03-25 15:34:52 +00:00
reset-status-notification-update-b655615871db4659.yaml Stop sending notifications to nonstandard pub id 2020-08-22 15:35:38 -04:00
retype-encrypted-volume-49b66d3e8e65f9a5.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
revert-snapshot-non-admin-8485be55060eab0d.yaml Normalize release note bug links 2020-08-14 07:38:30 -05:00
revert-volume-to-snapshot-6aa0dffb010265e5.yaml 3PAR: Cinder volume revert to snapshot support 2017-09-25 23:00:40 -07:00
rpc-apis-3.0-b745f429c11d8198.yaml Add scheduler RPC API v3.0 2016-09-15 12:49:03 +00:00
rpc-update-50bef83f48d4f96f.yaml SPDK drivers: Update RPC calls to match latest SPDK changes 2019-11-12 15:20:20 +01:00
rpc_compatibility-375be8ac3158981d.yaml Add SIGHUP handlers to reset RPC version pins 2016-02-19 10:30:17 +01:00
rsd-cinder-driver-d71b88292536bfea.yaml Cinder RSD Driver 2019-06-06 14:43:04 -07:00
sandstone-iscsi-driver-31ed72d5657a4307.yaml add docs and release note for sandstone iscsi driver 2020-04-18 10:42:38 +08:00
sc-handle-multiattach-onterminate-6ab1f96f21bb284d.yaml Dell EMC SC: Handle the mappings of multiattached volume 2019-08-29 16:15:59 +00:00
scaleio-backup-via-snapshot-8e75aa3f4570e17c.yaml ScaleIO Driver: Backup volume via snapshot 2017-10-16 11:39:20 -04:00
scaleio-consistency-groups-707f9b4ffcb3c14c.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
scaleio-default-volume-provisioning-c648118fcc8f297f.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
scaleio-deprecate-1.32-32033134fec181bb.yaml ScaleIO 1.32 deprecation notice 2017-05-05 14:09:44 -04:00
scaleio-deprecate-config-1aa300d0c78ac81c.yaml ScaleIo Driver: refactor config options 2017-07-12 10:41:51 -04:00
scaleio-enable-multiattach-e7d84ffa282842e9.yaml Replace Chinese punctuation with English punctuation 2018-01-23 16:24:06 +08:00
scaleio-generic-volume-group-ee36e4dba8893422.yaml ScaleIO: Adding CG support to groups 2017-04-14 11:44:18 -04:00
scaleio-get-manageable-volumes-dda1e7b8e22be59e.yaml ScaleIO Driver: get manageable volumes 2017-06-12 11:38:24 -04:00
scaleio-manage-existing-32217f6d1c295193.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
scaleio-manage-existing-snapshot-5bbd1818654c0776.yaml Manage/unmanage snapshot in ScaleIO driver 2016-05-25 00:58:13 -07:00
scaleio-qos-support-2ba20be58150f251.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
scaleio-rebranding-d2d113c5d8e5c118.yaml ScaleIO: Rebranding of product to VxFlex OS 2018-05-17 11:49:22 -04:00
scaleio-remove-force-delete-config-48fae029e3622d6d.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
scaleio-scaling-qos-50c58e43d4b54247.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
scaleio-thin-provisioning-support-9c3b9203567771dd.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
scaleio-vxflexos-rebrand-27dfe2b82d35b6a2.yaml rename ScaleIO driver to VxFlex OS 2019-06-11 19:19:22 +03:00
scaleio-zeropadding-a0273c56c4d14fca.yaml Remove deprecated sio_allow_non_padded_thick_volumes 2018-08-22 20:27:01 +00:00
scaling-backup-service-7e5058802d2fb3dc.yaml Scalable backup service - Liberty compatibility 2016-02-24 10:57:09 +01:00
seagate-new-driver-d420fad549e9045f.yaml Create Seagate driver from dothill driver 2019-08-16 17:49:15 -06:00
service_dynamic_log_change-55147d288be903f1.yaml Add service dynamic log change/query 2017-05-16 13:37:35 +02:00
sf-add-migration-support-691ace064d7576e9.yaml NetApp SolidFire: Add storage assisted migration support 2020-09-06 12:25:06 +00:00
sf-fix-clone-and-request-timeout-issues-56f7a7659c7ec775.yaml NetApp SolidFire: Fix clone and request timeout issues 2020-10-16 19:56:00 +00:00
sf-fix-duplicate-volume-request-lost-adefacda1298dc62.yaml NetApp SolidFire: Fix duplicate volume when API response is lost 2020-11-06 06:54:47 -03:00
sf-fix-error-on-cluster-rebalancing-515bf41104cd181a.yaml NetApp SolidFire: Fix error on cluster workload rebalancing 2020-11-06 05:06:36 -03:00
shared-backend-config-d841b806354ad5be.yaml Add support for shared "backend_defaults" config 2017-07-11 18:58:58 +00:00
sheepdog-driver-removal-b63d12460e886c33.yaml Remove Sheepdog Driver 2019-12-21 03:03:21 -06:00
sheepdog-mark-unsupported-648b2458d4a198de.yaml Mark the Sheepdog driver unsupported 2019-05-21 15:46:31 -05:00
show-provider-id-for-admin-ff4fd5a2518a4bfa.yaml Show provider_id for admin 2016-11-23 17:15:44 -05:00
slug-qnap-driver-d4465ea6009c66df.yaml Add QNAP ES Storage Driver 2016-12-08 16:25:13 +08:00
smbfs-drop-alloc-data-file-8b94da952a3b1548.yaml SMBFS: drop JSON file storing allocation data 2017-05-25 11:46:18 +03:00
smbfs-fixed-image-9b642b63fcb79c18.yaml SMBFS: add fixed image support 2017-11-03 11:47:23 +02:00
smbfs-manage-unmanage-f1502781dd5f82cb.yaml SMBFS: manageable volumes 2017-11-23 11:14:59 +02:00
smbfs-pools-support-bc43c653cfb1a34f.yaml SMBFS: report each share as a pool 2017-05-25 11:46:18 +03:00
smbfs-removed-options-2c86101340273252.yaml SMBFS: remove deprecated config options 2017-12-13 18:31:54 +02:00
smbfs-revert-snapshot-5b265ed5ded951dc.yaml SMBFS: Enable reverting snapshots 2017-10-30 11:52:01 +02:00
smbfs-snapshot-attach-14742fe8f5864ac6.yaml SMBFS: allow snapshot ro attach 2018-01-31 18:39:21 +02:00
snapshot_backing_up_status_support-164fbbb2a564e137.yaml Pike release note cleanup 2017-08-08 04:11:41 -05:00
solidfire-active-active-replication-support-f77e0e12320f8b21.yaml NetApp SolidFire: Add active/active replication 2020-04-13 07:30:35 +00:00
solidfire-scaled-qos-9b8632453909e2db.yaml SolidFire QoS scaled by volume size 2016-12-05 08:43:35 -07:00
solidfire-v2.1-replication-570a1f12f70e67b4.yaml Implement replicate_volume & failover on SolidFire 2016-04-18 09:17:24 -06:00
spdk-add-config-parameter-39a880ec22956fd2.yaml target/spdknvmf: Add max_queue_depth configuration parameter 2019-09-11 12:29:44 +00:00
spdk-nvmf-target-31e4d4dd5e2f2114.yaml Adding SPDK NVMe-oF target driver 2018-11-13 13:22:24 +01:00
spdk-volume-081f6e72396b30e8.yaml Adding SPDK volume driver 2018-12-27 15:21:15 +01:00
split-out-nested-quota-driver-e9493f478d2b8be5.yaml Split out NestedQuotas into a separate driver 2016-02-17 22:30:00 +00:00
ssl-cert-fix-42e8f263c15d5343.yaml VMAX Driver - Incorrect SSL cert verification 2018-06-18 14:51:32 +01:00
store-volume-format-info-1e17e029a9a9e578.yaml Support format info in fs type drivers 2021-03-12 12:41:12 -05:00
storpool-multiattach-f9b7edccd4db7e02.yaml Advertise some of the StorPool driver's capabilities. 2019-09-08 15:12:35 +03:00
storpool-volume-driver-4d5f16ad9c2f373a.yaml Reintroduce the StorPool driver 2017-12-28 16:59:07 +02:00
storwize-backup-snapshot-support-728e18dfa0d42943.yaml Storwize: add backup snapshots support 2017-10-30 11:14:15 +08:00
storwize-cg-replication-b038ff0d39fe909f.yaml Add Storwize replication group support 2017-10-10 19:14:00 +08:00
storwize-disable-create-volume-with-non-cgsnap-group-6cba8073e3d6cadd.yaml Storwize: disable creating volume with non cg_snapshot group_id 2017-12-18 17:49:59 +08:00
storwize-dr-pool-support-52db3a95e54aef88.yaml Storwize: add data reduction pool support 2018-06-15 17:31:09 +08:00
storwize-generic-volume-group-74495fa23e059bf9.yaml Storwize: add CG capability to generic groups 2017-04-05 10:57:52 +08:00
storwize-gmcv-support-8aceee3f40eddb9f.yaml Add gmcv support in SVC driver 2017-06-30 16:21:23 +08:00
storwize-hyperswap-host-site-update-621e763768fab9ee.yaml Fix typo on Storwize release note 2018-08-07 15:17:23 -05:00
storwize-hyperswap-support-b830182e1058cb4f.yaml Storwize: add hyperswap volume support 2018-01-04 13:25:31 +08:00
storwize-multiple-management-ip-1cd364d63879d9b8.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
storwize-pool-aware-support-7a40c9934642b202.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
storwize-retain-aux-volme-f90fa6fde657d64f.yaml [Storwize] Option to retain the auxiliary volume 2020-09-18 10:58:40 +00:00
storwize-revert-snapshot-681c76d68676558a.yaml Storwize: revert to snapshot support 2017-11-16 02:12:12 -08:00
storwize-split-up-__init__-153fa8f097a81e37.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
storwize_iscsi_multipath_enhance-9de9dc29661869cd.yaml Add multipath enhancement to Storwize iSCSI driver 2016-11-10 15:45:20 +08:00
support-az-in-volumetype-8yt6fg67de3976ty.yaml Support availability-zone type 2018-05-17 12:09:12 +00:00
support-cg-2b55da0bd9f69c7d.yaml Unity: Add consistent group support 2019-03-28 11:32:27 +08:00
support-create-volume-from-backup-d363e2b502a76dc2.yaml Support create volume from backup 2017-11-28 09:16:59 +08:00
support-extend-inuse-volume-9e4atf8912qaye99.yaml Add ability to extend 'in-use' volume 2017-07-12 11:48:32 -04:00
support-glance-multiple-stores-79d11c5344f41446.yaml Support multiple stores of Glance 2020-01-21 06:02:47 +00:00
support-huawei-consistency-group-b666f8f6c6cddd8f.yaml Huawei: Support huawei consistency group 2016-06-30 13:13:19 +08:00
support-image-signature-verification-yu8qub7286et9dh4.yaml Support image signature verification 2018-06-11 10:14:49 +08:00
support-incremental-backup-completion-in-rbd-1f2165fefcc470d1.yaml Support Incremental Backup Completion In RBD 2019-08-23 23:52:22 -03:00
support-metadata-based-snapshot-list-filtering-6e6df68a7ce981f5.yaml Adds metadata in search option for snapshot 2017-01-04 16:21:20 +00:00
support-metadata-for-backup-3d8753f67e2934fa.yaml Add the backup metadata support releasenote 2017-07-27 17:28:40 +08:00
support-modern-compression-9984f77bb12e97e0.yaml Add release note for zstd compression 2020-09-04 19:41:53 +00:00
support-project-id-filter-for-limit-bc5d49e239baee2a.yaml Add project_id admin filter to limits API 2017-06-18 18:15:35 +08:00
support-retype-operation-for-global-mirror-volumes-e7091ac130e41cbd.yaml [SVF]: Support for retype operation on GM volumes 2020-09-24 10:01:24 +00:00
support-tenants-project-in-attachment-list-3edd8g138a28s4r8.yaml Pike release note cleanup 2017-08-08 04:11:41 -05:00
support-to-query-cinder-resources-filter-by-update-at-and-created-at-32ae9aaea131d598.yaml Correct ReST syntax 2020-04-03 14:24:07 -04:00
support-volume-glance-metadata-query-866b9e3beda2cd55.yaml Add ability to filter by volume_glance_metadata 2016-05-06 08:22:29 +08:00
support-zeromq-messaging-driver-d26a1141290f5548.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
support-zmq-messaging-41085787156fbda1.yaml Use oslo.messaging topics for multibackend 2016-12-21 09:40:01 +01:00
support_deferred_deletion_in_RBD-0c5d96f8eac5b50a.yaml Support deferred deletion in RBD 2019-01-07 12:46:08 +01:00
support_sort_backup_by_name-0b080bcb60c0eaa0.yaml Support sort backup with name 2017-06-05 14:29:03 +08:00
support_sort_snapshot_with_name-7b66a2d8e587275d.yaml Support sort snapshots with name 2017-03-20 12:37:39 +00:00
supported-drivers-9c95dd2378cd308d.yaml Add new supported driver checks 2016-08-23 15:20:16 +00:00
svf-revert-to-snapshot-globalmirror-volume-e70fdb9115020283.yaml [SVF] RevertToSnapshot support for GM volumes 2020-10-27 07:56:13 +00:00
sync-bump-versions-a1e6f6359173892e.yaml Avoid second restart on offline upgrades 2018-04-02 15:13:06 +02:00
synology-support-uc-model-9cda442828c2eb32.yaml Synology: Add support for UC-Series model 2019-03-21 09:59:51 +08:00
synology-volume-driver-c5e0f655b04390ce.yaml Add Synology DSM storage driver 2016-07-12 15:21:52 +08:00
tintri-driver-removal-91a0931c417481d2.yaml Remove the Tintri Driver 2019-06-13 10:20:15 -05:00
tintri_image_direct_clone-f73e561985aad867.yaml Tintri image direct clone 2016-03-03 09:23:59 -08:00
tooz-coordination-heartbeat-cfac1064fd7878be.yaml coordination: use tooz builtin heartbeat feature 2017-07-19 07:17:50 -04:00
tooz-locks-0f9f2cc15f8dad5a.yaml Tooz locks 2015-12-17 10:27:43 +00:00
tpool-size-11121f78df24db39.yaml Allow configuring tpool size 2018-03-08 15:59:29 +01:00
transfer-snapshots-with-volume-a7763570a807c742.yaml Transfer snapshots with volumes 2018-07-19 09:42:43 +08:00
type-extra-spec-policies-b7742b0ac2732864.yaml Make VolumeTypeExtraSpecsController policy more granular 2017-08-02 11:51:13 -05:00
unity-backup-via-snapshot-81a2d5a118c97042.yaml Unity Driver: Backup volume via snapshot 2017-01-16 11:17:15 +08:00
unity-compressed-volume-support-4998dee84534a324.yaml [Unity] Compressed volume support 2018-07-24 11:18:10 +08:00
unity-enable-ssl-14db2497225c4395.yaml Unity: Enable ssl verification 2018-03-26 22:27:23 -04:00
unity-fast-clone-02ae88ba8fdef145.yaml Unity: Use thin clone when cloning volume 2017-06-28 13:16:22 +08:00
unity-force-detach-7c89e72105f9de61.yaml [Unity] Add `force detach` support 2018-01-17 17:02:35 +08:00
unity-group-replication-support-97d74275a84b06af.yaml [Unity] Support consistency group replication 2020-04-10 09:01:26 +08:00
unity-multiattach-support-993b997e522d9e84.yaml Unity: add multiattach support 2018-07-17 17:47:48 +08:00
unity-remove-empty-host-17d567dbb6738e4e.yaml [Unity] Add support of removing empty host 2018-05-09 13:57:42 +08:00
unity-replication-support-2ab121a5ea5a2ade.yaml Unity: Add replication support 2019-09-19 14:30:59 +08:00
unity-return-logged-out-initiator-6ab1f96f21bb284c.yaml [Unity] Return logged-out initiators 2018-05-25 14:05:01 +08:00
unity-retype-volume-support-773ae17b8811fb3f.yaml [Unity] Retype volume support 2020-04-11 21:38:45 +08:00
unity-storage-assisted-migration-support-145fce87f36f1ecc.yaml [Unity] Storage-assisted migration support 2018-12-19 14:04:14 +08:00
unity-thick-support-fdbef833f2b4d54f.yaml Unity: add thick volume support 2018-07-13 11:02:01 +08:00
unity-volume-tiering-policy-support-c6d0aaff4b141bd3.yaml [Unity] Support create volume with tiering policy. 2020-03-31 02:33:17 +00:00
unsupport-prophetstor-bfbc674fd86303db.yaml Mark Prophetstor Driver Unsupported 2019-06-03 20:37:57 +00:00
unsupport-veritas-access-ecfb4122770d93f9.yaml Mark Veritas Access Driver Unsupported 2019-06-03 20:43:42 +00:00
untyped_to_default_type-0068e6bc8000986c.yaml Releasenote followup: Untyped to default volume type 2019-09-25 23:19:19 +05:30
update_config_options_disco_volume_driver-07e52aa43e83c243.yaml Update configuration names in ITRI DISCO volume driver 2017-10-13 06:34:01 +00:00
updated-at-list-0f899098f7258331.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
upgrade-checks-e58c4a81c857847d.yaml Base framework for cinder-status upgrade check 2018-10-17 11:51:04 -04:00
upload-volume-to-multiple-stores-ab130774897e41c3.yaml Support Glance image data colocation 2020-04-13 12:04:18 +00:00
use-castellan-key-manager-4911c3c4908ca633.yaml Fix wrong links 2017-08-11 12:09:36 +08:00
use-glance-v2-api-and-deprecate-glance_api_version-1a3b698429cb754e.yaml Change the default value of used Glance API 2017-03-06 13:59:24 -08:00
use-oslo_middleware_sizelimit-5f171cf1c44444f8.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
ussuri-release-prelude-ceeb11bc7fe46191.yaml Add ussuri prelude to release notes 2020-04-23 09:39:48 -04:00
ussuri-unsupported-drivers-not-removed-8cfb3e01b720e9d1.yaml Add release note for drivers unsupported in Train 2020-04-22 09:31:26 -04:00
validate-expired-user-tokens-40b15322197653ae.yaml Add service_token for cinder-glance interaction 2017-12-15 12:09:26 +05:30
validate_vol_create_uuids-4f08b4ef201385f6.yaml Validate uuid parameters strictly for create volume API 2017-04-07 12:28:54 +05:30
verbose-online-migrations-94fb7e8a85cdbc10.yaml Make cinder-manage online migrations more verbose 2017-03-24 16:57:40 +00:00
verify-dorado-luntype-for-huawei-driver-4fc2f4cca3141bb3.yaml Add 'LUNType' configuration verification for Dorado array 2017-07-03 06:06:04 +00:00
veritas_access_driver-c73b2320ba9f46a8.yaml Implementation of Cinder driver for Veritas Access 2017-05-21 10:13:20 +05:30
veritas_access_iscsi_driver-de642dad9e7d0890.yaml Add ISCSI driver for Veritas Access 2018-03-16 00:08:38 +05:30
veritas_cluster_nfs_unsupported-88ab3ea5cbb6cd88.yaml Mark Veritas CNFS Driver Unsupported 2020-01-13 20:46:45 -06:00
vhd-disk-format-upload-to-image-5851f9d35f4ee447.yaml Fix volume upload-to-image for vhd disk-format 2016-08-05 09:29:43 +01:00
victoria-release-prelude-0fbae229ebe8f9b7.yaml Add prelude to victoria release notes 2020-09-24 14:39:15 -04:00
virtuozzo-unsupported-645b47dceb0ddbd2.yaml Mark Virtuozzo Driver Unsupported 2019-09-06 09:13:08 -05:00
vmax-attach-snapshot-3137e59ab4ff39a4.yaml VMAX driver - Attach and detach snapshot 2016-12-13 20:12:30 +00:00
vmax-clone-cg-09fce492931c957f.yaml Fix VMAX clone CG release note 2016-12-19 15:33:52 +01:00
vmax-compression-support-1dfe463328b56d7f.yaml VMAX driver - Support for compression on All Flash. 2017-01-21 09:59:05 +00:00
vmax-deprecate-backend-xml-708a41919bcc55a8.yaml VMAX driver - Deprecate backend xml configuration 2017-10-19 15:46:55 +01:00
vmax-driver-multiattach-support-43a7f99cd2d742ee.yaml VMAX driver - Enable multiattach support 2018-05-18 11:00:10 +01:00
vmax-failover-unisphere-2de78d1f76b5f836.yaml VMAX Driver - Failover Unisphere Support 2018-12-21 15:16:15 +00:00
vmax-generic-volume-group-28b3b2674c492bbc.yaml VMAX driver - Implement Generic Volume Group feature 2017-07-20 15:05:33 +01:00
vmax-iscsi-chap-authentication-e47fcfe310b85f7b.yaml VMAX driver - Enable CHAP authentication for vmax backend 2018-01-01 20:13:38 +00:00
vmax-iscsi-multipath-76cc09bacf4fdfbf.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
vmax-list-manageable-vols-snaps-6a7f5aa114fae8f3.yaml VMAX driver - VMAX list manageable volumes and snapshots. 2018-05-18 11:57:57 +01:00
vmax-manage-unmanage-snapshot-3805c4ac64b8133a.yaml VMAX driver - support for manage/unmanage snapshot 2018-01-01 21:12:24 +00:00
vmax-metadata-ac9bdd31e7e561c3.yaml VMAX driver - Add VMAX specific volume metadata to logs 2018-07-18 14:16:26 +01:00
vmax-oversubscription-d61d0e3b1df2487a.yaml EMC VMAX - Oversubscription support 2016-08-05 11:18:40 +01:00
vmax-powermax-rebrand-70569fc8cdf40a8c.yaml VMAX driver doc - clarify PowerMax rebrand release note 2019-01-25 22:25:47 +00:00
vmax-qos-eb40ed35bd2f457d.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
vmax-rename-dell-emc-f9ebfb9eb567f427.yaml Clean up release notes for Ocata 2017-02-02 08:15:52 -06:00
vmax-replication-enhancements-c3bec80a3abb6d2e.yaml VMAX driver - Add async replication support 2018-01-01 19:40:34 +00:00
vmax-replication-enhancements2-0ba03224cfca9959.yaml VMAX driver - Implement SRDF Metro feature 2018-01-01 20:58:22 +00:00
vmax-replication-group-2f65ed92d761f90d.yaml VMAX driver - Implement Tiramisu feature on VMAX 2017-10-19 15:37:07 +01:00
vmax-rest-94e48bed6f9c134c.yaml VMAX driver - Base functionality, replacing SMI-S with REST 2017-06-06 19:32:14 +00:00
vmax-rest-compression-10c2590052a9465e.yaml VMAX driver - Compression, replacing SMI-S with REST 2017-07-07 15:51:20 +01:00
vmax-rest-livemigration-885dd8731d5a8a88.yaml VMAX - Live Migration, replacing SMI-S with REST 2017-07-12 22:24:11 +01:00
vmax-rest-qos-6bb4073b92c932c6.yaml VMAX driver - QoS, replacing SMI-S with REST 2017-07-07 15:41:01 +01:00
vmax-rest-replication-612fcfd136cc076e.yaml VMAX driver - Replication, replacing SMI-S with REST 2017-07-12 22:21:58 +01:00
vmax-rest-retype-ceba5e8d04f637b4.yaml VMAX driver - Retype, replacing SMI-S with REST 2017-06-19 16:36:52 +00:00
vmax-retype-replicated-volumes-325be6e5fd626819.yaml VMAX driver - Retype replicated volumes 2018-03-12 14:29:41 +00:00
vmax-revert-volume-to-snapshot-b4a837d84a8b2a85.yaml VMAX driver - revert a volume to last snapshot 2018-01-01 21:27:22 +00:00
vmax-volume-migration-992c8c68e2207bbc.yaml VMAX driver - Storage assisted volume migration. 2017-01-20 17:17:39 +00:00
vmdk_backup_restore-41f807b7bc8e0ae8.yaml VMware: Send additional connection info 2016-09-10 17:08:18 +05:30
vmdk_config_conn_pool_size-0658c497e118533f.yaml VMware:Config option for http connection pool size 2016-10-17 14:44:53 +05:30
vmdk_default_task_poll_interval-665f032bebfca39e.yaml Add missing release notes 2016-09-09 17:22:19 +05:30
vmdk_image_ova-d3b3a0e72221110c.yaml Add missing release notes 2016-09-09 17:22:19 +05:30
vmdk_vc_51-df29eeb5fc93fbb1.yaml Add missing release notes 2016-09-09 17:22:19 +05:30
vmem-7000-iscsi-3c8683dcc1f0b9b4.yaml Violin Memory iSCSI storage for 7000 series AFA 2016-07-12 20:08:43 -07:00
vmware-vmdk-config-eb70892e4ccf8f3c.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
vmware-vmdk-manage-existing-0edc20d9d4d19172.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
vmware-vmdk-removed-bfb04eed77b95fdf.yaml VMware: Fix release notes 2016-01-18 23:26:02 -08:00
vmware-vmdk-revert-to-snapshot-ee3d638565649f44.yaml VMware: Revert to snapshot 2017-10-24 13:18:42 -07:00
vmware-vmdk-snapshot-template-d3dcfc0906c02edd.yaml VMware: Use vSphere template as snapshot format 2017-09-05 19:16:07 -07:00
vmware_adapter_type-66164bc3857f244f.yaml VMware: Add volume adapter type extra-spec option 2017-07-25 14:19:59 -07:00
vmware_enable_volume_stats-1ef84e170187f0fa.yaml Vmware: Revert the volume stats revert. 2020-03-20 18:35:25 +00:00
vmware_fcd_retype-979418c39fd5d59d.yaml VMware: Implement retype 2019-01-14 12:40:58 -08:00
vmware_fcd_snapshot-b702f7e950dfbe7a.yaml VMware: Add support for vStorageObject snapshots 2018-12-10 17:48:23 -08:00
vmware_fcd_storage_policy-636d6a95f1c44b6e.yaml VMware: Storage policy support 2018-12-10 17:50:32 -08:00
vmware_lazy_create-52f52f71105d2067.yaml VMware:Config option to disable lazy volume create 2018-01-04 13:27:12 -08:00
vmware_retype_adapter_type-dbd8935b8d3bcb1b.yaml VMware: Support volume adapter type change 2018-01-04 13:05:36 -08:00
vmware_vmdk_datastore_regex-fe7b68ad69ef7384.yaml VMware: Option to specify datastore name regex 2018-03-05 20:11:01 -08:00
vmware_vmdk_default_adapter_type-8e247bce5b229c7a.yaml VMware: Config option for default adapter type 2017-07-05 20:33:36 -07:00
vmware_vmdk_enforce_vc_55-7e1b3ede9bf2129b.yaml VMware: Enforce min vCenter server version 5.5 2017-03-21 22:52:06 +05:30
vmware_vmdk_managed_by-3de05504d0f9a65a.yaml VMware: Add 'managedBy' info 2017-09-05 12:52:38 -07:00
vmware_vmdk_nfs41-450908bbbc9eea6d.yaml VMware: Adding NFS41 datastore as supported 2018-04-02 11:25:54 -07:00
vmware_vmdk_paravirtual-3d5eeef96dcbcfb7.yaml Fix release notes formatting 2016-09-14 01:07:38 +05:30
vmware_vmdk_storage_profile_config-fa3784f1ed50df9e.yaml VMware: Release notes for vmware_storage_profile 2019-01-14 08:05:44 -08:00
vnx-add-async-migrate-option-0734164feeaecadc.yaml VNX: add option vnx_async_migrate 2019-04-10 10:06:40 +08:00
vnx-add-force-detach-support-26f215e6f70cc03b.yaml [VNX]Add `force detach` support 2018-01-17 17:13:34 +08:00
vnx-async-migration-support-3c449139bb264004.yaml VNX: Add async migration support 2017-01-20 01:00:31 -05:00
vnx-configurable-migration-rate-5e0a2235777c314f.yaml VNX: Allow set migrate rate when migrating volumes 2016-03-13 22:11:01 -04:00
vnx-fail-delete-lun-due-to-tmp-snapshot-edd3cdd85e28be60.yaml VNX: delete the LUN from VNX backend 2019-04-03 14:32:57 +00:00
vnx-new-driver-7e96934c2d3a6edc.yaml Newton release notes cleanup 2016-09-13 10:55:46 +05:30
vnx-perf-optimize-bd55dc3ef7584228.yaml VNX: fix performance in create/delete_volume 2018-04-06 02:02:30 -04:00
vnx-qos-support-7057196782e2c388.yaml VNX: Add QoS support 2017-06-29 15:18:01 +08:00
vnx-replication-group-2ebf04c80e2171f7.yaml Add VNX replication group support 2017-07-24 15:01:20 +08:00
vnx-replication-v2.1-4d89935547183cc9.yaml VNX: Update replication for v2.1 2016-03-10 05:23:02 -05:00
vnx-repv2.1-config-update-cc2f60c20aec88dd.yaml VNX:Add more check on replication_device keys 2016-10-24 05:40:57 -04:00
vnx-revert-to-snapshot-e5494b6fb5ad5a1e.yaml [VNX] Restore snapshot to volume 2018-03-12 09:53:24 +08:00
vnx-update-sg-in-cache-3ecb673727bea79b.yaml VNX: update sg in cache 2019-02-26 10:35:17 +08:00
vnx_clone_cg-db74ee2ea71bedcb.yaml Add Mitaka-1 release notes 2015-12-01 13:47:33 -06:00
volume-filtering-for-quoted-display-name-7f5e8ac888a73001.yaml Fix volume filtering for quoted display name 2016-03-02 18:12:18 -05:00
volume-type-encryption-api-policy-base-4334ca94d73df238.yaml Resolve deprecation of encryption policy target 2020-04-16 10:59:18 -04:00
volume-type-encryption-api-policy-granularity-7071e45f4c7894c5.yaml Add policy granularity to the encryption API 2018-08-15 09:22:25 -05:00
volume_init_max_objects_retrieval-966f607c46190946.yaml Initiating Cinder Volume Manager with large number of volumes 2019-01-11 08:19:07 -05:00
volumes-summary-6b2485f339c88a91.yaml Add volumes/summary API support 2016-08-15 05:30:04 +05:30
vrts_hyperscale_driver-5b63ab706ea8ae89.yaml Implementation of cinder driver for Veritas HyperScale 2017-03-28 21:40:51 +05:30
vxflexos-3.5.x-support-403427dc65a7a4f6.yaml Add support for VxFlex OS 3.5 to VxFlex OS driver 2020-04-03 18:19:49 +03:00
vxflexos-migration-support-a04a73cda323b382.yaml Add support for volume migration in VxFlex OS driver 2020-04-03 18:22:12 +03:00
vxflexos-powerflex-rebrand-37dfe2b82d35b6a2.yaml Add prelude to victoria release notes 2020-09-24 14:39:15 -04:00
vxflexos-replication-support-f43e62df35e16e3a.yaml Add OpenStack volume replication v2.1 support in VxFlex OS driver 2020-04-03 18:20:39 +03:00
vxflexos-revert-to-snapshot-a90c40ec476cc2bd.yaml Add revert to snapshot support in VxFlex OS driver 2020-04-03 18:25:30 +03:00
vxflexos-support-compression-9139e556677ac093.yaml Add support for VxFlex OS 3.0 to VxFlex OS driver 2019-06-24 11:24:19 +03:00
vxflexos_drop_deprecated_opt-3231a222e458fa92.yaml remove support for deprecated options in VxFlex OS driver 2019-06-11 19:19:29 +03:00
vzstorage-log-path-7539342e562a2e4a.yaml VStorage: make logging path configurable 2017-08-22 12:17:21 +03:00
vzstorage-volume-format-cde85d3ad02f6bb4.yaml vstorage: added vz:volume_format vendor property 2017-05-22 11:48:21 +03:00
win-iscsi-config-portals-51895294228d7883.yaml Windows iSCSI: use configured iSCSI portals 2017-06-30 12:09:14 +03:00
windows-multiple-backends-9aa83631ad3d42f2.yaml Windows: allow multiple c-vol backends per service 2018-01-11 13:11:39 +02:00
windows-volume-backup-b328858a20f5a499.yaml Add Windows volume backup support 2018-02-07 20:17:07 +02:00
xiv-ds8k-replication-2.1-996c871391152e31.yaml IBM XIV/DS8K: Implement Replication v2.1 2016-03-14 17:16:10 +02:00
xiv-generic-volume-group-4609cdc86d6aaf81.yaml Add releasenotes to check_exec list 2017-08-16 15:50:44 -04:00
xiv-new-qos-independent-type-58885c77efe24798.yaml Ibm storage: added new option for qos type 2017-06-07 18:57:28 +03:00
xiv-replication-group-7ca437c90f2474a7.yaml XIV\A9000: Added replication group support 2017-07-18 15:22:31 +03:00
xtremio-cg-from-cg-e05cf286e3a1e943.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
xtremio-generic-groups-912e11525573e970.yaml XtremIO: Add CG capability to generic groups. 2017-01-21 22:01:14 +02:00
xtremio-ig-cleanup-bbb4bee1f1e3611c.yaml Cleanup XtremIO IG cleanup note 2017-12-13 15:52:57 -06:00
xtremio-manage-snapshot-5737d3ad37df81d1.yaml XtremIO: support of snapshot manage commands 2016-07-18 11:59:42 +00:00
xtremio-support-multiattache-20b1882a1216a8b2.yaml XtremIO: support multiattach 2018-07-25 14:35:34 +03:00
zfssa-iscsi-get-manageable-volumes-eb23a11570c813d7.yaml ZFSSA iSCSI implement get_manageable_volumes() 2018-09-21 19:03:18 +00:00
zfssa-iscsi-multi-connect-3be99ee84660a280.yaml ZFSSA iSCSI volume driver multi-connect 2017-07-18 20:26:11 +00:00
zfssa-volume-manage-unmanage-ccd80807103b69c8.yaml Cleanup Mitaka release notes 2016-03-08 13:54:10 -06:00
zte_cinder_driver-76ba6d034e1b6f65.yaml Cleanup Newton release notes 2016-09-08 16:53:14 -05:00