dhiltgen / docker-machine-kvm

KVM driver for docker-machine
Apache License 2.0
376 stars 117 forks source link

Fails to create machine on Fedora 26 #64

Closed dvdmuckle closed 6 years ago

dvdmuckle commented 6 years ago

The driver is failing to create machines on Fedora 26 with the following error. I tried modifying the Makefile and creating a Dockerfile for Fedora 26 to build the driver that way, but I get the same error either using this newly created driver of the Centos 7 version of the driver.

Running pre-create checks...
Creating machine...
(faas-test) Copying /home/dvdmuckle/.docker/machine/cache/boot2docker.iso to /home/dvdmuckle/.docker/machine/machines/faas-test/boot2docker.iso...
(faas-test) Creating SSH key...
(faas-test) Failed to start: virError(Code=1, Domain=10, Message='internal error: process exited while connecting to monitor: ioctl(KVM_CREATE_VM) failed: 16 Device or resource busy
(faas-test) failed to initialize KVM: Device or resource busy')
Error creating machine: Error in driver during machine creation: virError(Code=1, Domain=10, Message='internal error: process exited while connecting to monitor: ioctl(KVM_CREATE_VM) failed: 16 Device or resource busy
failed to initialize KVM: Device or resource busy')
dvdmuckle commented 6 years ago

Was able to fix it, apparently having VirtualBox open and not even running anything matters...