Revisions of pacemaker

Tim Serong's avatar Tim Serong (tserong) committed (revision 18)
- Upgrade to 1.1.6.
- PE: Demote from Master does not clear previous errors
- crmd: Prevent secondary DC fencing resulting from CIB updates
  that are lost due to elections
- crmd: Log duplicate DC detection as a WARNING not ERROR
- crmd: Bug lf#2632 - Correctly handle nodes that return faster
  than stonith
- Core: Treat GNUTLS_E_UNEXPECTED_PACKET_LENGTH as normal
  termination of a TLS session
- cib: Call gnutls_bye() and shutdown() when disconnecting from
  remote TLS connections
- cib: Remove disconnected remote connections from mainloop
- cib: Attempt a graceful sign-off for remote TLS connections
- Core: Ensure there is sufficient space for EOS when building
  short-form option strings (prevents segfault)
- Core: Fix variable expansion in pkg-config files
- PE: Resolve memory leak reported by valgrind
- PE: Fix memory leak for re-allocated resources reported by
  valgrind
- PE: Improve the merging with template's operations
- crmd: Allow nodes to fence themselves if they're the last one
  standing (lf#2584)
- stonith: Add an API call for listing installed agents
- stonith: Allow the fencing history to be queried
- stonith: Ensure completed operations are recorded as such in
  the history
- stonith: Support --quiet to display just the seconds since
  epoch at which a node was last shot
- stonith: Serialize actions for a given device
- stonith: Add missing entries to stonith_error2string() (missing
buildservice-autocommit accepted request 78087 from Tim Serong's avatar Tim Serong (tserong) (revision 17)
auto commit by copy to link target
Tim Serong's avatar Tim Serong (tserong) committed (revision 16)
- Fix rpmlint non-ghost-in-var-run check (bnc#710272)
buildservice-autocommit accepted request 60420 from Tim Serong's avatar Tim Serong (tserong) (revision 15)
auto commit by copy to link target
Tim Serong's avatar Tim Serong (tserong) committed (revision 14)
- PE: Consolidate logging for resources active on multiple nodes
- PE: More accurate logging of restarts and recovery for master/slave
  resources
- PE: target-role alone is not sufficient to promote resources (lf#2544)
- ais: Ensure that process death is communicated to peer nodes (lf#2550)
- PE: Certain stop operations require STONITH, could overload the
  batch-limit otherwise (lf#2551, bnc#669229)
- Shell: Do not print XML for permission denied errors
- ACL: Support access control on "cleanup"
- crmd: Cancel recurring operations while we're still connected to the
  lrmd
- crmd: Suppress an ERROR by teaching fsa_action2string() about complex
  actions
- crmd: ACL: Prohibit non-privileged users to "fail" resources
- Core: Do not store last-run for recurring operations, since it is
  misleading
- Doc: Add ACL documentation
- Upstream version cs: ecb6baaf7fc0
Tim Serong's avatar Tim Serong (tserong) committed (revision 13)
- Upgrade from 1.1.2.1 to 1.1.5.
buildservice-autocommit accepted request 54302 from Coly Li's avatar Coly Li (colyli) (revision 12)
auto commit by copy to link target
Tim Serong's avatar Tim Serong (tserong) committed (revision 10)
- cib: Allow backup files to proceed after wrap-around (bnc#630322)
- Upstream version cs: dfc6b2561373

- stonith-ng: record exit code and log output for failed port list query
  (bnc#625594)
- Upstream version cs: 0db65fda4b15

- Shell: print error if a resource is not found in stop/start/manage
  (bnc#627757)
- PE: Fix memory leak when unpacking recurring operations
- PE: Fix potential use-of-NULL when calculating the set of required
  actions
- Shell: set shadow directory properly (bnc#626638)
- Core: Enable coredumps properly for MCP and AIS plugin (lf#2463)
- Upstream version cs: 61360150595d

- crmd: Prevent everyone from losing DC elections by correctly
  initializing all relevant variables
- crmd: Ensure we activate the DC timer if we detect an alternate DC
- PE: Wait until stonith is available, don't fall back to shutdown for
  nodes requesting termination
- Upstream version cs: e0d731c2b1be

- PE: Correctly order clone startup after group/clone start
- stonith-ng: pass the configuration to the stonith program via
  environment variables; requires cluster-glue >= 1.0.6 (bnc#620781,
  CVE-2010-2496)
- Logging improvements.
- Upstream version cs: f9fbf97b0ce8

- Shell: allow adding force parameter to resource migrate
- Shell: add the actions option to configure ptest (lf#2360)
- Shell: test early for duplicate elements in edit (bnc#620460)
- Shell: Use crm_attribute directly instead of the deprecated
  crm_standby and crm_failcount wrappers
- PE: Correctly detect when there is a real failcount that expired and
  needs to be cleared
- PE: Avoid creating invalid ordering constraints for probes that aren't
  needed
- PE: Include the prefix for clone children when printing the clone
- PE: Bug lf#2453 - Enforce clone ordering in the absense of colocation
  constraints (lf#2453, bnc#619581)
- crmd: Only log the failcount op if something is wrong
- crmd: Base DC election on process relative uptime
- crmd: Make sure we always poke the FSA after a transition to clear any
  TE_HALT actions
- crmd:  Make sure the membership cache is accurate after a sucessful
  fencing operation
- crmd: All nodes should see status updates, not just the DC
- stonith-ng: Advertise stonith-ng options in the metadata
- Core: Correctly unpack HA_Messages containing multiple entries with
  the same name
- ais: Sign everyone up for peer process updates, not just the crmd
- ais: Move the code for finding uid before the fork so that the child
  does no logging
- Upstream version cs: e9b2f255a20e

- PE: Fail unmanaged resources should not prevent other services from shutting down (lf#1959)
- crmd: Handle asynchronous notification of resource deletion events (lf#2439)
- Shell: add support for classes to the providers command
- crmd: Pass in the correct result when processing synchronous resource deletion operations
- ais: Fix unterminated recursion in init_ais_connection()
- Tools: Make sure crm_resource waits for the completion of crmd operations it sent
- stonith: Support the poweron/poweroff actions (bnc#618798)
- stonith: Map poweron/poweroff back to on/off expected by the stonith
  tool from cluster-glue (bnc#618798)
- PE: Correctly handle pseudo action creation
- Tools: crm_node - Enable the -A parameter, the short form of --openais
- CLI: report bad ISO8601 duration specifiers (bnc#618808)
- crmd: Fix assertion failure when performing async resource failures
- crmd: Include the action for crm graph operations
- crmd: Allow non-DC nodes to clear failcounts too and tidy up logging
- Fix some valgrind reported leaks.
- Upstream version cs: ea6cdd9d9613
  properly (lf#2422, bnc#607125)
- Tools: Depreciate the 'pingd' daemon and resource agent in favor of
  ocf:pacemaker:ping
Tim Serong's avatar Tim Serong (tserong) committed (revision 9)
- Explicitly require libglue2 to avoid potential conflict with
  libheartbeat2 (bnc#628243)
Tim Serong's avatar Tim Serong (tserong) committed (revision 8)
Drop local source now that _link to openSUSE:Factory is in place
Tim Serong's avatar Tim Serong (tserong) committed (revision 7)
Tim Serong's avatar Tim Serong (tserong) committed (revision 6)
Zero Release tag
Tim Serong's avatar Tim Serong (tserong) committed (revision 5)
osc copypac from project:network:ha-clustering package:pacemaker revision:2
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 4)
converted link to branch
autobuild's avatar autobuild committed (revision 3)
checked in
Andrew Beekhof's avatar Andrew Beekhof (beekhof) committed (revision 2)
Copy from home:a_jaeger:branches:openSUSE:Factory/pacemaker via accept of submit request 15901
Request was accepted with message:
reviewed ok.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 1)
Displaying revisions 381 - 398 of 398
openSUSE Build Service is sponsored by