Hey Guys,
I have the following issue with my Proxmox Ceph Setup.
In the configuration section of Ceph I get the following error in Configuration Database.
mon_command failed - command not known (500)
I did not find any meaningful results while searching.
Can anybody help me out?
Proxmox Version :6.0-7
Kind regards
Gradlon
I have the following issue with my Proxmox Ceph Setup.
In the configuration section of Ceph I get the following error in Configuration Database.
mon_command failed - command not known (500)
I did not find any meaningful results while searching.
Can anybody help me out?
Proxmox Version :6.0-7
Code:
[global]
auth client required = cephx
auth cluster required = cephx
auth service required = cephx
cluster network = 10.0.0.0/16
fsid = 5e62945a-dee0-4341-b1fb-0ba4f9d051a9
mon allow pool delete = true
osd journal size = 5120
osd pool default min size = 2
osd pool default size = 3
public network = 172.16.0.0/16
mon_host = 172.16.0.3 172.16.0.2 172.16.0.1
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[mds]
keyring = /var/lib/ceph/mds/ceph-$id/keyring
[osd]
keyring = /var/lib/ceph/osd/ceph-$id/keyring
[mon.ClusterNode-3]
host = ClusterNode-3
mon addr = 172.16.0.3:6789
[mon.ClusterNode-2]
host = ClusterNode-2
mon addr = 172.16.0.2:6789
[mon.ClusterNode-1]
host = ClusterNode-1
mon addr = 172.16.0.1:6789
Kind regards
Gradlon