
This patch set drops the snapshot_support param from the share_type_create command. Considering that the manila scheduler works as follow: - If "snapshot_support" in a share type is set to True, the scheduler will only match backends that allow taking snapshots. - If "snapshot_support" in a share type is set to False, the scheduler will only match backends that do not support snapshots. - If "snapshot_support" is not set in a share type, the scheduler places the share on any backend irrespective of whether snapshots or supported or not. However, users will be prevented from taking snapshots of such shares. We want to mimic the third behavior of the scheduler. That means, we expect administrators to specify wheter the backend has or not snapshot_support. Change-Id: I0440bfa1b182330020f8cb3c37d33e226801f3e9 Closes-Bug: #1685655
9 lines
358 B
YAML
9 lines
358 B
YAML
---
|
|
fixes:
|
|
- |
|
|
"snapshot_support" is no longer automatically included as an extra-spec
|
|
in share types created via manila-ui. If the share type has to match backends
|
|
that support snapshots, explicitly specify "snapshot_support" in the
|
|
"Extra specs" field while creating share types.
|
|
This change does not modify pre-existing share types.
|