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
Disk is cleaned and I am able to run vagrant
Disks are created in \mnt\i\PATH_TO_VAGRANTFILE
Actual behavior
An error occurred while executing a PowerShell script. This error is shown below. Please read the error message and see if this is a configuration error with your system. If it is not, then please report a bug. Script: new_vhd.ps1 Error: Failed to create disk : Failed to create the virtual hard disk. The system failed to create 'I:\mnt\i\Repositories\Personal-Development-Pipeline\provisioning\cluster_vagrant\.vagrant\machines\test-k8s-worker-node-1\hyperv\Virtual Hard Disks\cephfs-1.vhdx'. Failed to create the virtual hard disk. The system failed to create 'I:\mnt\i\Repositories\Personal-Development-Pipeline\provisioning\cluster_vagrant\.vagrant\machines\test-k8s-worker-node-1\hyperv\Virtual Hard Disks\cephfs-1.vhdx': The file exists. (0x80070050).
Vagrant version
2.2.14
Host operating system
Windows 10 20h2 (19042.630)
Guest operating system
generic/ubuntu2010
Vagrantfile
Expected behavior
Disk is cleaned and I am able to run vagrant
Disks are created in
\mnt\i\PATH_TO_VAGRANTFILE
Actual behavior
Disks are created in
i:\mnt\i\PATH_TO_VAGRANTFILE
Steps to reproduce
Configured Windows 10 and WSL2
vagrant up
vagrant destroy --force
vagrant up
Please note: Project is in WSL2 mountpoint of
/mnt/i/PATH_TO_VAGRANTFILE
, but actual disk is provided fromi:\mnt\i\PATH_TO_VAGRANTFILE
The text was updated successfully, but these errors were encountered: