summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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 pull request #258 from Selvasundaram/masterShireesh Anjal2011-08-211-2/+4
|\ \ | | | | | | Fixed - Bug 3452 - Deleting a CIFS enabled volume when the volume is in ...
| | * confirmation dialog added for CIFS configuration during create, start, stop ↵Selvasundaram2011-08-226-6/+108
| |/ | | | | | | and delete volume activities
| * 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
| |
* | Merge pull request #257 from balamurugana/masterShireesh Anjal2011-08-201-1/+3
|\ \ | | | | | | In multicast-discover-servers.py, server and client sockets are set to non-blocking and select timeout is set to 0.1 second.
| * | 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.
* Merge pull request #256 from balamurugana/masterShireesh Anjal2011-08-191-0/+2
|\ | | | | Samba service on existing system is set to on when installing glustermg-backend RPM.
| * Samba service on existing system is set to on when installing ↵Bala.FA2011-08-191-0/+2
|/ | | | | | glustermg-backend RPM. Signed-off-by: Bala.FA <bala@gluster.com>
* 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 pull request #255 from Selvasundaram/masterShireesh Anjal2011-08-193-18/+42
|\ | | | | Migrating brick from boot partition (non data partition) - fix
| * 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
* | | Merge pull request #252 from TimothyAsir/masterShireesh Anjal2011-08-191-1/+1
|\ \ \ | | | | | | | | Enhanced rrd_net.pl to continue if input line starts with 'lo:'
| * | | Enhanced rrd_net.pl to continue if input line starts with 'lo:'Tim2011-08-191-1/+1
| | | |
| * | | Merge remote branch 'upstream/master'Tim2011-08-190-0/+0
| |\ \ \
| * \ \ \ Merge remote branch 'upstream/master'Tim2011-08-198-220/+301
| |\ \ \ \
| | | | | * Migrating brick from boot partition (non data partition) - fixSelvasundaram2011-08-193-18/+42
| | | | |/
| | | | * Create volume replica / stripe count made as optional parameterSelvasundaram2011-08-197-33/+60
| |_|_|/ |/| | | | | | | | | | | Getting Gluster servers, optional "detail" paramter added and default value is "false"
* | | | Updated help filesShireesh Anjal2011-08-1942-46/+216
| | | |
* | | | Merge pull request #253 from Dhandapani/masterShireesh Anjal2011-08-194-1/+209
|\ \ \ \ | |_|_|/ |/| | | Gluster support contact dialog added
| * | | Gluster support contact dialog addedDhandapani2011-08-194-1/+209
|/ / /
* | / Merge pull request #251 from TimothyAsir/masterShireesh Anjal2011-08-191-1/+1
|\| | | |/ |/| Fixed validation typo erro.
| * Fixed typo.Tim2011-08-191-1/+1
| |
* | Introduced DiscoveredServerService, and fetching discovered server details ↵Shireesh Anjal2011-08-195-206/+280
| | | | | | | | in parallel through multiple threads to improve performance.
* | Introduced method waitForThreads and made all methods staticShireesh Anjal2011-08-191-12/+19
| |
* | Link for newly added scriptShireesh Anjal2011-08-191-0/+1
| |
* | Modified not to consider success if the server we are trying to remove is ↵Shireesh Anjal2011-08-191-2/+1
|/ | | | already removed from the cluster.
* Modified to fetch server details in parallel using multiple threads to ↵Shireesh Anjal2011-08-191-6/+89
| | | | improve performance.
* Merge pull request #250 from Selvasundaram/masterShireesh Anjal2011-08-187-80/+118
|\ | | | | Deleting CIFS config throws null pointer exception bug - fix
| * Deleting CIFS config throws null pointer exception bug - fixSelvasundaram2011-08-181-4/+6
| |
| * Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-08-186-85/+137
| |\ | |/ |/|
* | Shutdown listener - shuts down derby when Gateway is stopped.Shireesh Anjal2011-08-182-0/+49
| |
* | Code cleanupShireesh Anjal2011-08-181-12/+0
| |
* | Modified to use DBUtil#shutdownDerbyShireesh Anjal2011-08-181-47/+1
| |