Pike Series Release Notes

2.9.0

Nouvelles fonctionnalités

  • Added possibility to revert share to its latest snapshot.

  • Admin dashboard now has manila-specific panel group called “share”. All “tabs” we had before are panels in this group now. Each panel is loaded in separate page. It allows us to avoid making redundant API calls that we did loading all tabs at once.

  • Project dashboard now has manila-specific panel group called “share”. All “tabs” we had before are panels in this group now. Each panel is loaded in separate page. It allows us to avoid making redundant API calls that we did loading all tabs at once.

Upgrade Notes

  • URLs for resources in admin dashboard were changed. One part of changes is removal of intermediate « shares » part. Example - was - « /admin/shares/share_networks/ » became - « /admin/share_networks/ » Other part is rename of resource actions to be more alike.

  • URLs for resources in project dashboard were changed. One part of changes is removal of intermediate « shares » part. Example - was - « /project/shares/share_networks/ » became - « /project/share_networks/ » Other part is rename of resource actions to be more alike.

Bug Fixes

  • Fixed quota names overlapping with Cinder’s quotas. Now it is possible to read/write any manila quotas not messing up Cinder’s quotas.

  • Fixed form of share creation from snapshot. Before it was losing source snapshot ID in request and was creating share from scratch instead of expected snapshot-sourced variant.

2.8.0

Bug Fixes

  • Fixed Manage Replicas button availability.