Page MenuHomeClusterLabs Projects
Feed All Stories

Aug 31 2022

GitHub <noreply@github.com> committed rP344b73b73d10: Merge pull request #2842 from kgaillot/doc (authored by kgaillot).
Merge pull request #2842 from kgaillot/doc
Aug 31 2022, 3:00 PM
kgaillot committed rPee44d86ea53c: Refactor: scheduler: best practices for is_op_dup() (authored by kgaillot).
Refactor: scheduler: best practices for is_op_dup()
Aug 31 2022, 1:30 PM
kgaillot committed rPa9319f7f4c4a: Refactor: scheduler: functionize getting interval from XML (authored by kgaillot).
Refactor: scheduler: functionize getting interval from XML
Aug 31 2022, 1:30 PM
kgaillot committed rPe2c18738b5df: Low: scheduler: disallow recurring reload-agent, migrate_from, and migrate_to (authored by kgaillot).
Low: scheduler: disallow recurring reload-agent, migrate_from, and migrate_to
Aug 31 2022, 1:30 PM
kgaillot committed rPd5a822e0a2ad: Refactor: scheduler: functionize checking recurring history entry (authored by kgaillot).
Refactor: scheduler: functionize checking recurring history entry
Aug 31 2022, 1:30 PM
kgaillot committed rP2af64af4b79b: Refactor: scheduler: make first argument to find_rsc_op_entry() const (authored by kgaillot).
Refactor: scheduler: make first argument to find_rsc_op_entry() const
Aug 31 2022, 1:30 PM
kgaillot committed rP4468d7bcfce2: Refactor: scheduler: RecurringOp() can assume rsc and start are not NULL (authored by kgaillot).
Refactor: scheduler: RecurringOp() can assume rsc and start are not NULL
Aug 31 2022, 1:30 PM
kgaillot committed rP08cd0dc6a835: Refactor: scheduler: improve efficiency when checking whether recurring should… (authored by kgaillot).
Refactor: scheduler: improve efficiency when checking whether recurring should…
Aug 31 2022, 1:30 PM
kgaillot committed rPffcd487998de: Refactor: scheduler: make node argument to custom_action() const (authored by kgaillot).
Refactor: scheduler: make node argument to custom_action() const
Aug 31 2022, 1:30 PM
kgaillot committed rPb2d3303f607d: Refactor: scheduler: make node argument to pcmk__new_cancel_action() const (authored by kgaillot).
Refactor: scheduler: make node argument to pcmk__new_cancel_action() const
Aug 31 2022, 1:30 PM
GitHub <noreply@github.com> committed rP9980e3625caa: Merge pull request #2839 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #2839 from kgaillot/best-practices
Aug 31 2022, 1:30 PM
kgaillot committed rP06418f8cf9ca: Refactor: scheduler: best practices for RecurringOp() (authored by kgaillot).
Refactor: scheduler: best practices for RecurringOp()
Aug 31 2022, 1:30 PM
clumens committed rPf86c3c711c25: Refactor: libcrmcommon: Add pcmk__xe_foreach_child. (authored by clumens).
Refactor: libcrmcommon: Add pcmk__xe_foreach_child.
Aug 31 2022, 1:30 PM
clumens committed rP2f4f72f8c118: Tests: libcrmcommon: Add unit tests for pcmk__xe_foreach_child. (authored by clumens).
Tests: libcrmcommon: Add unit tests for pcmk__xe_foreach_child.
Aug 31 2022, 1:30 PM
clumens committed rPa33a3f3591d0: Refactor: tools: Use new XML iterators in the tools/ directory. (authored by clumens).
Refactor: tools: Use new XML iterators in the tools/ directory.
Aug 31 2022, 1:30 PM
GitHub <noreply@github.com> committed rPa81e8740b9b2: Merge pull request #2841 from clumens/xml-foreach (authored by kgaillot).
Merge pull request #2841 from clumens/xml-foreach
Aug 31 2022, 1:30 PM
waltdisgrace committed rPaffaa9d20fb3: Feature: SysInfo: Update OCF version to 1.1 (authored by waltdisgrace).
Feature: SysInfo: Update OCF version to 1.1
Aug 31 2022, 10:06 AM
waltdisgrace committed rP10d1d9259c3b: Low: SysInfo: Add unique-group to appropriate <parameter> entries (authored by waltdisgrace).
Low: SysInfo: Add unique-group to appropriate <parameter> entries
Aug 31 2022, 10:06 AM
waltdisgrace committed rPc4ed63e054f1: Low: SysInfo: Remove unique from all <parameter> entries (authored by waltdisgrace).
Low: SysInfo: Remove unique from all <parameter> entries
Aug 31 2022, 10:06 AM
waltdisgrace committed rP76adaae83121: Low: SysInfo: Enumerate appropriate <parameter> values (authored by waltdisgrace).
Low: SysInfo: Enumerate appropriate <parameter> values
Aug 31 2022, 10:06 AM
waltdisgrace committed rP98cdfc3cc2cc: Low: SysInfo: Add reloadable to appropriate <parameter> entries (authored by waltdisgrace).
Low: SysInfo: Add reloadable to appropriate <parameter> entries
Aug 31 2022, 10:06 AM
waltdisgrace committed rP0ee759fc3e31: Low: SysInfo: Implement the reload-agent action (authored by waltdisgrace).
Low: SysInfo: Implement the reload-agent action
Aug 31 2022, 10:06 AM
waltdisgrace committed rP90afd1dfe98d: Low: SysInfo: Fix typo (authored by waltdisgrace).
Low: SysInfo: Fix typo
Aug 31 2022, 10:05 AM
waltdisgrace committed rP9c33ed22d7ec: Low: SysInfo: Validate that min_disk_free contains an integer optionally… (authored by waltdisgrace).
Low: SysInfo: Validate that min_disk_free contains an integer optionally…
Aug 31 2022, 10:05 AM
GitHub <noreply@github.com> committed rPc5c9c90b8c19: Merge pull request #2769 from waltdisgrace/t55 (authored by kgaillot).
Merge pull request #2769 from waltdisgrace/t55
Aug 31 2022, 10:05 AM
inouekazu committed rR0bb52cf9985b: storage_mon: Use the O_DIRECT flag in open() to eliminate cache effects (authored by inouekazu).
storage_mon: Use the O_DIRECT flag in open() to eliminate cache effects
Aug 31 2022, 6:14 AM
inouekazu committed rR7a0aaa0dfdeb: storage_mon: do random lseek even with O_DIRECT, etc (authored by inouekazu).
storage_mon: do random lseek even with O_DIRECT, etc
Aug 31 2022, 6:14 AM
inouekazu committed rRce4e632f29ed: storage_mon: fix build-related issues (authored by inouekazu).
storage_mon: fix build-related issues
Aug 31 2022, 6:14 AM
inouekazu committed rRdb97e055a175: storage_mon: improve error messages when ioctl() fails (authored by inouekazu).
storage_mon: improve error messages when ioctl() fails
Aug 31 2022, 6:14 AM
GitHub <noreply@github.com> committed rR2a2a4dd22488: Merge pull request #1797 from inouekazu/storage_mon (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #1797 from inouekazu/storage_mon
Aug 31 2022, 6:14 AM

