Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1240322

Summary: Set the host_uuid in libvirtd.conf
Product: Red Hat OpenStack Reporter: Udi Kalifon <ukalifon>
Component: rhosp-directorAssignee: chris alfonso <calfonso>
Status: CLOSED DUPLICATE QA Contact: yeylon <yeylon>
Severity: high Docs Contact:
Priority: unspecified    
Version: DirectorCC: hbrock, mburns, rhel-osp-director-maint, srevivo
Target Milestone: ---   
Target Release: Director   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-06 15:31:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Udi Kalifon 2015-07-06 14:50:02 UTC
Description of problem:
If you look in /etc/libvirt/libvirtd.conf on all the compute nodes you see the following action item:

###################################################################
# UUID of the host:
# Provide the UUID of the host here in case the command
# 'dmidecode -s system-uuid' does not provide a valid uuid. In case
# 'dmidecode' does not provide a valid UUID and none is provided here, a
# temporary UUID will be generated.
# Keep the format of the example UUID below. UUID must not have all digits
# be the same.

# NB This default all-zeros UUID will not work. Replace
# it with the output of the 'uuidgen' command and then
# uncomment this entry
#host_uuid = "00000000-0000-0000-0000-000000000000"

###################################################################


There might be problems with live migration if all hosts have the same uuid, as nova returns an error about "local migration".


How reproducible:
100%


Steps to Reproduce:
1. Deploy the overcloud
2. Look in /etc/libvirt/libvirtd.conf of any of the computes


Actual results:
host_uuid is not configured


Expected results:
Each host should have a unique host_uuid that was generated with the command 'uuidgen'

Comment 3 Mike Burns 2015-07-06 15:31:13 UTC

*** This bug has been marked as a duplicate of bug 1240261 ***