summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console/plugin.xml
diff options
context:
space:
mode:
authorShireesh Anjal <anjalshireesh@gmail.com>2011-11-02 00:47:54 -0700
committerShireesh Anjal <anjalshireesh@gmail.com>2011-11-02 00:47:54 -0700
commit3fd5258868fd6361d5cc2856be619e6243458fad (patch)
treeea69f63242529af35c981f9df6819cfafd474a13 /src/com.gluster.storage.management.console/plugin.xml
parent7e88adeca93e3a91cb94ae97dfeaaf34abeebe52 (diff)
parent4d5d0e128c35bbff661966b5a5daea6cc8698b26 (diff)
Merge pull request #292 from Dhandapani/master
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.xml11
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..2b27f496 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="Start Offline Bricks"
+ menubarPath="com.gluster.storage.management.console.menu.volume/volume"
+ style="push"
+ toolbarPath="Normal"
+ tooltip="Start all Offline Bricks of the selected Volume">
+ </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"