summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Corrected copyright messageShireesh Anjal2011-08-231-1/+1
|
* Modified Volume#equals to correctly check for added/removed bricksSelvasundaram2011-08-231-0/+8
|
* Disabled icons for tasks addedSelvasundaram2011-08-235-0/+5
|
* Fixed file did not closed properly error and logged the IOError in ↵Tim2011-08-231-5/+6
| | | | remove_server_volume_cifs_config.py
* Brick selection up / down image layout changedSelvasundaram2011-08-231-3/+5
|
* Merge pull request #269 from balamurugana/masterShireesh Anjal2011-08-232-0/+142
|\ | | | | Added symlink of gmg-reset-password.sh in /usr/sbin. Added gluster CIFS volume statup script.
| * Added gluster CIFS volume statup script.Bala.FA2011-08-232-0/+142
| | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com>
* | Modified method executeCommand to throw ConnectionException if an ↵Shireesh Anjal2011-08-231-2/+2
| | | | | | | | IOException is encountered during ssh command execution
* | Merge pull request #268 from Selvasundaram/masterShireesh Anjal2011-08-231-8/+16
|\ \ | | | | | | Dynamic online offline servers count update on cluster summary view
| * | Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-08-231-1/+3
| |\|
| * | Dynamic online offline servers count update on cluster summary viewSelvasundaram2011-08-231-8/+16
| | |
* | | Enhanced get_server_details.py to use socket library to get the server FQDN.Tim2011-08-232-8/+1
| |/ |/| | | | | Removed getServerFqdn() function from Utils.py
* | Modified to make sure that the SSH connection is closed in all possible ↵Shireesh Anjal2011-08-221-1/+3
|/ | | | scenarios
* Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-08-228-44/+59
|\
| * 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
| |
| * Modified to make sure that the script can be called from any directoryShireesh Anjal2011-08-221-1/+6
| |
| * Merge pull request #265 from Selvasundaram/masterShireesh Anjal2011-08-224-8/+9
| |\ | | | | | | Replace-brick wont work if volume name contains hyphen - fix
| * | Up and Down arrow changesDhandapani2011-08-222-0/+0
| | |
* | | Data sync text changedSelvasundaram2011-08-221-1/+1
| |/ |/|
* | Replace-brick wont work if volume name contains hyphen - fixSelvasundaram2011-08-224-8/+9
|/
* Enhanced log function in Utils.pyTim2011-08-221-1/+6
|
* Merge pull request #262 from ↵Shireesh Anjal2011-08-226-6/+108
|\ | | | | | | | | Selvasundaram/5f906ee42cddd26ac7477d557460c3bfa457cb18 confirmation dialog added for CIFS configuration during create, start, stop and delete volume activities
| * confirmation dialog added for CIFS configuration during create, start, stop ↵Selvasundaram2011-08-226-6/+108
| | | | | | | | and delete volume activities
* | Bug 3224 - Disk status is not updated even after refresh - FixDhandapani2011-08-222-1/+3
| |
* | REST API releated changesDhandapani2011-08-221-7/+7
| |
* | Bug 3224 - Disk status is not updated even after refresh - FixDhandapani2011-08-222-2/+3
| |
* | 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.
* | Modified to clear selection using StructuredSelection.EMPTY rather than nullShireesh Anjal2011-08-221-1/+1
|/
* 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"
* | Bug 3458 - Null pointer exception is thrown upon changing the preferences if ↵Shireesh Anjal2011-08-221-1/+1
| | | | | | | | cluster doesn't have any servers
* | 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.
* | New help filesShireesh Anjal2011-08-2159-47/+1614
| |
* | Modified to close the session only if it is not null.Shireesh Anjal2011-08-211-1/+3
| |
* | In multicast-discover-servers.py, server and client sockets are set to ↵Bala.FA2011-08-201-1/+3
| | | | | | | | | | | | non-blocking and select timeout is set to 0.1 second. Signed-off-by: Bala.FA <bala@gluster.com>
* | Modified to close streams/sessions/connections when no longer required.Shireesh Anjal2011-08-202-8/+24
|/
* Modified not to fetch volume options info if the cluster is empty. Removed ↵Shireesh Anjal2011-08-1910-236/+58
| | | | 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-197-27/+151
|\
| * Merge pull request #254 from Selvasundaram/masterShireesh Anjal2011-08-197-33/+60
| |\ | | | | | | 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