dd0b1076df
The ONTAP documentation states that the `clone-create` ZAPI call fails with `block-ranges` and `space-reserve` parameters sent together. The sub-clone uses the `block-ranges` and is failing because of that restriction. This patch fixes the `clone-create` operation by using exactly one of `block-ranges` or `space-reserve`. Change-Id: I05d83d73de69c57d885e0c417e8a376f7cfb1e4f Closes-Bug: #1924643
8 lines
253 B
YAML
8 lines
253 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #1924643 <https://bugs.launchpad.net/cinder/+bug/1924643>`_: Fixed
|
|
the NetApp cinder driver sub-clone operation that might be used
|
|
by extend operation in case the extended size is greater than the max
|
|
LUN geometry.
|