wido edited a comment on issue #3171: Keep iotune section in the VM's XML after live migration URL: https://github.com/apache/cloudstack/pull/3171#issuecomment-462788147 I just tested this PR again and it works like expected. After migration the XML contains: <pre> virsh dumpxml i-2-1890-VM </pre> ``` <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='none' discard='unmap'/> <source file='/var/lib/libvirt/images/26ccd31c-4c68-4749-95ef-7f526e7232ba'/> <backingStore/> <target dev='sda' bus='scsi'/> <iotune> <write_iops_sec>500</write_iops_sec> <write_iops_sec_max>5000</write_iops_sec_max> <write_iops_sec_max_length>60</write_iops_sec_max_length> </iotune> <serial>8e86e7dd8ccc4f7fb0cb</serial> <alias name='scsi0-0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> ``` 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services