'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)
'vagrant up' command fails with status 1. It shows following errors :
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)