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

Destroying a vm with no persistent storage attached fails with stacktrace #62

Closed
vStone opened this issue Mar 6, 2017 · 2 comments
Closed

Comments

@vStone
Copy link

vStone commented Mar 6, 2017

I added the plugin with a vm already booted up and destroying it resulted in:

/home/user/.vagrant.d/gems/2.2.5/gems/vagrant-persistent-storage-0.0.24/lib/vagrant-persistent-storage/providers/virtualbox/driver/base.rb:68:in `realpath': No such file or directory @ realpath_rec - /path/to/vagrant-data.vdi (Errno::ENOENT)
	from /home/user/.vagrant.d/gems/2.2.5/gems/vagrant-persistent-storage-0.0.24/lib/vagrant-persistent-storage/providers/virtualbox/driver/base.rb:68:in `realpath'
	from /home/user/.vagrant.d/gems/2.2.5/gems/vagrant-persistent-storage-0.0.24/lib/vagrant-persistent-storage/providers/virtualbox/driver/base.rb:68:in `identical_files'
	from /home/user/.vagrant.d/gems/2.2.5/gems/vagrant-persistent-storage-0.0.24/lib/vagrant-persistent-storage/providers/virtualbox/driver/base.rb:60:in `block in read_persistent_storage'
	from /home/user/.vagrant.d/gems/2.2.5/gems/vagrant-persistent-storage-0.0.24/lib/vagrant-persistent-storage/providers/virtualbox/driver/base.rb:56:in `each'
	from /home/user/.vagrant.d/gems/2.2.5/gems/vagrant-persistent-storage-0.0.24/lib/vagrant-persistent-storage/providers/virtualbox/driver/base.rb:56:in `read_persistent_storage'
	from /home/user/.vagrant.d/gems/2.2.5/gems/vagrant-persistent-storage-0.0.24/lib/vagrant-persistent-storage/providers/virtualbox/driver/base.rb:44:in `detach_storage'
	from /home/user/.vagrant.d/gems/2.2.5/gems/vagrant-persistent-storage-0.0.24/lib/vagrant-persistent-storage/action/detach_storage.rb:25:in `call'
@kusnier
Copy link
Owner

kusnier commented Mar 22, 2017

Commit 0db4436 will fix this issue

@kusnier
Copy link
Owner

kusnier commented Mar 22, 2017

Version 0.0.26 released. close #62

@kusnier kusnier closed this as completed Mar 22, 2017
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

No branches or pull requests

2 participants