Pre-configured bond0 interface not showing up when doing network install-Cent7 #3540
-
We're running into an issue when setting up the management server, which is pre-configured with two interfaces(em1/em2) bonded to the bond0 interface. The error that we're receiving is thrown by compare_main_nic_ip() function from so-functions. The error that is thrown: When I added $MAINIP to be thrown into /root/sosetup.log, it shows that it is failing the condition because it is picking up the correct IP from our bond0 interface, but when we're prompted to give the $MNIC from whiptail_management_nic() function from so-whiptail, it only shows our slave interfaces, em1/em2. I'm assuming that nic_list array from filter_unused_nics() isn't returning any bond0 interfaces that have been pre-configured prior to installation and isn't taking into account that they're slave interfaces, maybe? Has anyone else ran into this issue or found any work arounds? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I am also having issues with this. |
Beta Was this translation helpful? Give feedback.
-
Hi, in so-functions interface "Bond0" will excluded from array. Has anyone else ran into this issue or found any work arounds? try to rename interface to bond3(for example) |
Beta Was this translation helpful? Give feedback.
Hi,
looks like #1289
in so-functions interface "Bond0" will excluded from array.
Has anyone else ran into this issue or found any work arounds?
try to rename interface to bond3(for example)