- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
May 25 2023
May 25 2023
fabbione committed rQ228580ea8368: build: fix several issues with building tests (authored by fabbione).
build: fix several issues with building tests
May 24 2023
May 24 2023
GitHub <noreply@github.com> committed rPf1298840dbad: Merge pull request #3109 from ClusterLabs/2.1 (authored by kgaillot).
Merge pull request #3109 from ClusterLabs/2.1
Doc: ChangeLog: update for 2.1.6 release
clumens committed rP9d933d25d199: Refactor: python: Fix lines with multiple things on them. (authored by clumens).
Refactor: python: Fix lines with multiple things on them.
clumens committed rP8a663fc37192: Refactor: python: Remove commented out or unreachable code. (authored by clumens).
Refactor: python: Remove commented out or unreachable code.
clumens committed rPeddc4419e0fd: Refactor: python: Fix inconsistent indentation and trailing whitespace. (authored by clumens).
Refactor: python: Fix inconsistent indentation and trailing whitespace.
clumens committed rP5af6d86daa0c: Refactor: cts,python: Move base test classes into their own file. (authored by clumens).
Refactor: cts,python: Move base test classes into their own file.
clumens committed rP36d7562c933c: Refactor: python: Remove unnecessary parens. (authored by clumens).
Refactor: python: Remove unnecessary parens.
clumens committed rP5c51a3c0fd41: Refactor: python: Use += where appropriate. (authored by clumens).
Refactor: python: Use += where appropriate.
clumens committed rPeab8f2dc776d: Refactor: python: Disable a couple pylint warnings throughout base.py. (authored by clumens).
Refactor: python: Disable a couple pylint warnings throughout base.py.
Refactor: python: Remove unused variables.
clumens committed rPb82be8219f46: Refactor: python: No longer inherit from object. (authored by clumens).
Refactor: python: No longer inherit from object.
clumens committed rP0c88aab94d3e: Refactor: python, cts: Use booleans for test flags instead of 1/0. (authored by clumens).
Refactor: python, cts: Use booleans for test flags instead of 1/0.
clumens committed rP020e8dc41caa: Refactor: python: Remove unnecessary elif statements. (authored by clumens).
Refactor: python: Remove unnecessary elif statements.
clumens committed rP09c54b95848e: Refactor: python: Rename CTSTest.Audits to audits. (authored by clumens).
Refactor: python: Rename CTSTest.Audits to audits.
clumens committed rP8d51682eb005: Refactor: python: Add reset() to the defining list in pylintrc. (authored by clumens).
Refactor: python: Add reset() to the defining list in pylintrc.
clumens committed rPb0d58ebcdd1a: Refactor: python, cts: Rename errorstoignore to errors_to_ignore. (authored by clumens).
Refactor: python, cts: Rename errorstoignore to errors_to_ignore.
clumens committed rP717fd32b86c0: Refactor: python, cts: Rename attributes in CTSTest. (authored by clumens).
Refactor: python, cts: Rename attributes in CTSTest.
clumens committed rPe177968778d1: Refactor: python: Rename canrunnow to can_run_now. (authored by clumens).
Refactor: python: Rename canrunnow to can_run_now.
clumens committed rP0b40f5012d44: Refactor: python: Simplify list creation in base.py. (authored by clumens).
Refactor: python: Simplify list creation in base.py.
clumens committed rP0292ede5b6e3: Refactor: python: Raise NotImplementedError from __call__. (authored by clumens).
Refactor: python: Raise NotImplementedError from __call__.
clumens committed rP44b880fae251: Refactor: python: Get rid of RemoteDriver.cib_cmd. (authored by clumens).
Refactor: python: Get rid of RemoteDriver.cib_cmd.
clumens committed rPcd69a2508daf: Refactor: python: Use booleans for internal variables. (authored by clumens).
Refactor: python: Use booleans for internal variables.
clumens committed rP4560b3357fb2: Refactor: python: Most attributes in RemoteDriver can be private. (authored by clumens).
Refactor: python: Most attributes in RemoteDriver can be private.
clumens committed rP17deb671a6f8: Refactor: python: Catch only certain exceptions, not all. (authored by clumens).
Refactor: python: Catch only certain exceptions, not all.
clumens committed rP6c9fdbbb6d5d: Refactor: python: Don't use an empty list as a default argument. (authored by clumens).
Refactor: python: Don't use an empty list as a default argument.
clumens committed rPda08d1a61f54: Refactor: python: Clean up string handling in base.py. (authored by clumens).
Refactor: python: Clean up string handling in base.py.
clumens committed rPec4825a75550: Refactor: python: Define CTSTest.name in __init__. (authored by clumens).
Refactor: python: Define CTSTest.name in __init__.
clumens committed rPf0162535fec5: Refactor: python: The rest of the attrs in RemoteDriver can be private (authored by clumens).
Refactor: python: The rest of the attrs in RemoteDriver can be private
clumens committed rP18df9dd35a9f: Refactor: python: Rename some things that don't follow python naming. (authored by clumens).
Refactor: python: Rename some things that don't follow python naming.
clumens committed rP30cbf19fa96e: Refactor: python: Don't redefine a method argument. (authored by clumens).
Refactor: python: Don't redefine a method argument.
clumens committed rP897aed88bc64: Refactor: python: Disable the unused argument message in a few methods. (authored by clumens).
Refactor: python: Disable the unused argument message in a few methods.
clumens committed rP1d0f517ddb83: Refactor: python: Rename private functions with underscores. (authored by clumens).
Refactor: python: Rename private functions with underscores.
clumens committed rPb9e38238f28d: Refactor: python: Use "is None" instead of "== None". (authored by clumens).
Refactor: python: Use "is None" instead of "== None".
clumens committed rPb0c3cc60a694: Refactor: python, cts: Add a Timer class with a context manager. (authored by clumens).
Refactor: python, cts: Add a Timer class with a context manager.
clumens committed rP966ec41b7854: Refactor: python: Define OCFS-related attributes in __init__. (authored by clumens).
Refactor: python: Define OCFS-related attributes in __init__.
clumens committed rPa46d93f133ed: Refactor: python, cts: success/failure/skipped should return bools. (authored by clumens).
Refactor: python, cts: success/failure/skipped should return bools.
clumens committed rP8fed2fb6aca7: Refactor: python, cts: Test stats are now just a dict. (authored by clumens).
Refactor: python, cts: Test stats are now just a dict.
Refactor: cts: Improve blank lines.
clumens committed rP9a05ef52aa1d: Refactor: cts: Remove a couple unnecessary return statements. (authored by clumens).
Refactor: cts: Remove a couple unnecessary return statements.
clumens committed rPe76f64ae17ad: Refactor: cts: Remove the unused log_mark method. (authored by clumens).
Refactor: cts: Remove the unused log_mark method.
clumens committed rP585888d31a8f: Refactor: cts: audit should return a bool instead of 1/0. (authored by clumens).
Refactor: cts: audit should return a bool instead of 1/0.
clumens committed rP49524e78c0a7: Refactor: cts,python: Remove the is_applicable_common method. (authored by clumens).
Refactor: cts,python: Remove the is_applicable_common method.
Refactor: cts: Add docstrings to base.py.
clumens committed rPfe217a33732d: Refactor: python: Remove big initial comment from base.py. (authored by clumens).
Refactor: python: Remove big initial comment from base.py.
clumens committed rP3b7369b69d33: Refactor: python: Split base test classes into their own files. (authored by clumens).
Refactor: python: Split base test classes into their own files.
GitHub <noreply@github.com> committed rPe5171366b471: Merge pull request #3106 from clumens/cts-tests-initial (authored by kgaillot).
Merge pull request #3106 from clumens/cts-tests-initial
Build: fix build with clang compiler
GitHub <noreply@github.com> committed rP910b02c89855: Merge pull request #3108 from wenningerk/happy_clang (authored by kgaillot).
Merge pull request #3108 from wenningerk/happy_clang
Roll the IPC tests into one script
fabbione committed rKc58d1690b8e5: nozzle: tests: Fix 'set_down' test on FreeBSD-devel (authored by chrissie-c).
nozzle: tests: Fix 'set_down' test on FreeBSD-devel
GitHub <noreply@github.com> committed rK5449bc6bc4e5: Merge pull request #407 from kronosnet/fix-freebsd-devel23 (authored by fabbione).
Merge pull request #407 from kronosnet/fix-freebsd-devel23
Grep the right file
tests: allow -j to work
fabbione committed rK531ebe195a95: [build] Fix rust make -j build dep for distcheck (authored by fabbione).
[build] Fix rust make -j build dep for distcheck
fabbione committed rK31e1ee691f26: [build] Fix rust make -j build dep for distcheck (authored by fabbione).
[build] Fix rust make -j build dep for distcheck
chrissie-c committed rK616550fae77c: nozzle: tests: Fix 'set_down' test on FreeBSD-devel (authored by chrissie-c).
nozzle: tests: Fix 'set_down' test on FreeBSD-devel
May 23 2023
May 23 2023
kgaillot committed rP003c0a604001: Log: scheduler: improve ordering trace log (authored by kgaillot).
Log: scheduler: improve ordering trace log
kgaillot committed rPa9bed6e32e07: Test: scheduler: add test for new member in partially unmanaged group (authored by kgaillot).
Test: scheduler: add test for new member in partially unmanaged group
kgaillot committed rPb4c558e53853: Fix: scheduler: ensure earlier group member starts happen after later member… (authored by kgaillot).
Fix: scheduler: ensure earlier group member starts happen after later member…
kgaillot committed rP7d9bf6b659d6: Test: scheduler: update tests for group ordering change (authored by kgaillot).
Test: scheduler: update tests for group ordering change
GitHub <noreply@github.com> committed rP6a4f9681ee98: Merge pull request #3104 from kgaillot/fix (authored by kgaillot).
Merge pull request #3104 from kgaillot/fix
May 22 2023
May 22 2023
nrwahl2 committed rP4fbd7916e24b: Refactor: controller: Remove global_cib_callback() (authored by nrwahl2).
Refactor: controller: Remove global_cib_callback()
nrwahl2 committed rP6a93c06d9feb: Doc: libcib: Mark cib_api_operations_t:delete_absolute() as deprecated (authored by nrwahl2).
Doc: libcib: Mark cib_api_operations_t:delete_absolute() as deprecated
nrwahl2 committed rPfd9b1a3cebcc: API: libcib: Deprecate cib_api_operations_t:quit() (authored by nrwahl2).
API: libcib: Deprecate cib_api_operations_t:quit()
nrwahl2 committed rP7d4d0907ff46: API: libcib: Deprecate cib_api_operations_t:inputfd() (authored by nrwahl2).
API: libcib: Deprecate cib_api_operations_t:inputfd()
nrwahl2 committed rP6de969f35426: API: libcib: Deprecate cib_api_operations_t:set_op_callback() (authored by nrwahl2).
API: libcib: Deprecate cib_api_operations_t:set_op_callback()
nrwahl2 committed rPe28c01014b66: API: libcib: Deprecate cib_api_operations_t:noop() (authored by nrwahl2).
API: libcib: Deprecate cib_api_operations_t:noop()
nrwahl2 committed rP868968a69aef: Low: libcrmcommon: NULL-check argument to pcmk__mark_xml_created() (authored by nrwahl2).
Low: libcrmcommon: NULL-check argument to pcmk__mark_xml_created()
API: libcib: Deprecate cib_t:op_callback
nrwahl2 committed rP681304f4528e: Refactor: based: Remove with_data argument to cib_msg_copy() (authored by nrwahl2).
Refactor: based: Remove with_data argument to cib_msg_copy()
nrwahl2 committed rPbd5f52cbb5b4: Refactor: based: Apply cib_inhibit_notify to replace notifications (authored by nrwahl2).
Refactor: based: Apply cib_inhibit_notify to replace notifications
nrwahl2 committed rPf569b02a819a: API: libcib: Deprecate cib_scope_local cib_call_options value (authored by nrwahl2).
API: libcib: Deprecate cib_scope_local cib_call_options value
nrwahl2 committed rPfcc7ca893c83: Refactor: based: Replace cib_operation_t booleans with enum flags (authored by nrwahl2).
Refactor: based: Replace cib_operation_t booleans with enum flags
nrwahl2 committed rP763c619dea35: Refactor: based, libcib: Replace cib_op_t * with cib_op_t (authored by nrwahl2).
Refactor: based, libcib: Replace cib_op_t * with cib_op_t
nrwahl2 committed rPc13bf8b20c2b: Refactor: based: cib_get_operation_id() -> cib_get_operation() (authored by nrwahl2).
Refactor: based: cib_get_operation_id() -> cib_get_operation()
nrwahl2 committed rPd45053a43a73: Refactor: based: Remove null entry from cib_server_ops array (authored by nrwahl2).
Refactor: based: Remove null entry from cib_server_ops array
nrwahl2 committed rPe7147eacf1b1: Refactor: based: cib_process_default() -> cib_process_noop() (authored by nrwahl2).
Refactor: based: cib_process_default() -> cib_process_noop()
nrwahl2 committed rP1abdbab107e2: Low: libcrmcommon: Fix Coverity false positive pcmk__file_contents() (authored by nrwahl2).
Low: libcrmcommon: Fix Coverity false positive pcmk__file_contents()
nrwahl2 committed rP77067aec95ee: Refactor: based: cib_cleanup_query() frees output if not current CIB (authored by nrwahl2).
Refactor: based: cib_cleanup_query() frees output if not current CIB
GitHub <noreply@github.com> committed rP51fa523713d7: Merge pull request #3105 from nrwahl2/nrwahl2-T185_prep (authored by kgaillot).
Merge pull request #3105 from nrwahl2/nrwahl2-T185_prep
oalbrigt committed rR78622f1d3e46: Filesystem: create systemd drop-in for network filesystems (authored by oalbrigt).
Filesystem: create systemd drop-in for network filesystems
GitHub <noreply@github.com> committed rR2c3f4b507e74: Merge pull request #1869 from oalbrigt/Filesystem-systemd-network-fs (authored by oalbrigt).
Merge pull request #1869 from oalbrigt/Filesystem-systemd-network-fs
May 15 2023
May 15 2023
kgaillot committed rP9e7b39a6a57a: Test: scheduler: summarize group-anticolocation test (authored by kgaillot).
Test: scheduler: summarize group-anticolocation test
kgaillot committed rPd07d398590fd: Test: scheduler: rename bug-lf-2613 test to failed-sticky-group (authored by kgaillot).
Test: scheduler: rename bug-lf-2613 test to failed-sticky-group
kgaillot committed rPf6131e39f310: Test: scheduler: add failed-sticky-anticolocated-group test (authored by kgaillot).
Test: scheduler: add failed-sticky-anticolocated-group test
GitHub <noreply@github.com> committed rPbd75ede97929: Merge pull request #3103 from kgaillot/test (authored by kgaillot).
Merge pull request #3103 from kgaillot/test
May 4 2023
May 4 2023
clumens committed rP4f225d165c14: Feature: daemons: Add start state to LRMD handshake XML (authored by clumens).
Feature: daemons: Add start state to LRMD handshake XML
clumens committed rP2d5089ee7251: Feature: liblrmd: Save a remote node's requested start state (authored by clumens).
Feature: liblrmd: Save a remote node's requested start state
clumens committed rP4e55bb7ecdc1: Feature: liblrmd: Add lrmd__node_start_state. (authored by clumens).
Feature: liblrmd: Add lrmd__node_start_state.
clumens committed rP8277d0c3bfb6: Refactor: controller: Make set_join_state a public function. (authored by clumens).
Refactor: controller: Make set_join_state a public function.
clumens committed rPfea37dcbe833: Refactor: controller: set_join_state needs to take a remote parameter. (authored by clumens).
Refactor: controller: set_join_state needs to take a remote parameter.
clumens committed rP8c79115fe65b: Feature: controller: When a remote node starts, apply any start state. (authored by clumens).
Feature: controller: When a remote node starts, apply any start state.
clumens committed rP76bd508cc301: Doc: sysconfig: Remote nodes now respect start state. (authored by clumens).
Doc: sysconfig: Remote nodes now respect start state.
GitHub <noreply@github.com> committed rP91125475f46e: Merge pull request #3097 from clumens/remote-start-state (authored by kgaillot).
Merge pull request #3097 from clumens/remote-start-state
• arslan9292 committed rFe363e55169a7: fence_scsi: Add support for space-separated devices and update in (authored by • arslan9292).
fence_scsi: Add support for space-separated devices and update in
GitHub <noreply@github.com> committed rF9c40ba568dac: Merge pull request #543 from arslan9292/scsi-space-separated (authored by oalbrigt).
Merge pull request #543 from arslan9292/scsi-space-separated
May 2 2023
May 2 2023
GitHub <noreply@github.com> committed rPd4130388da38: Merge pull request #3100 from kgaillot/pullback (authored by kgaillot).
Merge pull request #3100 from kgaillot/pullback