microceph
microceph copied to clipboard
Ceph for a one-rack cluster and appliances
Randomly one of my OSDs became unavailable and downed. I immediately started troubleshooting and noticed the `microceph disk list` command showed the device that was originally at `osd.8` as "available...
I am trying to create dashboard user but not sure how to pass password file to it. i have looked into #189 any guidance what''s $HOMEDIR pointing to in this...
it would be nice to just have a pre-installed microceph ufw firewall setup for this as well. creating a new application is fairly easy .. but having it done for...
Currently, node removal is coupled with the CLI here with multiple API calls: https://github.com/canonical/microceph/blob/aae9f94dd349132283b08902b23aee27795e60fe/microceph/cmd/microceph/cluster_remove.go#L49 This means anyone using the MicroCeph API (MicroCloud) must re-implement the logic here, and maintain parity...
Hello, Good day, is it possible to execute ceph-bluestore-tool binary in microceph somehow, so it does correctly loads all the libraries etc ? I tried to run it directly (...
When I follow the FDE document: https://canonical-microceph.readthedocs-hosted.com/en/latest/explanation/fde-osd/ It fails with the following output. ``` ubuntu@mc-1:~$ sudo microceph disk add /dev/vdc --wipe --encrypt Error: Failed adding new disk: Failed to open:...
As part of sunbeam deployment the initial microceph cluster consists of one unit. More units are added and then an action on charm-microceph is run to add disks. This in...
It would be very interesting to have some option similar to the MicroK8s project that allows you to configure by means of a snap parameter the MicroCeph configuration. An example...
Setting a non-default (hostname) peer name when beginning a new cluster fails. I think this is because we still use the hostname in some places.