diff options
| author | Dhandapani <dhandapani@gluster.com> | 2011-10-19 14:36:43 +0530 |
|---|---|---|
| committer | Dhandapani <dhandapani@gluster.com> | 2011-10-19 14:38:29 +0530 |
| commit | 23256a8c5d9bdabb43960770a08015f177c5b012 (patch) | |
| tree | af62bd8a550c24e74046f63d7da104c6c1b7459f /src/com.gluster.storage.management.console/plugin.xml | |
| parent | bf85b1ed176ea3f1c44689888d5df62fd1a84051 (diff) | |
Force start volume option implemented to start offline brick
Diffstat (limited to 'src/com.gluster.storage.management.console/plugin.xml')
| -rw-r--r-- | src/com.gluster.storage.management.console/plugin.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml index 95615346..5195b1f0 100644 --- a/src/com.gluster.storage.management.console/plugin.xml +++ b/src/com.gluster.storage.management.console/plugin.xml @@ -526,6 +526,17 @@ label="Volume Actions" visible="false"> <action + class="com.gluster.storage.management.console.actions.ForceStartVolumeAction" + definitionId="com.gluster.storage.management.console.commands.ForceStartVolume" + icon="icons/tango/32x32/start-volume.png" + id="com.gluster.storage.management.console.actions.ForceStartVolumeAction" + label="Force Start Volume" + menubarPath="com.gluster.storage.management.console.menu.volume/volume" + style="push" + toolbarPath="Normal" + tooltip="Start the offline brick service"> + </action> + <action class="com.gluster.storage.management.console.actions.VolumeLogRotateAction" definitionId="com.gluster.storage.management.console.commands.LogRotate" icon="icons/tango/32x32/log-rotate.png" |
