Closed alclonky closed 3 years ago
There was a fix in base vagrant for rsyncing chef cookbooks to windows guests. https://github.com/hashicorp/vagrant/pull/6160
As i can see you have your own sync_folders.rb in vagrant-ovirt4, so the Fix does not work!
INFO subprocess: Starting process: ["/usr/bin/rsync", "--verbose", "--archive", "-z", "--owner", "--perms", "--exclude", ".vagrant/", "-e", "ssh -p 22 -o StrictHostKeyChecking=no -i '/root/.ssh/id_rsa'", "/data/clouddevelcg2/cookbooks/", "vagrant@10.10.79.19:C:/vagrant-chef/1dfdbede10c4d65f78d1f6937414995a/cookbooks"] INFO subprocess: Command not in installer, restoring original environment... DEBUG subprocess: Selecting on IO DEBUG subprocess: stderr: Password authentication is disabled to avoid man-in-the-middle attacks. Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. DEBUG subprocess: stdout: sending incremental file list DEBUG subprocess: stderr: rsync: change_dir#1 "/home/vagrant//C:/vagrant-chef/1dfdbede10c4d65f78d1f6937414995a/cookbooks" failed: No such file or directory (2) rsync error: errors selecting input/output files, dirs (code 3) at main.c(632) [Receiver=3.1.2]
There was a fix in base vagrant for rsyncing chef cookbooks to windows guests. https://github.com/hashicorp/vagrant/pull/6160
As i can see you have your own sync_folders.rb in vagrant-ovirt4, so the Fix does not work!
INFO subprocess: Starting process: ["/usr/bin/rsync", "--verbose", "--archive", "-z", "--owner", "--perms", "--exclude", ".vagrant/", "-e", "ssh -p 22 -o StrictHostKeyChecking=no -i '/root/.ssh/id_rsa'", "/data/clouddevelcg2/cookbooks/", "vagrant@10.10.79.19:C:/vagrant-chef/1dfdbede10c4d65f78d1f6937414995a/cookbooks"] INFO subprocess: Command not in installer, restoring original environment... DEBUG subprocess: Selecting on IO DEBUG subprocess: stderr: Password authentication is disabled to avoid man-in-the-middle attacks. Keyboard-interactive authentication is disabled to avoid man-in-the-middle attacks. DEBUG subprocess: stdout: sending incremental file list DEBUG subprocess: stderr: rsync: change_dir#1 "/home/vagrant//C:/vagrant-chef/1dfdbede10c4d65f78d1f6937414995a/cookbooks" failed: No such file or directory (2) rsync error: errors selecting input/output files, dirs (code 3) at main.c(632) [Receiver=3.1.2]