Zed Series Release Notes¶
6.0.1¶
New Features¶
The
server rebuildcommands now accept two optional--reimage-boot-volumeand--no-reimage-boot-volume``option. Passing these parameter will allow/disallow a user to rebuild a volume backed server. This is available from Compute microversion ``2.93and onwards.
Bug Fixes¶
Fixed a bug in “access rule” subcommands where the client logic incorrectly assumed that access rules have a “name” property which resulted in unpredictable behaviors. e.g. “access rule delete {non-existent-id}” now results in a not-found error instead of sometimes deleting an unrelated rule.
6.0.0¶
New Features¶
Add
block storage cluster create,block storage cluster delete,block storage cluster listandblock storage cluster showcommands to create, delete, list, and show block storage service clusters, respectively.
The
volumeargument of thevolume backup restorecommand is now optional and can refer to the name of a new volume that should be created rather than a name or ID of an existing volume (which would be overwritten). If not provided, cinder will generate a new volume with a unique name. To restore a backup to an existing volume, you must now specify the--forceoption (volume v2, v3 only). [Bug 1597189]
The
image listnow accepts multiple--tagoptions, allowing you to filter images on more than one tag.
Add support for QoS minimum packet rate rule to following commands:
network qos rule create,network qos rule delete,network qos rule list,network qos rule showandnetwork qos rule set
Add
--forceoptions to theopenstack quota setcommand for network service commands. Neutron quota engine now accepts “force” flag to set a new resource quota limit, regardless of the current resource usage.
The
server listcommand will now displayHost Statuswhen the--longoption is specified and the compute API microversion is 2.16 or greater.
The
server migration abort,server migration force completeandserver migration showcommands will now accept a server migration UUID in addition to an ID.
Bug Fixes¶
Fixed create image from volume command. If user wants to pass
visibilityandprotectedfields, they need to specify volume microversion 3.1 or greater by passingos-volume-api-version 3.1with the command.
The
volume attachment createcommand will now display information for successfully created volume attachments. Previously an empty table was returned.