Page MenuHomeClusterLabs Projects
Feed All Stories

Aug 8 2024

kgaillot committed rP2056e54977eb: Refactor: libcrmcluster: change type of election win callback (authored by kgaillot).
Refactor: libcrmcluster: change type of election win callback
Aug 8 2024, 3:18 PM
kgaillot committed rP7d2f72219de3: Refactor: libcrmcluster: drop election_init() server argument (authored by kgaillot).
Refactor: libcrmcluster: drop election_init() server argument
Aug 8 2024, 3:18 PM
kgaillot committed rP3c97ad0f277c: Refactor: libcrmcluster: move election object into cluster object (authored by kgaillot).
Refactor: libcrmcluster: move election object into cluster object
Aug 8 2024, 3:18 PM
kgaillot committed rP3ae9b4dba3d5: Refactor: libcrmcluster: free election in pcmk_cluster_free() (authored by kgaillot).
Refactor: libcrmcluster: free election in pcmk_cluster_free()
Aug 8 2024, 3:18 PM
kgaillot committed rPab384d4a9002: Low: controller: free cluster object at exit (authored by kgaillot).
Low: controller: free cluster object at exit
Aug 8 2024, 3:18 PM
kgaillot committed rPdaaf4f7f6a3b: Refactor: libcrmcluster: drop unused argument from parse_election_message() (authored by kgaillot).
Refactor: libcrmcluster: drop unused argument from parse_election_message()
Aug 8 2024, 3:18 PM
kgaillot committed rP65d389d2f403: Refactor: libcrmcluster: drop election_init() name argument (authored by kgaillot).
Refactor: libcrmcluster: drop election_init() name argument
Aug 8 2024, 3:18 PM
kgaillot committed rP253f94e68983: Refactor: libcrmcluster: drop election_init() period_ms argument (authored by kgaillot).
Refactor: libcrmcluster: drop election_init() period_ms argument
Aug 8 2024, 3:18 PM
kgaillot committed rPd3594161fa3f: Refactor: libcrmcluster: rename election_t to pcmk__election_t (authored by kgaillot).
Refactor: libcrmcluster: rename election_t to pcmk__election_t
Aug 8 2024, 3:18 PM
kgaillot committed rPd30dc4062434: Low: libcrmcluster: assert on election_init() errors (authored by kgaillot).
Low: libcrmcluster: assert on election_init() errors
Aug 8 2024, 3:18 PM
jfriesse committed rC53730fa7bde1: main: support lock pid file arg (authored by Alexander Aring <aahringo@redhat.com>).
main: support lock pid file arg
Aug 8 2024, 3:09 PM
jfriesse committed rC9bcde28dbe43: man: fix a typo in cpg_model_initialize (authored by jfriesse).
man: fix a typo in cpg_model_initialize
Aug 8 2024, 3:09 PM
jfriesse committed rC64c83682d356: man: Improve quorum provider formatting (authored by jfriesse).
man: Improve quorum provider formatting
Aug 8 2024, 3:09 PM
kgaillot triaged T857: Parse all local options at start-up as Normal priority.
Aug 8 2024, 3:09 PM · Restricted Project, Restricted Project, Restricted Project
kgaillot edited the content of Pacemaker 3.0 Configuration Changes.
Aug 8 2024, 3:09 PM
kgaillot edited the content of Pacemaker 3.0 Api Changes.
Aug 8 2024, 3:09 PM
kgaillot edited the content of Pacemaker 3.0 Behavioral Changes.
Aug 8 2024, 3:09 PM
kgaillot edited the content of Pacemaker 3.0 Behavioral Changes.
Aug 8 2024, 3:09 PM
kgaillot edited the content of Pacemaker 3.0 Configuration Changes.
Aug 8 2024, 3:09 PM
kgaillot closed Restricted Maniphest Task, a subtask of T786: Improve CIB schema, as Merged.
Aug 8 2024, 3:09 PM · Restricted Project, Restricted Project
kgaillot triaged T856: Probes should be ordered before stops of other resources as High priority.
Aug 8 2024, 3:09 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project

Jul 31 2024

clumens committed rP9d19e10b479f: Refactor: tools: crm_ticket should return CRM_EX_UNSAFE with --force warning. (authored by clumens).
Refactor: tools: crm_ticket should return CRM_EX_UNSAFE with --force warning.
Jul 31 2024, 7:25 PM
GitHub <noreply@github.com> committed rP142a342f5c7f: Merge pull request #3591 from clumens/crm_ticket-force (authored by kgaillot).
Merge pull request #3591 from clumens/crm_ticket-force
Jul 31 2024, 7:25 PM
kgaillot edited the content of Pacemaker 3.0 Api Changes.
Jul 31 2024, 7:20 PM
kgaillot committed rP92ebd991c2e4: Refactor: libcrmcommon: add pcmk__server_name() (authored by kgaillot).
Refactor: libcrmcommon: add pcmk__server_name()
Jul 31 2024, 4:50 PM
kgaillot committed rPe7e18d4a3312: Refactor: pacemakerd: use pcmk__server_ipc_name() (authored by kgaillot).
Refactor: pacemakerd: use pcmk__server_ipc_name()
Jul 31 2024, 4:50 PM
kgaillot committed rPadb4cea783e1: Refactor: pacemakerd: use pcmk__server_name() (authored by kgaillot).
Refactor: pacemakerd: use pcmk__server_name()
Jul 31 2024, 4:50 PM
kgaillot committed rPcf056bd5c572: Refactor: all: use defined constants for Pacemaker server names (authored by kgaillot).
Refactor: all: use defined constants for Pacemaker server names
Jul 31 2024, 4:50 PM
kgaillot committed rPca664b3273d0: Refactor: libcrmcommon: fix indent (authored by kgaillot).
Refactor: libcrmcommon: fix indent
Jul 31 2024, 4:50 PM
kgaillot committed rP2172fa42197a: Refactor: pacemakerd: create subdaemon paths dynamically (authored by kgaillot).
Refactor: pacemakerd: create subdaemon paths dynamically
Jul 31 2024, 4:50 PM
kgaillot committed rP0e5236d18b04: Test: cts-lab: update expected patterns for Pacemaker subdaemons (authored by kgaillot).
Test: cts-lab: update expected patterns for Pacemaker subdaemons
Jul 31 2024, 4:50 PM
kgaillot committed rP9608dd98eaf8: Low: libcrmcluster: don't hardcode controller in vote messages (authored by kgaillot).
Low: libcrmcluster: don't hardcode controller in vote messages
Jul 31 2024, 4:50 PM
kgaillot committed rP2069fa757575: Doc: libcrmcommon: explicitly guarantee non-NULL returns from server name APIs (authored by kgaillot).
Doc: libcrmcommon: explicitly guarantee non-NULL returns from server name APIs
Jul 31 2024, 4:50 PM
GitHub <noreply@github.com> committed rP37d6106c10dd: Merge pull request #3588 from kgaillot/servers (authored by kgaillot).
Merge pull request #3588 from kgaillot/servers
Jul 31 2024, 4:50 PM
kgaillot edited the content of Pacemaker 3.0 Api Changes.
Jul 31 2024, 3:07 PM
clumens committed rP37b60d04ff06: Low: lrmd: Remove support for undocumented key loading behavior. (authored by clumens).
Low: lrmd: Remove support for undocumented key loading behavior.
Jul 31 2024, 3:06 PM
clumens committed rPb775d7d6fd18: API: liblrmd: Remove ALT_REMOTE_KEY_LOCATION from the header file. (authored by clumens).
API: liblrmd: Remove ALT_REMOTE_KEY_LOCATION from the header file.
Jul 31 2024, 3:06 PM
GitHub <noreply@github.com> committed rPe81f8e3c9ac7: Merge pull request #3590 from clumens/t304 (authored by kgaillot).
Merge pull request #3590 from clumens/t304
Jul 31 2024, 3:06 PM
chrissie-c committed rK987f76f84817: Convert time_t to unsigned long long before formatting (#431) (authored by fabbione).
Convert time_t to unsigned long long before formatting (#431)
Jul 31 2024, 6:20 AM
GitHub <noreply@github.com> committed rK515f8d908083: Convert time_t to unsigned long long before formatting (#431) (authored by fabbione).
Convert time_t to unsigned long long before formatting (#431)
Jul 31 2024, 6:08 AM

Jul 30 2024

kgaillot committed rPa266f6fd10d4: API: libcrmcommon: drop crm_config_error global variable (authored by kgaillot).
API: libcrmcommon: drop crm_config_error global variable
Jul 30 2024, 5:55 PM
kgaillot committed rPf271719f119f: API: libstonithd: drop stonith_event_t type member (authored by kgaillot).
API: libstonithd: drop stonith_event_t type member
Jul 30 2024, 5:55 PM
kgaillot committed rPf2eeb5773b9c: API: libcrmcommon: drop crm_config_warning global variable (authored by kgaillot).
API: libcrmcommon: drop crm_config_warning global variable
Jul 30 2024, 5:55 PM
kgaillot committed rPdd219d0297f6: API: libcib: drop cib_api_operations_t set_op_callback() member (authored by kgaillot).
API: libcib: drop cib_api_operations_t set_op_callback() member
Jul 30 2024, 5:55 PM
kgaillot committed rPc4611d8e5488: API: libcib: drop cib_api_operations_t signon_raw() member (authored by kgaillot).
API: libcib: drop cib_api_operations_t signon_raw() member
Jul 30 2024, 5:55 PM
kgaillot committed rP73133539d5cd: API: libstonithd: drop stonith_event_t message member (authored by kgaillot).
API: libstonithd: drop stonith_event_t message member
Jul 30 2024, 5:55 PM
kgaillot committed rPe50b667a91cf: API: libstonithd: drop stonith_t call_timeout member (authored by kgaillot).
API: libstonithd: drop stonith_t call_timeout member
Jul 30 2024, 5:55 PM
kgaillot committed rP9bcdf0160f7f: API: libcib: drop cib_api_operations_t inputfd() member (authored by kgaillot).
API: libcib: drop cib_api_operations_t inputfd() member
Jul 30 2024, 5:55 PM
kgaillot committed rP5eee305b0d30: API: libcib: drop cib_api_operations_t set_master() member (authored by kgaillot).
API: libcib: drop cib_api_operations_t set_master() member
Jul 30 2024, 5:55 PM
kgaillot committed rPb8b0deaba59e: API: libcib: drop cib_api_operations_t is_master() member (authored by kgaillot).
API: libcib: drop cib_api_operations_t is_master() member
Jul 30 2024, 5:55 PM
kgaillot committed rPde758cc75858: API: libcib: drop cib_api_operations_t set_slave() member (authored by kgaillot).
API: libcib: drop cib_api_operations_t set_slave() member
Jul 30 2024, 5:55 PM
kgaillot committed rP75bd5ecfda37: API: libcib: drop cib_api_operations_t set_slave_all() member (authored by kgaillot).
API: libcib: drop cib_api_operations_t set_slave_all() member
Jul 30 2024, 5:55 PM
kgaillot committed rP50b84315eea1: API: libcib: drop cib_api_operations_t update() member (authored by kgaillot).
API: libcib: drop cib_api_operations_t update() member
Jul 30 2024, 5:55 PM
kgaillot committed rP1d9348050df8: API: libcib: drop cib_api_operations_t quit() member (authored by kgaillot).
API: libcib: drop cib_api_operations_t quit() member
Jul 30 2024, 5:55 PM
kgaillot committed rPeaf308c30f68: API: libcib: drop cib_api_operations_t delete_absolute() member (authored by kgaillot).
API: libcib: drop cib_api_operations_t delete_absolute() member
Jul 30 2024, 5:55 PM
kgaillot committed rP624bf995e160: API: libcib: drop cib_t op_callback() member (authored by kgaillot).
API: libcib: drop cib_t op_callback() member
Jul 30 2024, 5:55 PM
kgaillot committed rPad470020ea66: Doc: various: update some COMPAT comments (authored by kgaillot).
Doc: various: update some COMPAT comments
Jul 30 2024, 5:55 PM
kgaillot committed rPcee256dcb596: API: liblrmd: redefine lrmd_opt_drop_recurring value (authored by kgaillot).
API: liblrmd: redefine lrmd_opt_drop_recurring value
Jul 30 2024, 5:55 PM
GitHub <noreply@github.com> committed rPd29cd18c7282: Merge pull request #3587 from kgaillot/drop (authored by kgaillot).
Merge pull request #3587 from kgaillot/drop
Jul 30 2024, 5:55 PM
kgaillot assigned T855: Make remote reads asynchronous to clumens.
Jul 30 2024, 5:48 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot assigned T824: Make GnuTLS handshakes asynchronous to clumens.
Jul 30 2024, 5:48 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot added a project to T855: Make remote reads asynchronous: Restricted Project.
Jul 30 2024, 2:18 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot updated the task description for T824: Make GnuTLS handshakes asynchronous.
Jul 30 2024, 2:17 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot updated the task description for T824: Make GnuTLS handshakes asynchronous.
Jul 30 2024, 2:16 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot renamed T855: Make remote reads asynchronous from Make remote handshakes and reads asynchronous to Make remote reads asynchronous.
Jul 30 2024, 2:16 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot renamed T855: Make remote reads asynchronous from Make remote reads asynchronous to Make remote handshakes and reads asynchronous.
Jul 30 2024, 2:14 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot triaged T855: Make remote reads asynchronous as High priority.
Jul 30 2024, 1:57 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project, Restricted Project
kgaillot committed rPa983c544bed2: Doc: Pacemaker Development: document fuzz testing (authored by kgaillot).
Doc: Pacemaker Development: document fuzz testing
Jul 30 2024, 12:16 PM
kgaillot committed rPbaa7466dbf2d: Test: fuzzers: reorganize fuzzer directory layout (authored by kgaillot).
Test: fuzzers: reorganize fuzzer directory layout
Jul 30 2024, 12:16 PM
GitHub <noreply@github.com> committed rPcc5f222aa568: Merge pull request #3563 from kgaillot/fuzz (authored by kgaillot).
Merge pull request #3563 from kgaillot/fuzz
Jul 30 2024, 12:16 PM

Jul 29 2024

wferi committed rK187cbc452a46: Convert time_t to unsigned long long before formatting (authored by wferi).
Convert time_t to unsigned long long before formatting
Jul 29 2024, 11:40 PM
kgaillot edited the content of Pacemaker 3.0 Api Changes.
Jul 29 2024, 11:23 AM
kgaillot committed rPf67de644fc66: Refactor: libcrmcommon: functionize message creation (authored by kgaillot).
Refactor: libcrmcommon: functionize message creation
Jul 29 2024, 11:21 AM
kgaillot committed rPd2b540924888: Refactor: libcrmcommon: use "message" as request/reply XML element name (authored by kgaillot).
Refactor: libcrmcommon: use "message" as request/reply XML element name
Jul 29 2024, 11:21 AM
kgaillot committed rPfa0fa0d295df: API: libcrmcommon: drop create_reply() macro (authored by kgaillot).
API: libcrmcommon: drop create_reply() macro
Jul 29 2024, 11:21 AM
kgaillot committed rP281707ffe9f4: API: libcrmcommon: drop create_reply_adv() function (authored by kgaillot).
API: libcrmcommon: drop create_reply_adv() function
Jul 29 2024, 11:21 AM
kgaillot committed rP8dc5d9473f49: Refactor: libcrmcommon: use original message type in replies (authored by kgaillot).
Refactor: libcrmcommon: use original message type in replies
Jul 29 2024, 11:21 AM
kgaillot committed rP5b76057c4887: Low: controller: use pcmk__new_reply() to create reprobe reply (authored by kgaillot).
Low: controller: use pcmk__new_reply() to create reprobe reply
Jul 29 2024, 11:21 AM
kgaillot committed rPddd0023f8877: Refactor: libcrmcommon: consolidate create_request() "from" arguments (authored by kgaillot).
Refactor: libcrmcommon: consolidate create_request() "from" arguments
Jul 29 2024, 11:21 AM
kgaillot committed rP8e6a6b12ec45: Low: controller: use pcmk__new_message() to create direct acks (authored by kgaillot).
Low: controller: use pcmk__new_message() to create direct acks
Jul 29 2024, 11:21 AM
kgaillot committed rP3647476d97f2: API: libcrmcommon: drop create_request() macro (authored by kgaillot).
API: libcrmcommon: drop create_request() macro
Jul 29 2024, 11:21 AM
kgaillot committed rPd8fb1a10f45a: Low: libcrmcommon: specify "pacemakerd" as pacemakerd IPC message protocol (authored by kgaillot).
Low: libcrmcommon: specify "pacemakerd" as pacemakerd IPC message protocol
Jul 29 2024, 11:21 AM
kgaillot committed rPbebc257be845: API: libcrmcommon: drop create_request_adv() function (authored by kgaillot).
API: libcrmcommon: drop create_request_adv() function
Jul 29 2024, 11:21 AM
kgaillot committed rPbcc9dcd5d9fe: API: libcrmcommon: drop create_hello_message() (authored by kgaillot).
API: libcrmcommon: drop create_hello_message()
Jul 29 2024, 11:21 AM
kgaillot committed rP87309873c275: Low: libcrmcommon: specify "scheduler" as scheduler IPC message protocol (authored by kgaillot).
Low: libcrmcommon: specify "scheduler" as scheduler IPC message protocol
Jul 29 2024, 11:21 AM
kgaillot committed rP207759720298: Low: libcrmcluster: set appropriate message type in election messages (authored by kgaillot).
Low: libcrmcluster: set appropriate message type in election messages
Jul 29 2024, 11:21 AM
kgaillot committed rPe27a08337522: Low: libcrmcommon: use proper message type for node purge requests (authored by kgaillot).
Low: libcrmcommon: use proper message type for node purge requests
Jul 29 2024, 11:21 AM
GitHub <noreply@github.com> committed rP81f9ddcdc5c7: Merge pull request #3584 from kgaillot/drop (authored by kgaillot).
Merge pull request #3584 from kgaillot/drop
Jul 29 2024, 11:21 AM
nrwahl2 committed rP3df1a3ce5af8: Log: libpacemaker: Log correct score in pcmk__apply_coloc_to_priority() (authored by nrwahl2).
Log: libpacemaker: Log correct score in pcmk__apply_coloc_to_priority()
Jul 29 2024, 10:15 AM
nrwahl2 committed rP7275eb263298: Test: cts-scheduler: Add tests for cloned group promoted colocations (authored by nrwahl2).
Test: cts-scheduler: Add tests for cloned group promoted colocations
Jul 29 2024, 10:15 AM
nrwahl2 committed rPbb8286c9554c: Refactor: libpacemaker: apply_coloc_score() returns priority delta (authored by nrwahl2).
Refactor: libpacemaker: apply_coloc_score() returns priority delta
Jul 29 2024, 10:15 AM
nrwahl2 committed rP71fb5f6cd809: Refactor: libpacemaker: Clean up pcmk__apply_coloc_to_priority() (authored by nrwahl2).
Refactor: libpacemaker: Clean up pcmk__apply_coloc_to_priority()
Jul 29 2024, 10:15 AM
nrwahl2 committed rPe1d0562875cf: Fix: libpacemaker: Apply promotion priority to cloned group instance (authored by nrwahl2).
Fix: libpacemaker: Apply promotion priority to cloned group instance
Jul 29 2024, 10:15 AM
nrwahl2 committed rP5c44246ad1ff: Test: cts-scheduler: Test for doubled colocation scores for promotion (authored by nrwahl2).
Test: cts-scheduler: Test for doubled colocation scores for promotion
Jul 29 2024, 10:15 AM
nrwahl2 committed rP456c46ba7431: Fix: libpacemaker: Don't apply colocation twice for promotion priority (authored by nrwahl2).
Fix: libpacemaker: Don't apply colocation twice for promotion priority
Jul 29 2024, 10:15 AM
nrwahl2 committed rP4e8a8ddbdc1c: Test: cts-scheduler: Update outputs for double colocation fix (authored by nrwahl2).
Test: cts-scheduler: Update outputs for double colocation fix
Jul 29 2024, 10:15 AM
GitHub <noreply@github.com> committed rP252b5342f9b1: Merge pull request #3586 from nrwahl2/nrwahl2-T832 (authored by kgaillot).
Merge pull request #3586 from nrwahl2/nrwahl2-T832
Jul 29 2024, 10:15 AM
clumens committed rP7dbf9a79712e: Refactor: Change the type on the maint-mode message. (authored by clumens).
Refactor: Change the type on the maint-mode message.
Jul 29 2024, 10:08 AM
GitHub <noreply@github.com> committed rPe4ccbdbd73d8: Merge pull request #3585 from clumens/fosa (authored by kgaillot).
Merge pull request #3585 from clumens/fosa
Jul 29 2024, 10:08 AM
chrissie-c committed rK0ec5ab44386c: More portable printing of time_t (authored by chrissie-c).
More portable printing of time_t
Jul 29 2024, 9:42 AM