You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/02/12 14:49:53 UTC

[GitHub] wido commented on issue #3171: Keep iotune section in the VM's XML after live migration

wido commented 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>
   
   <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>
   
   </pre>
   
   ![screenshot from 2019-02-12 15-48-12](https://user-images.githubusercontent.com/326786/52643683-d2c09f80-2edd-11e9-9926-21cb632af3c0.png)
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services