-
Notifications
You must be signed in to change notification settings - Fork 14
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
Prepare VM remote call #10
Comments
Olivier, thanks for raising this - makes sense! However, I personally see the script "xscontainer-prepare-vm" as a temporary workaround, while xscontainer uses networking and SSH for communication. If you need a quick temporary work-around for your use-case, you should be able to execute the steps used by xscontainer-prepare-vm on the XAPI-client. Just keep in mind that it will be temporary! Best wishes, |
I totally agree, it's better to invest in the "proper" way to do it. I didn't know |
Libvchan is a communication mechanism of upstream Xen. Unfortunately the documentation is relatively sparse. The rough plan is to have xscontainer provide a "libvchan" server. An for the revamped Linux Guest Agent to provide the "libvchan" client. I appreciate your offer to contribute, but I need to come back to it, once I've got my head around how to do this some more. Best wishes, |
Okay! We'll probably have the opportunity to discuss it IRL when we'll come in Cambridge (don't know when yet). |
We should be able to call the
xscontainer-prepare-vm
from thexscontainer
plugin. This way, we could request it directly from outside the dom0.The text was updated successfully, but these errors were encountered: