summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway
Commit message (Collapse)AuthorAgeFilesLines
* Renamed projects / packages com.gluster.* to org.gluster.*Shireesh Anjal2011-11-25143-9525/+0
|
* Mount point parameter enclosed in quotesSelvasundaram2011-11-254-16/+16
|
* Disk Initialization enhanced with user selectable file system and mount pointSelvasundaram2011-11-244-7/+56
|
* Story#65 Task#189 Double click on volume log row will show in a popup dialogSelvasundaram2011-11-104-6/+8
|
* Merge branch 'master' of git@github.com:gluster/consoleDhandapani2011-11-022-8/+8
|\
* | Force start volume option implemented to start offline brickDhandapani2011-10-195-22/+36
|/
* Introduced ServerUtil#getBean to fetch Spring bean of given class.Shireesh Anjal2011-10-143-5/+10
|
* Introducing mechanism for version specific interface to GlusterFSShireesh Anjal2011-10-1010-244/+994
|
* Merge branch 'master' of git@github.com:Dhandapani/consoleDhandapani2011-09-291-1/+0
|\ | | | | | | | | | | | | | | | | Conflicts: src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java src/com.gluster.storage.management.console/plugin.xml src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/VolumeLogRotateAction.java src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/resources/v1_0/VolumesResource.java src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/services/VolumeService.java
| * Story #41: Volume Log RotateDhandapani2011-09-283-1/+35
| |
* | Story #41: Volume Log RotateDhandapani2011-09-293-1/+37
|/
* Introduced method GlusterUtil#getVolumeOptionsInfo and modified ↵Shireesh Anjal2011-09-222-26/+5
| | | | VolumeService#getVolumeOptionsInfo to call it
* Code refactoring. Removed member variable sshUtil from GlusterUtil. Removed ↵Shireesh Anjal2011-09-228-232/+118
| | | | parameter runInForeground from method ServerUtil#executeOnServer.
* Removed unnecessary importsShireesh Anjal2011-09-2110-22/+2
|
* JRebel related configuration filesShireesh Anjal2011-09-212-0/+19
|
* Application version changed 1.0 to 1.0.0Dhandapani2011-09-191-1/+1
|
* Added license txt files for jersey and spring. Removed unnecessary jar files.Shireesh Anjal2011-09-136-0/+725
|
* Removed unnecessary call to ServerUtil#fetchHostNameShireesh Anjal2011-08-241-3/+2
|
* Modified method removeServerFromCluster to unmap the server from cluster as ↵Shireesh Anjal2011-08-241-6/+6
| | | | soon as peer detach is successful.
* Modified method installPublicKey to create folder /root/.ssh on server being ↵Shireesh Anjal2011-08-241-0/+11
| | | | added if it doesn't exist.
* Modified to show links of only identified OS if CPU architecture is not ↵Selvasundaram2011-08-231-6/+45
| | | | identified.
* Modified method executeCommand to throw ConnectionException if an ↵Shireesh Anjal2011-08-231-2/+2
| | | | IOException is encountered during ssh command execution
* Modified to make sure that the SSH connection is closed in all possible ↵Shireesh Anjal2011-08-221-1/+3
| | | | scenarios
* Modified to try password based connection only if the server is accessible ↵Shireesh Anjal2011-08-221-27/+34
| | | | and authentication using public key has failed.
* Modified ServerUtil#fetchServerDetails to mark server as online if there is ↵Shireesh Anjal2011-08-223-16/+12
| | | | a problem connecting to it.
* Modified to fetch network statistics of a server only if it is onlineShireesh Anjal2011-08-221-0/+7
|
* Replace-brick wont work if volume name contains hyphen - fixSelvasundaram2011-08-221-6/+6
|
* Modified to install public key on a server only if it is online during ↵Shireesh Anjal2011-08-221-1/+7
| | | | cluster registration
* Modified method executeCommand to throw ConnectionException if the cached ↵Shireesh Anjal2011-08-221-1/+6
| | | | SSH connection is no more valid.
* Merge branch 'bugs'Selvasundaram2011-08-221-2/+4
|\
| * Fixed - Bug 3452 - Deleting a CIFS enabled volume when the volume is in ↵Selvasundaram2011-08-221-2/+4
| | | | | | | | stopped state throws error message "volume couldnot be deleted"
* | Modified to synchronize SSH connection creationShireesh Anjal2011-08-211-1/+1
| |
* | Modified to synchronize SSH connection creationShireesh Anjal2011-08-211-1/+1
| |
* | Modified to log user name only if it is availableShireesh Anjal2011-08-211-1/+8
| |
* | Modified to make sure that SSH connection is closed in all possible failure ↵Shireesh Anjal2011-08-211-25/+58
| | | | | | | | scenarios.
* | Modified to close the session only if it is not null.Shireesh Anjal2011-08-211-1/+3
| |
* | Modified to close streams/sessions/connections when no longer required.Shireesh Anjal2011-08-201-8/+21
|/
* Modified not to fetch volume options info if the cluster is empty. Removed ↵Shireesh Anjal2011-08-194-220/+40
| | | | class VolumeOptionsDefaults and moved its logic to VolumeService.
* Fixed Bug 3436 - If the cluster has only one server it appears in both ↵Shireesh Anjal2011-08-191-2/+3
| | | | cluster list as well as discovered servers list
* Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-08-196-26/+150
|\
| * Merge pull request #254 from Selvasundaram/masterShireesh Anjal2011-08-194-31/+30
| |\ | | | | | | Create volume replica / stripe count made as optional parameter
| * | Modified to fetch server statistics in parallel through multiple threads ↵Shireesh Anjal2011-08-193-20/+145
| | | | | | | | | | | | when fetching aggregated statistics.
| * | Added extra log messagesShireesh Anjal2011-08-191-0/+3
| | |
| * | Code cleanupShireesh Anjal2011-08-191-4/+0
| | |
| * | Modified to get volume options information from GlusterFS command gluster ↵Shireesh Anjal2011-08-191-2/+2
| | | | | | | | | | | | volume set help-xml
* | | Migrating brick from boot partition (non data partition) - fixSelvasundaram2011-08-191-2/+1
| |/ |/|
* | Create volume replica / stripe count made as optional parameterSelvasundaram2011-08-194-31/+30
|/ | | | Getting Gluster servers, optional "detail" paramter added and default value is "false"
* Introduced DiscoveredServerService, and fetching discovered server details ↵Shireesh Anjal2011-08-195-206/+280
| | | | in parallel through multiple threads to improve performance.
* Link for newly added scriptShireesh Anjal2011-08-191-0/+1
|
* Modified to fetch server details in parallel using multiple threads to ↵Shireesh Anjal2011-08-191-6/+89
| | | | improve performance.