I cannot create a cluster on a bond, and I cannot join a cluster on bonds. I'm hoping to cluster via the bonds for redundancy and speed.
Repro Steps
I have 2 nodes. Each node has 1 bond (eno1 and eno2); I removed vmbr0.
(1) cisco switch is setup for link aggregation on the appropriate ports
(2) Create cluster using Bond interface
(3) View cluster data. Link 0 shows bond address
(4) Click Join Information. The IP address listed here is incorrect. It shows the IP address that was the vmbr0 that was removed. I removed it in the GUI. vmbr0 does not exist in /etc/network/interfaces.
(5) Node 2. Click join cluster. Cannot join using bond. It offers the original IP that was assigned to the vmbr0 instead.
Sample interface info for Node 1
iface bond0 inet static
address 10.10.200.12
netmask 24
gateway 10.10.200.1
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
Repro Steps
I have 2 nodes. Each node has 1 bond (eno1 and eno2); I removed vmbr0.
(1) cisco switch is setup for link aggregation on the appropriate ports
(2) Create cluster using Bond interface
(3) View cluster data. Link 0 shows bond address
(4) Click Join Information. The IP address listed here is incorrect. It shows the IP address that was the vmbr0 that was removed. I removed it in the GUI. vmbr0 does not exist in /etc/network/interfaces.
(5) Node 2. Click join cluster. Cannot join using bond. It offers the original IP that was assigned to the vmbr0 instead.
Sample interface info for Node 1
iface bond0 inet static
address 10.10.200.12
netmask 24
gateway 10.10.200.1
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad