You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the 1.19.0 terraform provider to set ha monitor settings.
Setting the monitor property to "internal2 internal5 internal6" works as expected, the 3 interfaces are now monitored :
config system ha
set group-name "xxxxxxxx"
set mode a-p
set password ENC xxxxxxxxxxxxxxxxxxxxxx
set hbdev "internal5" 200 "internal6" 0
set override disable
set priority 200
set monitor "internal2" "internal5" "internal6"
end
However, running a terraform plan returns the following changes:
In order to avoid plan/apply infinite loop, trying to set the value to \"internal2\" \"internal5\" \"internal6\" \"internal2\" \"internal5\" \"internal6\" \"internal2\" \"internal5\" \"internal6\" yields the following error:
│ Error: Error updating SystemHa resource: Internal Server Error - Internal error when processing the request (500)
│ Cli response:
│ node_check_object fail! for hbdev internal5
│ node_check_object fail! for hbdev internal6
│ Invalid value internal5
│ Invalid value internal6
│ No permisson to change HA setting
│ object check operator error, -37, discard the setting
│ Command fail. Return code -37
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue, it looks like API returns an abnormal monitor data, I have reported it to the API team for investigating. sorry for any inconvenience
Hello,
I'm using the 1.19.0 terraform provider to set ha monitor settings.
Setting the monitor property to "internal2 internal5 internal6" works as expected, the 3 interfaces are now monitored :
config system ha
set group-name "xxxxxxxx"
set mode a-p
set password ENC xxxxxxxxxxxxxxxxxxxxxx
set hbdev "internal5" 200 "internal6" 0
set override disable
set priority 200
set monitor "internal2" "internal5" "internal6"
end
However, running a terraform plan returns the following changes:
In order to avoid plan/apply infinite loop, trying to set the value to
\"internal2\" \"internal5\" \"internal6\" \"internal2\" \"internal5\" \"internal6\" \"internal2\" \"internal5\" \"internal6\"
yields the following error:The text was updated successfully, but these errors were encountered: