Comment 12 for bug 1901241

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/stein)

Reviewed: https://review.opendev.org/c/openstack/cinder/+/761184
Committed: https://opendev.org/openstack/cinder/commit/66aad39a44cb7e4ac108624dd3c886241096c1cf
Submitter: "Zuul (22348)"
Branch: stable/stein

commit 66aad39a44cb7e4ac108624dd3c886241096c1cf
Author: David Hill <email address hidden>
Date: Thu Oct 22 18:56:19 2020 -0400

    Do not fail when depth is greater than rbd_max_clone_depth

    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
    (cherry picked from commit 8d8d242c3924037e6774a681efabce4893a26646)
    (cherry picked from commit 23a821b2a4bbb5696bc27044a455fc7837641111)
    (cherry picked from commit f6e5fe187ea947fd7d4624a4f456dd7e11c35c7d)
    (cherry picked from commit 0a3345cc0589f93e09bf55e02502e14f6e58e70e)