I wanted to install ceph from cli without interacting with the gui and did the following:
Now pveceph works well on pve-01 but pve-02 and pve-03 are not working.
pveceph status (pve-01): https://pastebin.com/YeQer2kb
Cant u tell, what was wrong in this process?
- pveceph install on pve-01 pve-02 pve-03
- pveceph init --network 10.5.5.221/24 --cluster-network 10.6.6.221/24 on pve-01
- pveceph mon create on pve-01
Now pveceph works well on pve-01 but pve-02 and pve-03 are not working.
- I cant create mgr/mons on pve-02/pve-03 they just timeout on every single pveceph command im using
- 500 on gui on crushmap and configuration database
- I can use ceph -v on pve-02 and pve-03 but not other ceph commands like ceph or ceph auth (no output)
Code:
[global]
auth_client_required = cephx
auth_cluster_required = cephx
auth_service_required = cephx
cluster_network = 10.6.6.221/24
fsid = 3016b0e9-0420-40db-a34a-2f683c7e1fe6
mon_allow_pool_delete = true
mon_host = 10.5.5.221
osd_pool_default_min_size = 2
osd_pool_default_size = 3
public_network = 10.5.5.221/24
[client]
keyring = /etc/pve/priv/$cluster.$name.keyring
[mon.pve-01]
public_addr = 10.5.5.221
pveceph status (pve-01): https://pastebin.com/YeQer2kb
Cant u tell, what was wrong in this process?
Last edited: