with some modifications to adapt it to the charm-microceph codebase.
This is separate from #68, since it allows client charms to create cephfs clients using broker requests, while the previous PR only allows creating the filesystem itself.
Type of change
[x] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
A new unit test on the broker tests file.
Contributor's Checklist
Please check that you have:
[x] self-reviewed the code in this PR.
[x] added code comments, particularly in hard-to-understand areas.
[x] updated the user documentation with corresponding changes.
[x] added tests to verify effectiveness of this change.
Description
Applies changes:
with some modifications to adapt it to the
charm-microceph
codebase.This is separate from #68, since it allows client charms to create cephfs clients using broker requests, while the previous PR only allows creating the filesystem itself.
Type of change
How Has This Been Tested?
A new unit test on the broker tests file.
Contributor's Checklist
Please check that you have: