[7.470][BUG][FIXED] Wrong Error Message when trying to reboot node while syncing

Hi

When you activate active/passive HA (I'm using autoconfig for both nodes). Then it is syncing (node 2). If you click on reboot on node 1 you get wrong message:


One of the values you entered is syntactically or logically incorrect.


As I remember in 7.40x it was something saying that we can't reboot while nodes are syncing...

thx
Parents Reply Children

  • Yes message is not passed.


    Actually, it's the other way round: This is still an old-style message not coming from the Confd, but produced directly in the WebAdmin backend. There are only four of those left in all of the WebAdmin, and in the old code, they were only used when certain error context info from the Confd was missing.

    With the new Confd message system, error context info is always present, so these four messages were no more displayed.  I just changed the code such that these four messages, as long as they still live in the WebAdmin, take precedence over the Confd error context information - until they will eventually be fully integrated into the new message system.

    Good catch, BuBU!