Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

fix ignited daemon mode panic & e2e test #868

Merged
merged 2 commits into from Sep 10, 2021

Conversation

darkowlzz
Copy link
Contributor

Fixes ignited daemon mode panic due to uninitialized runtime status.
Also adds e2e test to ensure ignited daemon mode works.

Fixes #867

The VM object reference created while processing a delete event in the
manifest reconciliation is missing the status runtime info, resulting
in a panic due to nil runtime. This initializes the VM status with
runtime and network.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ignited daemon mode crash due to empty status runtime
2 participants