storage R&D guy.
全部博文(1000)
发布时间:2015-07-22 16:41:11
Linux内核2.6开始引入了全新的IO调度子系统。Linux内核提供了CFQ(默认),deadline和noop三种IO调度器。本文首先介绍三种IO调度器各自的特点和应用场景,之后会介绍Linux内核提供的为每一个块设备指定IO调度器和调整IO调度器参数的接口。CFQ(CompleteFair Queuing)完全公平的排队 CFQ实现了一.........【阅读全文】
发布时间:2015-07-21 10:55:30
<p style="margin-top:0px;margin-bottom:0px;font-family:Helvetica, Tahoma, Arial, sans-serif;font-size:14px;line-height:25.1875px;white-space:normal;background-color:#FFFFFF;">前一篇介绍了Leader选举,这一篇介绍选举成功之后Leader和Follower之间的初始化。</p><p style="margin-top:0px;margin-bottom:0p.........【阅读全文】