Michael Ablassmeier
Michael Ablassmeier
NM, thats not the issue. The Main issue is that the esxi ssh connection resets: ``` ==> esxi: Running provisioner: shell... INFO environment: Running hook: provisioner_run INFO runner: Running action:...
hi, yesi agree, seems to be related to the new version, not quite sure what triggers the reset. Not sure if there is an option to make vagrant not attempting...
very nice! the inline script error might well be that esxi comes with busybox which does not include BASH, but vagrant by default wants to execute shell scripts using bash....
Current implementation doesnt update cdrom devices at all. The documentation contains a list of settings that are actually updated during the reload action: https://vagrant-libvirt.github.io/vagrant-libvirt/configuration.html#reload-behavior
hi, i cant reproduce this. Following verisons used: ``` $ vagrant --version Vagrant 2.4.1 $ vagrant plugin list | grep libvirt vagrant-libvirt (0.12.2, global) ``` ive tested with the following...
If the Backup fails a new full backup is required which removes all existing checkpoints anyway
hi, thanks for the proposal, but that would also mean that the virtual machine config must be adjusted accordingly? At least for some stuff like the nvram etc, pathes are...
> Just picked up a bug with this implementation in testing - the arg is not present on backup, so the makedirs check caused taking a backup to fail. what...
> > not sure, i havent had any user complain about this. > > I did some testing and i was unable to get it to work what exactly? Can...
> The XML gets generated with the relative path from where the restore was run. Libvirt does not update the XML on import yes, documentation and all examples work with...