diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 600100aa..a0f5ae22 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -941,20 +941,20 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .op_version    = 3,          },          { .key           = "features.soft-timeout", -          .voltype       = "features/quotad", -          .option        = "!*.soft-timeout", +          .voltype       = "features/quota", +          .option        = "soft-timeout",            .type          = NO_DOC,            .op_version    = 3,          },          { .key           = "features.hard-timeout", -          .voltype       = "features/quotad", -          .option        = "!*.hard-timeout", +          .voltype       = "features/quota", +          .option        = "hard-timeout",            .type          = NO_DOC,            .op_version    = 3,          },          { .key           = "features.alert-time", -          .voltype       = "features/quotad", -          .option        = "!*.alert-time", +          .voltype       = "features/quota", +          .option        = "alert-time",            .type          = NO_DOC,            .op_version    = 3,          },  | 
