summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.server.scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in updating and fetching rrd network detailsTim2011-07-232-3/+3
|
* Fixed error in AMI from get_server_details.pyTim2011-07-221-0/+1
| | | | Error: UnboundLocalError: local variable 'used' referenced before assignment.
* Merge pull request #140 from Selvasundaram/masterShireesh Anjal2011-07-221-2/+0
|\ | | | | get server status script bug fix
| * get server status script bug fixSelvasundaram2011-07-221-2/+0
| |
* | Updated server status based on glusterd running statusTim2011-07-221-6/+8
|/
* Volume brick status feature and alerts message enhancementSelvasundaram2011-07-221-1/+1
|
* Bug fixed to get mount point and disk status as HAL does not provide disk ↵Tim2011-07-211-2/+33
| | | | | | details in some conditions Added function getMounts into DiskUtils.py
* Added buffer memory usage into rrdtool xportTim2011-07-212-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.FA2011-07-212-13/+7
| | | | Signed-off-by: Bala.FA <bala@gluster.com>
* Added functionalities to return disk details for AMI instanceTim2011-07-201-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.FA2011-07-202-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 ↵Tim2011-07-192-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.Tim2011-07-152-6/+12
|
* Updated partition type as swap if the fs-type shown by HAL is swapTim2011-07-151-0/+3
|
* Added get_rrd_net_details.py to be used to get rrd data of given network device.Bala.FA2011-07-131-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.FA2011-07-131-0/+73
| | | | Signed-off-by: Bala.FA <bala@gluster.com>
* Added rrd_cpu.pl, rrd_mem.pl filesTim2011-07-134-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 partitionTim2011-07-111-15/+36
|
* Added few more tag into raid disk details, Wrapped disk details for raid ↵Tim2011-07-084-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.Tim2011-07-0714-113/+101
| | | | Merge branch 'master' of github.com:TimothyAsir/console
* Added format_device.py get_format_device_status.py ↵Tim2011-07-073-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.Tim2011-07-062-31/+14
| |
* | Updated DiskUtils with raid disk details and review changes.Tim2011-07-072-31/+14
|/ | | | | | Added functionalities for format device Moved stripEmptyLines, log functions into Utils.py
* Updated DiskUtils with raid disk details and review changesTim2011-07-063-63/+760
|
* Merge remote branch 'upstream/master'Tim2011-07-011-23/+17
|\
| * Fixed XML format of the log messages responseShireesh Anjal2011-06-281-5/+9
| |
| * REST API enhancementsShireesh Anjal2011-06-271-24/+14
| |
* | Updated get_server_details.py to provide raid disk details.Tim2011-07-012-0/+164
|\| | | | | | | Merge remote branch 'upstream/master'
* | Added functionalities to get partition details into get_server_details.pyTim2011-06-222-58/+135
|/
* Bug fixed: Changed the function signature into camel case.Tim2011-06-161-1/+1
|
* Merge remote branch 'upstream/master'Tim2011-06-151-1/+1
|\ | | | | | | | | Conflicts: src/com.gluster.storage.management.server.scripts/src/get_server_details.py
| * Server Disk view issue fixDhandapani2011-06-141-1/+2
| |
* | Enhanced DiskUtils.py, Utils.py, get_server_details.py, ↵Tim2011-06-154-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 gatewayShireesh Anjal2011-06-091-1/+1
|
* Updated clear_volume_directory.py based on requirement changesTim2011-06-092-17/+30
| | | | Updated function to clear volume directory using disk mount point and volume name
* Merge remote branch 'upstream/master'Tim2011-06-091-0/+30
|\
| * Design changes - introducing cluster-server mapping on gatewayShireesh Anjal2011-06-031-0/+30
| |
* | Bug fixed in vmware-discover-servers.py. Added timestamp to check recent ↵Tim2011-06-091-1/+2
|/ | | | response.
* Updated get_server_details.py to refresh HAL to get all the disk details ↵Tim2011-06-031-1/+9
| | | | includes dynamically added disk.
* Added functionalities to get and update cpu details into rrdTim2011-06-032-0/+149
| | | | Added get_rrd_cpu_details.py, rrd_update_cpu_details.py
* Updated get_server_details.py to return disk size in GiB.Tim2011-06-031-4/+4
|
* Enhanced multicast_response.py and Fixed to many files open error.Tim2011-06-032-8/+7
|
* Bug fixed: Updated multicast_response.py to check the server is in peer ↵Tim2011-06-011-1/+2
| | | | using gluster peer status message.
* Introduced server discovery script in server projectShireesh Anjal2011-06-011-83/+0
|
* Added get_rrd_memory_details.py file to get memory details from rrd.Tim2011-06-011-0/+59
|
* Updated get_server_details.py to support --only-data-disks option.Tim2011-06-011-2/+15
| | | | | | Will return only the data disks (exclude other disks) and other h/w details if --only-data-disks option is given Will return all h/w details by default
* Added rrd_update_memory_details.py to update memory details into rrdTim2011-05-302-0/+176
|
* Removed nodes, common, server folders and moved the python files to ↵Tim2011-05-3033-1180/+0
| | | | com.gluster.storage.management.server.script directory
* Return server details as unformated string.Tim2011-05-303-1/+1
| | | | Removed xml string formatting to avoid new-line character
* Updated get server detail function to fetch uninitialized disk details.Tim2011-05-232-1/+28
|