Ceph not starting - New network

N0_Klu3

Member
Mar 8, 2020
23
2
23
39
Hi all,

So I had to move my PVE cluster to a new network, from 192.168.x to 10.0.0.x
I followed this: https://bookstack.dismyserver.net/b...ge-the-ip-address-of-a-proxmox-clustered-node

For the most part it seems ok, I can see all the nodes in the cluster, all green on the new network only issue is Ceph just keeps saying 500 got timeout.
I am on Ceph-squid

Code:
[global]
    auth_client_required = cephx
    auth_cluster_required = cephx
    auth_service_required = cephx
    cluster_network = 10.0.0.11/24
    fsid = 2211578e-513c-4233-8f04-be312fc10a9b
    mon_allow_pool_delete = true
    mon_host = 10.0.0.11 10.0.0.12 10.0.0.13
    ms_bind_ipv4 = true
    ms_bind_ipv6 = false
    osd_pool_default_min_size = 2
    osd_pool_default_size = 3
    public_network = 10.0.0.11/24

[client]
    keyring = /etc/pve/priv/$cluster.$name.keyring

[client.crash]
    keyring = /etc/pve/ceph/$cluster.$name.keyring

[mon.pve-mini01]
    public_addr = 10.0.0.11

[mon.pve-mini02]
    public_addr = 10.0.0.12

[mon.pve-mini03]
    public_addr = 10.0.0.13

My config looks up to date across all nodes.

1739284351659.png

For some reason there are no managers, and I cannot create one - again it just goes 500 got timeout.
I can also not destroy any current monitors?!

Is there something I missed?
 
Last edited: