summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.server.scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added functionalities to fetch network model and speed.Tim2011-05-202-2/+28
|
* Updated getServerDetails function to provide mount point details.Tim2011-05-182-3/+10
| | | | File GetServerDetails.py is renamed to get_server_details.py
* Updated NetworkUtils.py to fetch network device name using /sys/class/net/ pathTim2011-05-111-9/+14
|
* Added functionalities to get server details.Tim2011-05-112-0/+328
| | | | | | | | Added functionalities to get server network details. Added GetServerDetails.py file Added Disk.py file
* Story #42 - Volume logs downloadShireesh Anjal2011-05-042-8/+154
|
* Enhanced clear volume directory function to delete volume directory based on ↵Tim2011-04-291-10/+12
| | | | | | | | the given option. -d/--delete can be used to delete forcefully directory will be renamed if there is no option given
* Updated clear volume directory function to delete volume directory based on ↵Tim2011-04-291-2/+4
| | | | | | | | the given option. -d/--delete can be used to delete forcefully directory will be renamed if there is no option given
* Updated clear volume directory function to delete or rename directory based ↵Tim2011-04-291-6/+27
| | | | on the given option.
* Merge remote branch 'upstream/master'Tim2011-04-294-0/+1101
|\
| * Merge branch 'master' of github.com:gluster/consoleShireesh Anjal2011-04-282-0/+69
| |\
| * | Story#34 - Volume logsShireesh Anjal2011-04-284-0/+1101
| | |
* | | Updated multicast_response.py to response only if the server is not part of ↵Tim2011-04-291-0/+19
| |/ |/| | | | | peer list.
* | Added function to get disk name by the given directory pathTim2011-04-282-0/+69
|/ | | | Renamed get-disk-mount-point.py into get_disk_mount_point.py
* Added get-disk-mount-point.py file to get disk mount point of a given pathTim2011-04-263-0/+130
| | | | Added readFsTab function into DiskUtils.py to read /etc/fstab entries
* Enhanced utils.py, added extra validation in create_volume_directory.pyTim2011-04-133-36/+25
| | | | | | Removed log function from utils.py Returns volume directory path into message tag along with status code as per the ui requirement
* Added clear volume directory function and bug fixed.Tim2011-04-112-1/+70
| | | | | | Added clear_volume_directory.py file fixed invalid syntax error in create_volume_directory.py file Renamed CreateVolumeExportDirectory.py into create_volume_directory.py
* Enhanced create volume directory functionalities.Tim2011-04-084-24/+244
| | | | | | Added DiskUtils.py file Bug fixed in XmlHandler.py file Moved stripEmptyLines function into Common.py file.
* Volume re-export directory creation task in remote serversDhandapani2011-04-072-1/+52
|
* Remote execution of scripts on peer machines from management serverShireesh Anjal2011-03-292-2/+201
|