0d6db3588c
The snapshot_support extra spec has always meant two things: a driver can take snapshots and create shares from snapshots. As we add alternate snapshot semantics, it is likely that some drivers will want to support snapshots and some of the new semantics while being unable to create new shares from snapshots. This work adds a new extra spec, create_share_from_snapshot_support, that removes the overloading on snapshot_support. It also makes the existing snapshot_support extra spec optional, allowing admins to create types without setting snapshot_support; shares created with such types will not support snapshots. APIImpact DocImpact Co-Authored-By: Goutham Pacha Ravi <gouthamr@netapp.com> Implements: blueprint add-create-share-from-snapshot-extra-spec Change-Id: Ib0ad5fbfdf6297665c208149b08c8d21b3c232be
8 lines
281 B
YAML
8 lines
281 B
YAML
---
|
|
features:
|
|
- Added optional create_share_from_snapshot_support extra spec, which was
|
|
previously implied by the overloaded snapshot_support extra spec.
|
|
upgrade:
|
|
- The snapshot_support extra spec is now optional and has no default value
|
|
set when creating share types.
|