Hide Forgot
Description of problem: the error info is not accurate when <boot order> is set as big number Version-Release number of selected component (if applicable): libvirt-1.3.2-1.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1.edit the guest xml as the following: ... <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/var/lib/libvirt/images/aa.qcow2'/> <target dev='hda' bus='ide'/> <boot order='234000000000'/> ---->set as a big number <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> ... Actual results: error: internal error: incorrect boot order '234000000000', expecting positive integer Expected results: '234000000000' is a positive integer,so the error info above is not so accurate the error info could show the range of the 'boot order' value Additional info:
While it's a correct observation I don't think it's worth fixing the error message. Boot order is usually a rather small value.