contiv / ofnet

Ofnet is openflow networking library
Other
79 stars 73 forks source link

Vagrantfile: use kvm paravirt & linked clones #77

Closed unclejack closed 7 years ago

unclejack commented 7 years ago

This speeds up the provisioning of the VMs.

neelimamukiri commented 7 years ago

This is great! I am wondering if we may run into https://github.com/geerlingguy/drupal-vm/issues/483? If you think its possible, can you please mention it somewhere in the Vagrantfile, to make it easier for recovery. I do routinely pause and resume vagrant boxes for different test environments (snapshotting them where required). So having linked clones from say a k8s test bed to another, may cause issues when cleaning up the earlier set of VMs.

unclejack commented 7 years ago

@neelimamukiri: How are you running into this issue? I haven't managed to run into any problems so far. I'll try to reproduce this and comment.

This PR needs to wait for a bit. Vagrant 1.9 requires that version check to be modified.