summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-08-19 19:02:46 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-08-19 19:02:46 +0530
commit7d3189cde597bc2741b9610899c9ab832c0e9f13 (patch)
treee08991c9ee9531a5b02422f64a29900480437691 /src
parentc4e4d9d1ece1c32f897b379ba36d0959f26c1b55 (diff)
Modified to get volume options information from GlusterFS command gluster volume set help-xml
Diffstat (limited to 'src')
-rw-r--r--src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/constants/VolumeOptionsDefaults.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/constants/VolumeOptionsDefaults.java b/src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/constants/VolumeOptionsDefaults.java
index 508a3029..3403bf57 100644
--- a/src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/constants/VolumeOptionsDefaults.java
+++ b/src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/constants/VolumeOptionsDefaults.java
@@ -54,8 +54,8 @@ public class VolumeOptionsDefaults {
* @return list of volume option information objects
*/
public List<VolumeOptionInfo> getDefaults(String clusterName) {
- // return getVolumeOptionsInfo(clusterName);
- return getVolumeOptionsInfo();
+ return getVolumeOptionsInfo(clusterName);
+ // return getVolumeOptionsInfo();
}