summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/resources/v1_0/GlusterServersResource.java
Commit message (Collapse)AuthorAgeFilesLines
* Renamed projects / packages com.gluster.* to org.gluster.*Shireesh Anjal2011-11-251-343/+0
|
* Mount point parameter enclosed in quotesSelvasundaram2011-11-251-6/+7
|
* Disk Initialization enhanced with user selectable file system and mount pointSelvasundaram2011-11-241-2/+12
|
* Removed unnecessary importsShireesh Anjal2011-09-211-7/+0
|
* Create volume replica / stripe count made as optional parameterSelvasundaram2011-08-191-4/+2
| | | | Getting Gluster servers, optional "detail" paramter added and default value is "false"
* Introduced DiscoveredServerService, and fetching discovered server details ↵Shireesh Anjal2011-08-191-89/+1
| | | | in parallel through multiple threads to improve performance.
* Avoiding the delete CIFS config when uncheck with empty usersSelvasundaram2011-08-181-5/+6
| | | | | | and the volume was not having CIFS user config. Using new online server exception handling issue fix
* Remove CIFS configuration while removing server from peer - backend script ↵Selvasundaram2011-08-171-73/+5
| | | | integration
* Bug 3279 - Not able to switch online server if glusterd on current server is ↵Dhandapani2011-08-161-6/+12
| | | | down
* File System type default parameter handled in resourceDhandapani2011-08-111-1/+3
| | | | Bug 3391 - Expand FS to Filesystem on the Select FS type window
* Updated NetworkStatsFactory to convert bytes/sec to KiB/secShireesh Anjal2011-08-041-7/+12
|
* Bug 3302 - Alerts/Tasks belonging to one cluster is shown in another cluster ↵Selvasundaram2011-08-041-1/+1
| | | | also
* Bug 3290 - GUI throws 500 error if we try to add server with IP address or ↵Dhandapani2011-08-031-11/+7
| | | | server name in small case
* Renamed project and package com.gluster.storage.management.server to ↵Shireesh Anjal2011-08-011-0/+487
com.gluster.storage.management.gateway