No UUID on VM / KVM hosts (spacewalk)

  • Thread starter Thread starter PieterB
  • Start date Start date
P

PieterB

Guest
An UUID is needed to register for example CentOS to a Spacewalk server:

Code:
dmidecode

System Information
    Manufacturer: Bochs
    Product Name: Bochs
    Version: Not Specified
    Serial Number: Not Specified
[B]    UUID: Not Settable[/B]

I tried to set one in /etc/pve/qemu-server/<vmid>.conf, but this isn't reflected in the vm after a reboot...
Code:
uuid: 4dc3c0a1-a73f-47ae-87b5-9aab80266b16

Note: template (vz containers) do have a valid UUID
 
Last edited by a moderator:
add this to your VMID.conf file (power off and start your VM:

Code:
args: -uuid 4dc3c0a1-a73f-47ae-87b5-9aab80266b16

with "args:" you can pass kvm options to your VM.
 
Hi,

Is there any plan to add automaticly a UUID to a newly created VM ? This would be easier since all my node are in spacewalk and they need a UUID to be added into spacewalk.

Thanks

Etienne