I am trying to get an mds to start on proxmox 5.1 however none of the guides out there have been very helpful.
The cluster itself works fine, however an mds server will not start. I did install the mds server via
Having deployed ceph on normal ubuntu and debian I am failing to understand what is so different about proxmox that breaks the mds server.
In order to activate the mds I was following the manual mds deployment guide on the ceph documentation site (forums won't let me link to the documentation).
The cluster itself works fine, however an mds server will not start. I did install the mds server via
Code:
apt install ceph-mds
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 10.0.0.0/24
fsid = ec4bbbab-90cc-42bd-ad88-634367074824
keyring = /etc/pve/priv/$cluster.$name.keyring
mon_allow_pool_delete = true
osd_journal_size = 5120
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 10.0.0.0/24
[osd]
keyring = /var/lib/ceph/osd/ceph-$id/keyring
[mon.pvehost]
host = pvehost
mon_addr = 10.0.0.4:6789
[mds]
keyring = /var/lib/ceph/mds/ceph-$id/keyring
[mds.pvehost]
host = pvehost
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 10.0.0.0/24
fsid = ec4bbbab-90cc-42bd-ad88-634367074824
keyring = /etc/pve/priv/$cluster.$name.keyring
mon_allow_pool_delete = true
osd_journal_size = 5120
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 10.0.0.0/24
[osd]
keyring = /var/lib/ceph/osd/ceph-$id/keyring
[mon.pvehost]
host = pvehost
mon_addr = 10.0.0.4:6789
[mds]
keyring = /var/lib/ceph/mds/ceph-$id/keyring
[mds.pvehost]
host = pvehost
Having deployed ceph on normal ubuntu and debian I am failing to understand what is so different about proxmox that breaks the mds server.
In order to activate the mds I was following the manual mds deployment guide on the ceph documentation site (forums won't let me link to the documentation).