summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway/WebContent/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Renamed projects / packages com.gluster.* to org.gluster.*Shireesh Anjal2011-11-2515-15/+0
|
* Link for newly added scriptShireesh Anjal2011-08-191-0/+1
|
* Fixed Bug 3427 - All the extra added terminals are gone once we change the viewShireesh Anjal2011-08-1714-0/+14
|
* Restructured backend gateway scriptsTim2011-08-1014-2625/+0
|
* Fixed used memory calculation errorTim2011-08-101-1/+1
| | | | Updated getMeminfo function to calculate used memory as (MemTotal - MemFree - Buffers -Cached)
* Fixed typoTim2011-08-101-2/+2
|
* Bug 3374 - [CIFS] updating volume with a non-existent user succeeds.Tim2011-08-109-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 scriptShireesh Anjal2011-08-091-0/+0
|
* Bug 3370 - [CIFS] adding another user fails.Tim2011-08-094-4/+4
|
* Merge remote branch 'upstream/master'Tim2011-08-091-5/+11
|\
| * multicast-discover-servers.py exits with error message if fail to open ↵Bala.FA2011-08-091-5/+11
| | | | | | | | | | | | server socket. Signed-off-by: Bala.FA <bala@gluster.com>
* | Enhanced cifs functions to write errors into stderr.Tim2011-08-097-4/+14
| |
* | Revert "Enhanced error handling and written appropriate execution error into ↵Tim2011-08-099-18/+5
| | | | | | | | | | | | stderr." This reverts commit 36d1fa53d62f4c3f458b0fac58968b6fab6a271f.
* | Enhanced error handling and written appropriate execution error into stderr.Tim2011-08-099-5/+18
|/
* Merge pull request #205 from balamurugana/masterShireesh Anjal2011-08-081-1/+1
|\ | | | | grun.py uses /opt/glustermg/keys/gluster.pem key file.
| * grun.py uses /opt/glustermg/keys/gluster.pem key file.Bala.FA2011-08-081-1/+1
| | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com>
* | Merge pull request #203 from balamurugana/masterShireesh Anjal2011-08-081-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.FA2011-08-081-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%Tim2011-08-081-8/+8
|/
* Added required functions in MMC Utils.py similar to individual server Utils.pyTim2011-08-081-1/+22
| | | | Added getServerFqdn(), getGlusterVersion() function
* get_volume_user_cifs.py returns success if cifsVolumeFile is not presentBala.FA2011-08-071-0/+3
| | | | Signed-off-by: Bala.FA <bala@gluster.com>
* 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>
* Added update_volume_cifs_all.py and update_volume_cifs.pyBala.FA2011-08-051-0/+60
| | | | 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-051-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.FA2011-08-046-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.pyBala.FA2011-08-031-0/+1
| | | | Signed-off-by: Bala.FA <bala@gluster.com>
* Fixed argument appending to command in grun.pyBala.FA2011-08-031-2/+2
|
* grun.py uses GMC_VERSION environment variable to prefix path for command.Bala.FA2011-08-031-1/+5
| | | | Signed-off-by: Bala.FA <bala@gluster.com>
* Enhancements in multicast discovery services and run level init script is addedBala.FA2011-08-032-77/+91
| | | | Signed-off-by: Bala.FA <bala@gluster.com>
* Fixed - Bug 3300 - Format_device.py is not working.Bala.FA2011-08-036-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 Anjal2011-08-021-0/+21
|
* Renamed project and package com.gluster.storage.management.server to ↵Shireesh Anjal2011-08-018-0/+2211
com.gluster.storage.management.gateway