← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1326625] [NEW] SMBIOS returns host uuid as computer system id on VMs with libvirt/KVM

 

Public bug reported:

Version: nova-2013.1.4 (Grizzly)
Driver: libvirt
Hypervisor: KVM
Host OS: Ubuntu 12.04 LTS
Description:
To get instance UUID, I tried to use "wmic CSPRODUCT" command on a Windows guest, but the result was different from the instance uuid.

See below:
https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L3099

Libvirt driver used get_host_uuid() in nova.virt.libvirt.driver and it
returns the host uuid, so the VMs on a host get same computer system
product id from SMBIOS. I think each  VM should have an unique value as
computer system product id.

** Affects: nova
     Importance: Undecided
         Status: New

** Description changed:

  Version: nova-2013.1.4 (Grizzly)
  Driver: libvirt
  Hypervisor: KVM
  Host OS: Ubuntu 12.04 LTS
  Description:
  To get instance UUID, I tried to use "wmic CSPRODUCT" command on a Windows guest, but the result was different from the instance uuid.
  
  See below:
  https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L3099
  
  Libvirt driver used get_host_uuid() in nova.virt.libvirt.driver and it
  returns the host uuid, so the VMs on a host get same computer system
- product id from SMBIOS. I think the value should have an unique ID for
- each VM.
+ product id from SMBIOS. I think each  VM should have an unique value as
+ computer system product id.

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

Title:
  SMBIOS returns host uuid as computer system id on VMs with libvirt/KVM

Status in OpenStack Compute (Nova):
  New

Bug description:
  Version: nova-2013.1.4 (Grizzly)
  Driver: libvirt
  Hypervisor: KVM
  Host OS: Ubuntu 12.04 LTS
  Description:
  To get instance UUID, I tried to use "wmic CSPRODUCT" command on a Windows guest, but the result was different from the instance uuid.

  See below:
  https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L3099

  Libvirt driver used get_host_uuid() in nova.virt.libvirt.driver and it
  returns the host uuid, so the VMs on a host get same computer system
  product id from SMBIOS. I think each  VM should have an unique value
  as computer system product id.

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


Follow ups

References