features/bit-rot: Fix default value for scrub-throttle

Updates #302
Change-Id: Ifc23d5f8b5bc78b95f7c9d92d6df37a9168102f7
Signed-off-by: Kotresh HR <khiremat@redhat.com>
This commit is contained in:
Kotresh HR 2018-01-17 03:54:24 -05:00
parent ce5832cf03
commit 00751d5abe

View File

@ -2167,6 +2167,7 @@ struct volume_options options[] = {
},
{ .key = {"scrub-throttle"},
.type = GF_OPTION_TYPE_STR,
.default_value = "lazy",
.op_version = {GD_OP_VERSION_3_7_0},
.flags = OPT_FLAG_SETTABLE,
.description = "Scrub-throttle value is a measure of how fast "