64649b97e7
Default approach uses common driver interface of single snapshot creation. So, emulate it correctly providing all required keys. Also add 'provider_location' attribute to share group snapshot members DB model, because it is required for some drivers and was absent. Change-Id: If120d85ef3dd3ba90e2dc12a5b81b69feecb31ea Closes-Bug: #1660321
7 lines
296 B
YAML
7 lines
296 B
YAML
---
|
|
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.
|