You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vagrant up
Bringing machine 'default' up with 'vmware_desktop' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:
VMware Desktop Provider:
* The following settings shouldn't exist: vmx
Expected behavior
Machine should boot and the vhv.enable parameter should be set to "TRUE", enabling nested virtualization support within the VM.
Apologies, I was defining the attribute wrong. I misinterpreted the documentation to infer that the attribute vmx accepts a hash, rather than is a hash.
Vagrant version
Vagrant VMware plugin version
Vagrant VMware utility version
Host operating system
Guest operating system
Vagrantfile
Debug output
Expected behavior
Machine should boot and the
vhv.enable
parameter should be set to"TRUE"
, enabling nested virtualization support within the VM.Actual behavior
Error is reported stating that
The following settings shouldn't exist: vmx
despite thevmx
parameter being documented (https://developer.hashicorp.com/vagrant/docs/providers/vmware/configuration#vmx)[here https://developer.hashicorp.com/vagrant/docs/providers/vmware/configuration#vmx]VM does not start.
Steps to reproduce
vagrant up
References
The text was updated successfully, but these errors were encountered: