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

Minimum support for xen #728

Merged
merged 2 commits into from
Feb 2, 2017
Merged

Minimum support for xen #728

merged 2 commits into from
Feb 2, 2017

Conversation

msylw
Copy link

@msylw msylw commented Feb 2, 2017

When trying to get vagrant-libvirt to work with xen I got across 2 showstoppers which should be fixed in this PR:

  1. Disk device had to be named hda, while it was hardcoded to vda. This makes it possible to change this in Vagrantfile
  2. Xen driver for libvirt does not support snapshots. My change will just log a warning if it was impossible to get a list of snapshots, but keep the old functionality if there are snapshots found but can't be removed.

Michal Sylwester added 2 commits January 30, 2017 17:04
This is needed for example for xen in full virtualisation mode
as it won't allow the default vda
@pronix pronix merged commit 9cc0ff9 into vagrant-libvirt:master Feb 2, 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

Successfully merging this pull request may close these issues.

None yet

2 participants