Hi, I need to implement an qemu uuid generator (because I need unique IDs across multiple proxmox cluster) I'm thinked about to add a new option : /etc/pve/datacenter.cfg generate_uuid : 0|1 Then at vm creation, use perl Data::UUID to generatate smbios : uuid=.... What do you think about it ?