diff options
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index b3fdf1ad5f9..0d8d63ed7aa 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1949,7 +1949,7 @@ struct volopt_map_entry glusterd_volopt_map[] = {          },          { .key         = VKEY_FEATURES_BITROT, -          .voltype     = "features/bitrot", +          .voltype     = "features/bit-rot",            .option      = "bitrot",            .value       = "disable",            .type        = NO_DOC, @@ -2648,28 +2648,28 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .flags      = OPT_FLAG_CLIENT_OPT          },          { .key        = "features.scrub-throttle", -          .voltype    = "features/bitrot", +          .voltype    = "features/bit-rot",            .value      = "lazy",            .option     = "scrub-throttle",            .op_version = GD_OP_VERSION_3_7_0,            .type       = NO_DOC,          },          { .key        = "features.scrub-freq", -          .voltype    = "features/bitrot", +          .voltype    = "features/bit-rot",            .value      = "biweekly",            .option     = "scrub-frequency",            .op_version = GD_OP_VERSION_3_7_0,            .type       = NO_DOC,          },          { .key        = "features.scrub", -          .voltype    = "features/bitrot", +          .voltype    = "features/bit-rot",            .option     = "scrubber",            .op_version = GD_OP_VERSION_3_7_0,            .flags      = OPT_FLAG_FORCE,            .type       = NO_DOC,          },          { .key        = "features.expiry-time", -          .voltype    = "features/bitrot", +          .voltype    = "features/bit-rot",            .value      = SIGNING_TIMEOUT,            .option     = "expiry-time",            .op_version = GD_OP_VERSION_3_7_0,  | 
