Utkarsh Bhatt

Results 82 comments of Utkarsh Bhatt

So fwiw, this came up when i did: ``` sudo snap install microceph sudo microceph cluster bootstrap sudo microceph disk add loop,2G,3 ``` Interestingly it only comes up *some* of...

`ubuntu@tst-1:~$ sudo microceph remote import --local-name tst0 tst0 ` the remote add command needs 2 parameters, a flagged param (local-name) and an unflagged one (which is remote name). Both should...

@tregubovav-dev please refer to [ceph docs](https://docs.ceph.com/en/latest/mgr/prometheus/#ceph-daemon-performance-counters-metrics) on how you can enable the performance metrics on the Prometheus mgr module. The support for ceph-exporter daemon (the dedicated performance metrics exporter) would...

The fix should be available in `squid/edge` now. Thanks @roosterfish and @panagiotisevaggelou 🙌🏼

MicroCeph filtering out the virtio block device is a bug, it still allowing the disk to be enrolled is as per intention (to allow for an operator to enroll a...

The `mon host =` statement is populated using the `mon.host.$hostname` config entries from MicroCeph's internal DQlite table. With a little bit of SQL magic you can remove and insert new...

@daniva6 @nickwales can you please try the above method (read Hack) and see if that solves it for you ?

Hey @daniva6 can you please provide a bit more information 1. `sudo microceph cluster sql "select * from config"`, 2. `ceph mon dump`, and 3. Hostnames and IP address for...