File: bug-1660321-fix-default-approach-for-share-group-snapshot-creation-3e843155c395e861.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (6 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
---
fixes:
  - Fixed default approach for creating share group snapshots that uses
    common share driver interface by making proper call of this method.
    Before, some drivers that were depending on some specific data
    from 'snapshot' object were failing not being able to get these data.