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

Better documentation #4

Open
dergachev opened this issue Sep 23, 2013 · 3 comments
Open

Better documentation #4

dergachev opened this issue Sep 23, 2013 · 3 comments

Comments

@dergachev
Copy link

This plugin seems really cool!

I would guess it supports a use-case like having your MYSQL databases not blown away when you run vagrant destroy, with the main benefit over standard Virtualbox shared folders (which are also persistent) is speed.

It would be great to see a tutorial (eg blog post) about how it's used, what else it's good for. Also a Vagrantfile for quick testing/hacking might be useful.

I haven't had a chance to try this plugin yet, but here are some other questions I'm wondering about:

  • what (if anything) will eventually destroy ~/development/sourcehdd.vdi?
  • is it possible to mount ~/development/sourcehdd.vdi to multiple VMs, or is there a check against that?
  • standard VM images seem to live under /Users/dergachev/VirtualBox VMs... should the persistent images also be stored there?
  • does this plugin work with VBoxManage snapshot?

Cheers,

@kusnier
Copy link
Owner

kusnier commented Sep 24, 2013

👍 Yes, i will work on this if i have some free time.

@dergachev
Copy link
Author

Awesome thanks!

By the way, looking at your plugin yesterday inspired me to write a little utility plugin for messing with VBoxManage:
https://github.com/dergachev/vagrant-vboxmanage

@realyst2k
Copy link

The "what (if anything) will eventually destroy ~/development/sourcehdd.vdi" is actually very important. I've seen my vdi destroyed and redone on vagrant up a few times. Noticed that changing the configuration options in the vagrantfile does it, but what else? Will running it within a new directory and copying/moving the old disk in place work?

Basically, how does the plugin decide whether it needs to scrap and redo the vdi?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants