Peter Sabaini

Results 91 comments of Peter Sabaini

You need to have enough free space on the partition or mount point that the ceph-mon process uses, note that depending on your docker config this could be separate from...

Hey @dcopela for reproducing, can I ask for some details on your setup if you have them at hand. Presumably you were upgrading the microceph cluster -- from which version...

Thanks @dcopela do you happen to have the /var/log/syslog of the node that carries RGW at hand?

This happens because MicroCeph bases its block dev detection on the [GetStorage() function from LXD](https://github.com/canonical/lxd/blob/0aeda72f2e94246173bfcb9bef061d4a6c376510/lxd/resources/storage.go#L196) , and that explicitly excludes mpath devices. Typically we'd want the Ceph cluster to handle...

Also cc: @tomponline maybe you can comment on LXD and mpath ^^?

Thanks @gustavosr98 for the addtl context. To be clear I'm not opposed to having mpath as OSDs, it's just not the natural domain of Ceph clusters -- but still might...

> [@sabaini](https://github.com/sabaini) we will be adding support for this too in lxd's resource package, is this something you could use too to avoid duplicate implementations? Probably yes!

@roosterfish yea, that makes sense, we'd need to adapt our filtering but think that would work well for MicroCeph.

Related CODA task https://github.com/canonical/open-documentation-academy/issues/263

Hey @UtkarshBhatthere do you have some steps to repro and info on environment where you're running this? With s/stable it seems to work ok here: ``` peter@pirx ~ » sudo...