Closed pazos closed 5 months ago
@pazos Interesting. Is the ERROR state something that happens to all VMs in Arch with Incus 6.1? I am trying to figure out how to recreate the ERROR state to see what is going.
@pazos Interesting. Is the ERROR state something that happens to all VMs in Arch with Incus 6.1? I am trying to figure out how to recreate the ERROR state to see what is going.
Yup, they work perfectly fine when they're running but show ERROR
when they're stopped.
It should be easy to reproduce or Arch:
incus init --vm --empty whatever
incus list whatever
+----------+-------+------+------+-----------------+-----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
+----------+-------+------+------+-----------------+-----------+
| whatever | ERROR | | | VIRTUAL-MACHINE | 0 |
+----------+-------+------+------+-----------------+-----------+
Thanks. I was able to recreate in Arch. I found the issue in my code and will have a patch out hopefully this weekend in v0.5.3.
Just pushed the v0.5.3 update. I also added the ability to start your instance from the Error state too to get it back running.
Thank you!
Works perfectly.
Steps to reproduce.
Expected results: a list of running and error instances (like in
incus list
)Result: