Current Series Release Notes

5.6.0-7

New Features

  • The command “manila share-server-unmanage” now accepts an optional “–wait” flag that allows users to let the client poll for the completion of the operation.

Bug Fixes

  • The “openstack share network create” and “openstack share network subnet create” commands now validate Neutron network information provided before sending the request.

    Previously, validation only occured in the Manila service which could result in client-side errors when invalid network or subnet IDs were supplied. The client now performs proper validation and handles missing or invalid network data gracefully.

  • Fixed Bug #2057951: The manila python client previously ignored the “region_name” parameter when initializing a client session. This caused the client to use wrong API endpoint in multi-region deployments. The client now correctly respects the “region_name” value ensuring requests are routed to the intended region

  • The openstack share set and openstack share server set commands now properly handle the –task-state argument when given no value or “None”, sending a proper null value to the API. For more details, please refer to Launchpad bug #2108991.

  • Fixed an issue while running ensure shares and getting a not found response. The command should now work properly.