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')
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.