Hello!<div><br></div><div>I have some questions about dm-ioband module.</div><div><br></div><div>My m-ioband patch version is 1.14.0 on SLES11SP1 2.6.32.29-0.3-xen kernel.</div><div><br></div><div>/dev/mapper/1id-22-109 is a multipath device. In normal case, block device performance test shows 500-600Mb/sec on this device.</div>
<div><br></div><div>Next i do next commands:</div><div><br></div><div>echo "0 $(blockdev --getsize /dev/mapper/1id-22-109) ioband /dev/mapper/1id-22-109 0 0 0 none range-bw 0 :10000:50000" |dmsetup create iob-22-109</div>
<div><br></div><div>in /dev/mapper i see iob-22-109 device. OK.</div><div><br></div><div>My block device performance test shows on this device about 50Mb/sec.</div><div><br></div><div>dmsetup table shows me:</div><div>iob-22-109: 0 10485760 ioband 253:5 0 4 192 none range-bw 12288 :10000:50000</div>
<div>for this device.</div><div><br></div><div>All this is OK, and next i want to change somthing. I do:</div><div>dmsetup message iob-22-109 0 max-bw 70000</div><div><br></div><div>My block device performance test shows now on this device about 500-600Mb/sec, and dmsetup table shows:</div>
<div>iob-22-109: 0 10485760 ioband 253:5 0 4 192 none range-bw 12288 :10000:0</div><div><br></div><div>As you can see - maximum bandwidth value, resets to zero after setting it to 70Mb by "dmsetup message ..." command.</div>
<div><br></div><div>If next i change min-bw by same way - it also rests to zero instead right value.</div><div><br></div><div>My question: is this a bug in some software, or just a result of something wrong in my actions?</div>
<div><br></div><div>Thank you!</div><div><br></div>