Page MenuHomeClusterLabs Projects
Feed Advanced Search

May 1 2024

nrwahl2 committed rPea88e48e54aa: API: libcrmcluster: New pcmk_get_cluster_layer() (authored by nrwahl2).
API: libcrmcluster: New pcmk_get_cluster_layer()
May 1 2024, 12:25 AM
nrwahl2 committed rP7a071c08f529: Refactor: various: Use pcmk_get_cluster_layer() (authored by nrwahl2).
Refactor: various: Use pcmk_get_cluster_layer()
May 1 2024, 12:25 AM
nrwahl2 committed rP107ab53a3e0a: API: libcrmcluster: Deprecate get_cluster_type() (authored by nrwahl2).
API: libcrmcluster: Deprecate get_cluster_type()
May 1 2024, 12:24 AM
nrwahl2 committed rPb3d1e7ab4056: API: libcrmcluster: Deprecate enum cluster_type_e and all its values (authored by nrwahl2).
API: libcrmcluster: Deprecate enum cluster_type_e and all its values
May 1 2024, 12:24 AM
nrwahl2 committed rP3ba7e87a99e8: Refactor: various: Drop is_corosync_cluster() internally (authored by nrwahl2).
Refactor: various: Drop is_corosync_cluster() internally
May 1 2024, 12:24 AM
nrwahl2 committed rP5c6dfd5cc372: API: libcrmcluster: Deprecate is_corosync_cluster() (authored by nrwahl2).
API: libcrmcluster: Deprecate is_corosync_cluster()
May 1 2024, 12:24 AM
nrwahl2 committed rPb6e5e051af49: API: libcrmcluster: New pcmk_cluster_t (authored by nrwahl2).
API: libcrmcluster: New pcmk_cluster_t
May 1 2024, 12:24 AM
nrwahl2 committed rP247f1884e5e3: API: libcrmcluster: Deprecate crm_cluster_t (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_cluster_t
May 1 2024, 12:24 AM
nrwahl2 committed rPdb0276e96271: API: libcrmcluster: New pcmk_cluster_set_destroy_fn() (authored by nrwahl2).
API: libcrmcluster: New pcmk_cluster_set_destroy_fn()
May 1 2024, 12:24 AM
nrwahl2 committed rP149f59286d87: API: libcrmcluster: New pcmk_cpg_set_deliver_fn() (authored by nrwahl2).
API: libcrmcluster: New pcmk_cpg_set_deliver_fn()
May 1 2024, 12:24 AM
nrwahl2 committed rPd5972cca956f: API: libcrmcluster: New pcmk_cpg_set_confchg_fn() (authored by nrwahl2).
API: libcrmcluster: New pcmk_cpg_set_confchg_fn()
May 1 2024, 12:23 AM
nrwahl2 committed rP606b4c56a0d4: API: libcrmcluster: Deprecate crm_cluster_s and all its members (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_cluster_s and all its members
May 1 2024, 12:23 AM
nrwahl2 committed rP2075221e9edd: API: libcrmcluster: Deprecate crm_join_phase_str() (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_join_phase_str()
May 1 2024, 12:23 AM

Apr 30 2024

nrwahl2 triaged T818: Add libcrmcluster to doxygen-generated HTML docs as Normal priority.
Apr 30 2024, 7:31 PM · Restricted Project, Restricted Project, Restricted Project
nrwahl2 added a comment to T788: Deprecate public API access to most of libcrmcluster.

For 3.0.0 (T793)... For pcmk_cluster_t, we can replace all deprecated struct members except destroy() and cpg with a void *private member that can be used internally for a new internal struct containing the deprecated members.

Apr 30 2024, 5:18 AM · Restricted Project, Restricted Project, Restricted Project

Apr 29 2024

nrwahl2 committed rP7b6c7bd70ae1: Refactor: libcrmcluster: New pcmk__cpg_connect() (authored by nrwahl2).
Refactor: libcrmcluster: New pcmk__cpg_connect()
Apr 29 2024, 11:55 PM
nrwahl2 committed rP07e7d32559ee: API: libcrmcluster: Deprecate cluster_connect_cpg() (authored by nrwahl2).
API: libcrmcluster: Deprecate cluster_connect_cpg()
Apr 29 2024, 11:55 PM
nrwahl2 committed rPeba8143bf4d8: Refactor: libcrmcluster: pcmk__corosync_connect() returns standard code (authored by nrwahl2).
Refactor: libcrmcluster: pcmk__corosync_connect() returns standard code
Apr 29 2024, 11:55 PM
nrwahl2 committed rP2b619694d043: API: libcrmcluster: New pcmk_cluster_connect() (authored by nrwahl2).
API: libcrmcluster: New pcmk_cluster_connect()
Apr 29 2024, 11:54 PM
nrwahl2 committed rP18848e072921: API: libcrmcluster: Deprecate crm_cluster_connect() (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_cluster_connect()
Apr 29 2024, 11:54 PM
nrwahl2 committed rP5be68d9f8f2f: Refactor: libcrmcluster: New pcmk__cpg_disconnect() (authored by nrwahl2).
Refactor: libcrmcluster: New pcmk__cpg_disconnect()
Apr 29 2024, 11:54 PM
nrwahl2 committed rP2e33e2c6bb84: API: libcrmcluster: Deprecate cluster_disconnect_cpg() (authored by nrwahl2).
API: libcrmcluster: Deprecate cluster_disconnect_cpg()
Apr 29 2024, 11:54 PM
nrwahl2 committed rPccac4ac1e4b0: API: libcrmcluster: New pcmk_cluster_disconnect() (authored by nrwahl2).
API: libcrmcluster: New pcmk_cluster_disconnect()
Apr 29 2024, 11:54 PM
nrwahl2 committed rP0b8ea25e2dd9: API: libcrmcluster: Deprecate crm_cluster_disconnect() (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_cluster_disconnect()
Apr 29 2024, 11:54 PM
nrwahl2 committed rPae76aca4f8df: Refactor: libcrmcluster: New pcmk__cluster_num_remote_nodes() (authored by nrwahl2).
Refactor: libcrmcluster: New pcmk__cluster_num_remote_nodes()
Apr 29 2024, 11:54 PM
nrwahl2 committed rP92d939d87c21: API: libcrmcluster: Deprecate crm_remote_node_cache_size() (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_remote_node_cache_size()
Apr 29 2024, 11:54 PM
nrwahl2 committed rPe2b040d648a7: Refactor: libcrmcluster: New refresh_remote_nodes() (authored by nrwahl2).
Refactor: libcrmcluster: New refresh_remote_nodes()
Apr 29 2024, 11:54 PM
nrwahl2 committed rP2a9568484e4d: API: libcrmcluster: Deprecate crm_remote_peer_cache_refresh() (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_remote_peer_cache_refresh()
Apr 29 2024, 11:53 PM
nrwahl2 committed rP25d580d0ebec: Refactor: libcrmcluster: New pcmk__cluster_lookup_remote_node() (authored by nrwahl2).
Refactor: libcrmcluster: New pcmk__cluster_lookup_remote_node()
Apr 29 2024, 11:53 PM
nrwahl2 committed rP6afaa1bd987d: API: libcrmcluster: Deprecate crm_remote_peer_get() (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_remote_peer_get()
Apr 29 2024, 11:53 PM
nrwahl2 committed rP4c758b8099d7: Refactor: libcrmcluster: New pcmk__cluster_forget_remote_node() (authored by nrwahl2).
Refactor: libcrmcluster: New pcmk__cluster_forget_remote_node()
Apr 29 2024, 11:53 PM
nrwahl2 committed rP9e18d296ce0d: API: libcrmcluster: Deprecate crm_remote_peer_cache_remove() (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_remote_peer_cache_remove()
Apr 29 2024, 11:53 PM
nrwahl2 committed rPf59e6b372ab9: Refactor: libcrmcluster: New pcmk__cluster_is_node_active() (authored by nrwahl2).
Refactor: libcrmcluster: New pcmk__cluster_is_node_active()
Apr 29 2024, 11:53 PM
nrwahl2 committed rPec6880c0c276: Refactor: libcrmcluster: New pcmk__cluster_num_active_nodes() (authored by nrwahl2).
Refactor: libcrmcluster: New pcmk__cluster_num_active_nodes()
Apr 29 2024, 11:53 PM
nrwahl2 committed rPcb6130ba2c99: API: libcrmcluster: Deprecate crm_is_peer_active() (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_is_peer_active()
Apr 29 2024, 11:53 PM
nrwahl2 committed rP8e81ae1d9bc7: API: libcrmcluster: Deprecate crm_active_peers() (authored by nrwahl2).
API: libcrmcluster: Deprecate crm_active_peers()
Apr 29 2024, 11:53 PM
nrwahl2 committed rPc59a04be643a: Refactor: libcrmcluster: crm_reap_dead_member() best practices (authored by nrwahl2).
Refactor: libcrmcluster: crm_reap_dead_member() best practices
Apr 29 2024, 11:52 PM
nrwahl2 committed rP60079bd04074: Refactor: libcrmcluster: New pcmk__cluster_forget_cluster_node() (authored by nrwahl2).
Refactor: libcrmcluster: New pcmk__cluster_forget_cluster_node()
Apr 29 2024, 11:52 PM
nrwahl2 committed rPd3d943884ef4: API: libcrmcluster: Deprecate reap_crm_member() (authored by nrwahl2).
API: libcrmcluster: Deprecate reap_crm_member()
Apr 29 2024, 11:52 PM
nrwahl2 added a comment to T788: Deprecate public API access to most of libcrmcluster.

Ah right, whenever we did this before, we used new value names as well. Let's define new names like pcmk_cluster_type_corosync. (Or maybe pcmk_cluster_layer/pcmk_cluster_layer_corosync.)

Apr 29 2024, 11:40 PM · Restricted Project, Restricted Project, Restricted Project
nrwahl2 added a comment to T788: Deprecate public API access to most of libcrmcluster.
Apr 29 2024, 8:00 PM · Restricted Project, Restricted Project, Restricted Project
nrwahl2 committed rP95977d3e048b: Refactor: libcrmcommon: New pcmk__xe_copy_attrs() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__xe_copy_attrs()
Apr 29 2024, 7:33 PM
nrwahl2 committed rP51be43d07faa: API: libcrmcommon: Deprecate copy_in_properties() (authored by nrwahl2).
API: libcrmcommon: Deprecate copy_in_properties()
Apr 29 2024, 7:33 PM
nrwahl2 committed rPfa4e761991f2: Refactor: libcrmcommon: New enum pcmk__xa_flags (authored by nrwahl2).
Refactor: libcrmcommon: New enum pcmk__xa_flags
Apr 29 2024, 7:33 PM
nrwahl2 committed rP6aeb86e59c59: Refactor: libcrmcommon: New flags arg for pcmk__xe_copy_attrs() (authored by nrwahl2).
Refactor: libcrmcommon: New flags arg for pcmk__xe_copy_attrs()
Apr 29 2024, 7:33 PM
nrwahl2 committed rP7aee2f601b24: Refactor: attrd: Drop attrd_copy_xml_attributes() (authored by nrwahl2).
Refactor: attrd: Drop attrd_copy_xml_attributes()
Apr 29 2024, 7:33 PM
nrwahl2 committed rPd662122108ca: Refactor: libcrmcommon: New pcmk__xe_set_score() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__xe_set_score()
Apr 29 2024, 7:33 PM
nrwahl2 committed rP06a81f0612ac: Refactor: libcrmcommon: New pcmk__xaf_score_update flag (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__xaf_score_update flag
Apr 29 2024, 7:32 PM
nrwahl2 committed rPa1e4951c36a9: API: libcrmcommon: Deprecate expand_plus_plus() (authored by nrwahl2).
API: libcrmcommon: Deprecate expand_plus_plus()
Apr 29 2024, 7:32 PM
nrwahl2 committed rP62476fc343b6: Refactor: libcrmcommon: Some best practices in pcmk__xml_update() (authored by nrwahl2).
Refactor: libcrmcommon: Some best practices in pcmk__xml_update()
Apr 29 2024, 7:32 PM
nrwahl2 committed rP662cad6efb34: Refactor: libcrmcommon: pcmk__xe_copy_attrs() checks score_update flag (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__xe_copy_attrs() checks score_update flag
Apr 29 2024, 7:32 PM
nrwahl2 committed rP01dba2cb04ad: Refactor: libcrmcommon: flags argument for pcmk__xml_update() (authored by nrwahl2).
Refactor: libcrmcommon: flags argument for pcmk__xml_update()
Apr 29 2024, 7:32 PM
nrwahl2 committed rPa293aba90573: Refactor: libcrmcommon: flags argument for pcmk__xe_update_match() (authored by nrwahl2).
Refactor: libcrmcommon: flags argument for pcmk__xe_update_match()
Apr 29 2024, 7:32 PM
nrwahl2 committed rPc3c7e8c42435: Doc: libcrmcommon: Mark as_diff arg of pcmk__xml_update() deprecated (authored by nrwahl2).
Doc: libcrmcommon: Mark as_diff arg of pcmk__xml_update() deprecated
Apr 29 2024, 7:32 PM
nrwahl2 committed rP2f35d9ca1c5e: Test: cts-cli: Add tests for ++/+= syntax in cibadmin and crm_attribute (authored by nrwahl2).
Test: cts-cli: Add tests for ++/+= syntax in cibadmin and crm_attribute
Apr 29 2024, 7:31 PM
nrwahl2 committed rPf7aaf66630d2: Low: libcrmcommon: Ensure crm_schema_init() initializes only once (authored by nrwahl2).
Low: libcrmcommon: Ensure crm_schema_init() initializes only once
Apr 29 2024, 7:31 PM
nrwahl2 committed rPf8bf82aeb803: Test: libcrmcommon: Clean up pcmk__xe_copy_attrs() unit tests (authored by nrwahl2).
Test: libcrmcommon: Clean up pcmk__xe_copy_attrs() unit tests
Apr 29 2024, 7:31 PM
nrwahl2 committed rPb44512ddeb6f: Refactor: libcrmcommon: Return EINVAL from pcmk__xe_copy_attrs() (authored by nrwahl2).
Refactor: libcrmcommon: Return EINVAL from pcmk__xe_copy_attrs()
Apr 29 2024, 7:31 PM
nrwahl2 committed rP84110e7a5761: Refactor: libcrmcommon: pcmk__{cib -> xml}_test_setup_group (authored by nrwahl2).
Refactor: libcrmcommon: pcmk__{cib -> xml}_test_setup_group
Apr 29 2024, 7:31 PM
nrwahl2 committed rP05a8745dcea3: Low: libcib: Fix handling of return values in CIB attr update/delete (authored by nrwahl2).
Low: libcib: Fix handling of return values in CIB attr update/delete
Apr 29 2024, 7:31 PM
nrwahl2 committed rP3445d695573b: Test: libcrmcommon: Add more unit tests for pcmk__xe_copy_attrs() (authored by nrwahl2).
Test: libcrmcommon: Add more unit tests for pcmk__xe_copy_attrs()
Apr 29 2024, 7:31 PM
nrwahl2 committed rP4e12193e4f2a: Low: tools: Fix cibadmin sync call return code logic (authored by nrwahl2).
Low: tools: Fix cibadmin sync call return code logic
Apr 29 2024, 7:31 PM
nrwahl2 committed rP0fa96573ae6a: API: libcib: New cib_score_update cib_call_options value (authored by nrwahl2).
API: libcib: New cib_score_update cib_call_options value
Apr 29 2024, 7:30 PM
nrwahl2 committed rP177c6d717781: Test: libcrmcommon: Avoid memory leak in pcmk__xe_set_score() unit tests (authored by nrwahl2).
Test: libcrmcommon: Avoid memory leak in pcmk__xe_set_score() unit tests
Apr 29 2024, 7:30 PM
nrwahl2 committed rPf342ad260828: Test: libcrmcommon: Check rc in pcmk__xe_set_score() unit tests (authored by nrwahl2).
Test: libcrmcommon: Check rc in pcmk__xe_set_score() unit tests
Apr 29 2024, 7:30 PM
nrwahl2 committed rP205c70c880f7: Low: tools: Unset crm_attribute promotion_score if attr name is given (authored by nrwahl2).
Low: tools: Unset crm_attribute promotion_score if attr name is given
Apr 29 2024, 7:30 PM
nrwahl2 committed rP7aba5c578693: Feature: tools: --score option for cibadmin and crm_attribute (authored by nrwahl2).
Feature: tools: --score option for cibadmin and crm_attribute
Apr 29 2024, 7:30 PM
nrwahl2 committed rP6ff45e29b28e: Test: cts-cli: Update tests for --score options (authored by nrwahl2).
Test: cts-cli: Update tests for --score options
Apr 29 2024, 7:29 PM
nrwahl2 committed rPc7b734ad61cb: Refactor: libcrmcommon: PCMK__{XA -> XE}_CIB_UPDATE_DIFF (authored by nrwahl2).
Refactor: libcrmcommon: PCMK__{XA -> XE}_CIB_UPDATE_DIFF
Apr 29 2024, 7:29 PM
nrwahl2 committed rP357a1d94a8f0: Feature: tools: Deprecate score expansion by default in cibadmin (authored by nrwahl2).
Feature: tools: Deprecate score expansion by default in cibadmin
Apr 29 2024, 7:28 PM
nrwahl2 committed rP6c4d9b838bd5: Feature: tools: Deprecate score expansion by default in crm_attribute (authored by nrwahl2).
Feature: tools: Deprecate score expansion by default in crm_attribute
Apr 29 2024, 7:28 PM
nrwahl2 added a comment to T794: Update SBD to avoid deprecated Pacemaker APIs.

From crm/cluster.h, sbd uses send_cluster_text() and crm_msg_ais but only if HAVE_DECL_PCMK_CLUSTER_CLASSIC_AIS

Apr 29 2024, 7:24 PM · Restricted Project, Restricted Project
nrwahl2 added a comment to T817: Deprecate --sync-call cibadmin option.

From the GitHub discussion:

Apr 29 2024, 3:58 PM · Restricted Project, Restricted Project, Restricted Project
nrwahl2 updated the task description for T817: Deprecate --sync-call cibadmin option.
Apr 29 2024, 3:54 PM · Restricted Project, Restricted Project, Restricted Project
nrwahl2 triaged T817: Deprecate --sync-call cibadmin option as Low priority.
Apr 29 2024, 3:53 PM · Restricted Project, Restricted Project, Restricted Project

Apr 26 2024

nrwahl2 added a comment to T788: Deprecate public API access to most of libcrmcluster.

deprecate (via doxygen comments)

Apr 26 2024, 7:07 PM · Restricted Project, Restricted Project, Restricted Project
nrwahl2 added a comment to T788: Deprecate public API access to most of libcrmcluster.

On that note, considering that Corosync has been the only supported cluster type for a long time now, I wonder to what extent this stuff even needs to be public. We can always add public API functions again after branching to 3.0.0. Might even make some naming issues easier in the interim, if we can work with things internally without introducing new public names yet.

Apr 26 2024, 6:57 PM · Restricted Project, Restricted Project, Restricted Project
nrwahl2 added a comment to T788: Deprecate public API access to most of libcrmcluster.

enum cluster_type_e: deprecate this name and create an equivalent enum pcmk_cluster_type (the enum value names are fine and do not need to be deprecated)

Apr 26 2024, 6:16 PM · Restricted Project, Restricted Project, Restricted Project

Apr 25 2024

nrwahl2 triaged T816: Does cib_process_request() inappropriately send a reply for every request within a transaction? as Low priority.
Apr 25 2024, 3:13 PM · Restricted Project

Apr 23 2024

nrwahl2 added a comment to T788: Deprecate public API access to most of libcrmcluster.

One of the next things on my agenda is to do mass, quick-and-dirty deprecations -- pcmk__*() with public wrapper, no best practices or refactors otherwise, to ensure we get as much deprecated as possible in time.

Apr 23 2024, 6:49 PM · Restricted Project, Restricted Project, Restricted Project

Apr 11 2024

nrwahl2 committed rP6b4052cc3b49: Fix: libcrmcommon: Avoid use-after-free in mark_xml_changes() (authored by nrwahl2).
Fix: libcrmcommon: Avoid use-after-free in mark_xml_changes()
Apr 11 2024, 7:35 PM
nrwahl2 committed rPd39994efe7a4: Low: libcrmcommon: Mark parents dirty in pcmk__mark_xml_created() (authored by nrwahl2).
Low: libcrmcommon: Mark parents dirty in pcmk__mark_xml_created()
Apr 11 2024, 4:50 PM
nrwahl2 committed rPc9e25f20d357: Test: cts-cli: Update for marking dirty in pcmk__xml_mark_created() (authored by nrwahl2).
Test: cts-cli: Update for marking dirty in pcmk__xml_mark_created()
Apr 11 2024, 4:50 PM
nrwahl2 committed rP881513727f6a: API: libcib: Deprecate `<failed>` element in CIB create reply (authored by nrwahl2).
API: libcib: Deprecate `<failed>` element in CIB create reply
Apr 11 2024, 4:50 PM
nrwahl2 committed rPe694103dbe6f: Refactor: libcrmcommon: Make pcmk__xe_remove_attr() usable with foreach (authored by nrwahl2).
Refactor: libcrmcommon: Make pcmk__xe_remove_attr() usable with foreach
Apr 11 2024, 4:50 PM
nrwahl2 committed rPb1fe4013d08f: Refactor: libcib: Drop update_cib_object() (authored by nrwahl2).
Refactor: libcib: Drop update_cib_object()
Apr 11 2024, 4:50 PM
nrwahl2 committed rP6a2552e0d803: Test: cts-cli: Update test outputs for later ACL denial detection (authored by nrwahl2).
Test: cts-cli: Update test outputs for later ACL denial detection
Apr 11 2024, 4:50 PM

Apr 10 2024

nrwahl2 committed rPe8cfc51b3f0c: Doc: libcrmcommon: Drop duplicate log level doxygen from header file (authored by nrwahl2).
Doc: libcrmcommon: Drop duplicate log level doxygen from header file
Apr 10 2024, 11:08 AM
nrwahl2 committed rP9833e9372aaa: Refactor: libcrmcommon: New pcmk__output_fencing_params() (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__output_fencing_params()
Apr 10 2024, 11:08 AM
nrwahl2 committed rP75d95786759a: Refactor: libcrmcommon: New pcmk__opt_fencing enum value (authored by nrwahl2).
Refactor: libcrmcommon: New pcmk__opt_fencing enum value
Apr 10 2024, 11:08 AM
nrwahl2 committed rP0389fc47fe16: Refactor: libcrmcommon, fencer: Use pcmk__daemon_metadata() for fencer (authored by nrwahl2).
Refactor: libcrmcommon, fencer: Use pcmk__daemon_metadata() for fencer
Apr 10 2024, 11:08 AM
nrwahl2 committed rP7e957427594a: Doc: libcrmcommon: Mark pcmk__opt_DAEMON flags as deprecated (authored by nrwahl2).
Doc: libcrmcommon: Mark pcmk__opt_DAEMON flags as deprecated
Apr 10 2024, 11:08 AM
nrwahl2 committed rP351d5f869326: Refactor: libpacemaker: New pcmk__list_fencing_params() (authored by nrwahl2).
Refactor: libpacemaker: New pcmk__list_fencing_params()
Apr 10 2024, 11:08 AM
nrwahl2 committed rPd4774a9b3162: API: libpacemaker: New pcmk_list_fencing_params() (authored by nrwahl2).
API: libpacemaker: New pcmk_list_fencing_params()
Apr 10 2024, 11:08 AM
nrwahl2 committed rP5c8409aad925: Low: schemas: Copy schema in preparation for changes (authored by nrwahl2).
Low: schemas: Copy schema in preparation for changes
Apr 10 2024, 11:08 AM
nrwahl2 committed rP31b3c366e361: API: schemas: Allow options in crm_resource output (authored by nrwahl2).
API: schemas: Allow options in crm_resource output
Apr 10 2024, 11:08 AM
nrwahl2 committed rP5f8d61664608: Test: cts-cli: Add tests for crm_resource --list-options=fencing (authored by nrwahl2).
Test: cts-cli: Add tests for crm_resource --list-options=fencing
Apr 10 2024, 11:08 AM
nrwahl2 committed rP6a354ba668e1: Feature: crm_resource: New --list-options=fencing option (authored by nrwahl2).
Feature: crm_resource: New --list-options=fencing option
Apr 10 2024, 11:08 AM
nrwahl2 committed rP1d4afa6badb9: API: fencer: Deprecate metadata CLI option (authored by nrwahl2).
API: fencer: Deprecate metadata CLI option
Apr 10 2024, 11:08 AM
nrwahl2 committed rP3a3fb6b1e914: Test: cts-cli: Reorder a couple of crm_attribute --list-options tests (authored by nrwahl2).
Test: cts-cli: Reorder a couple of crm_attribute --list-options tests
Apr 10 2024, 11:08 AM