summaryrefslogtreecommitdiffstats
path: root/libs/utils/glusterutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Geo-replication library and gluster installation.HEADmasterVijaykumar2012-03-141-0/+149
| | | | | | | | | | | | | * Geo-replication library function in glusterutils * A new section in configuration file for geo-rep * In gluster installation , changing libexecdir to /usr/local/libexec in configuration. * Removed some unwanted code. * handling to have a geo-rep session locally also. Change-Id: Ifcf00b73ed933077640113ce0528b39bdad55999 Signed-off-by: Vijaykumar <vkoppad@redhat.com> Signed-off-by: root <root@vostro.(none)>
* Changing the return value of all the libraries. The libraries will return a ↵Shwetha-H-Panduranga2012-02-061-540/+348
| | | | | | | dictionary with 'exitstatus', 'stdoutdata', 'stderrdata' as keys. The value of 'exitstatus' is the exit status of the command execution. The 'stdoutdata' contains data written to the stdout during command execution. The 'stderrdata' contains data written to stderr during command execution. Change-Id: Ib04062ab34ddf6cf1d8bde07716c4a3be1800ec5 Signed-off-by: Shwetha-H-Panduranga <shwetha@gluster.com>
* Adding new library to stop a volume's brickShwetha-H-Panduranga2012-01-301-0/+66
| | | | | | | | | | Change-Id: I6045f4f5510a2ea087592a7af57767db0be4064c Signed-off-by: Shwetha-H-Panduranga <shwetha@gluster.com> Adding an argument signal for specifying the signal type for the kill command Change-Id: Ief94944fa7ed9ae6f2b764a542d61769a601b044 Signed-off-by: Shwetha-H-Panduranga <shwetha@gluster.com>
* library functions: remove-brick, quota, profileVijaykumar2012-01-191-82/+306
| | | | | | | | top, log rotate, replace-brick and testenv function (removeBricksFromVolume). Change-Id: I6593f831e5002bd077eee0ce8bf6a8c5aca18ba5 Signed-off-by: Vijaykumar <vkoppad@redhat.com>
* Changing the function assert_success and assert_failure in atfutils to take ↵Shwetha-H-Panduranga2011-12-211-19/+19
| | | | exit_status as argument. Hence refelecting the changes in all files which used the functions
* Adding new argument 'operation' for the function volume_replacebrick to ↵Shwetha-H-Panduranga2011-12-211-5/+5
| | | | specify what operation to be performed
* Changes made to volume info. This is to support multiple 'volumetypes' and ↵Shwetha-H-Panduranga2011-12-131-4/+12
| | | | counts
* Changes to logger class, Using the logger class in the framework, adding new ↵Shwetha-H-Panduranga2011-12-121-77/+133
| | | | global values, Changes made to argument parser, testruninfo
* Renaming DirectoriesShwetha-H-Panduranga2011-12-071-0/+644