I just added a node to my test cluster to try and work with PBS.
My cluster network is done using openvswitch and I was disappointed in that the PBE server software does not seem to work with this setup.
The above probably means that I should not touch the network config with the command line tool, but stick with the 'normal' proxmox interface.
More problematic for me is this:
The server does not listen on any IPv4 address, and I can only guess that this is due to the software ignoring the unknown interface types?
Now, it is trivial to change the network on that node so that it used the linux bridge and vlan stuff instead of ovs, but it would be nice to have a consistent setup.
Anyway, maybe I missed something? I could not find nay mention of ovs in connection to PBS in the forum or the manual.
My cluster network is done using openvswitch and I was disappointed in that the PBE server software does not seem to work with this setup.
Code:
root@test07:~# proxmox-backup-manager network list
┌────────┬─────────┬───────────┬────────┬─────────┬──────────────┬────────────┬──────────────┐
│ name │ type │ autostart │ method │ method6 │ address │ gateway │ ports/slaves │
╞════════╪═════════╪═══════════╪════════╪═════════╪══════════════╪════════════╪══════════════╡
│ eno1 │ eth │ 1 │ manual │ │ │ │ │
├────────┼─────────┼───────────┼────────┼─────────┼──────────────┼────────────┼──────────────┤
│ eno2 │ eth │ 1 │ manual │ │ │ │ │
├────────┼─────────┼───────────┼────────┼─────────┼──────────────┼────────────┼──────────────┤
│ eno3 │ eth │ 1 │ manual │ │ │ │ │
├────────┼─────────┼───────────┼────────┼─────────┼──────────────┼────────────┼──────────────┤
│ eno4 │ eth │ 1 │ manual │ │ │ │ │
├────────┼─────────┼───────────┼────────┼─────────┼──────────────┼────────────┼──────────────┤
│ vlan1 │ unknown │ 1 │ static │ │ 10.8.1.7/24 │ 10.8.1.254 │ │
├────────┼─────────┼───────────┼────────┼─────────┼──────────────┼────────────┼──────────────┤
│ vlan10 │ unknown │ 1 │ manual │ │ │ │ │
├────────┼─────────┼───────────┼────────┼─────────┼──────────────┼────────────┼──────────────┤
│ vlan20 │ unknown │ 1 │ static │ │ 10.8.20.7/24 │ │ │
├────────┼─────────┼───────────┼────────┼─────────┼──────────────┼────────────┼──────────────┤
│ vlan4 │ unknown │ 1 │ static │ │ 10.8.4.7/24 │ │ │
├────────┼─────────┼───────────┼────────┼─────────┼──────────────┼────────────┼──────────────┤
│ vlan5 │ unknown │ 1 │ static │ │ 10.8.5.7/24 │ │ │
├────────┼─────────┼───────────┼────────┼─────────┼──────────────┼────────────┼──────────────┤
│ vmbr0 │ unknown │ 1 │ manual │ │ │ │ │
└────────┴─────────┴───────────┴────────┴─────────┴──────────────┴────────────┴──────────────┘
The above probably means that I should not touch the network config with the command line tool, but stick with the 'normal' proxmox interface.
More problematic for me is this:
Code:
root@test07:~# sockstat | grep 8007
backup proxmox-backup- 3792 tcp6 :::8007 :::* LISTEN
backup proxmox-backup- 3792 tcp6 :::8007 :::* LISTEN
The server does not listen on any IPv4 address, and I can only guess that this is due to the software ignoring the unknown interface types?
Now, it is trivial to change the network on that node so that it used the linux bridge and vlan stuff instead of ovs, but it would be nice to have a consistent setup.
Anyway, maybe I missed something? I could not find nay mention of ovs in connection to PBS in the forum or the manual.