Page MenuHomeClusterLabs Projects
Feed Advanced Search

Apr 8 2022

kgaillot committed rP871e2201d925: Refactor: scheduler: add expected node to primitive variant data (authored by kgaillot).
Refactor: scheduler: add expected node to primitive variant data
Apr 8 2022, 12:55 PM
kgaillot committed rPd747273bc28a: Feature: libcrmcommon: bump feature set for multiple-active=stop_unexpected (authored by kgaillot).
Feature: libcrmcommon: bump feature set for multiple-active=stop_unexpected
Apr 8 2022, 12:55 PM
kgaillot committed rP0e4e17e972f1: Feature: scheduler: implement multiple-active=stop_unexpected (authored by kgaillot).
Feature: scheduler: implement multiple-active=stop_unexpected
Apr 8 2022, 12:55 PM
kgaillot committed rPabe0ee0c92aa: Doc: Pacemaker Explained: document multiple-active=stop_unexpected (authored by kgaillot).
Doc: Pacemaker Explained: document multiple-active=stop_unexpected
Apr 8 2022, 12:55 PM
kgaillot committed rP8a0a16c8ed72: Test: cts-scheduler: add test for multiple-active=stop_unexpected (authored by kgaillot).
Test: cts-scheduler: add test for multiple-active=stop_unexpected
Apr 8 2022, 12:55 PM

Apr 7 2022

kgaillot committed rP3a31b70daaae: Refactor: all: use constants for node-health-related cluster options (authored by kgaillot).
Refactor: all: use constants for node-health-related cluster options
Apr 7 2022, 11:41 AM
kgaillot committed rP4cbd3bdc6cba: Refactor: libcrmcommon: put environment variable constants together (authored by kgaillot).
Refactor: libcrmcommon: put environment variable constants together
Apr 7 2022, 11:41 AM
kgaillot committed rPce8972f232a4: Refactor: all: use constants for node-health-related option values (authored by kgaillot).
Refactor: all: use constants for node-health-related option values
Apr 7 2022, 11:41 AM
kgaillot committed rP7c9b74b33d13: Refactor: libcrmcommon: add enum and parser for node health strategy (authored by kgaillot).
Refactor: libcrmcommon: add enum and parser for node health strategy
Apr 7 2022, 11:41 AM
kgaillot committed rP30f1a663fbc2: Refactor: scheduler: use new health strategy enum (authored by kgaillot).
Refactor: scheduler: use new health strategy enum
Apr 7 2022, 11:41 AM
kgaillot committed rPb91aa3e612b0: Test: libcrmcommon: add unit test for pcmk__parse_health_strategy() (authored by kgaillot).
Test: libcrmcommon: add unit test for pcmk__parse_health_strategy()
Apr 7 2022, 11:41 AM
kgaillot committed rPcc8ed479a83d: Feature: scheduler: allow-unhealthy-nodes resource meta-attribute (authored by kgaillot).
Feature: scheduler: allow-unhealthy-nodes resource meta-attribute
Apr 7 2022, 11:41 AM
kgaillot committed rP15b0673b0a2d: Test: cts-scheduler: add test for allow-unhealthy-nodes (authored by kgaillot).
Test: cts-scheduler: add test for allow-unhealthy-nodes
Apr 7 2022, 11:41 AM
kgaillot committed rP0c922fa92e43: Doc: Pacemaker Explained: move "Tracking Node Health" section (authored by kgaillot).
Doc: Pacemaker Explained: move "Tracking Node Health" section
Apr 7 2022, 11:41 AM
kgaillot committed rP076d442a9272: Doc: Pacemaker Explained: document allow-unhealthy-nodes (authored by kgaillot).
Doc: Pacemaker Explained: document allow-unhealthy-nodes
Apr 7 2022, 11:41 AM

Apr 4 2022

