mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
Pacemaker is an advanced, scalable High-Availability cluster resource manager for Linux-HA (Heartbeat) and/or Corosync. It supports "n-node" clusters with significant capabilities for managing resources and dependencies. It will run scripts at initialization, when machines go up or down, when related resources fail and can be configured to periodically check resource health. PR: 208221 Submitted by: David Shane Holden <dpejesh@yahoo.com>
11 lines
291 B
C
11 lines
291 B
C
--- crmd/throttle.c.orig 2016-01-14 21:43:08 UTC
|
|
+++ crmd/throttle.c
|
|
@@ -389,7 +389,7 @@ throttle_mode(void)
|
|
unsigned int blocked = 0;
|
|
enum throttle_state_e mode = throttle_none;
|
|
|
|
-#ifdef ON_SOLARIS
|
|
+#if defined(ON_BSD) || defined(ON_SOLARIS)
|
|
return throttle_none;
|
|
#endif
|
|
|