Utkarsh Bhatt
Utkarsh Bhatt
# Description Build MicroCeph using Ceph Squid from the Jammy-Caracal pocket ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which...
``` $ sudo python3 ./microtester.py ./testsuite/ --sock="/var/snap/microceph/common/state/control.socket" Validating Testsuite: disks.yaml Executing Test Check OSD count Validation Result: Total: 2, Pass: 2, Fail: 0. Executing Test Add 3 file based OSDs...
# Issue report ## What version of MicroCeph are you using ? Development Versions from active PRs. ## What are the steps to reproduce this issue ? This is a...
# Issue report ## What happens (observed behaviour) ? Abrupt Ceph OSD daemon shutdown. ## What were you expecting to happen ? Ceph services should not die. ## Relevant logs,...
Suggestion to only show OSD supported disk types in the output of `disk list` command. ``` # sudo microceph disk list Disks configured in MicroCeph: +-----+-----------------------+--------------------------------------------------------+ | OSD | LOCATION...
MicroCeph exposes API endpoints which clients like microceph (CLI) and MicroCloud consume, it could be useful to document these endpoints using OpenAPI spec (or any other chosen standard) for users.
Added CLI to Create, Delete, List and Get S3 users for rgw ``` ubuntu@microcephtest:~$ sudo microceph s3 list +---+-------------+ | # | NAME | +---+-------------+ | 1 | test4 |...
# Description [ ] Add description Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an...
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...
# Description Adds a `etc-ceph` plug to MicroCeph to automatically manage the `etc/ceph` contents. Fixes #na ## Type of change Please delete options that are not relevant. - [ ]...