1

I'm using a VPS server on Ubuntu 17.04, from these guys

I'd like to install some components but it requires CPU Virtualisation to be enabled.

Question 1: Is it possible to have CPU VT-x enable for a VPS?

Question 2: If yes, is it common for VPS hosting providers to offer this? (I want to make sure i'm not asking something stupid)

Some hardware details:

  • CPU: Intel Xeon E5-2620 v3
  • Virtualization software (which they use i guess): QEMU

What i've tried so far:

sudo /usr/sbin/kvm-ok
INFO: Your CPU does not support KVM extensions
KVM acceleration can NOT be used
Cristian E.
  • 115
  • 1
  • 6

1 Answers1

4

Question 1: Is it possible to have CPU VT-x enable for a VPS?

Yes, it is possible to have VT-x enabled in a VM, this is called Nested Virtualization.

Question 2: If yes, is it common for VPS hosting providers to offer this? (I want to make sure i'm not asking something stupid)

I can't really tell you what typical VPS providers support or whether your VPS provider supports it. But I don't think that's a stupid question, so I'd just go ahead and ask them.

Looking at cloud providers, Google Cloud and Azure support it, while it seems AWS doesn't support it yet, maybe that is a data point that might be helpful to you?

filbranden
  • 652
  • 5
  • 9