kgaillot committed rPbdfafca26bb6: Refactor: fencing: make some message formatting easier to follow (authored by kgaillot).
Refactor: fencing: make some message formatting easier to follow
Apr 4 2022, 4:26 PM
kgaillot committed rPe064be20e258: Log: fencer: drop useless logs (authored by kgaillot).
Log: fencer: drop useless logs
Apr 4 2022, 4:26 PM
kgaillot committed rP9c89ed95bfa6: Refactor: fencer: create reply inside API request handling (authored by kgaillot).
Refactor: fencer: create reply inside API request handling
Apr 4 2022, 4:26 PM
kgaillot committed rP20f56e62a7e9: Refactor: executor: use full result to track fence probe result (authored by kgaillot).
Refactor: executor: use full result to track fence probe result
Apr 4 2022, 4:26 PM
kgaillot committed rPc75a02884546: Refactor: fencer: make do_local_reply() take call options instead of boolean (authored by kgaillot).
Refactor: fencer: make do_local_reply() take call options instead of boolean
Apr 4 2022, 4:26 PM
kgaillot committed rP6251e775a002: Refactor: fencer: drop last argument to do_local_reply() (authored by kgaillot).
Refactor: fencer: drop last argument to do_local_reply()
Apr 4 2022, 4:26 PM
kgaillot committed rPbdbb96536aa1: Refactor: fencer: make stonith_send_reply() take client object instead of id (authored by kgaillot).
Refactor: fencer: make stonith_send_reply() take client object instead of id
Apr 4 2022, 4:26 PM
kgaillot committed rP04744399548f: Refactor: fencer: make do_local_reply() take client object instead of id (authored by kgaillot).
Refactor: fencer: make do_local_reply() take client object instead of id
Apr 4 2022, 4:26 PM
kgaillot committed rPb536337d9b60: Refactor: fencer: use common reply handling for CRM_OP_REGISTER (authored by kgaillot).
Refactor: fencer: use common reply handling for CRM_OP_REGISTER
Apr 4 2022, 4:26 PM
kgaillot committed rPb3bd224f9ef1: Refactor: libcrmcommon: functionize creating ack XML (authored by kgaillot).
Refactor: libcrmcommon: functionize creating ack XML
Apr 4 2022, 4:26 PM
kgaillot committed rP3b3423ff922c: Refactor: libcrmcommon: separate internal message functions into own header (authored by kgaillot).
Refactor: libcrmcommon: separate internal message functions into own header
Apr 4 2022, 4:26 PM
kgaillot committed rP13de773249ae: Refactor: fencer: use common reply handling for T_STONITH_NOTIFY (authored by kgaillot).
Refactor: fencer: use common reply handling for T_STONITH_NOTIFY
Apr 4 2022, 4:26 PM
kgaillot committed rP206ca3306406: Refactor: fencer: use pcmk__request_t in handle_request() (authored by kgaillot).
Refactor: fencer: use pcmk__request_t in handle_request()
Apr 4 2022, 4:26 PM
kgaillot committed rP963cffd6ec6c: Refactor: libcrmcommon: add object for server requests (authored by kgaillot).
Refactor: libcrmcommon: add object for server requests
Apr 4 2022, 4:26 PM
kgaillot committed rPf7d5eaebef69: Refactor: libcrmcommon,fencer: functionize getting request origin type (authored by kgaillot).
Refactor: libcrmcommon,fencer: functionize getting request origin type
Apr 4 2022, 4:26 PM
kgaillot committed rP6eeca98b8ab6: Refactor: fencer: functionize handling of each daemon API operation (authored by kgaillot).
Refactor: fencer: functionize handling of each daemon API operation
Apr 4 2022, 4:26 PM
kgaillot committed rPe1a36cae29a4: Refactor: libcrmcommon,fencer: functionize getting request origin name (authored by kgaillot).
Refactor: libcrmcommon,fencer: functionize getting request origin name
Apr 4 2022, 4:26 PM
kgaillot committed rP99d091874a2e: Refactor: fencer: use new hash table for request processing (authored by kgaillot).
Refactor: fencer: use new hash table for request processing
Apr 4 2022, 4:26 PM
kgaillot committed rP4e16389b8e2d: Refactor: libcrmcommon: new API for processing server commands (authored by kgaillot).
Refactor: libcrmcommon: new API for processing server commands
Apr 4 2022, 4:26 PM
kgaillot committed rP40a3fbd1adae: Refactor: libcrmcommon,fencer: prefix request IPC members with ipc_ (authored by kgaillot).
Refactor: libcrmcommon,fencer: prefix request IPC members with ipc_
Apr 4 2022, 4:26 PM
kgaillot committed rP8443ddfe7693: Refactor: libcrmcommon,fencer: move op and flags to request object (authored by kgaillot).
Refactor: libcrmcommon,fencer: move op and flags to request object
Apr 4 2022, 4:26 PM

Mar 31 2022

