diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-04-12 07:17:44 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-13 00:39:03 -0700 |
commit | bc16a1e999648ba58f863d26281c152fb477174a (patch) | |
tree | 339e72925c06d56355b338b01f72618892a1667a /xlators/mgmt/glusterd/src/glusterd-op-sm.h | |
parent | fb3e469e29578393a0d5f964991d26b5449bffb0 (diff) |
mgmt/glusterd: volume reset force implementation
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2729 (Implement force option for volume reset)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2729
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.h b/xlators/mgmt/glusterd/src/glusterd-op-sm.h index 5e1106bc1..9c322b0bf 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.h @@ -251,7 +251,7 @@ glusterd_check_brick_rb_part (char *bricks, int count, glusterd_volinfo_t *volin void glusterd_do_replace_brick (void *data); int -glusterd_options_reset (glusterd_volinfo_t *volinfo); +glusterd_options_reset (glusterd_volinfo_t *volinfo, int32_t is_force); char* glusterd_op_sm_state_name_get (int state); |