Question
DigitalOcean as Vagrant Provider from Windows
Hi,
Has anyone had any luck running DigitalOcean as Vagrant Provider from Windows? Appears an error occurs just after rsync triggers....
INFO warden: Calling action: #
INFO interface: info: Rsyncing folder: C:/digiOceanTest/ => /vagrant...
[default] Rsyncing folder: C:/digiOceanTest/ => /vagrant...
INFO ssh: Execute: mkdir -p /vagrant (sudo=true)
INFO ssh: Execute: chown -R root /vagrant (sudo=true)
INFO subprocess: Starting process: ["rsync", "--verbose", "--archive", "-z", "--delete", "-e", "ssh -p 22 -o StrictHostKeyChecking=no -i 'C:/digiOcean_rsa'", "C:/digiOceanTest/", "root@XXX.XXX.XXX.XXX:/vagrant"]
ERROR warden: Error occurred: Unknown error (Windows says "The operation completed successfully.", but it did not.)
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
....
My guess would be an issue with path format, but wondered if anyone has encountered this before?
Thanks, A.
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×