summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway.scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* done runCommandFG cleanup.Tim2011-09-163-35/+30
| | | | | | Updated scripts to use runCommand in place of runCommandFG. Signed-off-by: Tim <timothyasir@gluster.com>
* Removed rrd_update_cpu_details.py rrd_update_memory_details.pyTim2011-09-162-168/+0
| | | | | | Already added appropriate perl scripts to update CPU and Memory usage. Signed-off-by: Tim <timothyasir@gluster.com>
* Done code cleanup for Utils.pyTim2011-09-161-375/+0
| | | | Signed-off-by: Tim <timothyasir@gluster.com>
* Code cleanup done for Globals.pyTim2011-09-161-70/+7
| | | | Signed-off-by: Tim <timothyasir@gluster.com>
* Removed RRDUtils.pyTim2011-09-161-76/+0
| | | | Signed-off-by: Tim <timothyasir@gluster.com>
* Removed GlusterdUtils.py, ServerUtils.py, get_file.py, get_volume_log.pyTim2011-09-164-775/+0
| | | | Signed-off-by: Tim <timothyasir@gluster.com>
* Code cleanup done for VolumeUtils.pyTim2011-09-161-513/+13
| | | | Signed-off-by: Tim <timothyasir@gluster.com>
* Code cleanup done for DiskUtils.pyTim2011-09-161-182/+72
| | | | Signed-off-by: Tim <timothyasir@gluster.com>
* Updated license informationTim2011-09-0620-268/+28
| | | | Signed-off-by: Bala.FA <bala@gluster.com>
* Fixed file did not closed properly error and logged the IOError in ↵Tim2011-08-231-5/+6
| | | | remove_server_volume_cifs_config.py
* 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>
* | 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 script can be called from any directoryShireesh Anjal2011-08-221-1/+6
|
* Enhanced log function in Utils.pyTim2011-08-221-1/+6
|
* 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>
* Enhanced rrd_net.pl to continue if input line starts with 'lo:'Tim2011-08-191-1/+1
|
* Fixed typo.Tim2011-08-191-1/+1
|
* Updated code to only print the error message in case of failure and exit ↵Tim2011-08-175-48/+29
| | | | | | with a non-zero status code Updated in clear_volume_directory.py, create_volume_directory.py, get_rrd_cpu_details.py, get_rrd_memory_details.py, get_rrd_net_details.py
* Enhanced get_disk_mount_point.py to use readFsTab function from FsTabUtils ↵Tim2011-08-171-17/+11
| | | | and added license information
* Added path to 'common' directory and added license information into ↵Tim2011-08-171-15/+11
| | | | FsTabUtils.py
* Code cleanup and added path to '../common' directory and license informationTim2011-08-171-201/+13
|
* Removed Commands.py, GetServerNetworkConfig.pyTim2011-08-172-181/+0
|
* Updated get_server_details.py to log and return actual dbus error messageTim2011-08-171-2/+2
|
* Added license information and enhanced error handling in get_rrd_net_details.pyTim2011-08-171-21/+6
|
* Enhanced get_rrd_memory_details.pyTim2011-08-171-34/+16
|
* Enhanced error handling in get_rrd_cpu_details.pyTim2011-08-171-20/+14
|
* Enhanced clear_volume_directory.pyTim2011-08-171-10/+8
|
* Enhanced error handling and added license information to ↵Tim2011-08-171-34/+12
| | | | create_volume_directory.py
* Added remove_server_volume_cifs_config.pyTim2011-08-171-0/+83
| | | | | | | | This program can be used to remove server volume cifs configuration. This will take server name and list of volume names in a file as a input. This is a wrapper file needs to be called from management gateway.
* Bug 3397 - GUI does not proceed beyond cluster register on AMI.Tim2011-08-161-2/+8
|
* Fixed typo.Tim2011-08-161-2/+2
| | | | Variable name changed from username to userName.
* Bug 3408 - [AMI] setsebool command not present in Gluster AMITim2011-08-162-8/+10
|
* Corrected build configurationShireesh Anjal2011-08-162-10/+7
|
* Terminal viewShireesh Anjal2011-08-162-12/+17
|
* Bug 3402 - [AMI] Creation of volume with CIFS support enabled errors out ↵Tim2011-08-151-2/+2
| | | | though it starts volume.
* Merge pull request #226 from TimothyAsir/masterShireesh Anjal2011-08-111-0/+1
|\ | | | | Added error message on getLastUid function failure
| * Enhanced add_user_cifs_all.py to write error message into stderr on ↵Tim2011-08-111-0/+1
| | | | | | | | getLastUid function failure.
* | Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-08-114-1/+1
|\|
| * grun.py makes ssh connection as root user.Bala.FA2011-08-101-1/+1
| | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com>
| * Removed unwanted *.pyc filesBala.FA2011-08-103-0/+0
| | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com>
* | Merge branch 'master' of github.com:gluster/consoleSelvasundaram2011-08-1061-27/+638
|\|
| * Restructured backend gateway scriptsTim2011-08-1061-20/+605
| |
| * create_volume_cifs.py ignores already existing mount directory and reload ↵Bala.FA2011-08-101-5/+11
| | | | | | | | | | | | samba on success. Signed-off-by: Bala.FA <bala@gluster.com>
| * Fixed used memory calculation errorTim2011-08-101-1/+1
| | | | | | | | Updated getMeminfo function to calculate used memory as (MemTotal - MemFree - Buffers -Cached)
| * Bug 3374 - [CIFS] updating volume with a non-existent user succeeds.Tim2011-08-102-1/+20
|/ | | | | | | | | | Added checks to find non-existing user/s Moved CIFS_VOLUME_FILE, CIFS_USER_FILE, DEFAULT_UID to Globals.py Added getCifsUserUid function into Utils.py Fixed typo in grun.py
* Enhanced cifs functions to write errors into stderr.Tim2011-08-099-0/+31
|
* Revert "Enhanced error handling and written appropriate execution error into ↵Tim2011-08-0918-65/+62
| | | | | | stderr." This reverts commit 36d1fa53d62f4c3f458b0fac58968b6fab6a271f.
* Enhanced error handling and written appropriate execution error into stderr.Tim2011-08-0918-62/+65
|
* Bug 3351 - Sudden spike in the network usage chartTim2011-08-081-2/+3
|