Queens Series Release Notes¶
3.5.0¶
New Features¶
Cinder
manageable-listandsnapshot-manageable-listcommands now accept--clusterargument to specify the backend we want to list for microversion 3.17 and higher. This argument and thehostpositional argument are mutually exclusive.
New
work-cleanupcommand to trigger server cleanups by other nodes within a cluster on Active-Active deployments on microversion 3.24 and higher.
3.4.0¶
Deprecation Notes¶
The
--allow-multiattachflag on volume creation has now been marked deprecated and will be removed in a future release.
3.3.0¶
New Features¶
Cinder migrate and manage commands now accept
--clusterargument to define the destination for Active-Active deployments on microversion 3.16 and higher. This argument and thehostpositional argument are mutually exclusive for the migrate command.
Added
with_countoption in volume, snapshot and backup’s list commands since 3.45.
Support create volume from backup in microversion v3.47.
3.2.0¶
Bug Fixes¶
The attachment_ids in the volume info returned by show volume were incorrect. It was showing the volume_id, not the attachment_id. This fix changes the attachment_ids returned by show volume to correctly reflect the attachment_id. [Bug 1713082]