Have a Ceph Cluster setup using Proxmox, where the authentication was disabled to try and improve performance (not noticeably), this was some time ago.
/etc/pve/ceph.conf
I somewhat naively tried just setting auth to cephx which result in a non-functional cluster and a stressful evening for me
Next time I'm moving the virtual router to local storage first.
I presume I have to re-setup the keys and secrets first, any proxmox guides to this? I know the locations are different to a std ceph setup.
Thanks - Lindsay
nb. Want to restore auth because we need to access ceph rbd from a Nomad cluster using ceph-csi (same as Kubernetes) and you don't seem to be able to disable auth in its client.
/etc/pve/ceph.conf
INI:
[global]
auth_client_required = none
auth_cluster_required = none
auth_service_required = none
I somewhat naively tried just setting auth to cephx which result in a non-functional cluster and a stressful evening for me

I presume I have to re-setup the keys and secrets first, any proxmox guides to this? I know the locations are different to a std ceph setup.
Thanks - Lindsay
nb. Want to restore auth because we need to access ceph rbd from a Nomad cluster using ceph-csi (same as Kubernetes) and you don't seem to be able to disable auth in its client.