kgaillot created Pacemaker: Documentation.
Mar 31 2022, 6:27 PM
kgaillot committed rP3e4cf35f3040: Build: configure: match cc_temp_flags / cc_restore_flags correctly (authored by kgaillot).
Build: configure: match cc_temp_flags / cc_restore_flags correctly
Mar 31 2022, 5:55 PM
kgaillot committed rPf8b045b24ec8: Build: configure: qb_ipcc_connect_async() is now in an official release (authored by kgaillot).
Build: configure: qb_ipcc_connect_async() is now in an official release
Mar 31 2022, 5:55 PM
kgaillot committed rP73e3e468845f: Build: configure: Corosync now offers pkg-config for config location (authored by kgaillot).
Build: configure: Corosync now offers pkg-config for config location
Mar 31 2022, 5:55 PM
kgaillot committed rPb4903f373efc: Build: pkgconfig: add initdir variable (authored by kgaillot).
Build: pkgconfig: add initdir variable
Mar 31 2022, 5:55 PM
kgaillot committed rPaac13c491b51: Build: Makefiles: move indent target to devel subdirectory (authored by kgaillot).
Build: Makefiles: move indent target to devel subdirectory
Mar 31 2022, 5:55 PM
kgaillot committed rP8532f4b36834: Build: Makefiles: move gnulib-update target to maint subdirectory (authored by kgaillot).
Build: Makefiles: move gnulib-update target to maint subdirectory
Mar 31 2022, 5:55 PM
kgaillot committed rP469711b1133c: Build: Makefiles: move changelog-related targets to maint subdirectory (authored by kgaillot).
Build: Makefiles: move changelog-related targets to maint subdirectory
Mar 31 2022, 5:55 PM
kgaillot committed rP35778bda813e: Build: Makefiles: put local md5.c changes in sed (authored by kgaillot).
Build: Makefiles: put local md5.c changes in sed
Mar 31 2022, 5:55 PM
kgaillot committed rP954c725ef1c5: Build: Makefiles: break gnulib-update target (authored by kgaillot).
Build: Makefiles: break gnulib-update target
Mar 31 2022, 5:55 PM
kgaillot committed rP033ad7cb2994: Test: test-headers: get working in VPATH build (authored by kgaillot).
Test: test-headers: get working in VPATH build
Mar 31 2022, 5:55 PM
kgaillot committed rP771ee9c3cde0: Doc: ChangeLog: document recently discovered regression fixes (authored by kgaillot).
Doc: ChangeLog: document recently discovered regression fixes
Mar 31 2022, 5:55 PM

Mar 21 2022

kgaillot created Pacemaker: Fencing.
Mar 21 2022, 3:52 PM
kgaillot created Pacemaker: Node Health.
Mar 21 2022, 2:56 PM

Mar 18 2022

kgaillot created Pacemaker: ACLs.
Mar 18 2022, 5:04 PM
kgaillot created Pacemaker: Resource Agents.
Mar 18 2022, 4:27 PM

Mar 17 2022

kgaillot created Pacemaker: Scheduler.
Mar 17 2022, 5:56 PM
kgaillot removed a hashtag from Resource Cleanup: #cleanup.
Mar 17 2022, 3:32 PM
kgaillot renamed Resource Cleanup from Cleanup to Resource Cleanup.
Mar 17 2022, 3:32 PM
kgaillot removed a hashtag from Resource Cleanup: #resource_clean-up.
Mar 17 2022, 3:31 PM
kgaillot renamed Resource Cleanup from Resource Clean-up to Cleanup.
Mar 17 2022, 3:31 PM
kgaillot created Resource Cleanup.
Mar 17 2022, 3:31 PM

Mar 15 2022

kgaillot updated kgaillot.
Mar 15 2022, 6:38 PM
kgaillot changed the edit policy for Pacemaker: Tools.
Mar 15 2022, 11:32 AM
kgaillot removed a member for Pacemaker: Future Release Series: kgaillot.
Mar 15 2022, 11:30 AM
kgaillot changed the edit policy for Pacemaker: Libraries.
Mar 15 2022, 11:29 AM
kgaillot changed the edit policy for Pacemaker: Future Release Series.
Mar 15 2022, 11:29 AM
kgaillot changed the edit policy for Pacemaker: Daemons.
Mar 15 2022, 11:29 AM
kgaillot removed a watcher for Pacemaker: kgaillot.
Mar 15 2022, 11:17 AM
kgaillot changed the edit policy for Pacemaker Remote.
Mar 15 2022, 11:16 AM
kgaillot changed the join policy for Pacemaker.
Mar 15 2022, 11:16 AM

Query Overheated

This query took too long, so only some results are shown. Learn More