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

Removing the sync folder option using rsync #367

Conversation

LalatenduMohanty
Copy link

As it is not applicable on Virtualbox running on Windows

Fixes issue #366

Signed-off-by: Lalatendu Mohanty [email protected]

ausil and others added 2 commits July 4, 2016 21:08
As it is not applicable on Virtualbox running on Windows

Fixes issue redhat-imaging#366

Signed-off-by: Lalatendu Mohanty <[email protected]>
@LalatenduMohanty LalatenduMohanty force-pushed the issue-366-remove-sync-windows branch from ef0822b to 6443c02 Compare July 4, 2016 15:39
@LalatenduMohanty LalatenduMohanty deleted the issue-366-remove-sync-windows branch July 4, 2016 15:41
@LalatenduMohanty LalatenduMohanty restored the issue-366-remove-sync-windows branch July 4, 2016 15:42
@LalatenduMohanty LalatenduMohanty deleted the issue-366-remove-sync-windows branch July 4, 2016 15:42
@LalatenduMohanty LalatenduMohanty restored the issue-366-remove-sync-windows branch July 4, 2016 15:49
@hferentschik
Copy link

So what is the status here really?

@@ -1247,7 +1247,7 @@ def sync(self):

vagrantfile = '''Vagrant.configure("2") do |config|
config.vm.base_mac = "%s"
config.vm.synced_folder ".", "%s", type: "rsync"
config.vm.synced_folder ".", "/vagrant", disabled: true
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@imcleod I should have removed the line config.vm.synced_folder ".", "%s", type: "rsync" instead of disabling it.

@LalatenduMohanty
Copy link
Author

@ausil I saw your commit with my commit in this PR. Not sure is this intentional or some git magic. I am planning to close this PR and open a new one. Do you have other suggestion for me?

@ausil
Copy link

ausil commented Sep 2, 2016

I have no idea how that happened. looks like you pulled in a commit I did

@LalatenduMohanty
Copy link
Author

LalatenduMohanty commented Sep 2, 2016

thanks @ausil

Closing the PR as per discussion with @imcleod.
Instead of changing the default behavior this can be done when we provide custom Vagrantfile to build a box.

@hferentschik
Copy link

Instead of changing the default behavior this can be done when we provide custom Vagrantfile to build a box.

What's the issue for that and when is this going to happen? TBH, I doubt the use of rsync as enforced default strategy.

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.

3 participants