Skip to content

Instantly share code, notes, and snippets.

@pmorie
Created July 23, 2014 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmorie/44829a0c27da3bbf835a to your computer and use it in GitHub Desktop.
Save pmorie/44829a0c27da3bbf835a to your computer and use it in GitHub Desktop.
$ vagrant up --provider libvirt
/opt/vagrant/bin/../embedded/gems/gems/vagrant-1.6.2/lib/vagrant/pre-rubygems.rb:31: warning: Insecure world writable dir /home/pmorie/go/bin in PATH, mode 040757
/opt/vagrant/embedded/gems/gems/bundler-1.6.2/lib/bundler/runtime.rb:222: warning: Insecure world writable dir /home/pmorie/go/bin in PATH, mode 040757
Bringing machine 'godev' up with 'libvirt' provider...
==> godev: Creating image (snapshot of base box volume).
==> godev: Creating domain with the following settings...
==> godev: -- Name: kubernetes_godev
==> godev: -- Domain type: kvm
==> godev: -- Cpus: 1
==> godev: -- Memory: 512M
==> godev: -- Base box: fedora20
==> godev: -- Storage pool: default
==> godev: -- Image: /var/lib/libvirt/images/kubernetes_godev.img
==> godev: -- Volume Cache: default
==> godev: -- Kernel:
==> godev: -- Initrd:
==> godev: -- Command line :
==> godev: ================
==> godev: Machine id: c07679d8-5c12-4c97-bfe2-61c2f27e2ac7
==> godev: Should be mounting folders
==> godev: /vagrant, opts: {:type=>:"9p", :guestpath=>"/vagrant", :hostpath=>"/home/pmorie/code/kubernetes", :accessmode=>"passthrough", :readonly=>nil}
==> godev: Starting domain.
There was an error talking to Libvirt. The error message is shown
below:
Call to virDomainCreateWithFlags failed: internal error: process exited while connecting to monitor: Virtio-9p Failed to initialize fs-driver with id:fsdev-fs0 and export path:/home/pmorie/code/kubernetes
qemu-system-x86_64: -device virtio-9p-pci,id=fs0,fsdev=fsdev-fs0,mount_tag=/vagrant,bus=pci.0,addr=0x5: Device initialization failed.
qemu-system-x86_64: -device virtio-9p-pci,id=fs0,fsdev=fsdev-fs0,mount_tag=/vagrant,bus=pci.0,addr=0x5: Device initialization failed.
qemu-system-x86_64: -device virtio-9p-pci,id=fs0,fsdev=fsdev-fs0,mount_tag=/vagrant,bus=pci.0,addr=0x5: Device 'virtio-9p-pci' could not be initialized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment