[Symptom]
One user was deploying a FusionStorage block cluster. in order to improve the redundancy of network link, so he referred the installation document to create two bonding interface in different storage nodes, when he wanted to create a bonding interface with VLAN tag, however there was no more introduction about creating bonding inerface with VLAN.
[Scenario Information]
Product: FusionStorage
Version: 8.0.1.5
[Analysis process & Solution]
1.In this scenario, we queried the OS ver on these storage node, it's Euler 2.0 SP5.
2.Due to new Euler 2.0 SP5 was similar like CentOS 7. so queried the bonding configuration on Cent OS community. then we found the standard steps to create a bonding interface with VLAN.
This was a standard sample of creating a bonding interface with VLAN.
~]# vi /etc/sysconfig/network-scripts/ifcfg-bond0.192
DEVICE=bond0.192
NAME=bond0.192
BOOTPROTO=none
ONPARENT=yes
IPADDR=192.168.10.1
NETMASK=255.255.255.0
VLAN=yes
NM_CONTROLLED=no
