d42b3f801c
Define a NetApp extra spec that is used to define a share type that selects whether an initial clone split will be processed as part of the create-from-snapshot workflow. Change-Id: I7370f8342b8a5a10861e6e8080555959b0c88d62 Implements: blueprint netapp-cdot-clone-split-control
7 lines
353 B
YAML
7 lines
353 B
YAML
---
|
|
features:
|
|
- NetApp cDOT driver now supports a scoped extra-spec
|
|
``netapp:split_clone_on_create`` to be used in share types when creating
|
|
shares (NetApp FlexClone) from snapshots. If this extra-spec is not
|
|
included, or set to ``false``, the cDOT driver will perform the clone-split
|
|
only if/when the parent snapshot is being deleted. |