[7.470][BUG][NOTABUG] Create Bridge on all interfaces with conversion of internal -> incorrect

Hi

I've 3 interfaces:

- eth0 is Internal (static IP)
- eth1 is External (Cable/DHCP)
- eth2 is the HA link

I've 2 nodes setup in HA active/passive and both nodes have active status..

then I go to create a bridge, I've the only choice bridge all NICs and I can only do a conversion for internal.. which I select... then clicking on "Create Bridge" results in an error mesage:


One of the values you entered is syntactically or logically incorrect


maybe bridging is not available when HA is setup ? if this is the case we need a message saying so...

What did I missed ?

thx
Parents Reply Children
  • You can't use 'Bridge all NICs' and HA together.

    From Online help:
    Bridge all NICs: If you select Bridge all NICs, all available Ethernet network interface cards will be joined to a bridge. Specifying a Convert Interface is mandatory for this mode. All interfaces except for the converted interface will be deleted in this mode. 

    Since this mode requires that all interfaces are deleted including the HA interface it would destroy the HA.


    You can use HA and bridging together in 'Bridge Selected NICs', but it requires to have uneeded interfaces.

    Correct is that there's no informative notice to the user.
  • You can't use 'Bridge all NICs' and HA together.

    From Online help:
    Bridge all NICs: If you select Bridge all NICs, all available Ethernet network interface cards will be joined to a bridge. Specifying a Convert Interface is mandatory for this mode. All interfaces except for the converted interface will be deleted in this mode. 

    Since this mode requires that all interfaces are deleted including the HA interface it would destroy the HA.


    You can use HA and bridging together in 'Bridge Selected NICs', but it requires to have uneeded interfaces.

    Correct is that there's no informative notice to the user.


    Yep I was thinking that was the problem... but was more about the missing infos about why we was not able...

    thx