Pike Series Release Notes

2.9.0

새로운 기능

  • 최신 스냅샷으로 공유를 복구할 수 있는 기능 추가

  • 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.

업그레이드 노트

  • 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.

버그 수정

  • 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

버그 수정

  • Fixed Manage Replicas button availability.