| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Renamed projects / packages com.gluster.* to org.gluster.* | Shireesh Anjal | 2011-11-25 | 15 | -15/+0 |
| | | |||||
| * | Link for newly added script | Shireesh Anjal | 2011-08-19 | 1 | -0/+1 |
| | | |||||
| * | Fixed Bug 3427 - All the extra added terminals are gone once we change the view | Shireesh Anjal | 2011-08-17 | 14 | -0/+14 |
| | | |||||
| * | Restructured backend gateway scripts | Tim | 2011-08-10 | 14 | -2625/+0 |
| | | |||||
| * | Fixed used memory calculation error | Tim | 2011-08-10 | 1 | -1/+1 |
| | | | | | Updated getMeminfo function to calculate used memory as (MemTotal - MemFree - Buffers -Cached) | ||||
| * | Fixed typo | Tim | 2011-08-10 | 1 | -2/+2 |
| | | |||||
| * | Bug 3374 - [CIFS] updating volume with a non-existent user succeeds. | Tim | 2011-08-10 | 9 | -51/+76 |
| | | | | | | | | | | | 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 | ||||
| * | Added executable permissions to the script | Shireesh Anjal | 2011-08-09 | 1 | -0/+0 |
| | | |||||
| * | Bug 3370 - [CIFS] adding another user fails. | Tim | 2011-08-09 | 4 | -4/+4 |
| | | |||||
| * | Merge remote branch 'upstream/master' | Tim | 2011-08-09 | 1 | -5/+11 |
| |\ | |||||
| | * | multicast-discover-servers.py exits with error message if fail to open ↵ | Bala.FA | 2011-08-09 | 1 | -5/+11 |
| | | | | | | | | | | | | | server socket. Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | | Enhanced cifs functions to write errors into stderr. | Tim | 2011-08-09 | 7 | -4/+14 |
| | | | |||||
| * | | Revert "Enhanced error handling and written appropriate execution error into ↵ | Tim | 2011-08-09 | 9 | -18/+5 |
| | | | | | | | | | | | | | stderr." This reverts commit 36d1fa53d62f4c3f458b0fac58968b6fab6a271f. | ||||
| * | | Enhanced error handling and written appropriate execution error into stderr. | Tim | 2011-08-09 | 9 | -5/+18 |
| |/ | |||||
| * | Merge pull request #205 from balamurugana/master | Shireesh Anjal | 2011-08-08 | 1 | -1/+1 |
| |\ | | | | | grun.py uses /opt/glustermg/keys/gluster.pem key file. | ||||
| | * | grun.py uses /opt/glustermg/keys/gluster.pem key file. | Bala.FA | 2011-08-08 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | | Merge pull request #203 from balamurugana/master | Shireesh Anjal | 2011-08-08 | 1 | -0/+29 |
| |\| | | | | | Instead of id_rsa/id_rsa.pub, gluster.pem and gluster.pub are created in /opt/glustermg/keys | ||||
| | * | setup_cifs_config.py ignores already configured servers. Added new ↵ | Bala.FA | 2011-08-08 | 1 | -0/+29 |
| | | | | | | | | | | | | | setup_cifs_config_all.py helps to setup samba on existing cluster. Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | | Bug 3278 - Upper limit for CPU usage should be 100% | Tim | 2011-08-08 | 1 | -8/+8 |
| |/ | |||||
| * | Added required functions in MMC Utils.py similar to individual server Utils.py | Tim | 2011-08-08 | 1 | -1/+22 |
| | | | | | Added getServerFqdn(), getGlusterVersion() function | ||||
| * | get_volume_user_cifs.py returns success if cifsVolumeFile is not present | Bala.FA | 2011-08-07 | 1 | -0/+3 |
| | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | get_volume_user_cifs.py returns success when given volume is not configured ↵ | Bala.FA | 2011-08-05 | 1 | -1/+2 |
| | | | | | | | for cifs export. Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Added update_volume_cifs_all.py and update_volume_cifs.py | Bala.FA | 2011-08-05 | 1 | -0/+60 |
| | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Fixed command line argument index in get_volume_user_cifs.py. | Bala.FA | 2011-08-05 | 1 | -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.FA | 2011-08-05 | 1 | -4/+27 |
| | | | | | | | 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> | ||||
| * | Added create_volume_cifs_all.py, delete_volume_cifs_all.py and ↵ | Bala.FA | 2011-08-04 | 6 | -5/+170 |
| | | | | | | | get_volume_user_cifs.py used to do cifs volume operations. Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Socket reuse is added in multicast-discover-servers.py | Bala.FA | 2011-08-03 | 1 | -0/+1 |
| | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Fixed argument appending to command in grun.py | Bala.FA | 2011-08-03 | 1 | -2/+2 |
| | | |||||
| * | grun.py uses GMC_VERSION environment variable to prefix path for command. | Bala.FA | 2011-08-03 | 1 | -1/+5 |
| | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Enhancements in multicast discovery services and run level init script is added | Bala.FA | 2011-08-03 | 2 | -77/+91 |
| | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Fixed - Bug 3300 - Format_device.py is not working. | Bala.FA | 2011-08-03 | 6 | -347/+378 |
| | | | | | | | | Added current and previous/common directories in sys.path. Flipped DOS to Unix file format in all python scripts. Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Script for resetting password of a given user. | Shireesh Anjal | 2011-08-02 | 1 | -0/+21 |
| | | |||||
| * | Renamed project and package com.gluster.storage.management.server to ↵ | Shireesh Anjal | 2011-08-01 | 8 | -0/+2211 |
| com.gluster.storage.management.gateway | |||||
