summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway.scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Enhanced DiskUtils.py to get disk used space.Tim2011-08-081-22/+17
| | | | | | Added getDeviceUsedSpace function into DiskUtils.py Updated DiskUtils.py to fetch disk used space only if the device is mounted.
* Merge pull request #203 from balamurugana/masterShireesh Anjal2011-08-081-32/+44
|\ | | | | 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-32/+44
| | | | | | | | | | | | 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
|/
* Updated get-server-details code to also return the version of GlusterFS running.Tim2011-08-082-0/+11
| | | | | | Added getGlusterVersion() function into Utils.py Added glusterFsVersion xml-tag into get_server_details.py.
* 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
* Added update_volume_cifs_all.py and update_volume_cifs.pyBala.FA2011-08-051-0/+35
| | | | 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-11/+28
| | | | | | 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 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>
* | 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.
* Bug 3278 - Upper limit for CPU usage should be 100%Tim2011-08-041-4/+10
|
* Enhancements in multicast discovery services and run level init script is addedBala.FA2011-08-034-75/+162
| | | | Signed-off-by: Bala.FA <bala@gluster.com>
* Fixed - Bug 3300 - Format_device.py is not working.Bala.FA2011-08-0328-371/+531
| | | | | | | 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>
* Changed file format from dos to unixShireesh Anjal2011-08-031-74/+74
|
* Added function to get server fully qualified name.Tim2011-08-022-1/+8
|
* Updated clear_volume_directory.py to delete or rename the given directory ↵Tim2011-08-011-72/+21
| | | | based on the given option.
* Merge remote branch 'upstream/master'Tim2011-08-011-19/+10
|
* Renamed project and package com.gluster.storage.management.server to ↵Shireesh Anjal2011-08-0148-0/+7317
com.gluster.storage.management.gateway