| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Renamed project and package com.gluster.storage.management.server to ↵ | Shireesh Anjal | 2011-08-01 | 48 | -7317/+0 |
| | | | | | com.gluster.storage.management.gateway | ||||
| * | Merge branch 'master' of github.com:TimothyAsir/console into tim | Shireesh Anjal | 2011-07-31 | 3 | -155/+0 |
| |\ | |||||
| | * | Added add_user_cifs_all.py, delete_user_cifs_all.py, grun.py | Tim | 2011-07-31 | 3 | -155/+0 |
| | | | | | | | | | | | | | Removed Common.py. Functions from Common.py are moved to Utils.py Updated Globals.py with web server url, gluster backend configuration folder | ||||
| * | | Renamed project and package com.gluster.storage.management.server to ↵ | Shireesh Anjal | 2011-07-31 | 2 | -2/+2 |
| |/ | | | | com.gluster.storage.management.gateway | ||||
| * | Added functionalities to support CIFS. | Tim | 2011-07-29 | 13 | -1/+473 |
| | | | | | | | | | Added add_user_cifs.py, add_user_cifs_all.py, create_volume_cifs.py Added delete_user_cifs.py, delete_user_cifs_all.py, delete_volume_cifs.py, grun.py Added modify_volume_cifs.py, setup_cifs_config.py, start_volume_cifs.py, stop_volume_cifs.py | ||||
| * | Bug fixed in rrd network usage | Tim | 2011-07-29 | 2 | -15/+24 |
| | | |||||
| * | Fixed bug while resolving server ip address. | Tim | 2011-07-29 | 1 | -3/+12 |
| | | | | | Fixed KeyError bug in NetworkUtils.py at line number 316 | ||||
| * | Added function to get ipaddress, netmask and gateway in case of DHCP is used | Tim | 2011-07-28 | 1 | -12/+30 |
| | | |||||
| * | Updated format_device.py to throw exception while trying format device in ↵ | Tim | 2011-07-27 | 2 | -5/+12 |
| | | | | | AMI instance. | ||||
| * | Added function to get average cpu usage and fixed bug in getCpuUsageAvg() ↵ | Tim | 2011-07-26 | 2 | -28/+23 |
| | | | | | function | ||||
| * | Fixed bug in updating and fetching rrd network details | Tim | 2011-07-23 | 2 | -3/+3 |
| | | |||||
| * | Fixed error in AMI from get_server_details.py | Tim | 2011-07-22 | 1 | -0/+1 |
| | | | | | Error: UnboundLocalError: local variable 'used' referenced before assignment. | ||||
| * | Merge pull request #140 from Selvasundaram/master | Shireesh Anjal | 2011-07-22 | 1 | -2/+0 |
| |\ | | | | | get server status script bug fix | ||||
| | * | get server status script bug fix | Selvasundaram | 2011-07-22 | 1 | -2/+0 |
| | | | |||||
| * | | Updated server status based on glusterd running status | Tim | 2011-07-22 | 1 | -6/+8 |
| |/ | |||||
| * | Volume brick status feature and alerts message enhancement | Selvasundaram | 2011-07-22 | 1 | -1/+1 |
| | | |||||
| * | Bug fixed to get mount point and disk status as HAL does not provide disk ↵ | Tim | 2011-07-21 | 1 | -2/+33 |
| | | | | | | | details in some conditions Added function getMounts into DiskUtils.py | ||||
| * | Added buffer memory usage into rrdtool xport | Tim | 2011-07-21 | 2 | -18/+14 |
| | | | | | Calculated total as sum of free + used - buffer - cache | ||||
| * | get_brick_status.py and get_server_status.py return status as string to stdout. | Bala.FA | 2011-07-21 | 2 | -13/+7 |
| | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Added functionalities to return disk details for AMI instance | Tim | 2011-07-20 | 1 | -15/+56 |
| | | | | | Fixed bugs on multiple raid disk listing and raid disk status | ||||
| * | Added get_brick_status.py provides brick status. Added get_server_status.py ↵ | Bala.FA | 2011-07-20 | 2 | -0/+70 |
| | | | | | | | privides server status. Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Updated DiskUtils.py to return disk partition as INITIALIZED if the device ↵ | Tim | 2011-07-19 | 2 | -15/+4 |
| | | | | | | | is mounted properly Updated gluster_provision_block_wrapper.py to run udevtrigger once the device is formated. | ||||
| * | Removed subprocess.popen and used fork method to execute background tasks. | Tim | 2011-07-15 | 2 | -6/+12 |
| | | |||||
| * | Updated partition type as swap if the fs-type shown by HAL is swap | Tim | 2011-07-15 | 1 | -0/+3 |
| | | |||||
| * | Added get_rrd_net_details.py to be used to get rrd data of given network device. | Bala.FA | 2011-07-13 | 1 | -0/+52 |
| | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Added rrd_net.pl to be used to update individual network device rrd files. | Bala.FA | 2011-07-13 | 1 | -0/+73 |
| | | | | | Signed-off-by: Bala.FA <bala@gluster.com> | ||||
| * | Added rrd_cpu.pl, rrd_mem.pl files | Tim | 2011-07-13 | 4 | -22/+240 |
| | | | | | | | Added get_rrd_memory_details.py to get memory usage xml data from RRD Added get_rrd_cpu_details.py to get cpu usage xml data from RRD | ||||
| * | Bug fixed: Updated root disk status as "INITIALIZED" if it has any partition | Tim | 2011-07-11 | 1 | -15/+36 |
| | | |||||
| * | Added few more tag into raid disk details, Wrapped disk details for raid ↵ | Tim | 2011-07-08 | 4 | -73/+135 |
| | | | | | | | | | | | | | | | partitions Added format status, disk type, file system type, mount point, space in use and interface tags for raid disks. Updated disk type to return DATA/BOOT/SWAP/UNKNOWN Updated disk status to return INITIALIZED/UNINITIALIZED/INITIALIZING/IO_ERROR Removed interface tag for partition Fixed few bugs in get_format_device_status.py, gluster_provision_block_wrapper.py | ||||
| * | Bug fixed: Initialized used variable before its used. | Tim | 2011-07-07 | 14 | -113/+101 |
| | | | | | Merge branch 'master' of github.com:TimothyAsir/console | ||||
| * | Added format_device.py get_format_device_status.py ↵ | Tim | 2011-07-07 | 3 | -0/+317 |
| |\ | | | | | | | | | | | gluster_provision_block_wrapper.py files Merge branch 'master' of github.com:TimothyAsir/console | ||||
| | * | Updated DiskUtils with raid disk details and review changes. | Tim | 2011-07-06 | 2 | -31/+14 |
| | | | |||||
| * | | Updated DiskUtils with raid disk details and review changes. | Tim | 2011-07-07 | 2 | -31/+14 |
| |/ | | | | | | Added functionalities for format device Moved stripEmptyLines, log functions into Utils.py | ||||
| * | Updated DiskUtils with raid disk details and review changes | Tim | 2011-07-06 | 3 | -63/+760 |
| | | |||||
| * | Merge remote branch 'upstream/master' | Tim | 2011-07-01 | 1 | -23/+17 |
| |\ | |||||
| | * | Fixed XML format of the log messages response | Shireesh Anjal | 2011-06-28 | 1 | -5/+9 |
| | | | |||||
| | * | REST API enhancements | Shireesh Anjal | 2011-06-27 | 1 | -24/+14 |
| | | | |||||
| * | | Updated get_server_details.py to provide raid disk details. | Tim | 2011-07-01 | 2 | -0/+164 |
| |\| | | | | | | | Merge remote branch 'upstream/master' | ||||
| * | | Added functionalities to get partition details into get_server_details.py | Tim | 2011-06-22 | 2 | -58/+135 |
| |/ | |||||
| * | Bug fixed: Changed the function signature into camel case. | Tim | 2011-06-16 | 1 | -1/+1 |
| | | |||||
| * | Merge remote branch 'upstream/master' | Tim | 2011-06-15 | 1 | -1/+1 |
| |\ | | | | | | | | | Conflicts: src/com.gluster.storage.management.server.scripts/src/get_server_details.py | ||||
| | * | Server Disk view issue fix | Dhandapani | 2011-06-14 | 1 | -1/+2 |
| | | | |||||
| * | | Enhanced DiskUtils.py, Utils.py, get_server_details.py, ↵ | Tim | 2011-06-15 | 4 | -122/+125 |
| |/ | | | | | | | | | | multicast_response.py files. Updated disk functionalities to return size in MB to provide higher resolution. Done some code cleanup in DiskUtils.py, Utils.py, get_server_details.py files. Updated vmware-discover-servers.py, multicast_response.py to exchange request server time as a key identifier. | ||||
| * | SSL communication between console and gateway | Shireesh Anjal | 2011-06-09 | 1 | -1/+1 |
| | | |||||
| * | Updated clear_volume_directory.py based on requirement changes | Tim | 2011-06-09 | 2 | -17/+30 |
| | | | | | Updated function to clear volume directory using disk mount point and volume name | ||||
| * | Merge remote branch 'upstream/master' | Tim | 2011-06-09 | 1 | -0/+30 |
| |\ | |||||
| | * | Design changes - introducing cluster-server mapping on gateway | Shireesh Anjal | 2011-06-03 | 1 | -0/+30 |
| | | | |||||
| * | | Bug fixed in vmware-discover-servers.py. Added timestamp to check recent ↵ | Tim | 2011-06-09 | 1 | -1/+2 |
| |/ | | | | response. | ||||
| * | Updated get_server_details.py to refresh HAL to get all the disk details ↵ | Tim | 2011-06-03 | 1 | -1/+9 |
| | | | | | includes dynamically added disk. | ||||
| * | Added functionalities to get and update cpu details into rrd | Tim | 2011-06-03 | 2 | -0/+149 |
| | | | | | Added get_rrd_cpu_details.py, rrd_update_cpu_details.py | ||||
