Forum

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /homepages/13/d467848118/htdocs/templates/cleanout/vertex/responsive/responsive_mobile_menu.php on line 158
Welcome, Guest
Username: Password: Remember me
This is the optional category header for the Suggestion Box.
  • Page:
  • 1

TOPIC:

Bug found in HA-LIZARD 2.3.2 /2.3.2.1 - ha-lizard.func - function vm_mon () 8 months 2 weeks ago #5290

Syntax error on line 420:
VAPP_LIST=$(($XE appliance-list | grep -e uuid | $AWK -F ": " '{print $2}'))
should read
VAPP_LIST=$($XE appliance-list | grep -e uuid | $AWK -F ": " '{print $2}')

This is related to operation mode 1 dedicated to manage VMs in vApps. The bug prevents that stopped VMs are not automatically started and no monitoring is working.

Inversion HA-Lizard 2.2.3 the code was correct on line 401.

Please check your setups accordingly!
BR Andreas

Please Log in or Create an account to join the conversation.

Bug found in HA-LIZARD 2.3.2 /2.3.2.1 - ha-lizard.func - function vm_mon () 8 months 1 week ago #5291

  • Salvatore Costantino
  • Salvatore Costantino's Avatar
  • Offline
  • Posts: 728
Thank you Andreas.
We have moved the project to github (github.com/ha-lizard) and are currently working on the next stable release. I have added an issue for this bug.
The following user(s) said Thank You: ajmind

Please Log in or Create an account to join the conversation.

  • Page:
  • 1