summaryrefslogtreecommitdiffstats
path: root/helper_scrips
Commit message (Collapse)AuthorAgeFilesLines
* helper_scripts: changes in probe script abd detach script is addedRaghavendra Bhat2011-12-222-5/+44
| | | | | | | Some minor changes in the probe script (change in the function names) and detach script is added to detach the peers in the cluster. Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
* helper_scripts/install_glusterfs_rpm: script to install glusterfs rpm ↵Raghavendra Bhat2011-10-133-12/+98
| | | | | | | | | parallely on multiple machines installs the glusterfs rpm of specified version (can upgrade too depending upon the arguments), on multiple machines parallely. And also some changes to the rpm installing script helper_scripts/rpm_download_install.
* helper_scripts/rpm_download_install: script which downloads and installs ↵Raghavendra Bhat2011-10-101-0/+152
| | | | | | | glusterfs rpms This script not only installs the qa releases but also installs the main releases also. Can be even upgraded by giving option "yes".
* helper_scripts/glusterfs_uninstall: scripts for uninstalling glusterfsRaghavendra Bhat2011-10-073-0/+116
| | | | | scripts which uninstalls glusterfs on the local machine and on a set of machines.
* helper_scripts/install_parallel_glusterfs: script to install the glusterfs ↵Raghavendra Bhat2011-09-262-1/+67
| | | | | | | | | | simultaneously on multiple machines This scripts looks into a file to know the IP address of the machines where glusterfs has to be installed. Then executes the download_and_install.sh script on all the machines. It is assumed that download_and_install.sh script is available on all the machines. glusterfs version is given as the argument.
* helper_scripts/download_and_install: allow beta releases to be downloaded, ↵Raghavendra Bhat2011-09-221-0/+3
| | | | build with DEBUG
* some helper scripts for glusterfs installation and setupRaghavendra Bhat2011-09-139-0/+562