summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console/plugin.xml
diff options
context:
space:
mode:
authorDhandapani <dhandapani@gluster.com>2011-09-28 15:51:45 +0530
committerDhandapani <dhandapani@gluster.com>2011-09-28 15:52:39 +0530
commit41443888c6cfbc9d5debb675df9f484d1a9131bb (patch)
treea48d9336666610b3924e1e040d6f94d4152f0f19 /src/com.gluster.storage.management.console/plugin.xml
parentdb1784e5e95ea4c4a2b0ab41da862868834099d0 (diff)
Story #41: Volume Log Rotate
Diffstat (limited to 'src/com.gluster.storage.management.console/plugin.xml')
-rw-r--r--src/com.gluster.storage.management.console/plugin.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.console/plugin.xml b/src/com.gluster.storage.management.console/plugin.xml
index e7c2c2d4..abf5c33e 100644
--- a/src/com.gluster.storage.management.console/plugin.xml
+++ b/src/com.gluster.storage.management.console/plugin.xml
@@ -302,6 +302,11 @@
id="com.gluster.storage.management.console.commands.Preferences"
name="Settings">
</command>
+ <command
+ description="Volume Log Rotate"
+ id="com.gluster.storage.management.console.commands.LogRotate"
+ name="LogRotate">
+ </command>
</extension>
<extension
point="org.eclipse.ui.bindings">
@@ -521,6 +526,19 @@
label="Volume Actions"
visible="false">
<action
+ class="VolumeLogRotateAction"
+ definitionId="com.gluster.storage.management.console.commands.LogRotate"
+ icon="icons/tango/32x32/download-log.png"
+ id="com.gluster.storage.management.console.actions.LogRotateAction"
+ label="L&amp;og Rotate"
+ menubarPath="com.gluster.storage.management.console.menu.volume/volume"
+ pulldown="false"
+ state="true"
+ style="push"
+ toolbarPath="Normal"
+ tooltip="Rotate the volume logs">
+ </action>
+ <action
allowLabelUpdate="false"
class="com.gluster.storage.management.console.actions.MigrateBrickAction"
definitionId="com.gluster.storage.management.console.commands.MigrateDisk"