diff options
| author | Krishnan Parthasarathi <kp@gluster.com> | 2011-09-16 10:40:32 +0530 |
|---|---|---|
| committer | gluster-ant <bugzilla-bot@gluster.org> | 2011-09-16 10:40:32 +0530 |
| commit | a95e062d5a624184ddf36f00a5ee5f19fcefef72 (patch) | |
| tree | b807f4a4cf47aa9b04d5d79b9452236e470b43cf /cli/src/cli.h | |
| parent | 098b717aa1319418bb352f8e7c0150023f1f1573 (diff) | |
glusterd: Implemented cmd to trigger self-heal on a replicate volume.
This cmd is used in the context of proactive self-heal for replicated
volumes. User invokes the following cmd when (s)he suspects that self-heal
needs to be done on a particular volume,
gluster volume heal <VOLNAME>.
Change-Id: I3954353b53488c28b70406e261808239b44997f3
BUG: 3602
Reviewed-on: http://review.gluster.com/454
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index bf3437827e..4ef1dbe06f 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -149,6 +149,10 @@ struct cli_local { char *volname; int flags; } get_vol; + + struct { + char *volname; + }heal_vol; } u; }; |