Aug 30 2022

clumens committed rP775ccb823054: Med: libcrmcommon: Wait for ACKs from the attrd refresh command. (authored by clumens).
Med: libcrmcommon: Wait for ACKs from the attrd refresh command.
Aug 30 2022, 5:27 PM
GitHub <noreply@github.com> committed rP68c64fbe1cca: Merge pull request #2829 from clumens/attrd-refresh (authored by kgaillot).
Merge pull request #2829 from clumens/attrd-refresh
Aug 30 2022, 5:27 PM
kgaillot committed rPd3404c106d16: Test: cts-scheduler: rename resources in a couple of test inputs (authored by kgaillot).
Test: cts-scheduler: rename resources in a couple of test inputs
Aug 30 2022, 11:49 AM
kgaillot committed rP5157ad99064c: Test: cts-scheduler: rename more resources in some test inputs (authored by kgaillot).
Test: cts-scheduler: rename more resources in some test inputs
Aug 30 2022, 11:49 AM
kgaillot committed rP1883bd1b98aa: Test: cts-scheduler: rename a couple of resources in a test input (authored by kgaillot).
Test: cts-scheduler: rename a couple of resources in a test input
Aug 30 2022, 11:49 AM
GitHub <noreply@github.com> committed rPc6adff383586: Merge pull request #2840 from kgaillot/term (authored by kgaillot).
Merge pull request #2840 from kgaillot/term
Aug 30 2022, 11:49 AM
Oyvind Albrigtsen <oalbrigt@redhat.com> committed rR1f9c38e53957: ocf-tester: remove removed parameter -L from Usage text (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
ocf-tester: remove removed parameter -L from Usage text
Aug 30 2022, 5:48 AM
GitHub <noreply@github.com> committed rRcb9e0db72137: Merge pull request #1798 from oalbrigt/ocf-tester (authored by Oyvind Albrigtsen <oalbrigt@redhat.com>).
Merge pull request #1798 from oalbrigt/ocf-tester
Aug 30 2022, 5:48 AM

Aug 29 2022

kgaillot committed rPe844a7ce7310: Doc: Pacemaker Development: clarify doxygen usage for struct pointer parameters (authored by kgaillot).
Doc: Pacemaker Development: clarify doxygen usage for struct pointer parameters
Aug 29 2022, 3:53 PM
kgaillot committed rP6a374917bb25: Refactor: libcrmcommon: clarify pointer arguments (authored by kgaillot).
Refactor: libcrmcommon: clarify pointer arguments
Aug 29 2022, 3:53 PM
kgaillot committed rP556a2cca5710: API: libcrmcommon: argument to xml2list() is now const (authored by kgaillot).
API: libcrmcommon: argument to xml2list() is now const
Aug 29 2022, 3:53 PM
kgaillot committed rP79d95bd10a24: API: libcrmcommon: first argument to find_xml_node() is now const (authored by kgaillot).
API: libcrmcommon: first argument to find_xml_node() is now const
Aug 29 2022, 3:53 PM
kgaillot committed rP9314042ff4e7: API: libcrmcommon: sixth argument to log_data_element() is now const (authored by kgaillot).
API: libcrmcommon: sixth argument to log_data_element() is now const
Aug 29 2022, 3:53 PM
kgaillot committed rP314cdf257560: API: libcrmcommon: first argument to xml_patch_versions() is now const (authored by kgaillot).
API: libcrmcommon: first argument to xml_patch_versions() is now const
Aug 29 2022, 3:53 PM
kgaillot committed rPe93795ae7744: API: libcrmcommon: argument to xml_get_path() is now const (authored by kgaillot).
API: libcrmcommon: argument to xml_get_path() is now const
Aug 29 2022, 3:53 PM
kgaillot committed rP554a79898730: API: libcrmcommon: first argument to get_message_xml() is now const (authored by kgaillot).
API: libcrmcommon: first argument to get_message_xml() is now const
Aug 29 2022, 3:53 PM
kgaillot committed rP0b475c5d592d: API: libcrmcommon: first argument to create_reply() is now const (authored by kgaillot).
API: libcrmcommon: first argument to create_reply() is now const
Aug 29 2022, 3:53 PM
GitHub <noreply@github.com> committed rP049e4a827d03: Merge pull request #2832 from kgaillot/doc (authored by kgaillot).
Merge pull request #2832 from kgaillot/doc
Aug 29 2022, 3:53 PM
kgaillot committed rPb3bce2d2b4e9: Test: CTS: correct URL (authored by kgaillot).
Test: CTS: correct URL
Aug 29 2022, 12:41 PM
kgaillot committed rPecf4f01ce641: Doc: libstonithd: update URL in comment (authored by kgaillot).
Doc: libstonithd: update URL in comment
Aug 29 2022, 12:41 PM
kgaillot committed rP312cf8dfdcfe: Test: cts-cli: avoid deprecated syntax in test input (authored by kgaillot).
Test: cts-cli: avoid deprecated syntax in test input
Aug 29 2022, 12:41 PM
kgaillot committed rP02ab00707dd2: Test: cts-scheduler: avoid deprecated terminology in regression test inputs (authored by kgaillot).
Test: cts-scheduler: avoid deprecated terminology in regression test inputs
Aug 29 2022, 12:41 PM
kgaillot committed rP2309ac360978: Test: cts-scheduler: remove incorrect setting from regression test inputs (authored by kgaillot).
Test: cts-scheduler: remove incorrect setting from regression test inputs
Aug 29 2022, 12:41 PM
GitHub <noreply@github.com> committed rPcd3a75bd8f96: Merge pull request #2830 from kgaillot/term (authored by kgaillot).
Merge pull request #2830 from kgaillot/term
Aug 29 2022, 12:40 PM
nrwahl2 committed rPc205f3cfb68a: Fix: libcib: cib__signon_query(): NULL-check correct pointer (authored by nrwahl2).
Fix: libcib: cib__signon_query(): NULL-check correct pointer
Aug 29 2022, 10:40 AM
GitHub <noreply@github.com> committed rP08693870a0e0: Merge pull request #2837 from nrwahl2/nrwahl2-cib_fix (authored by kgaillot).
Merge pull request #2837 from nrwahl2/nrwahl2-cib_fix
Aug 29 2022, 10:40 AM
nrwahl2 committed rP56197d4c4df8: Fix: libcrmcommon: Out-of-order pcmk__rc_info array (authored by nrwahl2).
Fix: libcrmcommon: Out-of-order pcmk__rc_info array
Aug 29 2022, 10:27 AM
GitHub <noreply@github.com> committed rP03e09821520f: Merge pull request #2834 from nrwahl2/nrwahl2-fix_typo (authored by kgaillot).
Merge pull request #2834 from nrwahl2/nrwahl2-fix_typo
Aug 29 2022, 10:27 AM
nrwahl2 committed rPa73bf7dc447e: Refactor: libcrmcommon: iso8601.c change uint to uint32_t (authored by nrwahl2).
Refactor: libcrmcommon: iso8601.c change uint to uint32_t
Aug 29 2022, 10:08 AM
nrwahl2 committed rP07d24bd6c285: API: libcrmcommon: dt argument of crm_time_get_timeofday() is now const (authored by nrwahl2).
API: libcrmcommon: dt argument of crm_time_get_timeofday() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP9aa1933567fe: API: libcrmcommon: dt argument of crm_time_get_timezone() is now const (authored by nrwahl2).
API: libcrmcommon: dt argument of crm_time_get_timezone() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPecb9c321277e: API: libcrmcommon: dt argument of crm_time_get_gregorian() is now const (authored by nrwahl2).
API: libcrmcommon: dt argument of crm_time_get_gregorian() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP207fb22188f4: API: libcrmcommon: dt argument of crm_time_get_ordinal() is now const (authored by nrwahl2).
API: libcrmcommon: dt argument of crm_time_get_ordinal() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP2fa81430b8f2: API: libcrmcommon: dt argument of crm_time_get_isoweek() is now const (authored by nrwahl2).
API: libcrmcommon: dt argument of crm_time_get_isoweek() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPb52a269b7b97: API: libcrmcommon: Several crm_time_t args in iso8601.c are now const (authored by nrwahl2).
API: libcrmcommon: Several crm_time_t args in iso8601.c are now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPb64a5d892c44: API: libcrmcommon: source argument to crm_time_set() is now const (authored by nrwahl2).
API: libcrmcommon: source argument to crm_time_set() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP910b3f76343a: API: libcrmcommon: source argument to pcmk_copy_time() is now const (authored by nrwahl2).
API: libcrmcommon: source argument to pcmk_copy_time() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPbda71f146be5: API: libcrmcommon: source argument to crm_time_set_timet() is now const (authored by nrwahl2).
API: libcrmcommon: source argument to crm_time_set_timet() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP7554f127a83a: API: libcrmcommon: arguments to crm_time_add() are now const (authored by nrwahl2).
API: libcrmcommon: arguments to crm_time_add() are now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPf64d23f6ca08: API: libcrmcommon: crm_time_calculate_duration() arguments are now const (authored by nrwahl2).
API: libcrmcommon: crm_time_calculate_duration() arguments are now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPb6b6e16b51a4: API: libcrmcommon: arguments to crm_time_subtract() are now const (authored by nrwahl2).
API: libcrmcommon: arguments to crm_time_subtract() are now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rP1a0d3479a8cb: API: libcrmcommon: argument to crm_time_check() is now const (authored by nrwahl2).
API: libcrmcommon: argument to crm_time_check() is now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPf4cafe904c42: API: libcrmcommon: arguments to crm_time_compare() are now const (authored by nrwahl2).
API: libcrmcommon: arguments to crm_time_compare() are now const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPe119d7d39882: Refactor: libcrmcommon: Use const in internal functions if appropriate (authored by nrwahl2).
Refactor: libcrmcommon: Use const in internal functions if appropriate
Aug 29 2022, 10:08 AM
GitHub <noreply@github.com> committed rPacb4e76f8be8: Merge pull request #2833 from nrwahl2/nrwahl2-iso8601_const (authored by kgaillot).
Merge pull request #2833 from nrwahl2/nrwahl2-iso8601_const
Aug 29 2022, 10:08 AM
nrwahl2 committed rPe4d89effa9b3: Build: various: Rename HAVE_PROCFS to HAVE_LINUX_PROCFS (authored by nrwahl2).
Build: various: Rename HAVE_PROCFS to HAVE_LINUX_PROCFS
Aug 29 2022, 9:32 AM
GitHub <noreply@github.com> committed rP6ab1a9aadb1f: Merge pull request #2831 from nrwahl2/nrwahl2-T542 (authored by kgaillot).
Merge pull request #2831 from nrwahl2/nrwahl2-T542
Aug 29 2022, 9:32 AM

Aug 25 2022

nrwahl2 committed rP73a46d1ab48b: Feature: libcrmcommon: Add pcmk_rc_unpack_error return code (authored by nrwahl2).
Feature: libcrmcommon: Add pcmk_rc_unpack_error return code
Aug 25 2022, 5:47 PM
nrwahl2 committed rP6ed12e282bbe: Refactor: libpe_status: pe__unpack_resource(): TRUE -> true (authored by nrwahl2).
Refactor: libpe_status: pe__unpack_resource(): TRUE -> true
Aug 25 2022, 5:47 PM
nrwahl2 committed rP0c0e75d744fa: Refactor: libpe_status: Rename common_unpack() to pe__unpack_resource() (authored by nrwahl2).
Refactor: libpe_status: Rename common_unpack() to pe__unpack_resource()
Aug 25 2022, 5:47 PM
nrwahl2 committed rPb6fdfa0b944e: Refactor: libpe_status: Replace pcmk_rc_schema_validation uses (authored by nrwahl2).
Refactor: libpe_status: Replace pcmk_rc_schema_validation uses
Aug 25 2022, 5:47 PM
nrwahl2 committed rPfd5df1b0c86a: Doc: libpe_status: Add doc comment for pe__unpack_resource() (authored by nrwahl2).
Doc: libpe_status: Add doc comment for pe__unpack_resource()
Aug 25 2022, 5:47 PM
nrwahl2 committed rP09df7737d147: Refactor: libpe_status: Use standard pcmk rc in pe__unpack_resource() (authored by nrwahl2).
Refactor: libpe_status: Use standard pcmk rc in pe__unpack_resource()
Aug 25 2022, 5:47 PM
GitHub <noreply@github.com> committed rP02c8994243c3: Merge pull request #2824 from nrwahl2/nrwahl2-T540 (authored by kgaillot).
Merge pull request #2824 from nrwahl2/nrwahl2-T540
Aug 25 2022, 5:47 PM
nrwahl2 committed rP3bc7cef72d5d: Refactor: libcrmcommon: Use pcmk_client_authenticated enum (authored by nrwahl2).
Refactor: libcrmcommon: Use pcmk_client_authenticated enum
Aug 25 2022, 5:46 PM
nrwahl2 committed rP8f707a64c04b: Refactor: libcrmcommon: Add enums for IPC client auth and TLS handshake (authored by nrwahl2).
Refactor: libcrmcommon: Add enums for IPC client auth and TLS handshake
Aug 25 2022, 5:46 PM
nrwahl2 committed rP66ae1dd70d4c: Refactor: libcrmcommon: pcmk__remote_s: Remove unused authenticated (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__remote_s: Remove unused authenticated
Aug 25 2022, 5:46 PM
nrwahl2 committed rP13c8f456a4d4: Refactor: libcrmcommon: Use pcmk__client_tls_handshake_complete (authored by nrwahl2).
Refactor: libcrmcommon: Use pcmk__client_tls_handshake_complete
Aug 25 2022, 5:46 PM
nrwahl2 committed rP8dae957ef2fb: Refactor: libcrmcommon: pcmk__remote_s: Remove TLS handshake complete (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__remote_s: Remove TLS handshake complete
Aug 25 2022, 5:46 PM
GitHub <noreply@github.com> committed rPc6f8dfdf1316: Merge pull request #2823 from nrwahl2/nrwahl2-T539 (authored by kgaillot).
Merge pull request #2823 from nrwahl2/nrwahl2-T539
Aug 25 2022, 5:46 PM
kgaillot committed rP7bf1459f1aee: Refactor: scheduler: rename pcmk_sched_native.c (authored by kgaillot).
Refactor: scheduler: rename pcmk_sched_native.c
Aug 25 2022, 1:32 PM
kgaillot committed rP6db31a661d27: Refactor: libcrmservice,libcrmcommon: move PCMK_RESOURCE_CLASS_* constants (authored by kgaillot).
Refactor: libcrmservice,libcrmcommon: move PCMK_RESOURCE_CLASS_* constants
Aug 25 2022, 1:32 PM
kgaillot committed rPcd14a0a4eef1: Refactor: scheduler: drop unneeded code from pcmk_sched_primitive.c (authored by kgaillot).
Refactor: scheduler: drop unneeded code from pcmk_sched_primitive.c
Aug 25 2022, 1:32 PM
kgaillot committed rP4ae5071833bd: Refactor: scheduler: best practices for rsc_transition_fn (authored by kgaillot).
Refactor: scheduler: best practices for rsc_transition_fn
Aug 25 2022, 1:32 PM
kgaillot committed rP3b345ca57e70: Refactor: scheduler: functionize sorting allowed nodes (authored by kgaillot).
Refactor: scheduler: functionize sorting allowed nodes
Aug 25 2022, 1:32 PM
kgaillot committed rPc0cea0ef3b5a: Refactor: scheduler: best practices for native_choose_node() (authored by kgaillot).
Refactor: scheduler: best practices for native_choose_node()
Aug 25 2022, 1:32 PM
kgaillot committed rP8dd3e83ef43c: Refactor: scheduler: best practices for allocate() method (authored by kgaillot).
Refactor: scheduler: best practices for allocate() method
Aug 25 2022, 1:32 PM
kgaillot committed rP38fbab69d50c: Refactor: scheduler: functionize applying "this with" colocations (authored by kgaillot).
Refactor: scheduler: functionize applying "this with" colocations
Aug 25 2022, 1:32 PM
kgaillot committed rP7f8a32b53a0a: Refactor: scheduler: functionize applying "with this" colocation (authored by kgaillot).
Refactor: scheduler: functionize applying "with this" colocation
Aug 25 2022, 1:32 PM
kgaillot committed rPfda13e036743: Refactor: scheduler: functionize updating remote node after assignment (authored by kgaillot).
Refactor: scheduler: functionize updating remote node after assignment
Aug 25 2022, 1:32 PM