This repository was archived by the owner on Mar 1, 2024. It is now read-only.
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
make hidden errors more obvious #77
Closed
Description
There are situations when the start of the VM is not successful (such as permission denied on the disk it is using) but the VM is still "running" from kubevirt point of view, only the OS inside is stuck. This is surfaced in the events of the VM but if the unsuspecting user does not deliberately go to the events to check them, everything looks good.
It would be good to warn the user in this situations.
Some limitations which come to mind:
- it needs to fit well with the rest of openshift - we can not invent something completely new which will not be accepted by upstream
- need to make sure we do not flood the user with errors of VMs of other users (as we do in oVirt ;) )
- if something breaks in the infrastructure itself, all the VMs will get into troubles. Need to make sure we are not flooding the screen in this case because the user will be more annoyed than thankful
@lizsurette what do you think?
Metadata
Metadata
Assignees
Labels
No labels