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 believe that the fix in #337 should also have addressed VM nodes that don't exist.
A VM that doesn't exist should be treated like an IPMI interface that is not responding.
Example command before renaming a node VM:
[root@controller [adminware] ~]# metal power -g nodes status
node001: Power state: off
node002: Power state: off
node003: Power state: off
node004: Power state: off
node005: Power state: off
Example after renaming node002:
[root@controller [adminware] ~]# metal power -g nodes status
node001: Power state: off
error: Call to virDomainLookupByName failed: Domain not found: no domain with matching name 'node002'. Use --trace to view backtrace
The text was updated successfully, but these errors were encountered:
I believe that the fix in #337 should also have addressed VM nodes that don't exist.
A VM that doesn't exist should be treated like an IPMI interface that is not responding.
Example command before renaming a node VM:
Example after renaming node002:
The text was updated successfully, but these errors were encountered: