From 00751d5abebd538cafdee885cd7b63bb06b20f66 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Wed, 17 Jan 2018 03:54:24 -0500 Subject: features/bit-rot: Fix default value for scrub-throttle Updates #302 Change-Id: Ifc23d5f8b5bc78b95f7c9d92d6df37a9168102f7 Signed-off-by: Kotresh HR --- xlators/features/bit-rot/src/bitd/bit-rot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators') diff --git a/xlators/features/bit-rot/src/bitd/bit-rot.c b/xlators/features/bit-rot/src/bitd/bit-rot.c index c1e61966643..db97ce54735 100644 --- a/xlators/features/bit-rot/src/bitd/bit-rot.c +++ b/xlators/features/bit-rot/src/bitd/bit-rot.c @@ -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 " -- cgit