Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a synced folder class for Mac VMs #448

Merged
merged 3 commits into from
May 22, 2023
Merged

Conversation

legal90
Copy link
Collaborator

@legal90 legal90 commented May 19, 2023

This is the alternative implementation of #446, which is supposed to fix the current issue of mounting synced folders on *.macvm guests: #445

Here I moved the synced folder support for *macvm to a separate class, SyncedFolderMacVM. It is just a placeholder for now and should still be filled with the proper implementation for macvms, as it was discussed here: #446 (comment)

Fixes #445
Closes #446 as superseded

bineesh-n and others added 2 commits May 10, 2023 13:22
Making this change to access the module in guest_cap/darwin/*.rb
@bineesh-n
Copy link
Contributor

Hi @legal90 , Thanks, this is ofcourse better implementation.

I've added enable / disable logic on top of your placeholder code. Tested the changes, working fine. If you are okay with the changes I added, we can merge this PR instead of #446

@legal90
Copy link
Collaborator Author

legal90 commented May 22, 2023

Thank you, @bineesh-n ! Yes, feel free to merge this PR when you are ready. I can release a new version of vagrant-parallels later today.

@bineesh-n bineesh-n merged commit e144dfd into master May 22, 2023
@legal90 legal90 changed the title Add a placeholder synced folder class for Mac VMs Add a synced folder class for Mac VMs May 22, 2023
legal90 added a commit that referenced this pull request May 22, 2023
It's related to the new class for macvm guests: #448
@legal90
Copy link
Collaborator Author

legal90 commented May 22, 2023

@legal90 legal90 deleted the fix-synced-folders-macvm branch May 22, 2023 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'vagrant up' exits with status 1 for macvms
2 participants