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
After follow the lime app mesh wide upgrade wizard, when click on the step schedule upgrade, the image upgrade scheduled is set but the lime mesh upgrade get_node_status call crashes abnormally:
root@blu:~# echo '{}' | /usr/libexec/rpcd/lime-mesh-upgrade call get_node_status
lua: /usr/lib/lua/lime-mesh-upgrade.lua:488: attempt to compare number with nil
stack traceback:
/usr/lib/lua/lime-mesh-upgrade.lua:488: in function 'get_node_status'
/usr/libexec/rpcd/lime-mesh-upgrade:31: in function 'get_node_status'
/usr/libexec/rpcd/lime-mesh-upgrade:85: in main chunk
[C]: ?
root@blu:~# ubus call lime-mesh-upgrade get_node_status '{}'
Command failed: No response
It seems that at least one get_node_status was succes because it show the "upgrade scheduled" status.
It seems that the shared state info don't update any more, the ttl goes down but anything else:
After follow the lime app mesh wide upgrade wizard, when click on the step schedule upgrade, the image upgrade scheduled is set but the lime mesh upgrade get_node_status call crashes abnormally:
It seems that at least one
get_node_status
was succes because it show the "upgrade scheduled" status.It seems that the shared state info don't update any more, the ttl goes down but anything else:
The text was updated successfully, but these errors were encountered: