- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
May 4 2023
May 4 2023
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.
May 1 2023
May 1 2023
clumens committed rP6ec6bac351b4: Low: daemons: pacemakerd -S should wait for shutdown before returning (authored by clumens).
Low: daemons: pacemakerd -S should wait for shutdown before returning
Apr 26 2023
Apr 26 2023
clumens committed rPe34de5924a88: API: libcrmcluster: Record the time when a peer is lost. (authored by clumens).
API: libcrmcluster: Record the time when a peer is lost.
clumens committed rP30efb62f3df2: Feature: daemons: Add daemon uptime to execd XML replies. (authored by clumens).
Feature: daemons: Add daemon uptime to execd XML replies.
clumens committed rP784479f923fa: Feature: liblrmd: Add a function to extract lrmd uptime. (authored by clumens).
Feature: liblrmd: Add a function to extract lrmd uptime.
clumens committed rP9b10e363d0c2: Feature: daemons: Record the node hosting a remote connection resource. (authored by clumens).
Feature: daemons: Record the node hosting a remote connection resource.
clumens committed rP6a1b27864dac: Feature: daemons: Add node hosting connection resource to state XML. (authored by clumens).
Feature: daemons: Add node hosting connection resource to state XML.
clumens committed rPe503acb82f93: Refactor: daemons: Broadcast remote node state changes to all controllers (authored by clumens).
Refactor: daemons: Broadcast remote node state changes to all controllers
clumens committed rP060b05f73993: Feature: daemons: Sync remote connection info with new controllers. (authored by clumens).
Feature: daemons: Sync remote connection info with new controllers.
clumens committed rP09058c943952: Feature: daemons: Preserve transient attrs when possible (authored by clumens).
Feature: daemons: Preserve transient attrs when possible
Apr 18 2023
Apr 18 2023
Low: python: Default CTS iterations to 1.
clumens committed rP6fd67629629e: Refactor: cts: Move cts.CTSaudits to _cts module. (authored by clumens).
Refactor: cts: Move cts.CTSaudits to _cts module.
clumens committed rP8a6bde9f8b50: Refactor: python: Improve whitespace in audits.py. (authored by clumens).
Refactor: python: Improve whitespace in audits.py.
clumens committed rP71fc22dcebaf: Refactor: python: No longer subclass object in audits.py. (authored by clumens).
Refactor: python: No longer subclass object in audits.py.
clumens committed rPc2f96b374382: Refactor: python: Improve the is_applicable method. (authored by clumens).
Refactor: python: Improve the is_applicable method.
clumens committed rPaed5c61e686d: Refactor: python: Fix minor pylint warnings in audits.py. (authored by clumens).
Refactor: python: Fix minor pylint warnings in audits.py.
clumens committed rP1734301f323d: Refactor: python: Fix return value of __call__ methods. (authored by clumens).
Refactor: python: Fix return value of __call__ methods.
clumens committed rP6514965d5f6d: Refactor: python: Replace name() method with variable. (authored by clumens).
Refactor: python: Replace name() method with variable.
clumens committed rPeae8ec8fb473: Refactor: python: Use += instead of spelling it all out. (authored by clumens).
Refactor: python: Use += instead of spelling it all out.
clumens committed rP2009c056d69d: Refactor: python: Don't name a variable "max". (authored by clumens).
Refactor: python: Don't name a variable "max".
clumens committed rP03f80eb72770: Refactor: python: Simplify unique/managed/orphan methods. (authored by clumens).
Refactor: python: Simplify unique/managed/orphan methods.
clumens committed rP5052697ba792: Refactor: python: Unindent several complicated loops. (authored by clumens).
Refactor: python: Unindent several complicated loops.
clumens committed rP16ac5272ad08: Refactor: python: Rename self.CM to self._cm in audits.py. (authored by clumens).
Refactor: python: Rename self.CM to self._cm in audits.py.
clumens committed rPb161177ec8f0: Refactor: python: Rename doResourceAudit to _audit_resource. (authored by clumens).
Refactor: python: Rename doResourceAudit to _audit_resource.
clumens committed rP25c7ea4e1233: Refactor: python: Remove unnecessary parens in subsitution strings. (authored by clumens).
Refactor: python: Remove unnecessary parens in subsitution strings.
clumens committed rPb2b3bad7cff1: Refactor: python: Rename RestartClusterLogging to _restart_cluster_logging. (authored by clumens).
Refactor: python: Rename RestartClusterLogging to _restart_cluster_logging.
clumens committed rP34a92f7ca77e: Refactor: python: Rename AuditList to audit_list. (authored by clumens).
Refactor: python: Rename AuditList to audit_list.
clumens committed rPa0a7d96d273f: Refactor: python: Condense common prompting code into a new function (authored by clumens).
Refactor: python: Condense common prompting code into a new function
clumens committed rPf4f03b33b5cd: Refactor: python: Rename TestLogging to _test_logging. (authored by clumens).
Refactor: python: Rename TestLogging to _test_logging.
clumens committed rP8a9805029353: Refactor: python: Improve handling the setup method. (authored by clumens).
Refactor: python: Improve handling the setup method.
clumens committed rP8433a59beddf: Refactor: python: Add an __all__ to audits.py. (authored by clumens).
Refactor: python: Add an __all__ to audits.py.
clumens committed rP24eaf09b2665: Refactor: python: Fix comparisons in audits.py. (authored by clumens).
Refactor: python: Fix comparisons in audits.py.
clumens committed rPf1b93e8a203b: Refactor: python: trim_string and trim2int should always return a value (authored by clumens).
Refactor: python: trim_string and trim2int should always return a value
clumens committed rPef8b78ae4dad: Refactor: python: Rename NodeEpoch, State, and Quorum. (authored by clumens).
Refactor: python: Rename NodeEpoch, State, and Quorum.
clumens committed rPa3e1117a8f9c: Refactor: python: Remove the stats collecting from audits. (authored by clumens).
Refactor: python: Remove the stats collecting from audits.
clumens committed rP806da2056530: Refactor: python: Rename various private functions in audits.py. (authored by clumens).
Refactor: python: Rename various private functions in audits.py.
clumens committed rP9da419065c21: Refactor: pylint: Disable a couple invalid name warnings. (authored by clumens).
Refactor: pylint: Disable a couple invalid name warnings.
clumens committed rPb386b1e42892: Refactor: python: Remove commented out code. (authored by clumens).
Refactor: python: Remove commented out code.
clumens committed rPef44092fa15d: Refactor: pylint: Add docstrings to audits.py. (authored by clumens).
Refactor: pylint: Add docstrings to audits.py.
clumens committed rP28f0bc23c3f1: Refactor: python: Use True/False for variables in audits.py. (authored by clumens).
Refactor: python: Use True/False for variables in audits.py.
Low: cts: Fix the import of AuditResource.
Apr 12 2023
Apr 12 2023
clumens committed rP87a1077b6d89: Refactor: libpacemaker: Expect a time_t in pacemakerd-health message. (authored by clumens).
Refactor: libpacemaker: Expect a time_t in pacemakerd-health message.
clumens committed rPfc4b397c950d: Refactor: libpacemaker, tools: Expect an enum to various messages. (authored by clumens).
Refactor: libpacemaker, tools: Expect an enum to various messages.
clumens committed rP912873937609: Refactor: libpacemaker: Expect an int instead of a uint32_t for node_id. (authored by clumens).
Refactor: libpacemaker: Expect an int instead of a uint32_t for node_id.
clumens committed rP1650d809f26e: Refactor: libs, tools: Expect a const char instead of a char. (authored by clumens).
Refactor: libs, tools: Expect a const char instead of a char.
Apr 10 2023
Apr 10 2023
clumens committed rP8590ff4c034b: Refactor: cts: Move cts.CTS to _cts module. (authored by clumens).
Refactor: cts: Move cts.CTS to _cts module.
clumens committed rP4cab1a8d4e1c: Refactor: python: Improve whitespace in CTS.py. (authored by clumens).
Refactor: python: Improve whitespace in CTS.py.
clumens committed rPbbe10fa6a26f: Refactor: python: Remove the unused __CheckNode method. (authored by clumens).
Refactor: python: Remove the unused __CheckNode method.
clumens committed rP88f1b61fb405: Refactor: python: Clean up inheritance in CTS.py. (authored by clumens).
Refactor: python: Clean up inheritance in CTS.py.
Refactor: python: Add a __all__ to CTS.py.
clumens committed rP952a95d60794: Refactor: python: Rename two methods in the NodeStatus class. (authored by clumens).
Refactor: python: Rename two methods in the NodeStatus class.
clumens committed rP7cbe34f8d014: Refactor: python: Improve the WaitForAllNodesToComeUp method. (authored by clumens).
Refactor: python: Improve the WaitForAllNodesToComeUp method.
clumens committed rP3d98dbb85ecf: Refactor: python: Improve the WaitForNodeToComeUp method. (authored by clumens).
Refactor: python: Improve the WaitForNodeToComeUp method.
clumens committed rP35d32fc49bb5: Refactor: python: Rename variables in the CtsLab class. (authored by clumens).
Refactor: python: Rename variables in the CtsLab class.
clumens committed rP8ab0f3fd20a0: Refactor: python: Use ExitStatus in CtsLab.run. (authored by clumens).
Refactor: python: Use ExitStatus in CtsLab.run.
clumens committed rPe30fd1ecedee: Refactor: python: Rename variables in the NodeStatus class. (authored by clumens).
Refactor: python: Rename variables in the NodeStatus class.
clumens committed rPa4cc3d077bbc: Refactor: python: Improve arguments passed to Process.__init__. (authored by clumens).
Refactor: python: Improve arguments passed to Process.__init__.
clumens committed rP1011676be480: Refactor: python: Rename variables in CTS.run. (authored by clumens).
Refactor: python: Rename variables in CTS.run.
clumens committed rPb68584ae3384: Refactor: python: Improve the Process.kill method. (authored by clumens).
Refactor: python: Improve the Process.kill method.
clumens committed rPe3b4b054525a: Refactor: python: Fix a couple more minor pylint warnings. (authored by clumens).
Refactor: python: Fix a couple more minor pylint warnings.
clumens committed rP980c5d643347: Refactor: python: Disable pylint warnings we can't do anything about. (authored by clumens).
Refactor: python: Disable pylint warnings we can't do anything about.
clumens committed rP0293c4a60e6b: Refactor: python: Remove the common_ignore argument from Process. (authored by clumens).
Refactor: python: Remove the common_ignore argument from Process.
clumens committed rPa53fe5d37af3: Refactor: python: Update docstrings for the CTS module. (authored by clumens).
Refactor: python: Update docstrings for the CTS module.
clumens committed rPfd8a859399b2: Refactor: cts: Remove the fastfail variable. (authored by clumens).
Refactor: cts: Remove the fastfail variable.
clumens committed rP852bbef38517: Fix: controller: Don't use "//" in the fence XML query. (authored by clumens).
Fix: controller: Don't use "//" in the fence XML query.
clumens committed rPa788c8829497: Fix: libcrmcommon: Remove a reference to non-existent crm_peer_t. (authored by clumens).
Fix: libcrmcommon: Remove a reference to non-existent crm_peer_t.
clumens committed rP57d32956db2f: Low: daemons: Add the default port to pacemaker-remoted help output. (authored by clumens).
Low: daemons: Add the default port to pacemaker-remoted help output.
Apr 6 2023
Apr 6 2023
clumens committed rPec7676039b44: Refactor: python: Separate out multiple lines. (authored by clumens).
Refactor: python: Separate out multiple lines.
clumens committed rP7ff6b34f4c10: Refactor: python: Remove commented out code. (authored by clumens).
Refactor: python: Remove commented out code.
clumens committed rP7c958b8821d5: Refactor: cts: Move cts.watcher to _cts module. (authored by clumens).
Refactor: cts: Move cts.watcher to _cts module.
clumens committed rPe5b5e76a40f9: Refactor: python: Clean up whitespace in watcher.py. (authored by clumens).
Refactor: python: Clean up whitespace in watcher.py.
clumens committed rPc80ceee58b52: Refactor: python: Use substitution strings instead of adding. (authored by clumens).
Refactor: python: Use substitution strings instead of adding.
clumens committed rP71cc178822f2: Refactor: python: Remove unnecessary parentheses. (authored by clumens).
Refactor: python: Remove unnecessary parentheses.
clumens committed rPe8173a4b0eb0: Refactor: python: Clean up comparisons in watcher.py. (authored by clumens).
Refactor: python: Clean up comparisons in watcher.py.
clumens committed rP27425b723888: Refactor: python: Remove unnecessary return statements. (authored by clumens).
Refactor: python: Remove unnecessary return statements.
clumens committed rP9b9a9e48d147: Refactor: python,cts: Fix argument handling for LogWatcher. (authored by clumens).
Refactor: python,cts: Fix argument handling for LogWatcher.
clumens committed rPf0ae8439352a: Refactor: python: Remove unused variables from watcher.py. (authored by clumens).
Refactor: python: Remove unused variables from watcher.py.
clumens committed rP8b10aa070116: Refactor: python: Raise NotImplementedError when appropriate. (authored by clumens).
Refactor: python: Raise NotImplementedError when appropriate.
Refactor: python: Remove returnonlymatch.
clumens committed rP76deb02a97d6: Refactor: python: Fix handling of log_watcher_bin. (authored by clumens).
Refactor: python: Fix handling of log_watcher_bin.
clumens committed rP2622e7cb6981: Refactor: python: Remove the unused timeout argument from __get_lines. (authored by clumens).
Refactor: python: Remove the unused timeout argument from __get_lines.
clumens committed rP02dd894a98b7: Refactor: python: Clean up minor problems in SearchObj. (authored by clumens).
Refactor: python: Clean up minor problems in SearchObj.
clumens committed rPb55f838a4ffd: Refactor: python: Remove some elif blocks that pylint doesn't like. (authored by clumens).
Refactor: python: Remove some elif blocks that pylint doesn't like.
clumens committed rPd3ac0d1fedfb: Refactor: python: Rename the setend method to set_end. (authored by clumens).
Refactor: python: Rename the setend method to set_end.
clumens committed rPafa7a822335a: Refactor: python: Clean up minor problems in JournalObj. (authored by clumens).
Refactor: python: Clean up minor problems in JournalObj.
clumens committed rP3fbcaac9c286: Refactor: python: Clean up minor problems in FileObj. (authored by clumens).
Refactor: python: Clean up minor problems in FileObj.
clumens committed rPa034855d9342: Refactor: python: Rename setwatch to set_watch. (authored by clumens).
Refactor: python: Rename setwatch to set_watch.
clumens committed rP6ad83207eb86: Refactor: python: Remove the unused silent parameter from look. (authored by clumens).
Refactor: python: Remove the unused silent parameter from look.
clumens committed rP11ee306cfd2c: Refactor: python: Clean up handling of lookforall function. (authored by clumens).
Refactor: python: Clean up handling of lookforall function.
clumens committed rP6ff6537b37c3: Refactor: python: Remove the debug_level argument from LogWatcher. (authored by clumens).
Refactor: python: Remove the debug_level argument from LogWatcher.
clumens committed rPa80a6f7b9ef7: Refactor: python: Rename LogWatcher.Timeout to LogWatcher._timeout. (authored by clumens).
Refactor: python: Rename LogWatcher.Timeout to LogWatcher._timeout.
clumens committed rP4268c3af7f9c: Refactor: python: Make various things in LogWatcher private. (authored by clumens).
Refactor: python: Make various things in LogWatcher private.
clumens committed rP1b55ab51d56b: Refactor: python: Use a context manager when acquiring a lock. (authored by clumens).
Refactor: python: Use a context manager when acquiring a lock.
clumens committed rP3de3883bc5f3: Refactor: python: LogWatcher should not inherit from RemoteExec. (authored by clumens).
Refactor: python: LogWatcher should not inherit from RemoteExec.
clumens committed rP18c819204032: Refactor: python: Remove the unused LogWatcher.matched variable. (authored by clumens).
Refactor: python: Remove the unused LogWatcher.matched variable.