summaryrefslogtreecommitdiffstats
path: root/manifests/volume/ping.pp
Commit message (Collapse)AuthorAgeFilesLines
* Pull operating system specific data from yaml files.James Shubin2014-05-071-1/+4
| | | | This patch includes package names.
* Module needs a better description.James Shubin2013-10-101-1/+1
| | | | | | | While the module can still be used in a simple way: * It is pretty complicated at this point. It does some advanced stuff. * I wanted to avoid confusion with gluster::simple which is coming soon.
* Add proper ping/status checks before volume creation.James Shubin2013-09-071-0/+25
This adds proper (optional) ping checks with fping and gluster peer status checks to ensure the peer are available before a volume create command. This required rewriting of the xml.py hack which helps puppet interface with the xml formatted gluster cli output. In addition, downstream commands such as volume::property gained checks to ensure the volume was present beforehand. While it is not obvious, it should be noted that because of the distributed nature of glusterfs, more than one puppet run will be required for complete deployment. With these patches, individual runs shouldn't ever end in temporary error as they used too.