-
Notifications
You must be signed in to change notification settings - Fork 35
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
How to run a service chain? It can not launch the click example #24
Comments
Hello About the chaining of VMs, when we wrote the ClickOS paper we used our own module for About |
So, when mentioning latest ClickOS version, does it mean clickos v0.2 ? |
clickos-ctl does not work. Eg, if I start an vale-based vm
Then I use clickos-ctl launch vm, It shows invalid parameter
|
Hi, Indeed, there is a fix already available as a pull request https://github.com/cnplab/clickos-ctl/pull/2 but the easiest solution would be remove the ClickOS control only works with the master branch of ClickOS. |
I use the master branch generate the img.
|
Please try to assign more memory to the VM. |
You mean in *.cfg file, assign , for e.g. memory = 512 (MB)? On Thu, Mar 24, 2016 at 6:23 PM, Filipe Manco [email protected]
V/R, Wenhui Zhang Email: [email protected] |
Yes, however you shouldn't need 512 MB. Usually it will be something like 16 MB. There is no method to determine how much memory is necessary, so you need to just try out. |
No, it does not work. I changed it to 64, it still gets crashed. Other tries? |
You shouldn't need that much memory, but please try with 512MB or 1GB. |
Thanks @fmanco , awesome information~ |
Could anyone give some guidance how to do the VM service chain? The same experiment is clickos figure10. How should I write the click example, then make them chain together and the packets can go to the VM service chain?
Another problem is that when I compile clickos, it shows xenstore.h something header files which can not be found. After hardcoded it, it can get compiled successfully. The VM can start successfully.
But if it uses cosmos launch the click example, It does not show errors. But I can not see any happening on vm console side. It should print something. I am wondering whether other than hardcoded, should I do some extra configurations?
The text was updated successfully, but these errors were encountered: