Changing Network Bonding Mode
Changing the Network Bonding Mode requires the hand editing of two Linux configuration files. Do not proceed unless comfortable with the Linux CLI and text editors. This change will require a momentary interrupt in connectivity to an active bonded interface. If you have NFS or iSCSI connections currently accessing the bonded interface you wish to change you should schedule a maintenance window and disconnect the clients prior to making the changes.
Enable LACP 802.3ad Dynamic link aggregation
- If you have bonded interface already configured in the QuantaStor Manager, delete it.
- Edit the following bonding configuration files.
- In both files, chance the phrase bonding mode=0 so that it reads bonding mode=4.
- /etc/modprobe.d/bonding.conf
- /etc/modules
- Stop the bonding driver
- rmmod bonding
- Restart the bonding driver
- modprobe bonding
- Create a new bonded port in the QuantaStor Manager
Back to QuantaStor Administrators Guide