charm-microceph:main

Last commit made on 2024-05-07
Get this branch:
git clone -b main https://git.launchpad.net/charm-microceph

Branch merges

Branch information

Name:
main
Repository:
lp:charm-microceph

Recent commits

6cd11fa... by José Julián Espina Del Ángel

feat: port "create-cephfs-client" from charm.ceph (#71)

Applies changes:
- [broker: add operation to create CephFS clients](https://review.opendev.org/c/openstack/charms.ceph/+/916548)
- [test: add unit testing for new "create-cephfs-client" op](https://review.opendev.org/c/openstack/charms.ceph/+/916549)

with some modifications to adapt it to the Microceph code.

a0f5d00... by Luciano Lo Giudice

Merge pull request #68 from jedel1043/support-ceph-mds

feat: add support for the `ceph-mds` relation

e8ed075... by José Julián Espina Del Ángel

Merge remote-tracking branch 'upstream/main' into support-ceph-mds

44bb622... by Luciano Lo Giudice

Merge pull request #57 from lmlg/rf-config-option

Implement the 'default-pool-size' option

4981697... by Luciano Lo Giudice

Comment reasoning behind method call

9349bc4... by Utkarsh Bhatt <email address hidden>

Update build-and-test.yml

Added missing `fi` :)

be5f961... by Luciano Lo Giudice

Merge remote-tracking branch 'canonical/main' into rf-config-option

adfada1... by José Julián Espina Del Ángel

test: add functional test for `mds` relation

d7baad0... by José Julián Espina Del Ángel

feat: add support for the `ceph-mds` relation

This allows integrating with charms such as `ceph-fs`, which use this
relation instead of `ceph-client`.

e2c5b14... by utkarsh bhatt

Patches to make CI healthy (#67)

Signed-off-by: Utkarsh Bhatt <email address hidden>