Re: KVM + VirtualBox co-existing on same server?

2014-03-07 Thread E.S. Rosenberg
2014-03-07 8:18 GMT+02:00 Amos Shapira amos.shap...@gmail.com: Thanks. That's the conclusion we reached too - VirtualBox would play nicely with KVM but not the other way around. KVM is the one that plays nicely, vBox is the one that won't start when the other is present. i.e. it's possible

KVM + VirtualBox co-existing on same server?

2014-03-06 Thread Amos Shapira
Hi, Is it possible to run both KVM guests and VirtualBox guests on the same server AT THE SAME TIME? I'm asking because we use KVM to run multiple Bamboo CI Agents but also want to use the spare hardware capacity on the same iron's to run VirtualBox using Vagrant. Me and my colleagues are

Re: KVM + VirtualBox co-existing on same server?

2014-03-06 Thread E.S. Rosenberg
Here's an article from last year that says the same: http://swaeku.github.io/blog/2013/04/04/run-kvm-and-virtualbox-together/ And this suggests (like the articles do too to some extent) that boot order may (have) matter(ed):

Re: KVM + VirtualBox co-existing on same server?

2014-03-06 Thread Amos Shapira
Thanks. That's the conclusion we reached too - VirtualBox would play nicely with KVM but not the other way around. i.e. it's possible to keep VirtualBox up all the time and insmod/rmmod kvm as needed, but we need it the other way around. I think that using vagrant-kvm has the best potential for