← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1481164] Re: Invalid root device name for volume-backed instances with libvirt

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => liberty-3

-- 
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/1481164

Title:
  Invalid root device name for volume-backed instances with libvirt

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Since that https://review.openstack.org/#/c/189632/ is merged, root
  device name of volume backed instances is /dev/vdb with libvirt.

  Steps to reproduce against DevStack:
  1 Boot an instance:
  nova --block-device source=image,dest=volume,size=1,bootindex=0,id=<xxx> --flavor m1.nano inst
  where xxx is an image id.

  2 Look at the device name:
  openstack volume list

  Expected value: /dev/vda
  Actual value: /dev/vdb

  Inside guest OS the volume is displayed as /dev/vda.

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


References