Update git submodules

* Update charm-ceph-osd from branch 'master'
  to 511250b51594907b52daa6b35129019a034d0a08
  - Merge "Save the crash module auth key"
  - Save the crash module auth key
    
    Read the key set on the mon relation,
    and use ceph-authtool to save it to a keyring,
    for use by the crash module for crash reporting.
    
    When this auth key is set, the crash module (enabled by default)
    will update ceph-mon with a report.
    It also results in a neat summary of recent crashes
    that can be viewed by `ceph health detail`.
    For example:
    
    ```
    $ juju ssh ceph-mon/leader -- sudo ceph health detail
    
    HEALTH_WARN 1 daemons have recently crashed
    [WRN] RECENT_CRASH: 1 daemons have recently crashed
        osd.1 crashed on host node-3 at 2023-01-04T05:25:18.218628Z
    ```
    
    ref. https://docs.ceph.com/en/latest/mgr/crash/
    
    See also https://review.opendev.org/c/openstack/charm-ceph-mon/+/869138
    for where the client_crash_key relation data set is implemented.
    
    Depends-On: https://review.opendev.org/c/openstack/charm-ceph-mon/+/869138
    
    Closes-Bug: #2000630
    Change-Id: I77c84c368e6665e4988ebe9a735f000f99d0b78e
This commit is contained in:
Zuul 2023-02-24 16:01:57 +00:00 committed by Gerrit Code Review
parent 469cea2c79
commit c971038910

@ -1 +1 @@
Subproject commit 931d530ab5c16bcde62874e07e0fab9e225f6c4e
Subproject commit 511250b51594907b52daa6b35129019a034d0a08