On Wed, Apr 04, 2012 at 07:52:24AM -0700, Shaohua Li wrote: [..] > Agreed, we can tweak cfq to make it support iops fairness because the two > are conceptually the same. The problem is if this is a mess. CFQ is quite > complicated already. In iops mode, a lot of code isn't required, like idle, > queue merging, thinktime/seek detection and so on, as the scheduler > will be only for ssd. With recent iocontext cleanup, the iops scheduler > code is quite short actually. Ok, this is somewhat a better reason to have a separate scheduler. I guess we need to look that actual iops code and that can help decide whether to keep it as a separate scheduler. One question is still unanswered though. What real workload benefits from it? If you are not doing idling in iops based scheduler, I doubt you are doing to see much service differentiation on fast SSDs. As for service differentiation IO queues have to be continuously backlogged and total IOPS needed by applications need to be more than what disk can offer. It becomes very hard to produe continuously backlogged queues because real applications tend to read some data, proces data and then generate more IO. Thanks Vivek _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/containers