Open lansaloni opened 9 months ago
Get a slightly different error at same step from SolQA test run, all artifacts here. Please let me know if I should file a new bug.
2024-06-05-08:35:34 root ERROR [localhost] Command failed: juju exec -m foundations-maas:microk8s -u microk8s/0 --wait 14400s 'microk8s connect-external-ceph' 2024-06-05-08:35:34 root ERROR 1[localhost] STDOUT follows: Looking for MicroCeph on the host Detected existing MicroCeph installation Attempting to connect to Ceph cluster Successfully connected to 3e357a01-eee4-4e97-be2f-defbb5446172 (10.244.40.109:0/3997776507) Creating pool microk8s-rbd0 in Ceph cluster Configuring pool microk8s-rbd0 for RBD Successfully configured pool microk8s-rbd0 for RBD Creating namespace rook-ceph-external Configuring Ceph CSI secrets Successfully configured Ceph CSI secrets Importing Ceph CSI secrets into MicroK8s Error from server: rpc error: code = Unknown desc = exec (try: 500): database is locked error: failed to create secret namespaces "rook-ceph-external" not found
Hi all, I have a Proxmox cluster with 3 nodes and Ceph storage, I installed version 1.28/stable of microk8s on 3 VMs with the command:
sudo snap install microk8s --classic --channel=1.28/stable
I would like to use Proxmox Ceph cluster as shared storage for microk8s cluster and so I enabled rook-ceph and this is the status of the cluster:I then took the ceph.conf and ceph.client.admin.keyring files from the Proxmox cluster and used them for the connection command:
$ sudo microk8s connect-external-ceph --ceph-conf ceph.conf --keyring ceph.client.admin.keyring --rbd-pool microk8s-rbd
which however returns an error:Can anyone help me?