Update git submodules

* Update cinder from branch 'master'
  to ccb6025cd15c913ad521eabae3cde38bfa9d05da
  - Merge "Log information about the Ceph v2 clone API"
  - Log information about the Ceph v2 clone API
    
    Starting with the Mimic release and the Ceph RBD clone v2 feature,
    it is no longer necessary to manage snapshot protection status.
    The usage of clone v2 is controlled via the Ceph “rbd default
    clone format” configuration option which defaults to “auto”, but
    can be overridden to “1” to force the legacy clone v1 behavior or
    “2” to force the new clonev2 behavior.
    
    This must be configured in Ceph, it's not something that can be
    configured on the Cinder side.
    
    As an alternative, setting the minimum client to mimic
    "$ ceph osd set-require-min-compat-client mimic"
    
    Above all with Ceph RBD clone v2 support enabled, image snapshots
    can be cloned without marking the snapshot as protected because
    RBD automatically tracks the usage of the snapshot by clones. As
    a result Ceph RBD clone v2 API improves performance.
    
    This proposed patch adds logging messages for the operator
    indicating whether Ceph has been configured to use the Ceph RBD
    v2 clone feature.
    
    In this way the operator can consult with the Ceph administrator
    to take appropriate action.
    
    You can determine which volumes are using the clone v2 feature
    thanks to volume.volume.op_features(). It returns a value depending
    on the v2 clone api being enabled or not.
    
    Co-authored-by: Eric Harney <eharney@redhat.com>
    Change-Id: Ib52879a270a4ae4cdd3cb5fc18f2b7bdbccd8ab5
This commit is contained in:
Zuul 2021-02-04 16:51:51 +00:00 committed by Gerrit Code Review
parent 417a054d51
commit 6d8fa52886
1 changed files with 1 additions and 1 deletions

2
cinder

@ -1 +1 @@
Subproject commit 876ac4e79fe14887ee3902ef833be5e2273d800b
Subproject commit ccb6025cd15c913ad521eabae3cde38bfa9d05da