8d8d242c39
Removed a sanity check in the code that raised an exception if the clone depth of a volume to be cloned exceeded the rbd_max_clone_depth config value. A consequence of this check was that if an operator lowered the value, volumes whose clone depth was greater than the new value (as would be allowed by the previous, higher setting) could no longer be cloned. Change-Id: I8c445058a25c2eca2fda91bdeb6befedae34ccf2 Closes-bug: #1901241
9 lines
273 B
YAML
9 lines
273 B
YAML
---
|
|
fixes:
|
|
- |
|
|
RBD driver `bug #1901241
|
|
<https://bugs.launchpad.net/cinder/+bug/1901241>`_:
|
|
Fixed an issue where decreasing the ``rbd_max_clone_depth`` configuration
|
|
option would prevent volumes that had already exceeded that depth from
|
|
being cloned.
|