Utkarsh Bhatt

Results 82 comments of Utkarsh Bhatt

We would require the output of `ceph osd ls`, `sudo microceph disk list` and all the OSD/ microceph logs available on the host.

This would be a good ideal goal, however, the cluster configurations are all organised in a single group (there is no logical grouping implemented). The problem is, allowing multiple configs...

As @nobuto-m mentioned, changing the Public Network laterally is very complicated. To prevent this situation from coming in, we removed the ability to configure public network (from the CLI) as...

(From a parallel conversation) I figure Ceph allows for configuring multiple public networks (Microceph doesn't, but we can fix that), this can be used to migrate the public networks of...

This is similar to #507 and would be resolved by a better warning/ error structure.

> lgtm, although I'm wondering if it wouldn't also be possible to specify the `ceph.conf` path to the specific commands instead of using a symbolic link Yes we can, infact...

@ismailkayi please sign your commits using a GPG key. [ref](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). This is required for all contributions to be accepted for MicroCeph (check failing CI test)

@abasu0713 are you using the hostname while creating the join token ? The microceph cli expects the user to always use hostname (otherwise we get the `server SAN does not...

Good catch, for a future traveller tools like `ceph report` could be used to get a unified view of active ceph services. @samuelallan72 wdyt ?