Update git submodules

* Update charm-ceph-mon from branch 'master'
  to b31de1f027b32fa2ebe8ab62756819de466bbbf2
  - Don't clear osd_memory_target unconditionally
    
    The charm can now set osd_memory_target, but it's not per device class
    or type by the nature of how the charm works. Resetting
    osd_memory_target always when osd_memory_target is not passed over the
    relation is a bit risky behavior since operators may have set
    osd_memory_target by hand with `ceph config` command out side of the
    charm. Let's be less disruptive on the charm upgrade.
    
    Closes-Bug: #1934143
    Change-Id: I34dd33e54193a9ebdbc9571d153aa6206c85a067
This commit is contained in:
Nobuto Murata 2023-06-20 09:46:15 +09:00 committed by Gerrit Code Review
parent 483e26b042
commit e02893d86e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 58469bc4596d50a0a97351b8fb8d0a7debc5a526
Subproject commit b31de1f027b32fa2ebe8ab62756819de466bbbf2