So I had my 3 node cluster setup and running with Ceph. It has nothing of value on it so data loss is currently not a concern, it has not been placed into use yet. I now tried moving my Ceph network to an isolated vlan on a switch with no network capabilities. I will also be doing the same for Corosync and Cluster but wanted to do one at a time.
The whole cluster was on 192.168.1.0/24 at first on vmbr0
I moved them to enp66s0f1 of each node and set that interface IP to 192.168.10.x/24 for each node (this interface is different then the original), but did not set this up as a bridge, bond, etc.
I checked i can ping the other nodes in the cluster from the ceph ip to the other nodes ceph ip
i then changed the /etc/ceph/ceph.conf file to reflect a cluster network of 192.168.1.0/24 (as it was) and the mon ip's to 192.168.10.x/24 (as setup for each node, i cant remember if it wanted a subnet mask in that line or not) with a public network of 192.168.10.0/24
Now, all 3 managers that were set up, are missing. I checked on the switch, and the 3 ports are Up. The switch has a router interface set for that vlan of 192.168.10.254/24
I've tried restarting nodes, restarting mons, ceph, etc. Ceph just keeps showing unknown status for the cluster, pools, mons, etc. When I try to create a manager, it spins and spins and eventually times out.
I'm at a loss here. This has to be something simple I'm missing. Any help would be appreciated here
The whole cluster was on 192.168.1.0/24 at first on vmbr0
I moved them to enp66s0f1 of each node and set that interface IP to 192.168.10.x/24 for each node (this interface is different then the original), but did not set this up as a bridge, bond, etc.
I checked i can ping the other nodes in the cluster from the ceph ip to the other nodes ceph ip
i then changed the /etc/ceph/ceph.conf file to reflect a cluster network of 192.168.1.0/24 (as it was) and the mon ip's to 192.168.10.x/24 (as setup for each node, i cant remember if it wanted a subnet mask in that line or not) with a public network of 192.168.10.0/24
Now, all 3 managers that were set up, are missing. I checked on the switch, and the 3 ports are Up. The switch has a router interface set for that vlan of 192.168.10.254/24
I've tried restarting nodes, restarting mons, ceph, etc. Ceph just keeps showing unknown status for the cluster, pools, mons, etc. When I try to create a manager, it spins and spins and eventually times out.
I'm at a loss here. This has to be something simple I'm missing. Any help would be appreciated here