Update git submodules

* Update charm-ceph-proxy from branch 'master'
  - Make EC profiles immutable
    
    Changing an existing EC profile can have some nasty side effects
    including crashing OSD's (which is why its guarded with a --force).
    
    Update the ceph helper to log a warning and return if an EC profile
    already exists, effectively making them immutable and avoiding
    any related issues.
    
    Reconfiguration of a pool would be undertaking using actions:
    
      - create new EC profile
      - create new pool using new EC profile
      - copy data from old pool to new pool
      - rename old pool
      - rename new pool to original pool name
    
    this obviously requires an outage in the consuming application.
    
    Change-Id: I630f6b6c5e3c6dd252a85cd373d7e204b9e77245
    Closes-Bug: 1897517
This commit is contained in:
James Page 2020-09-28 11:50:28 +01:00 committed by Gerrit Code Review
parent 245e8e7842
commit f2bc074a9d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 12682da2fcf5955065460244f676d9d9bd4db74b
Subproject commit 8e74666ff3b61df27f03b8ceffbec274617b1485