summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-server-ha.ocf
Commit message (Expand)AuthorAgeFilesLines
* Move all release handling bits to rabbitmq-releaseJean-Sébastien Pédron2016-09-211-2328/+0
* Fix stdout/stderr redirectsBogdan Dobrelya2016-09-161-8/+8
* [OCF HA] Delete Mnesia schema on mnesia resetDmitry Mescheryakov2016-09-071-1/+13
* [OCF HA] Do not suggest to run the second monitor actionDmitry Mescheryakov2016-09-061-1/+0
* Allow node_health_check retries in OCF HA scriptAlexey Lebedeff2016-08-261-1/+1
* Perform partition checks from OCF HA scriptAlexey Lebedeff2016-08-261-1/+36
* Monitor rabbitmq from OCF with less overheadAlexey Lebedeff2016-08-231-22/+110
* [OCF HA] Enhance split-brain detection logicDmitry Mescheryakov2016-08-221-56/+64
* [OCF HA] Rank master score based on start timeDmitry Mescheryakov2016-08-221-166/+48
* [OCF HA] Add ocf_get_private_attr function to RabbitMQ OCF scriptDmitry Mescheryakov2016-08-181-10/+15
* Fix bashisms in rabbitmq OCF RABogdan Dobrelya2016-08-181-4/+4
* Update iptables calls with --waitAlex Schultz2016-08-151-4/+4
* Fix bashisms in OCF HA scriptAlexey Lebedeff2016-06-081-7/+7
* Check cluster_status liveness during OCF checksAlexey Lebedeff2016-06-031-3/+40
* Private attributes usage in rabbitmq scriptLiubov Efremova2016-05-121-9/+9
* Stop process when rabbit is running but is not connected to master.Bogdan Dobrelya2016-04-201-0/+1
* Stop a rabbitmq pacemaker resource when monitor failsBogdan Dobrelya2016-04-071-0/+1
* Fix half-hearted attempt to erase mnesia in OCF RAAlexey Lebedeff2016-04-041-2/+2
* Put the RabbitMQ OCF RA policy to /usr/sbinBogdan Dobrelya2016-03-241-4/+13
* Revert "Private attributes usage in rabbitmq script"Bogdan Dobrelya2016-03-111-9/+9
* Merge pull request #653 from dmitrymex/log-pidMichael Klishin2016-03-071-4/+5
|\
| * [OCF HA] Log process id in RabbitMQ OCF scriptDmitry Mescheryakov2016-02-251-4/+5
* | [OCF HA] On neighbor promotion do nothing if we are already clusteredDmitry Mescheryakov2016-02-291-15/+31
* | [OCF HA] Do not check cluster health if master is not electedDmitry Mescheryakov2016-02-261-41/+47
|/
* [OCF HA] Increase tolerable number of rabbitmqctl timeoutsDmitry Mescheryakov2016-02-251-1/+1
* Merge pull request #639 from lefremova/stableMichael Klishin2016-02-191-9/+9
|\
| * Private attributes usage in rabbitmq scriptLiubov Efremova2016-02-191-9/+9
* | Exit waiting loop once node has unjoinedDmitry Mescheryakov2016-02-161-0/+2
|/
* Fix action_stop for the rabbit OCFBogdan Dobrelya2016-02-041-15/+25
* Streamline checking for cluster partitioningDmitry Mescheryakov2016-02-031-23/+21
* Fix cluster membership check for running masterBogdan Dobrelya2016-02-021-0/+5
* Fix uninitialized status_masterBogdan Dobrelya2016-02-021-0/+1
* Suppress curl progress indicator in rabbit OCFAlexey Lebedeff2016-02-021-1/+1
* Fix usage of uninitialized variable in OCF scriptAlexey Lebedeff2016-01-211-1/+1
* Merge pull request #563 from binarin/rabbitmq-server-ocf-list-channels-diagno...Michael Klishin2016-01-211-0/+109
|\
| * Improve 'list_channels' diagnostics in OCFAlexey Lebedeff2016-01-201-1/+1
| * Improve rabbitmq OCF script diagnosticsAlexey Lebedeff2016-01-201-0/+109
* | Reset master score if we decide to restart RabbitMQ on timeoutDmitry Mescheryakov2016-01-191-0/+3
|/
* Add optional prefix for RabbitMQ node FQDNsKyrylo Galanov2016-01-181-4/+17
* Fix rabbitMQ OCF monitor detection of running masterBogdan Dobrelya2016-01-141-18/+24
* Fix get_status, action_stop, proc_stop then beam's unresponsiveBogdan Dobrelya2016-01-111-29/+56
* Fix proc_kill then there is no pid foundBogdan Dobrelya2016-01-111-14/+21
* Syntax and local vars usage fixes to OCF HABogdan Dobrelya2016-01-111-26/+18
* Remove unneeded sleep for a graceful stop by PIDBogdan Dobrelya2016-01-071-6/+2
* Ensure rabbit node uptime is reset in the CIB for OCF resourceBogdan Dobrelya2015-12-311-20/+39
* Fix stop conditions for the rabbit OCF resourceBogdan Dobrelya2015-12-301-50/+195
* Merge branch 'stable'Jean-Sébastien Pédron2015-12-141-1/+1
* Merge branch 'stable'Michael Klishin2015-12-091-5/+14
* Add host_ip fieldMatthew Mosesohn2015-11-161-1/+10
* Merge pull request #411 from binarin/rabbitmq-server-ocf-idempotent-cookieMichael Klishin2015-11-091-2/+15
|\