diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 22 | 
1 files changed, 22 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 9ad808bedbc..8998d8478d0 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -632,6 +632,28 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .op_version = 4,            .flags      = OPT_FLAG_CLIENT_OPT          }, +        { .key         = "diagnostics.brick-log-buf-size", +          .voltype     = "debug/io-stats", +          .option      = "!log-buf-size", +          .op_version  = 4 +        }, +        { .key        = "diagnostics.client-log-buf-size", +          .voltype    = "debug/io-stats", +          .option     = "!log-buf-size", +          .op_version = 4, +          .flags      = OPT_FLAG_CLIENT_OPT +        }, +        { .key         = "diagnostics.brick-log-flush-timeout", +          .voltype     = "debug/io-stats", +          .option      = "!log-flush-timeout", +          .op_version  = 4 +        }, +        { .key        = "diagnostics.client-log-flush-timeout", +          .voltype    = "debug/io-stats", +          .option     = "!log-flush-timeout", +          .op_version = 4, +          .flags      = OPT_FLAG_CLIENT_OPT +        },          /* IO-cache xlator options */          { .key         = "performance.cache-max-file-size",  | 
