Why need to maintin bonding options (miimon and updelay) order?
Issue
- When you set bonding options in following order
"BONDING_OPTS="mod=1 primary=eth3 updelay=5000 miimon=100"you will get error
"Bringing up intarface bond0: /etc/sysconfig/network-scripts/ifup-eth: line 126: echo: write error: Operation not permitted "
- When you change order to
" BONDING_OPTS="mod=1 primary=eth3 miimon=100 updelay=5000 " bonding works fine without error.
Environment
- Red Hat Enterprise Linux
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.