Gerben Meijer

Results 86 comments of Gerben Meijer

I think the docs should be updated since I've only ever seen it default to rsync, not nfs. The doc author probably specifically referred to the bidirectional protocols only, since...

Sure, there's no current support for it but ballooning could be added.

> Just to update here: this looks good and I am very interested in this as an option, but I think I'm going to have to get a Magisk device...

Flagging as enhancement, but leaning towards wontfix since IMHO it's not really a big issue.

Personally I never use forwarded_port, but I think this should work provided you use `connect_via_ssh` - are you? Also: > vagrant-libvirt supports an additional forwarded_port option gateway_ports which defaults to...

It is different, and that use case is not supported currently. It's quite specific since most users don't use Vagrant to manage libvirt running on another host. I think the...

Probably happening here: https://github.com/vagrant-libvirt/vagrant-libvirt/blob/master/lib/vagrant-libvirt/action/start_domain.rb#L58-L64 ``` # Iterface type REXML::XPath.each(xml_descr,'/domain/devices/interface/model') {|iface_model| if iface_model.attributes['type'] != config.nic_model_type descr_changed = true iface_model.attributes['type'] = config.nic_model_type end } ``` Because the code here does not discriminate...

It happens because that code checks for a change in `provider.nic_model_type` but ignores the network-specific `model_type`. The committer probably overlooked the latter. What that code needs to do is not...

I am not sure what you mean by changing the domain name, are you referring to `getting-started_xxx` or `xxx_vpc21`? the prefix is based on the directory, the suffix is based...