-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable non-root sessions #22
Comments
What's the reason CH is failing to run without root permissions? The ones that comes to mind are either |
This is because libvirt only will run cloud-hypervisor if it is root (hard check in the current implementation). Resolving that part is simple but I need to ensure it works with the new daemon implementation. |
@bryteise oh I see, are you saying that the current libvirt/ch driver is obsolete? And that we have to rely on a "new" way of writing libvirt drivers, which translates into "we need a dedicated daemon"? |
Yes, basically #24 needs to be implemented so the ch driver works like the qemu driver. |
Gotcha! |
Currently libvirt is running cloud-hypervisor as root and fails to launch otherwise. Need to move to non-root usage of cloud-hypervisor instead.
The text was updated successfully, but these errors were encountered: