summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-utils.h
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2011-05-27 03:37:14 +0000
committerAnand Avati <avati@gluster.com>2011-05-31 22:52:26 -0700
commita3bd6682c3ca9e083ed0de8da8ef42bbaa86416f (patch)
treed5a65c6d9a9cc8062102307b0a42f34b41bde99b /xlators/mgmt/glusterd/src/glusterd-utils.h
parentef39bf9d233b39ea616e62b52ee6de69d06f9c8d (diff)
glusterd: add upgrade/downgrade xlator options
If started with upgrade-option, the current behavior is to recreate brick volfiles, as from 3.2 marker xlator is default. downgrade option is not functionally supported. Signed-off-by: shishir gowda <shishirng@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2904 (glusterd should have upgrade/downgrade xlator options) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2904
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-utils.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-utils.h b/xlators/mgmt/glusterd/src/glusterd-utils.h
index 7cf06f7ae1f..e28ad27ae25 100644
--- a/xlators/mgmt/glusterd/src/glusterd-utils.h
+++ b/xlators/mgmt/glusterd/src/glusterd-utils.h
@@ -276,4 +276,8 @@ glusterd_restart_gsyncds (glusterd_conf_t *conf);
int
glusterd_start_gsync (char *master, char *slave, char *uuid_str,
char **op_errstr);
+int32_t
+glusterd_recreate_bricks (glusterd_conf_t *conf);
+int32_t
+glusterd_handle_upgrade_downgrade (dict_t *options, glusterd_conf_t *conf);
#endif