Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Modified to install public key on a server only if it is online during ↵ | Shireesh Anjal | 2011-08-22 | 1 | -1/+7 | |
| | | | | | | | | cluster registration | |||||
* | | Modified method executeCommand to throw ConnectionException if the cached ↵ | Shireesh Anjal | 2011-08-22 | 1 | -1/+6 | |
| | | | | | | | | SSH connection is no more valid. | |||||
* | | Modified to clear selection using StructuredSelection.EMPTY rather than null | Shireesh Anjal | 2011-08-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #258 from Selvasundaram/master | Shireesh Anjal | 2011-08-21 | 1 | -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 ↵ | Selvasundaram | 2011-08-22 | 6 | -6/+108 | |
| |/ | | | | | | | and delete volume activities | |||||
| * | Merge branch 'bugs' | Selvasundaram | 2011-08-22 | 1 | -2/+4 | |
|/| | ||||||
| * | Fixed - Bug 3452 - Deleting a CIFS enabled volume when the volume is in ↵ | Selvasundaram | 2011-08-22 | 1 | -2/+4 | |
| | | | | | | | | stopped state throws error message "volume couldnot be deleted" | |||||
* | | Bug 3458 - Null pointer exception is thrown upon changing the preferences if ↵ | Shireesh Anjal | 2011-08-22 | 1 | -1/+1 | |
| | | | | | | | | cluster doesn't have any servers | |||||
* | | Modified to synchronize SSH connection creation | Shireesh Anjal | 2011-08-21 | 1 | -1/+1 | |
| | | ||||||
* | | Modified to synchronize SSH connection creation | Shireesh Anjal | 2011-08-21 | 1 | -1/+1 | |
| | | ||||||
* | | Modified to log user name only if it is available | Shireesh Anjal | 2011-08-21 | 1 | -1/+8 | |
| | | ||||||
* | | Modified to make sure that SSH connection is closed in all possible failure ↵ | Shireesh Anjal | 2011-08-21 | 1 | -25/+58 | |
| | | | | | | | | scenarios. | |||||
* | | New help files | Shireesh Anjal | 2011-08-21 | 59 | -47/+1614 | |
| | | ||||||
* | | Modified to close the session only if it is not null. | Shireesh Anjal | 2011-08-21 | 1 | -1/+3 | |
| | | ||||||
* | | Merge pull request #257 from balamurugana/master | Shireesh Anjal | 2011-08-20 | 1 | -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.FA | 2011-08-20 | 1 | -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 Anjal | 2011-08-20 | 2 | -8/+24 | |
|/ | ||||||
* | Modified not to fetch volume options info if the cluster is empty. Removed ↵ | Shireesh Anjal | 2011-08-19 | 10 | -236/+58 | |
| | | | | class VolumeOptionsDefaults and moved its logic to VolumeService. | |||||
* | Merge pull request #256 from balamurugana/master | Shireesh Anjal | 2011-08-19 | 1 | -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.FA | 2011-08-19 | 1 | -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 Anjal | 2011-08-19 | 1 | -2/+3 | |
| | | | | cluster list as well as discovered servers list | |||||
* | Merge pull request #255 from Selvasundaram/master | Shireesh Anjal | 2011-08-19 | 3 | -18/+42 | |
|\ | | | | | Migrating brick from boot partition (non data partition) - fix | |||||
| * | Merge branch 'master' of github.com:gluster/console | Selvasundaram | 2011-08-19 | 7 | -27/+151 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #254 from Selvasundaram/master | Shireesh Anjal | 2011-08-19 | 7 | -33/+60 | |
|\ \ | | | | | | | Create volume replica / stripe count made as optional parameter | |||||
* | | | Modified to fetch server statistics in parallel through multiple threads ↵ | Shireesh Anjal | 2011-08-19 | 3 | -20/+145 | |
| | | | | | | | | | | | | when fetching aggregated statistics. | |||||
* | | | Added extra log messages | Shireesh Anjal | 2011-08-19 | 1 | -0/+3 | |
| | | | ||||||
* | | | Code cleanup | Shireesh Anjal | 2011-08-19 | 1 | -4/+0 | |
| | | | ||||||
* | | | Modified to get volume options information from GlusterFS command gluster ↵ | Shireesh Anjal | 2011-08-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | volume set help-xml | |||||
* | | | Merge pull request #252 from TimothyAsir/master | Shireesh Anjal | 2011-08-19 | 1 | -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:' | Tim | 2011-08-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge remote branch 'upstream/master' | Tim | 2011-08-19 | 0 | -0/+0 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge remote branch 'upstream/master' | Tim | 2011-08-19 | 8 | -220/+301 | |
| |\ \ \ \ | ||||||
| | | | | * | Migrating brick from boot partition (non data partition) - fix | Selvasundaram | 2011-08-19 | 3 | -18/+42 | |
| | | | |/ | ||||||
| | | | * | Create volume replica / stripe count made as optional parameter | Selvasundaram | 2011-08-19 | 7 | -33/+60 | |
| |_|_|/ |/| | | | | | | | | | | | Getting Gluster servers, optional "detail" paramter added and default value is "false" | |||||
* | | | | Updated help files | Shireesh Anjal | 2011-08-19 | 42 | -46/+216 | |
| | | | | ||||||
* | | | | Merge pull request #253 from Dhandapani/master | Shireesh Anjal | 2011-08-19 | 4 | -1/+209 | |
|\ \ \ \ | |_|_|/ |/| | | | Gluster support contact dialog added | |||||
| * | | | Gluster support contact dialog added | Dhandapani | 2011-08-19 | 4 | -1/+209 | |
|/ / / | ||||||
* | / | Merge pull request #251 from TimothyAsir/master | Shireesh Anjal | 2011-08-19 | 1 | -1/+1 | |
|\| | | |/ |/| | Fixed validation typo erro. | |||||
| * | Fixed typo. | Tim | 2011-08-19 | 1 | -1/+1 | |
| | | ||||||
* | | Introduced DiscoveredServerService, and fetching discovered server details ↵ | Shireesh Anjal | 2011-08-19 | 5 | -206/+280 | |
| | | | | | | | | in parallel through multiple threads to improve performance. | |||||
* | | Introduced method waitForThreads and made all methods static | Shireesh Anjal | 2011-08-19 | 1 | -12/+19 | |
| | | ||||||
* | | Link for newly added script | Shireesh Anjal | 2011-08-19 | 1 | -0/+1 | |
| | | ||||||
* | | Modified not to consider success if the server we are trying to remove is ↵ | Shireesh Anjal | 2011-08-19 | 1 | -2/+1 | |
|/ | | | | already removed from the cluster. | |||||
* | Modified to fetch server details in parallel using multiple threads to ↵ | Shireesh Anjal | 2011-08-19 | 1 | -6/+89 | |
| | | | | improve performance. | |||||
* | Merge pull request #250 from Selvasundaram/master | Shireesh Anjal | 2011-08-18 | 7 | -80/+118 | |
|\ | | | | | Deleting CIFS config throws null pointer exception bug - fix | |||||
| * | Deleting CIFS config throws null pointer exception bug - fix | Selvasundaram | 2011-08-18 | 1 | -4/+6 | |
| | | ||||||
| * | Merge branch 'master' of github.com:gluster/console | Selvasundaram | 2011-08-18 | 6 | -85/+137 | |
| |\ | |/ |/| | ||||||
* | | Shutdown listener - shuts down derby when Gateway is stopped. | Shireesh Anjal | 2011-08-18 | 2 | -0/+49 | |
| | | ||||||
* | | Code cleanup | Shireesh Anjal | 2011-08-18 | 1 | -12/+0 | |
| | | ||||||
* | | Modified to use DBUtil#shutdownDerby | Shireesh Anjal | 2011-08-18 | 1 | -47/+1 | |
| | |