- Jan 27, 2021
-
-
Dominik Schachten authored
-
Dominik Schachten authored
Update .gitlab-ci.yml See merge request !1
-
Dominik Schachten authored
-
Dominik Schachten authored
-
- Dec 21, 2017
-
-
Dominik Schachten authored
-
- May 02, 2017
-
-
Dominik Schachten authored
-
Dominik Schachten authored
-
Dominik Schachten authored
-
Dominik Schachten authored
-
Dominik Schachten authored
-
Dominik Schachten authored
-
Dominik Schachten authored
-
Dominik Schachten authored
-
Dominik Schachten authored
-
Dominik Schachten authored
-
Dominik Schachten authored
-
Dominik Schachten authored
-
- Apr 17, 2017
-
-
Daniel Hiltgen authored
Given the underlying native library, C lib and other OS lib dependencies sneak in, so this uses a few different Dockerfiles to build binaries targetted at specific OSes.
-
Daniel Hiltgen authored
Use shutdown API to stop domain
-
Daniel Hiltgen authored
added kvm ssh user flag
-
- Apr 05, 2017
-
-
Flavio Castelli authored
Stop domain gracefully using the shutdown API. Signed-off-by:
Flavio Castelli <fcastelli@suse.com>
-
- Apr 01, 2017
-
-
Daniel Torrado authored
-
- Mar 02, 2017
-
-
Daniel Hiltgen authored
Use last entry when parsing DHCP status file
-
Daniel Hiltgen authored
import libvirt/libvirt-go instead of alexzorin/libvirt-go
-
Daniel Hiltgen authored
The current domain XML used for the KVM driver does not specify a CPU mode...
-
- Feb 09, 2017
-
-
Matt Rickard authored
When a machine is stopped and restarted, it may get allocated a new IP. The loop that parsing the status file returns on the first match, which is the entry for the old IP so that machine fails to start up.
-
Dongsu Park authored
Import github.com/libvirt/libvirt-go instead of github.com/alexzorin/libvirt-go, as the latter is obsolete. We need to also update several function calls as well as constants according to the new API from libvirt/libvirt-go, to avoid build errors.
-
- Feb 02, 2017
-
-
Caio Begotti authored
The current domain XML used for the KVM driver does not specify a CPU mode, which makes things very slow and usually lead to a constant >25% CPU usage for people using your driver with Kubernetes and Minikube. This solves the problem as it simply tells KVM to use everything the host supports and emulate whatever else is needed. See http://wiki.qemu.org/Features/CPUModels#-cpu_host_and_feature_probing for more info. CPU host mode is usually safe and recommended for scenarios like the ones this driver is used for. The only limitation (which I suspect is not a big deal here) is that if KVM migrations between hosts of different CPUs models are too frequent.
-
- Nov 02, 2016
-
-
Aaron Prindle authored
failure connection and possible reasons. Fixed previous error messages with docker-machine. Cleaned up code.
-
Daniel Hiltgen authored
-
- Sep 27, 2016
-
-
Niclas Mietz authored
* Refactor README README is now newly formatted and has all available parameters in it. * Fix context of images to make it more comprehensible
-
- Sep 23, 2016
-
-
Daniel Hiltgen authored
FIX : Permit `go build .` to output right name
-
- Sep 09, 2016
-
-
Michaël Faille authored
Actually, building from ./bin using `go build .` output file named `bin`. To fix that, I just rename ./bin to ./cmd/docker-machine-driver-kvm. Disclamer : This commit help me to package docker-machine-kvm for NixOS. (maybe, it will help others distros).
-
- Aug 01, 2016
-
-
Daniel Hiltgen authored
-
- Jul 01, 2016
-
-
Daniel Hiltgen authored
Often for test scenarios the reliability of the VM isn't important, but running faster is, so lets expose a few more I/O tunables.
-
- Jan 31, 2016
-
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
Add quick start instructions
-
David Wragg authored
-
- Jan 15, 2016
-
-
Daniel Hiltgen authored
Conflicts: kvm.go
-
Daniel Hiltgen authored
Replace Fatalf
-