← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1770378] [NEW] windows can‘t start when use vhostuser interface

 

Public bug reported:

I create an windows-2012 vm in openstack which use vhostuser interface
for vm, the vm system can not start and stuck in boot screen.

xml config:
<interface type="vhostuser">
  <model type="virtio"/>
  <source mode="client" path="/var/run/openvswitch/vhuaf770a14-ce" type="unix"/>
</interface>

when I use bridge instead of vhostuser it works:

<interface type="bridge">
  <source bridge="virbr0"/>
  <model type="virtio"/>
  <driver name='vhost'/>
</interface>

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1770378

Title:
  windows can‘t start when use vhostuser interface

Status in OpenStack Compute (nova):
  New

Bug description:
  I create an windows-2012 vm in openstack which use vhostuser interface
  for vm, the vm system can not start and stuck in boot screen.

  xml config:
  <interface type="vhostuser">
    <model type="virtio"/>
    <source mode="client" path="/var/run/openvswitch/vhuaf770a14-ce" type="unix"/>
  </interface>

  when I use bridge instead of vhostuser it works:

  <interface type="bridge">
    <source bridge="virbr0"/>
    <model type="virtio"/>
    <driver name='vhost'/>
  </interface>

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1770378/+subscriptions


Follow ups