Signed-off-by: Jason Dillaman <dillaman@redhat.com>
write IOs are completed prior to completing. The
librbd cache policy can be controlled via a new
"rbd_cache_policy" configuration option.
+
+* librbd now includes a simple IO scheduler which attempts to
+ batch together multiple IOs against the same backing RBD
+ data block object. The librbd IO scheduler policy can be
+ controlled via a new "rbd_io_scheduler" configuration
+ option.
.set_description("RBD Image access timestamp refresh interval. Set to 0 to disable access timestamp update."),
Option("rbd_io_scheduler", Option::TYPE_STR, Option::LEVEL_ADVANCED)
- .set_default("none")
+ .set_default("simple")
.set_enum_allowed({"none", "simple"})
.set_description("RBD IO scheduler"),