Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enhanced DiskUtils.py to get disk used space. | Tim | 2011-08-08 | 1 | -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/master | Shireesh Anjal | 2011-08-08 | 1 | -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.FA | 2011-08-08 | 1 | -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% | Tim | 2011-08-08 | 1 | -8/+8 | |
|/ | ||||||
* | Updated get-server-details code to also return the version of GlusterFS running. | Tim | 2011-08-08 | 2 | -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. | Tim | 2011-08-05 | 1 | -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.py | Bala.FA | 2011-08-05 | 1 | -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.FA | 2011-08-05 | 1 | -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/master | Shireesh Anjal | 2011-08-04 | 1 | -4/+7 | |
|\ | | | | | multicast-discoverd.py ignores if connection error back to sender. | |||||
| * | multicast-discoverd.py ignores if connection error back to sender. | Bala.FA | 2011-08-04 | 1 | -4/+7 | |
| | | | | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | |||||
* | | Enhanced get_server_details.py to provide disk-space-in-use using df command ↵ | Tim | 2011-08-04 | 3 | -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% | Tim | 2011-08-04 | 1 | -4/+10 | |
| | ||||||
* | Enhancements in multicast discovery services and run level init script is added | Bala.FA | 2011-08-03 | 4 | -75/+162 | |
| | | | | Signed-off-by: Bala.FA <bala@gluster.com> | |||||
* | Fixed - Bug 3300 - Format_device.py is not working. | Bala.FA | 2011-08-03 | 28 | -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 unix | Shireesh Anjal | 2011-08-03 | 1 | -74/+74 | |
| | ||||||
* | Added function to get server fully qualified name. | Tim | 2011-08-02 | 2 | -1/+8 | |
| | ||||||
* | Updated clear_volume_directory.py to delete or rename the given directory ↵ | Tim | 2011-08-01 | 1 | -72/+21 | |
| | | | | based on the given option. | |||||
* | Merge remote branch 'upstream/master' | Tim | 2011-08-01 | 1 | -19/+10 | |
| | ||||||
* | Renamed project and package com.gluster.storage.management.server to ↵ | Shireesh Anjal | 2011-08-01 | 48 | -0/+7317 | |
com.gluster.storage.management.gateway |