Fine tuning my cluster and one of the things I want is to specify which of my NICs is used for the migration network. I've reviewed the documentation here https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_migration_network.
At the bottom it references the setup in the datacenter.cfg file that it refences the IP of the subnet network as a whole, ie:
By setting it in the GUI however it sets that config file in my setup to say:
This is obviously referencing this one specific node for all nodes in this config instead of just the subnet. Is it still correct this way or should I manually alter the config to match the top referenced code?
At the bottom it references the setup in the datacenter.cfg file that it refences the IP of the subnet network as a whole, ie:
Code:
migration: secure,network=192.168.2.0/24
By setting it in the GUI however it sets that config file in my setup to say:
Code:
migration: network=192.168.2.6/24,type=secure
This is obviously referencing this one specific node for all nodes in this config instead of just the subnet. Is it still correct this way or should I manually alter the config to match the top referenced code?