summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.client
diff options
context:
space:
mode:
authorDhandapani <dhandapani@gluster.com>2011-07-01 16:36:04 +0530
committerDhandapani <dhandapani@gluster.com>2011-07-01 17:00:32 +0530
commit1c1911f078b81662590a68e15f1d916534e7524e (patch)
treeac107e9fe2e9671c5c4c3aa9b4a2d3a89570be10 /src/com.gluster.storage.management.client
parent2c4ea3418784160bdf4f186b2488e974465161e7 (diff)
Volume Rebalance functionality enhancement
Diffstat (limited to 'src/com.gluster.storage.management.client')
-rw-r--r--src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java
index b5d2711a..2866a8e1 100644
--- a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java
+++ b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java
@@ -241,12 +241,6 @@ public class VolumesClient extends AbstractClient {
putRequest(volumeName, form);
}
- public void rebalanceStatus(String volumeName) {
- Form form = new Form();
- form.add(RESTConstants.FORM_PARAM_OPERATION, RESTConstants.TASK_REBALANCE_STATUS);
- putRequest(volumeName, form);
- }
-
public void rebalanceStop(String volumeName) {
Form form = new Form();
form.add(RESTConstants.FORM_PARAM_OPERATION, RESTConstants.TASK_REBALANCE_STOP);