Wallaby Series Release Notes¶
2.6.3¶
Bug Fixes¶
Launchpad bug 1960422 has been fixed by prevent sending the share creation request and provide early feedback to CLI users.
2.6.2¶
Bug Fixes¶
Launchpad bug 1953670 has been fixed by updating the attribute name for the share group type access repr to be share_group_type_id.
2.6.1¶
Bug Fixes¶
Launchpad bug 1920888: Fix the bug in CLI ‘manila list’ with sorting key ‘availability_zone’.
2.6.0¶
New Features¶
Added support for updating and adding security services to in use share networks. The command
share-network-security-service-update
was added to the client. Before each of these commands is executed, make sure to run the correspondent check command, being eithershare-network-security-service-add-check
orshare-network-security-service-update-check
. These commands will check if the desired share network can have security services added or updated, based on the cloud support. Also, these commands can be used for both to request a check and to check the outcome. The commandshare-network-reset-state
was also implemented in case there is need to update the share networkstatus
field.
2.5.0¶
New Features¶
OS profiler is now supported within the v2 client and the manilaclient shell.
The commands “manila extend” and “manila shrink” now accept an optional “–wait” option that allows users to let the client poll for the completion of the operation.
The commands “manila force-delete”, “manila snapshot-force-delete” and “manila share-instance-force-delete” now accept an optional “–wait” that allows administrator users to let the client poll for the completion of the operation.
2.4.0¶
New Features¶
The commands “manila create” and “manila delete” now accept an optional “–wait” option that allows users to let the client poll for the completion of the operation.
Bug Fixes¶
Bug #1902873: Fixed raw Python error message when using
manila
without a subcommand while passing an optional argument, such as--os-cache
.