summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #199 from Selvasundaram/masterShireesh Anjal2011-08-0710-211/+277
|\ | | | | Volume cifs service integration
| * Volume cifs service integrationSelvasundaram2011-08-0710-211/+277
|/
* Merge branch 'work'Shireesh Anjal2011-08-073-25/+15
|\
| * Fixed Bug 3352 - Can not create volume in some corner caseShireesh Anjal2011-08-072-25/+11
| |
| * Modified to prevent exception being logged from server sync task in case of ↵Shireesh Anjal2011-08-071-0/+4
| | | | | | | | empty clusters.
* | Merge pull request #198 from Selvasundaram/masterShireesh Anjal2011-08-061-1/+1
|\ \ | |/ |/| Console project changes in build system
| * Console project changes in build systemSelvasundaram2011-08-061-1/+1
|/
* Merge branch 'work'Shireesh Anjal2011-08-060-0/+0
|\
| * Renamed project/package com.gluster.storage.management.gui to ↵Shireesh Anjal2011-08-061-0/+0
| | | | | | | | com.gluster.storage.management.console
* | Renamed project/package com.gluster.storage.management.gui to ↵Shireesh Anjal2011-08-061-0/+0
|/ | | | com.gluster.storage.management.console
* Modified to fine-tune the feature jnlp file during packaging of gatewayShireesh Anjal2011-08-061-0/+20
|
* Modified to make sure that the server devices are updated with server name ↵Shireesh Anjal2011-08-063-5/+8
| | | | even in case of manual server addition.
* Renamed project/package com.gluster.storage.management.gui to ↵Shireesh Anjal2011-08-06283-747/+747
| | | | com.gluster.storage.management.console
* Modified feature xml to explicitly mention different variants of the windows ↵Shireesh Anjal2011-08-061-8/+8
| | | | operating system - XP, Vista and 7
* New splash screen, few icons for disabled statusShireesh Anjal2011-08-0511-0/+3
|
* Fixed Bug 3315 - [REST API] Get server details with maxCount=1 does not show ↵Shireesh Anjal2011-08-051-6/+6
| | | | proper output
* Merge branch 'master' of github.com:gluster/consoleShireesh Anjal2011-08-057-19/+155
|\
| * Merge pull request #197 from balamurugana/masterShireesh Anjal2011-08-051-1/+2
| |\ | | | | | | get_volume_user_cifs.py returns success when given volume is not configured for cifs export.
| | * get_volume_user_cifs.py returns success when given volume is not configured ↵Bala.FA2011-08-051-1/+2
| | | | | | | | | | | | | | | | | | for cifs export. Signed-off-by: Bala.FA <bala@gluster.com>
| * | Merge pull request #196 from TimothyAsir/masterShireesh Anjal2011-08-052-2/+2
| |\ \ | | |/ | |/| Bug 3332 - format_device.py takes forever to execute the command.
| | * Merge branch 'master' of github.com:TimothyAsir/consoleTim2011-08-050-0/+0
| | |\
| | | * Bug 3332 - format_device.py takes forever to execute the command.Tim2011-08-051-1/+1
| | |/ | |/| | | | | | | Number of retries set to 1 second and the network timeout set to 1 second for wget
| | * Number of retries set to 1 second and the network timeout set to 1 second ↵Tim2011-08-051-1/+1
| | | | | | | | | | | | for wget (AWS web-service-url).
| | * Bug 3332 - format_device.py takes forever to execute the command.Tim2011-08-051-1/+1
| |/ | | | | | | Number of retries set to 1 second and the network timeout set to 1 second for wget
| * Merge pull request #195 from balamurugana/masterShireesh Anjal2011-08-055-16/+151
| |\ | | | | | | enhancement in add_user_cifs_all.py and add_user_cifs.py
| | * Added update_volume_cifs_all.py and update_volume_cifs.pyBala.FA2011-08-052-0/+95
| | | | | | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com>
| | * Fixed command line argument index in get_volume_user_cifs.py.Bala.FA2011-08-051-1/+1
| | | | | | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com>
| | * add_user_cifs_all.py and add_user_cifs.py support to ignore existing user on ↵Bala.FA2011-08-052-15/+55
| | | | | | | | | | | | | | | | | | given server list. This enables password reset and adding user to newly added servers on existing storage clusters. Signed-off-by: Bala.FA <bala@gluster.com>
* | | Merge branch 'work'Shireesh Anjal2011-08-050-0/+0
|\| |
| * | Modified to show proper steps on Y axis of network chartShireesh Anjal2011-08-051-5/+20
| | |
* | | Modified to show proper steps on Y axis of network chartShireesh Anjal2011-08-052-6/+20
|/ /
* / Fixed Bug 3339 - Server summary view is throwing the exceptionShireesh Anjal2011-08-051-1/+1
|/
* New splash screenShireesh Anjal2011-08-042-0/+0
|
* Fixed Bug 3284 - Landing page throws null pointer exceptionShireesh Anjal2011-08-044-17/+87
|
* Merge pull request #194 from Selvasundaram/masterShireesh Anjal2011-08-042-14/+15
|\ | | | | Bug 3330 - Once volume creation fails the creation dialog should stay on the screen -fix
| * Bug 3330 - Once volume creation fails the creation dialog should stay on the ↵Selvasundaram2011-08-041-0/+1
| | | | | | | | screen -fix
| * Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-08-0416-187/+249
| |\
| * | Bug 3239 - Not able to export the keys properly - fixSelvasundaram2011-08-041-14/+14
| | |
* | | Updated NetworkStatsFactory to convert bytes/sec to KiB/secShireesh Anjal2011-08-047-19/+21
| |/ |/|
* | Removed redundant class GenericResponseShireesh Anjal2011-08-048-175/+55
| |
* | Merge pull request #193 from balamurugana/masterShireesh Anjal2011-08-047-8/+187
|\ \ | | | | | | Added create_volume_cifs_all.py, delete_volume_cifs_all.py and get_volume_user_cifs.py used to do cifs volume operations.
| * | Added create_volume_cifs_all.py, delete_volume_cifs_all.py and ↵Bala.FA2011-08-047-8/+187
|/ / | | | | | | | | | | get_volume_user_cifs.py used to do cifs volume operations. Signed-off-by: Bala.FA <bala@gluster.com>
* | Merge pull request #192 from balamurugana/masterShireesh Anjal2011-08-041-4/+7
|\ \ | |/ |/| multicast-discoverd.py ignores if connection error back to sender.
| * multicast-discoverd.py ignores if connection error back to sender.Bala.FA2011-08-041-4/+7
| | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com>
* | Merge pull request #191 from TimothyAsir/masterShireesh Anjal2011-08-043-18/+20
|\ \ | |/ |/| Enhanced get_server_details.py to provide disk-space-in-use using df command in case of HAL failed to give.
| * Enhanced get_server_details.py to provide disk-space-in-use using df command ↵Tim2011-08-043-18/+20
|/ | | | | | in case of HAL failed to give. Updated Utils.py to return None on ZeroDivideError during cpu percentage calculation.
* Merge pull request #190 from TimothyAsir/masterShireesh Anjal2011-08-041-4/+10
|\ | | | | Bug 3278 - Upper limit for CPU usage should be 100%
| * Bug 3278 - Upper limit for CPU usage should be 100%Tim2011-08-041-4/+10
|/
* Updating help contentsShireesh Anjal2011-08-0451-32/+593
|
* Merge pull request #189 from balamurugana/masterShireesh Anjal2011-08-041-0/+6
|\ | | | | Removed /usr/share/tomcat5/webapps/glustermg on RPM uninstall.