[centos@ip-172-31-10-48 ~]$ minishift start |
-- Starting profile 'minishift' |
-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK |
-- Checking if KVM driver is installed ... |
Driver is available at /usr/local/bin/docker-machine-driver-kvm ... |
Checking driver binary is executable ... OK |
-- Checking if Libvirt is installed ... OK |
-- Checking if Libvirt default network is present ... OK |
-- Checking if Libvirt default network is active ... OK |
-- Checking the ISO URL ... OK |
-- Starting local OpenShift cluster using 'kvm' hypervisor ... |
-- Starting Minishift VM .... FAIL E0122 16:19:29.218872 26789 start.go:368] Error starting the VM: Error getting the state for host: unexpected EOF. Retrying. |
Error starting the VM: Error getting the state for host: unexpected EOF |
[centos@ip-172-31-10-48 ~]$ minishift delete --force |
Deleting the Minishift VM... |
Minishift VM deleted. |
[centos@ip-172-31-10-48 ~]$ rm -rf .minishift/ |
[centos@ip-172-31-10-48 ~]$ minishift start |
-- Starting profile 'minishift' |
-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK |
-- Checking if KVM driver is installed ... |
Driver is available at /usr/local/bin/docker-machine-driver-kvm ... |
Checking driver binary is executable ... OK |
-- Checking if Libvirt is installed ... OK |
-- Checking if Libvirt default network is present ... OK |
-- Checking if Libvirt default network is active ... OK |
-- Checking the ISO URL ... OK |
-- Starting local OpenShift cluster using 'kvm' hypervisor ... |
-- Minishift VM will be configured with ... |
Memory: 2 GB |
vCPUs : 2 |
Disk size: 20 GB |
|
Downloading ISO 'https://github.com/minishift/minishift-b2d-iso/releases/download/v1.2.0/minishift-b2d.iso' |
40.00 MiB / 40.00 MiB [======================================================================================================================================================================] 100.00% 0s |
-- Starting Minishift VM ..... FAIL E0122 16:19:58.675951 26836 start.go:368] Error starting the VM: Error creating the VM. Error creating machine: Error in driver during machine creation: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for domaintype=kvm '). Retrying. |
Error starting the VM: Error creating the VM. Error creating machine: Error in driver during machine creation: virError(Code=8, Domain=44, Message='invalid argument: could not find capabilities for domaintype=kvm ') |
[centos@ip-172-31-10-48 ~]$
|