havengit commented on PR #6909:
URL: https://github.com/apache/cloudstack/pull/6909#issuecomment-3766566866
I set iothreads=2 in agent.properties, but both disks used the same
iothread=‘2’. The correct configuration should be disk1 iothread=‘1’, disk2
iothread=‘2’.
<disk type='network' device='disk'>
<driver name='qemu' type='raw' cache='none' io='threads' iothread='2'/>
<auth username='cloudstack'>
<secret type='ceph' uuid='5f5dc85d-d4b2-3f4f-b2a6-bdab27212dfc'/>
</auth>
<source protocol='rbd' name='rbd/1aab81e3-edfb-4f88-8e5a-0110c65a40af'
index='3'>
<host name='172.16.180.2'/>
<host name='172.16.180.3'/>
<host name='172.16.180.4'/>
</source>
<target dev='vda' bus='virtio'/>
<serial>1aab81e3edfb4f888e5a</serial>
<alias name='virtio-disk0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07'
function='0x0'/>
</disk>
<disk type='network' device='disk'>
<driver name='qemu' type='raw' cache='none' io='threads' iothread='2'/>
<auth username='cloudstack'>
<secret type='ceph' uuid='5f5dc85d-d4b2-3f4f-b2a6-bdab27212dfc'/>
</auth>
<source protocol='rbd' name='rbd/cfe6c07a-0a90-4deb-b81f-01a97bfdf406'
index='2'>
<host name='172.16.180.2'/>
<host name='172.16.180.3'/>
<host name='172.16.180.4'/>
</source>
<target dev='vdb' bus='virtio'/>
<serial>cfe6c07a0a904debb81f</serial>
<alias name='virtio-disk1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x08'
function='0x0'/>
</disk>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]