Peter Sabaini

Results 91 comments of Peter Sabaini

@UtkarshBhatthere think you had requested changes too -- please re-review?

@javacruft I believe the issue here is that the gnocchi charm requests too large a pg_num, it probably should adapt it's pg_num request based on the number of available OSDs,...

For reference [here](https://github.com/ceph/ceph/blob/41387da9320515d0ef99c4500a863a0e030d632c/src/mon/OSDMonitor.cc#L7911) is how crossing the threshold for `mon_max_pg_per_osd` is calculated. The algo projects up how many pgs each pool could have and sums up the pool target pg...

I'm going to close this one in favour of https://github.com/canonical/charm-microceph/issues/130 as these calculations are done in the charm

Hi @fnordahl I've seen this as well in lxd vms that automatically start multipathd. I'm a bit hesitant on automatically resetting multipath `sudo multipath -F` -- if user had multipath...

Ack, good point wrt. to detecting the situation :+1: we should have useful feedback in this situation

Hey @adam-vest I'm having trouble reproducing this. I've used the following to create a 4-node cluster (using lxd) ``` channel=squid/stable base=24.04 for n in node-0 node-1 node-2 node-3 ; do...

@Ziris85 which microceph versions are currently running in your cluster? Generally we strongly recommend getting all nodes on the same MicroCeph versions as schema differences between nodes might stop microcephd

Hey @slapcat would love to investigate further but I've had trouble getting this to repro. Would you be able to provide logs and version info for this cluster? Ideally from...

Hey @abasu0713 I'm afraid I'm not too familiar with how Cloudflare Tunnels work. So do I understand correctly that you can access `https://.arkobasu.space` via AWS cli fine, but if Terraform...