Parallels / vagrant-parallels

Vagrant Parallels Provider

Home Page:https://parallels.github.io/vagrant-parallels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'vagrant up' exits with status 1 for macvms

bineesh-n opened this issue · comments

'vagrant up' command fails with status 1. It shows following errors :

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

ln -s "/Volumes/SharedFolders/vagrant_data" "/vagrant_data"

Stdout from the command:



Stderr from the command:

ln: /vagrant_data: Read-only file system

Expected: It should exit with 0 for automations to work correctly. Even though the mount commands configured to run for 'darwin', it should not run for macvms (M Series Chip)