diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-set.c | 33 | 
1 files changed, 33 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index fe291f1d845..9e84d248090 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -3312,6 +3312,39 @@ struct volopt_map_entry glusterd_volopt_map[] = {            .op_version = GD_OP_VERSION_3_10_1,            .flags      = OPT_FLAG_CLIENT_OPT          }, + +        /* Halo replication options */ +        { .key        = "cluster.halo-enabled", +          .voltype    = "cluster/replicate", +          .op_version = GD_OP_VERSION_3_11_0, +          .flags      = OPT_FLAG_CLIENT_OPT +        }, +        { .key        = "cluster.halo-shd-max-latency", +          .voltype    = "cluster/replicate", +          .op_version = GD_OP_VERSION_3_11_0, +          .flags      = OPT_FLAG_CLIENT_OPT +        }, +        { .key        = "cluster.halo-nfsd-max-latency", +          .voltype    = "cluster/replicate", +          .op_version = GD_OP_VERSION_3_11_0, +          .flags      = OPT_FLAG_CLIENT_OPT +        }, +        { .key        = "cluster.halo-max-latency", +          .voltype    = "cluster/replicate", +          .op_version = GD_OP_VERSION_3_11_0, +          .flags      = OPT_FLAG_CLIENT_OPT +        }, +        { .key        = "cluster.halo-max-replicas", +          .voltype    = "cluster/replicate", +          .op_version = GD_OP_VERSION_3_11_0, +          .flags      = OPT_FLAG_CLIENT_OPT +        }, +        { .key        = "cluster.halo-min-replicas", +          .voltype    = "cluster/replicate", +          .op_version = GD_OP_VERSION_3_11_0, +          .flags      = OPT_FLAG_CLIENT_OPT +        }, +          { .key         = NULL          }  };  | 
