Description of problem: When building libvirt xml, it uses vm.getRunOnVds to get the vds id which the vm will run, actually this field is filled after the vm is running, it's null when building the xml. It will cause the calculation of numa tune node set failed. Version-Release number of selected component (if applicable): 3.5.0-alpha1 How reproducible: 100% Steps to Reproduce: 1.try create a VM using the default settings 2. 3. Actual results: No numatune configuation in libvirt xml. Expected results: Numetune configuration should be append. Additional info:
oVirt 3.5 has been released and should include the fix for this issue.