Vagrant causing XCP-ng VM (with Nested Virtualization ON) to abruptly reboot
-
That's a good question. If I could, I would do a Vagrant plugin for XO (instead of XCP-ng).
I know @ddelnano started to work on a Packer plugin, but I don't know how hard it is to write a Vagrant plugin.
I never used Vagrant myself, but anyone interested to work on that is very welcome!
-
@olivierlambert was thinking about this specifically...
https://github.com/xapi-project/vagrant-xenserver/releases
It looks like it did not receive that much love recently, but it should work...
-
@itnok yea it appears the project uses the plugin api for Vagrant 1.x which may not work with Vagrant 2.x (the latest version) I'm not sure if the plugin api has changed significantly since I haven't written any plugins myself.
-
@itnok I would prefer a Vagrant plugin for XO, not XCP-ng.
-
@olivierlambert probably dumb question... but where can I find a clear complete overall document listing all endpoints for the Xen Orchestra API?
Tried the Vagrant plug-in mentioned above but I do agree it would be better to have a version of it targeting XO API rather than directly Xen/XCP-ng XAPI...
-
@itnok Good question Take a look there: https://xen-orchestra.com/docs/architecture.html#api and here for the list of all endpoints: https://xen-orchestra.com/docs/architecture.html#xo-cli-cli
-
I have same issue with xcp-ng running eve-ng (network simulator). eve-ng VM crash when launching qemu with "accel=kvm".
netsted virt and e1000
xe vm-param-get uuid=08c5e1be-f1a6-2179-6d0f-1360f456e6e6 param-name=platform nic_type: e1000; timeoffset: 1; exp-nested-hvm: true; secureboot: false; videoram: 8; hpet: true; device-model: qemu-upstream-compat; apic: true; device_id: 0001; vga: std; nx: true; pae: true; viridian: false; acpi: 1
eve-ng is built on ubuntu 18.04
root@eve-ng:~# cat /sys/module/kvm_intel/parameters/nested Y root@eve-ng:~# uname -a Linux eve-ng 4.20.17.2-eve-ng-uksm-wg+ #1 SMP Sat Feb 6 11:21:53 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
-
i am trying to setup kypo-lite.
It needs a ubuntu vm with nested virtualization enabled .
It uses vagrant to setup everything and i have the same problem.
Vms reboot while vagrant setting up everything.How can i pinpoint xcp-ng logs to help troubleshooting it?
-
@olivierlambert any info about this
-
It's really hard to tell, I would suggest to ask directly at the Xen community. We have far more urgent things to deal with at the moment sadly