Advertisement
Guest User

Untitled

a guest
Jan 8th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. --------------------- END PROFILING ---------------------
  2. /dev/loop0: [0041]:176708 (/tmp/image.Tcg1le4p/image.raw)
  3. Converting image using qemu-img convert
  4. Image file instack.qcow2 created...
  5. + sudo cp instack.qcow2 /var/lib/libvirt/images/instack.qcow2
  6. + tripleo configure-vm --name instack --image /var/lib/libvirt/images/instack.qcow2 --seed --libvirt-nic-driver virtio --arch x86_64 --memory 4194304 --cpus 1
  7. Created machine instack with UUID 250ef851-3dbc-47f2-bef1-d6e58f8330b4
  8. + virsh start instack
  9. error: Failed to start domain instack
  10. error: unsupported configuration: Domain requires KVM, but it is not available. Check that virtualization is enabled in the host BIOS, and host configuration is setup to load the kvm modules.
  11.  
  12. [stack@localhost ~]$ sudo systemctl status libvirtd
  13. ● libvirtd.service - Virtualization daemon
  14. Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled)
  15. Active: active (running) since Thu 2015-01-08 12:21:33 EST; 2h 2min ago
  16. Docs: man:libvirtd(8)
  17. http://libvirt.org
  18. Main PID: 4430 (libvirtd)
  19. CGroup: /system.slice/libvirtd.service
  20. ├─4138 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --dhcp-script=/usr/libexec/libvirt_leaseshelper
  21. ├─4139 /sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --dhcp-script=/usr/libexec/libvirt_leaseshelper
  22. └─4430 /usr/sbin/libvirtd
  23.  
  24. Jan 08 12:21:33 localhost.localdomain libvirtd[4430]: libvirt version: 1.2.9.1, package: 2.fc21 (Fedora Project, 2014-12-02-20:29:47, buildhw-06...ect.org)
  25. Jan 08 12:21:33 localhost.localdomain libvirtd[4430]: unsupported configuration: QEMU 2.1.2 is too new for help parsing
  26. Jan 08 12:21:33 localhost.localdomain libvirtd[4430]: Failed to probe capabilities for /usr/bin/qemu-kvm: unsupported configuration: QEMU 2.1.2 ... parsing
  27. Jan 08 12:21:33 localhost.localdomain libvirtd[4430]: unsupported configuration: QEMU 2.1.2 is too new for help parsing
  28. Jan 08 12:21:34 localhost.localdomain libvirtd[4430]: Failed to probe capabilities for /usr/bin/qemu-kvm: unsupported configuration: QEMU 2.1.2 ... parsing
  29. Jan 08 14:08:40 localhost.localdomain libvirtd[4430]: unsupported configuration: Domain requires KVM, but it is not available. Check that virtua...modules.
  30. Jan 08 14:08:40 localhost.localdomain ovs-vsctl[26232]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --timeout=5 -- --if-exists del-port
  31. Jan 08 14:08:40 localhost.localdomain ovs-vsctl[26232]: ovs|00002|vsctl|ERR|'del-port' command requires at least 1 arguments
  32. Jan 08 14:08:40 localhost.localdomain libvirtd[4430]: internal error: Child process (ovs-vsctl --timeout=5 -- --if-exists del-port) unexpected e...rguments
  33. Jan 08 14:08:40 localhost.localdomain libvirtd[4430]: Unable to delete port (null) from OVS: Operation not permitted
  34. Hint: Some lines were ellipsized, use -l to show in full.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement