What is the recommendation for setting up Ceph on a 3-node cluster with direct cabling between hosts, for Ceph?
It seems one should run Ceph on Loopback interfaces, but it seems not supported in the GUI.
So this will use a bond of 2x25G interfaces directly between the 3 hosts for Ceph, as a single network for both Public and Cluster traffic. Other 1G and 10G interfaces (connected via Ethernet switches) will be used for Corosync, management and VM traffic, so this question is only for the Ceph traffic.
It seems one would want Ceph on the (lo) loopback interfaces, and then just use static routes to reach these, via the direct link, or via the other host. So two static routes on H1, that 1) would reach H2 via the /31 p2p link directly to H2, and 2) via the /31 link to H3 with lower metric. One could also use FRR/OSPF, etc., but regardless of how IP routing is setup, it seems it is not possible to choose the lo interfaces for Ceph in the new GUI.
Also, if one selects the /31 interfaces in the GUI for Ceph Public, then how is that replicated to the other hosts, since not all 3 hosts are connected to the same /31 p2p interfaces?
It seems one should run Ceph on Loopback interfaces, but it seems not supported in the GUI.
So this will use a bond of 2x25G interfaces directly between the 3 hosts for Ceph, as a single network for both Public and Cluster traffic. Other 1G and 10G interfaces (connected via Ethernet switches) will be used for Corosync, management and VM traffic, so this question is only for the Ceph traffic.
It seems one would want Ceph on the (lo) loopback interfaces, and then just use static routes to reach these, via the direct link, or via the other host. So two static routes on H1, that 1) would reach H2 via the /31 p2p link directly to H2, and 2) via the /31 link to H3 with lower metric. One could also use FRR/OSPF, etc., but regardless of how IP routing is setup, it seems it is not possible to choose the lo interfaces for Ceph in the new GUI.
Also, if one selects the /31 interfaces in the GUI for Ceph Public, then how is that replicated to the other hosts, since not all 3 hosts are connected to the same /31 p2p interfaces?