On Thu, May 07, 2009 at 10:11:26AM -0400, Vivek Goyal wrote: [..] > [root@chilli io-throttle-tests]# ./andrea-test-script.sh > RT: 223+1 records in > RT: 223+1 records out > RT: 234179072 bytes (234 MB) copied, 0.988448 s, 237 MB/s > BE: 223+1 records in > BE: 223+1 records out > BE: 234179072 bytes (234 MB) copied, 1.93885 s, 121 MB/s > > So I am still seeing the issue with differnt kind of disks also. At this point > of time I am really not sure why I am seeing such results. Hold on. I think I found the culprit here. I was thinking that what is the difference between two setups and realized that with vanilla kernels I had done "make defconfig" and with io-throttle kernels I had used an old config of my and did "make oldconfig". So basically config files were differnt. I now used the same config file and issues seems to have gone away. I will look into why an old config file can force such kind of issues. So now we are left with the issue of loosing the notion of priority and class with-in cgroup. In fact on bigger systems we will probably run into issues of kiothrottled scalability as single thread is trying to cater to all the disks. If we do max bw control at IO scheduler level, then I think we should be able to control max bw while maintaining the notion of priority and class with-in cgroup. Also there are multiple pdflush threads and jens seems to be pushing flusher threads per bdi which will help us achieve greater scalability and don't have to replicate that infrastructure for kiothrottled also. Thanks Vivek -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel