diff options
| author | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-11-02 00:47:54 -0700 |
|---|---|---|
| committer | Shireesh Anjal <anjalshireesh@gmail.com> | 2011-11-02 00:47:54 -0700 |
| commit | 3fd5258868fd6361d5cc2856be619e6243458fad (patch) | |
| tree | ea69f63242529af35c981f9df6819cfafd474a13 /src/com.gluster.storage.management.console/plugin.xml | |
| parent | 7e88adeca93e3a91cb94ae97dfeaaf34abeebe52 (diff) | |
| parent | 4d5d0e128c35bbff661966b5a5daea6cc8698b26 (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.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..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" |
