# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cib5eemio8/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_cib_resources_create.yml *************************************** 2 plays in /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:4 Saturday 27 January 2024 07:00:23 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] => { "ansible_facts": { "ha_cluster_hacluster_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n31303833633366333561656439323930303361333161363239346166656537323933313436\n3432386236656563343237306335323637396239616230353561330a313731623238393238\n62343064666336643930663239383936616465643134646536656532323461356237646133\n3761616633323839633232353637366266350a313163633236376666653238633435306565\n3264623032333736393535663833\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cib5eemio8/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Create all kinds of resources in a cluster] ****************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:9 Saturday 27 January 2024 07:00:23 +0000 (0:00:00.017) 0:00:00.029 ****** ok: [sut] TASK [Set up test environment] ************************************************* task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:287 Saturday 27 January 2024 07:00:24 +0000 (0:00:00.984) 0:00:01.013 ****** TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 Saturday 27 January 2024 07:00:24 +0000 (0:00:00.021) 0:00:01.035 ****** ok: [sut] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] ******* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14 Saturday 27 January 2024 07:00:24 +0000 (0:00:00.020) 0:00:01.056 ****** skipping: [sut] => { "changed": false, "false_condition": "'distribution' not in ansible_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ******** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:22 Saturday 27 January 2024 07:00:24 +0000 (0:00:00.010) 0:00:01.066 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:27 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.311) 0:00:01.377 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:32 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.014) 0:00:01.392 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:41 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.008) 0:00:01.400 ****** skipping: [sut] => { "changed": false, "false_condition": "__ha_cluster_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Run HA Cluster role] ***************************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:292 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.019) 0:00:01.420 ****** TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:3 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.035) 0:00:01.455 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.014) 0:00:01.470 ****** skipping: [sut] => { "changed": false, "false_condition": "__ha_cluster_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ******** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:10 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.018) 0:00:01.489 ****** skipping: [sut] => { "changed": false, "false_condition": "not __ha_cluster_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:15 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.012) 0:00:01.501 ****** skipping: [sut] => { "changed": false, "false_condition": "not __ha_cluster_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:19 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.014) 0:00:01.516 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_fullstack_node_packages": [ "corosync", "libknet1-plugins-all", "resource-agents", "pacemaker", "openssl" ], "__ha_cluster_pcs_provider": "pcs-0.10", "__ha_cluster_qdevice_node_packages": [ "corosync-qdevice", "bash", "coreutils", "curl", "grep", "nss-tools", "openssl", "sed" ], "__ha_cluster_repos": [], "__ha_cluster_role_essential_packages": [ "pcs", "corosync-qnetd" ], "__ha_cluster_sbd_packages": [ "sbd" ], "__ha_cluster_services": [ "corosync", "corosync-qdevice", "pacemaker" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:34 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.027) 0:00:01.543 ****** ok: [sut] => { "ansible_facts": {}, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/shell_pcs.yml" ], "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Enable package repositories] ****** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:6 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.013) 0:00:01.556 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:3 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.015) 0:00:01.572 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/RedHat.yml" }, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=Fedora.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/Fedora.yml" }, "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__ha_cluster_enable_repo_tasks_file_candidate is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__ha_cluster_enable_repo_tasks_file_candidate is file", "item": "Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:21 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.031) 0:00:01.604 ****** TASK [fedora.linux_system_roles.ha_cluster : Install role essential packages] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:11 Saturday 27 January 2024 07:00:25 +0000 (0:00:00.023) 0:00:01.627 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: rubygem-ffi-1.15.5-7.fc39.x86_64", "Installed: rubygem-tilt-2.0.11-2.fc39.noarch", "Installed: rubygem-childprocess-4.1.0-5.fc39.noarch", "Installed: bzip2-1.0.8-16.fc39.x86_64", "Installed: python3-cryptography-41.0.3-1.fc39.x86_64", "Installed: rubygem-psych-5.0.1-181.fc39.x86_64", "Installed: nss-tools-3.96.1-1.fc39.x86_64", "Installed: rubygem-puma-5.6.5-4.fc39.x86_64", "Installed: corosync-qnetd-3.0.3-3.fc39.x86_64", "Installed: ruby-libs-3.2.2-181.fc39.x86_64", "Installed: rubygem-io-console-0.6.0-181.fc39.x86_64", "Installed: perl-TimeDate-1:2.33-11.fc39.noarch", "Installed: rubygem-rack-1:2.2.4-3.fc39.noarch", "Installed: rubygem-mustermann-1.1.1-10.fc39.noarch", "Installed: net-snmp-libs-1:5.9.4-1.fc39.x86_64", "Installed: rubygem-rack-protection-3.0.5-3.fc39.noarch", "Installed: rubygem-rack-test-1.1.0-8.fc39.noarch", "Installed: pacemaker-cluster-libs-2.1.7-4.fc39.x86_64", "Installed: python3-tornado-6.3.3-1.fc39.x86_64", "Installed: rubygem-json-2.6.3-204.fc39.x86_64", "Installed: libqb-2.0.8-1.fc39.x86_64", "Installed: python3-ply-3.11-20.fc39.noarch", "Installed: pacemaker-libs-2.1.7-4.fc39.x86_64", "Installed: python3-pycparser-2.20-11.fc39.noarch", "Installed: rubygem-nio4r-2.5.8-4.fc39.x86_64", "Installed: python3-pyparsing-3.0.9-11.fc39.noarch", "Installed: python3-pycurl-7.45.2-5.fc39.x86_64", "Installed: pacemaker-2.1.7-4.fc39.x86_64", "Installed: pacemaker-cli-2.1.7-4.fc39.x86_64", "Installed: rubygem-sinatra-1:3.0.5-3.fc39.noarch", "Installed: rubygem-rdoc-6.5.0-181.fc39.noarch", "Installed: libknet1-1.28-1.fc39.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.28-1.fc39.x86_64", "Installed: libknet1-compress-lz4-plugin-1.28-1.fc39.x86_64", "Installed: libknet1-compress-lzma-plugin-1.28-1.fc39.x86_64", "Installed: libknet1-compress-lzo2-plugin-1.28-1.fc39.x86_64", "Installed: libknet1-compress-plugins-all-1.28-1.fc39.x86_64", "Installed: libknet1-compress-zlib-plugin-1.28-1.fc39.x86_64", "Installed: libknet1-compress-zstd-plugin-1.28-1.fc39.x86_64", "Installed: libknet1-crypto-nss-plugin-1.28-1.fc39.x86_64", "Installed: libknet1-crypto-openssl-plugin-1.28-1.fc39.x86_64", "Installed: rubygems-3.4.10-181.fc39.noarch", "Installed: pcs-0.11.6-3.fc39.noarch", "Installed: libknet1-crypto-plugins-all-1.28-1.fc39.x86_64", "Installed: rubypick-1.1.1-19.fc39.noarch", "Installed: libknet1-plugins-all-1.28-1.fc39.x86_64", "Installed: libnozzle1-1.28-1.fc39.x86_64", "Installed: rubygem-backports-3.23.0-3.fc39.noarch", "Installed: pacemaker-schemas-2.1.7-4.fc39.noarch", "Installed: rubygem-rexml-3.2.5-181.fc39.noarch", "Installed: python3-cffi-1.15.1-6.fc39.x86_64", "Installed: ruby-3.2.2-181.fc39.x86_64", "Installed: rubygem-bigdecimal-3.1.3-181.fc39.x86_64", "Installed: rubygem-ethon-0.15.0-5.fc39.noarch", "Installed: corosync-3.1.8-1.fc39.x86_64", "Installed: logrotate-3.21.0-4.fc39.x86_64", "Installed: corosynclib-3.1.8-1.fc39.x86_64", "Installed: ruby-default-gems-3.2.2-181.fc39.noarch", "Installed: python3-psutil-5.9.5-1.fc39.x86_64", "Installed: rubygem-bundler-2.4.10-181.fc39.noarch", "Installed: resource-agents-4.13.0-1.fc39.x86_64" ] } lsrpackages: corosync-qnetd pcs TASK [fedora.linux_system_roles.ha_cluster : Check and prepare role variables] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:17 Saturday 27 January 2024 07:00:41 +0000 (0:00:16.678) 0:00:18.306 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:5 Saturday 27 January 2024 07:00:41 +0000 (0:00:00.021) 0:00:18.328 ****** skipping: [sut] => (item=ha_cluster_hacluster_password) => { "ansible_loop_var": "item", "changed": false, "false_condition": "lookup(\"vars\", item, default=\"\") | string | length < 1", "item": "ha_cluster_hacluster_password", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.ha_cluster : Fail if nodes do not have the same number of SBD devices specified] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:15 Saturday 27 January 2024 07:00:41 +0000 (0:00:00.030) 0:00:18.358 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_sbd_enabled", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Fail if configuring qnetd on a cluster node] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:30 Saturday 27 January 2024 07:00:42 +0000 (0:00:00.010) 0:00:18.369 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_qnetd.present | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Fail if no valid level is specified for a fencing level] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:40 Saturday 27 January 2024 07:00:42 +0000 (0:00:00.017) 0:00:18.386 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Fail if no target is specified for a fencing level] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:48 Saturday 27 January 2024 07:00:42 +0000 (0:00:00.007) 0:00:18.394 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Discover cluster node names] ****** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:62 Saturday 27 January 2024 07:00:42 +0000 (0:00:00.007) 0:00:18.401 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_node_name": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Collect cluster node names] ******* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:66 Saturday 27 January 2024 07:00:42 +0000 (0:00:00.019) 0:00:18.421 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_all_node_names": [ "localhost" ] }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Extract qdevice settings] ********* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:70 Saturday 27 January 2024 07:00:42 +0000 (0:00:00.023) 0:00:18.444 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_qdevice_host": "", "__ha_cluster_qdevice_in_use": false, "__ha_cluster_qdevice_model": "", "__ha_cluster_qdevice_pcs_address": "" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Figure out if ATB needs to be enabled for SBD] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:79 Saturday 27 January 2024 07:00:42 +0000 (0:00:00.024) 0:00:18.469 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_sbd_needs_atb": false }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Fail if SBD needs ATB enabled and the user configured ATB to be disabled] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:89 Saturday 27 January 2024 07:00:42 +0000 (0:00:00.022) 0:00:18.491 ****** skipping: [sut] => { "changed": false, "false_condition": "__ha_cluster_sbd_needs_atb | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_pcsd_public_key_src and ha_cluster_pcsd_private_key_src are set along with ha_cluster_pcsd_certificates] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:96 Saturday 27 January 2024 07:00:42 +0000 (0:00:00.015) 0:00:18.507 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_pcsd_public_key_src is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Fetch pcs capabilities] *********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:110 Saturday 27 January 2024 07:00:42 +0000 (0:00:00.011) 0:00:18.518 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "--version", "--full" ], "delta": "0:00:01.709694", "end": "2024-01-27 07:00:44.241519", "rc": 0, "start": "2024-01-27 07:00:42.531825" } STDOUT: 0.11.6 booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.local cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all cluster.report cluster.verify corosync.authkey.update corosync.config.get corosync.config.get.struct corosync.config.reload corosync.config.sync-to-local-cluster corosync.config.update corosync.link.add corosync.link.remove corosync.link.remove.list corosync.link.update corosync.qdevice corosync.qdevice.model.net corosync.quorum corosync.quorum.device corosync.quorum.device.client.model.net.certificates.local corosync.quorum.device.heuristics corosync.quorum.device.model.net corosync.quorum.set-expected-votes-runtime corosync.quorum.status corosync.quorum.unblock corosync.totem.block_unlisted_ips corosync.uidgid node.add node.add.enable node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.attributes.set-list-for-node node.confirm-off node.fence node.guest node.kill node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remote node.remote.onfail-demote node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.list node.start-stop-enable-disable.start-wait node.utilization node.utilization.set-list-for-node pcmk.acl.enable-disable pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.user pcmk.alert pcmk.cib.checkpoints pcmk.cib.checkpoints.diff pcmk.cib.edit pcmk.cib.get pcmk.cib.get.scope pcmk.cib.roles.promoted-unpromoted pcmk.cib.set pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.colocation.simple.options pcmk.constraint.config.output-formats pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.order.simple.options pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.cluster.config.output-formats pcmk.properties.cluster.defaults pcmk.properties.cluster.describe pcmk.properties.cluster.describe.output-formats pcmk.properties.operation-defaults pcmk.properties.operation-defaults.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.clear-expired pcmk.resource.bundle pcmk.resource.bundle.container-docker pcmk.resource.bundle.container-docker.promoted-max pcmk.resource.bundle.container-podman pcmk.resource.bundle.container-podman.promoted-max pcmk.resource.bundle.container-rkt pcmk.resource.bundle.container-rkt.promoted-max pcmk.resource.bundle.reset pcmk.resource.bundle.wait pcmk.resource.cleanup pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.clone.custom-id pcmk.resource.clone.meta-in-create pcmk.resource.clone.wait pcmk.resource.config.output-formats pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.in-existing-bundle pcmk.resource.create.meta pcmk.resource.create.meta.future pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe pcmk.resource.disable.safe.brief pcmk.resource.disable.safe.tag pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.tag pcmk.resource.enable-disable.wait pcmk.resource.failcount pcmk.resource.group pcmk.resource.group.add-remove-list pcmk.resource.group.wait pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.move.autoclean.default pcmk.resource.promotable pcmk.resource.promotable.custom-id pcmk.resource.promotable.meta-in-create pcmk.resource.promotable.wait pcmk.resource.refresh pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.relations pcmk.resource.relocate pcmk.resource.restart pcmk.resource.update pcmk.resource.update-meta pcmk.resource.update-meta.list pcmk.resource.update-meta.wait pcmk.resource.update-operations pcmk.resource.update-operations.onfail-demote pcmk.resource.update.meta pcmk.resource.update.operations pcmk.resource.update.operations.onfail-demote pcmk.resource.update.wait pcmk.resource.utilization pcmk.resource.utilization-set-list-for-resource pcmk.stonith.cleanup pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.reports.severity.deprecation pcs.request-timeout resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 resource-agents.self-validation sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1 stonith-agents.self-validation TASK [fedora.linux_system_roles.ha_cluster : Parse pcs capabilities] *********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:117 Saturday 27 January 2024 07:00:44 +0000 (0:00:02.112) 0:00:20.630 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_pcs_capabilities": [ "booth", "cluster.config.backup-local", "cluster.config.restore-cluster", "cluster.config.restore-local", "cluster.config.uuid", "cluster.create", "cluster.create.enable", "cluster.create.local", "cluster.create.no-keys-sync", "cluster.create.separated-name-and-address", "cluster.create.start", "cluster.create.start.wait", "cluster.create.transport.knet", "cluster.create.transport.udp-udpu", "cluster.create.transport.udp-udpu.no-rrp", "cluster.destroy", "cluster.destroy.all", "cluster.report", "cluster.verify", "corosync.authkey.update", "corosync.config.get", "corosync.config.get.struct", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "corosync.config.update", "corosync.link.add", "corosync.link.remove", "corosync.link.remove.list", "corosync.link.update", "corosync.qdevice", "corosync.qdevice.model.net", "corosync.quorum", "corosync.quorum.device", "corosync.quorum.device.client.model.net.certificates.local", "corosync.quorum.device.heuristics", "corosync.quorum.device.model.net", "corosync.quorum.set-expected-votes-runtime", "corosync.quorum.status", "corosync.quorum.unblock", "corosync.totem.block_unlisted_ips", "corosync.uidgid", "node.add", "node.add.enable", "node.add.separated-name-and-address", "node.add.start", "node.add.start.wait", "node.attributes", "node.attributes.set-list-for-node", "node.confirm-off", "node.fence", "node.guest", "node.kill", "node.maintenance", "node.maintenance.all", "node.maintenance.list", "node.maintenance.wait", "node.remote", "node.remote.onfail-demote", "node.remove", "node.remove-from-caches", "node.remove.list", "node.standby", "node.standby.all", "node.standby.list", "node.standby.wait", "node.start-stop-enable-disable", "node.start-stop-enable-disable.all", "node.start-stop-enable-disable.list", "node.start-stop-enable-disable.start-wait", "node.utilization", "node.utilization.set-list-for-node", "pcmk.acl.enable-disable", "pcmk.acl.group", "pcmk.acl.role", "pcmk.acl.role.create-with-permissions", "pcmk.acl.role.delete-with-users-groups", "pcmk.acl.user", "pcmk.alert", "pcmk.cib.checkpoints", "pcmk.cib.checkpoints.diff", "pcmk.cib.edit", "pcmk.cib.get", "pcmk.cib.get.scope", "pcmk.cib.roles.promoted-unpromoted", "pcmk.cib.set", "pcmk.constraint.colocation.set", "pcmk.constraint.colocation.set.options", "pcmk.constraint.colocation.simple", "pcmk.constraint.colocation.simple.options", "pcmk.constraint.config.output-formats", "pcmk.constraint.hide-expired", "pcmk.constraint.location.simple", "pcmk.constraint.location.simple.options", "pcmk.constraint.location.simple.resource-regexp", "pcmk.constraint.location.simple.rule", "pcmk.constraint.location.simple.rule.node-attr-type-number", "pcmk.constraint.location.simple.rule.options", "pcmk.constraint.location.simple.rule.rule-add-remove", "pcmk.constraint.no-autocorrect", "pcmk.constraint.order.set", "pcmk.constraint.order.set.options", "pcmk.constraint.order.simple", "pcmk.constraint.order.simple.options", "pcmk.constraint.ticket.set", "pcmk.constraint.ticket.set.options", "pcmk.constraint.ticket.simple", "pcmk.constraint.ticket.simple.constraint-id", "pcmk.properties.cluster", "pcmk.properties.cluster.config.output-formats", "pcmk.properties.cluster.defaults", "pcmk.properties.cluster.describe", "pcmk.properties.cluster.describe.output-formats", "pcmk.properties.operation-defaults", "pcmk.properties.operation-defaults.multiple", "pcmk.properties.operation-defaults.rule", "pcmk.properties.operation-defaults.rule-rsc-op", "pcmk.properties.operation-defaults.rule.hide-expired", "pcmk.properties.operation-defaults.rule.node-attr-type-number", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule", "pcmk.properties.resource-defaults.rule-rsc-op", "pcmk.properties.resource-defaults.rule.hide-expired", "pcmk.properties.resource-defaults.rule.node-attr-type-number", "pcmk.resource.ban-move-clear", "pcmk.resource.ban-move-clear.clear-expired", "pcmk.resource.bundle", "pcmk.resource.bundle.container-docker", "pcmk.resource.bundle.container-docker.promoted-max", "pcmk.resource.bundle.container-podman", "pcmk.resource.bundle.container-podman.promoted-max", "pcmk.resource.bundle.container-rkt", "pcmk.resource.bundle.container-rkt.promoted-max", "pcmk.resource.bundle.reset", "pcmk.resource.bundle.wait", "pcmk.resource.cleanup", "pcmk.resource.cleanup.one-resource", "pcmk.resource.cleanup.strict", "pcmk.resource.clone", "pcmk.resource.clone.custom-id", "pcmk.resource.clone.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.config.output-formats", "pcmk.resource.create", "pcmk.resource.create.clone.custom-id", "pcmk.resource.create.in-existing-bundle", "pcmk.resource.create.meta", "pcmk.resource.create.meta.future", "pcmk.resource.create.no-master", "pcmk.resource.create.operations", "pcmk.resource.create.operations.onfail-demote", "pcmk.resource.create.promotable", "pcmk.resource.create.promotable.custom-id", "pcmk.resource.create.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "pcmk.resource.disable.safe.brief", "pcmk.resource.disable.safe.tag", "pcmk.resource.disable.simulate", "pcmk.resource.disable.simulate.brief", "pcmk.resource.disable.simulate.tag", "pcmk.resource.enable-disable", "pcmk.resource.enable-disable.list", "pcmk.resource.enable-disable.tag", "pcmk.resource.enable-disable.wait", "pcmk.resource.failcount", "pcmk.resource.group", "pcmk.resource.group.add-remove-list", "pcmk.resource.group.wait", "pcmk.resource.manage-unmanage", "pcmk.resource.manage-unmanage.list", "pcmk.resource.manage-unmanage.tag", "pcmk.resource.manage-unmanage.with-monitor", "pcmk.resource.move.autoclean", "pcmk.resource.move.autoclean.default", "pcmk.resource.promotable", "pcmk.resource.promotable.custom-id", "pcmk.resource.promotable.meta-in-create", "pcmk.resource.promotable.wait", "pcmk.resource.refresh", "pcmk.resource.refresh.one-resource", "pcmk.resource.refresh.strict", "pcmk.resource.relations", "pcmk.resource.relocate", "pcmk.resource.restart", "pcmk.resource.update", "pcmk.resource.update-meta", "pcmk.resource.update-meta.list", "pcmk.resource.update-meta.wait", "pcmk.resource.update-operations", "pcmk.resource.update-operations.onfail-demote", "pcmk.resource.update.meta", "pcmk.resource.update.operations", "pcmk.resource.update.operations.onfail-demote", "pcmk.resource.update.wait", "pcmk.resource.utilization", "pcmk.resource.utilization-set-list-for-resource", "pcmk.stonith.cleanup", "pcmk.stonith.cleanup.one-resource", "pcmk.stonith.cleanup.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "pcmk.stonith.create.operations.onfail-demote", "pcmk.stonith.create.wait", "pcmk.stonith.delete", "pcmk.stonith.enable-disable", "pcmk.stonith.enable-disable.list", "pcmk.stonith.enable-disable.wait", "pcmk.stonith.history.cleanup", "pcmk.stonith.history.show", "pcmk.stonith.history.update", "pcmk.stonith.levels", "pcmk.stonith.levels.add-remove-devices-list", "pcmk.stonith.levels.clear", "pcmk.stonith.levels.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.levels.verify", "pcmk.stonith.refresh", "pcmk.stonith.refresh.one-resource", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.stonith.update.scsi-devices", "pcmk.stonith.update.scsi-devices.add-remove", "pcmk.stonith.update.scsi-devices.mpath", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.client.token", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "pcs.auth.server.token", "pcs.cfg-in-file.cib", "pcs.daemon-ssl-cert.set", "pcs.daemon-ssl-cert.sync-to-local-cluster", "pcs.disaster-recovery.essentials", "pcs.reports.severity.deprecation", "pcs.request-timeout", "resource-agents.describe", "resource-agents.list", "resource-agents.list.detailed", "resource-agents.ocf.version-1-0", "resource-agents.ocf.version-1-1", "resource-agents.self-validation", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.id", "status.pcmk.resources.node", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed", "stonith-agents.ocf.version-1-0", "stonith-agents.ocf.version-1-1", "stonith-agents.self-validation" ], "__ha_cluster_pcsd_capabilities_available": true }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Fetch pcsd capabilities] ********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:124 Saturday 27 January 2024 07:00:44 +0000 (0:00:00.017) 0:00:20.648 ****** ok: [sut] => { "changed": false, "cmd": [ "pcsd", "--version", "--full" ], "delta": "0:00:01.393922", "end": "2024-01-27 07:00:45.936505", "rc": 0, "start": "2024-01-27 07:00:44.542583" } STDOUT: 0.11.6 booth.get-config booth.set-config booth.set-config.multiple cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all corosync.config.get corosync.config.set corosync.qdevice.model.net.certificates corosync.quorum.device.client corosync.quorum.device.client.model.net.certificates corosync.quorum.device.client.model.net.certificates.local corosync.quorum.device.client.model.net.certificates.rest-api.v2 corosync.quorum.status corosync.totem.block_unlisted_ips node.add node.add.enable node.add.list node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.stop-component node.utilization pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.role.delete-with-users-groups-implicit pcmk.acl.user pcmk.alert pcmk.cib.get pcmk.cib.roles.promoted-unpromoted pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.config.output-formats pcmk.constraint.location.simple pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.cluster.describe pcmk.properties.cluster.describe.rest-api.v2 pcmk.properties.cluster.get_properties.rest-api.v2 pcmk.properties.cluster.set_properties.rest-api.v2 pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.clear-expired pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.meta pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.delete pcmk.resource.delete.list pcmk.resource.disable.safe pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.wait pcmk.resource.group pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.promotable pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.update pcmk.resource.update-meta pcmk.resource.utilization pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.delete.list pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.scsi-unfence-node-mpath pcmk.stonith.scsi-unfence-node-v2 pcmk.stonith.update pcs.auth.export-cluster-known-hosts pcs.auth.known-host-change pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server pcs.automatic-pcs-configs-sync pcs.daemon-ssl-cert.set pcs.permissions pcs.rest-api.v1.1 pcs.rest-api.v2 resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 resource-agents.self-validation resource-agents.simplified-query-api sbd sbd-node sbd-node.shared-block-device sbd.option-timeout-action status.pcmk.local-node stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1 stonith-agents.self-validation TASK [fedora.linux_system_roles.ha_cluster : Parse pcsd capabilities] ********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:132 Saturday 27 January 2024 07:00:45 +0000 (0:00:01.682) 0:00:22.331 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_pcsd_capabilities": [ "booth.get-config", "booth.set-config", "booth.set-config.multiple", "cluster.config.restore-local", "cluster.config.uuid", "cluster.create", "cluster.create.enable", "cluster.create.no-keys-sync", "cluster.create.separated-name-and-address", "cluster.create.start", "cluster.create.start.wait", "cluster.create.transport.knet", "cluster.create.transport.udp-udpu", "cluster.create.transport.udp-udpu.no-rrp", "cluster.destroy", "cluster.destroy.all", "corosync.config.get", "corosync.config.set", "corosync.qdevice.model.net.certificates", "corosync.quorum.device.client", "corosync.quorum.device.client.model.net.certificates", "corosync.quorum.device.client.model.net.certificates.local", "corosync.quorum.device.client.model.net.certificates.rest-api.v2", "corosync.quorum.status", "corosync.totem.block_unlisted_ips", "node.add", "node.add.enable", "node.add.list", "node.add.separated-name-and-address", "node.add.start", "node.add.start.wait", "node.attributes", "node.maintenance", "node.maintenance.all", "node.maintenance.list", "node.maintenance.wait", "node.remove", "node.remove-from-caches", "node.remove.list", "node.standby", "node.standby.all", "node.standby.list", "node.standby.wait", "node.start-stop-enable-disable", "node.start-stop-enable-disable.all", "node.start-stop-enable-disable.stop-component", "node.utilization", "pcmk.acl.group", "pcmk.acl.role", "pcmk.acl.role.create-with-permissions", "pcmk.acl.role.delete-with-users-groups", "pcmk.acl.role.delete-with-users-groups-implicit", "pcmk.acl.user", "pcmk.alert", "pcmk.cib.get", "pcmk.cib.roles.promoted-unpromoted", "pcmk.constraint.colocation.set", "pcmk.constraint.colocation.set.options", "pcmk.constraint.colocation.simple", "pcmk.constraint.config.output-formats", "pcmk.constraint.location.simple", "pcmk.constraint.location.simple.rule", "pcmk.constraint.location.simple.rule.node-attr-type-number", "pcmk.constraint.no-autocorrect", "pcmk.constraint.order.set", "pcmk.constraint.order.set.options", "pcmk.constraint.order.simple", "pcmk.constraint.ticket.set", "pcmk.constraint.ticket.set.options", "pcmk.constraint.ticket.simple", "pcmk.constraint.ticket.simple.constraint-id", "pcmk.properties.cluster", "pcmk.properties.cluster.describe", "pcmk.properties.cluster.describe.rest-api.v2", "pcmk.properties.cluster.get_properties.rest-api.v2", "pcmk.properties.cluster.set_properties.rest-api.v2", "pcmk.resource.ban-move-clear", "pcmk.resource.ban-move-clear.clear-expired", "pcmk.resource.cleanup.one-resource", "pcmk.resource.cleanup.strict", "pcmk.resource.clone", "pcmk.resource.create", "pcmk.resource.create.clone.custom-id", "pcmk.resource.create.meta", "pcmk.resource.create.no-master", "pcmk.resource.create.operations", "pcmk.resource.create.operations.onfail-demote", "pcmk.resource.create.promotable", "pcmk.resource.create.promotable.custom-id", "pcmk.resource.create.wait", "pcmk.resource.delete", "pcmk.resource.delete.list", "pcmk.resource.disable.safe", "pcmk.resource.disable.simulate", "pcmk.resource.disable.simulate.brief", "pcmk.resource.disable.simulate.tag", "pcmk.resource.enable-disable", "pcmk.resource.enable-disable.list", "pcmk.resource.enable-disable.wait", "pcmk.resource.group", "pcmk.resource.manage-unmanage", "pcmk.resource.manage-unmanage.list", "pcmk.resource.manage-unmanage.tag", "pcmk.resource.manage-unmanage.with-monitor", "pcmk.resource.move.autoclean", "pcmk.resource.promotable", "pcmk.resource.refresh.one-resource", "pcmk.resource.refresh.strict", "pcmk.resource.update", "pcmk.resource.update-meta", "pcmk.resource.utilization", "pcmk.stonith.cleanup.one-resource", "pcmk.stonith.cleanup.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "pcmk.stonith.create.operations.onfail-demote", "pcmk.stonith.create.wait", "pcmk.stonith.delete", "pcmk.stonith.delete.list", "pcmk.stonith.enable-disable", "pcmk.stonith.enable-disable.list", "pcmk.stonith.enable-disable.wait", "pcmk.stonith.levels", "pcmk.stonith.levels.add-remove-devices-list", "pcmk.stonith.levels.clear", "pcmk.stonith.levels.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.levels.verify", "pcmk.stonith.refresh.one-resource", "pcmk.stonith.refresh.strict", "pcmk.stonith.scsi-unfence-node-mpath", "pcmk.stonith.scsi-unfence-node-v2", "pcmk.stonith.update", "pcs.auth.export-cluster-known-hosts", "pcs.auth.known-host-change", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "pcs.auth.server", "pcs.automatic-pcs-configs-sync", "pcs.daemon-ssl-cert.set", "pcs.permissions", "pcs.rest-api.v1.1", "pcs.rest-api.v2", "resource-agents.describe", "resource-agents.list", "resource-agents.list.detailed", "resource-agents.ocf.version-1-0", "resource-agents.ocf.version-1-1", "resource-agents.self-validation", "resource-agents.simplified-query-api", "sbd", "sbd-node", "sbd-node.shared-block-device", "sbd.option-timeout-action", "status.pcmk.local-node", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed", "stonith-agents.ocf.version-1-0", "stonith-agents.ocf.version-1-1", "stonith-agents.self-validation" ] }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Fail if pcs is to old to configure resources and operations defaults] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:141 Saturday 27 January 2024 07:00:45 +0000 (0:00:00.021) 0:00:22.353 ****** skipping: [sut] => { "changed": false, "false_condition": "( ha_cluster_resource_defaults and not 'pcmk.properties.resource-defaults.multiple' in __ha_cluster_pcs_capabilities ) or ( ha_cluster_resource_operation_defaults and not 'pcmk.properties.operation-defaults.multiple' in __ha_cluster_pcs_capabilities )", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Set hacluster password] *********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:22 Saturday 27 January 2024 07:00:45 +0000 (0:00:00.009) 0:00:22.362 ****** changed: [sut] => { "append": false, "changed": true, "comment": "cluster user", "group": 189, "home": "/var/lib/pacemaker", "move_home": false, "name": "hacluster", "password": "NOT_LOGGING_PASSWORD", "shell": "/sbin/nologin", "state": "present", "uid": 189 } TASK [fedora.linux_system_roles.ha_cluster : Configure pcs / pcsd] ************* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:29 Saturday 27 January 2024 07:00:46 +0000 (0:00:00.700) 0:00:23.063 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Stop pcsd] ************************ task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:6 Saturday 27 January 2024 07:00:46 +0000 (0:00:00.023) 0:00:23.087 ****** ok: [sut] => { "changed": false, "name": "pcsd", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket network-online.target system.slice sysinit.target basic.target pcsd-ruby.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ConsistsOf": "pcsd-ruby.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "PCS GUI and remote configuration interface", "DevicePolicy": "auto", "Documentation": "\"man:pcsd(8)\" \"man:pcs(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pcsd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "pcsd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "pcsd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "network-online.target system.slice sysinit.target pcsd-ruby.service", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4433", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:11 Saturday 27 January 2024 07:00:47 +0000 (0:00:00.602) 0:00:23.690 ****** skipping: [sut] => (item=/var/lib/pcsd/pcsd.key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ha_cluster_regenerate_keys", "item": "/var/lib/pcsd/pcsd.key", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/var/lib/pcsd/pcsd.crt) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ha_cluster_regenerate_keys", "item": "/var/lib/pcsd/pcsd.crt", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.ha_cluster : Get the stat of /var/lib/pcsd] **** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:25 Saturday 27 January 2024 07:00:47 +0000 (0:00:00.010) 0:00:23.700 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_pcsd_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Allow certmonger to write into pcsd's certificate directory] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:30 Saturday 27 January 2024 07:00:47 +0000 (0:00:00.016) 0:00:23.717 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_pcsd_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [Ensure the name of ha_cluster_pcsd_certificates is /var/lib/pcsd/pcsd; Create certificates using the certificate role] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:37 Saturday 27 January 2024 07:00:47 +0000 (0:00:00.017) 0:00:23.735 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_pcsd_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Set pcsd's certificate directory back to cluster_var_lib_t] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:49 Saturday 27 January 2024 07:00:47 +0000 (0:00:00.018) 0:00:23.753 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_pcsd_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute pcsd TLS private key] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:64 Saturday 27 January 2024 07:00:47 +0000 (0:00:00.018) 0:00:23.771 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_pcsd_public_key_src is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute pcsd TLS certificate] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:71 Saturday 27 January 2024 07:00:47 +0000 (0:00:00.022) 0:00:23.794 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_pcsd_public_key_src is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute pcs_settings.conf] ***** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:79 Saturday 27 January 2024 07:00:47 +0000 (0:00:00.019) 0:00:23.813 ****** changed: [sut] => { "changed": true, "checksum": "9bbea634a798cf0976b80cd3c4e34aca6a6a7d44", "dest": "/var/lib/pcsd/pcs_settings.conf", "gid": 0, "group": "root", "md5sum": "4b74001d21d3867563d0c773bde32b42", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cluster_var_lib_t:s0", "size": 361, "src": "/root/.ansible/tmp/ansible-tmp-1706338847.484312-6156-234496166629658/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:88 Saturday 27 January 2024 07:00:48 +0000 (0:00:00.742) 0:00:24.556 ****** changed: [sut] => { "changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket system.slice pcsd-ruby.service sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ConsistsOf": "pcsd-ruby.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "PCS GUI and remote configuration interface", "DevicePolicy": "auto", "Documentation": "\"man:pcsd(8)\" \"man:pcs(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/pcsd ; argv[]=/usr/sbin/pcsd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pcsd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "pcsd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "pcsd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "network-online.target system.slice pcsd-ruby.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4433", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Configure firewall] *************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:35 Saturday 27 January 2024 07:00:51 +0000 (0:00:02.810) 0:00:27.367 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml for sut TASK [Ensure the service and the ports status with the firewall role] ********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:3 Saturday 27 January 2024 07:00:51 +0000 (0:00:00.020) 0:00:27.387 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure selinux] **************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:38 Saturday 27 January 2024 07:00:51 +0000 (0:00:00.018) 0:00:27.405 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Populate service facts] *********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:3 Saturday 27 January 2024 07:00:51 +0000 (0:00:00.022) 0:00:27.428 ****** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "corosync-notifyd.service": { "name": "corosync-notifyd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "corosync-qnetd.service": { "name": "corosync-qnetd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "corosync.service": { "name": "corosync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crm_mon.service": { "name": "crm_mon.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pacemaker.service": { "name": "pacemaker.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "pcsd-ruby.service": { "name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled" }, "pcsd.service": { "name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Set the fence-virt/fence-agents port to _ha_cluster_selinux] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:12 Saturday 27 January 2024 07:00:53 +0000 (0:00:02.625) 0:00:30.054 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts.services[\"firewalld.service\"][\"state\"] == \"running\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Get associated selinux ports] ***** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:20 Saturday 27 January 2024 07:00:53 +0000 (0:00:00.024) 0:00:30.078 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts.services[\"firewalld.service\"][\"state\"] == \"running\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Add the high-availability service ports to _ha_cluster_selinux] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:28 Saturday 27 January 2024 07:00:53 +0000 (0:00:00.022) 0:00:30.101 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts.services[\"firewalld.service\"][\"state\"] == \"running\"", "skip_reason": "Conditional result was False" } TASK [Ensure the service and the ports status with the selinux role] *********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:35 Saturday 27 January 2024 07:00:53 +0000 (0:00:00.023) 0:00:30.124 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts.services[\"firewalld.service\"][\"state\"] == \"running\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Install cluster packages] ********* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:44 Saturday 27 January 2024 07:00:53 +0000 (0:00:00.022) 0:00:30.147 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: python3-portalocker-2.8.2-2.fc39.noarch", "Installed: libgxps-0.3.2-6.fc39.x86_64", "Installed: cairo-1.18.0-1.fc39.x86_64", "Installed: perl-File-Copy-2.41-502.fc39.noarch", "Installed: jxl-pixbuf-loader-1:0.8.2-3.fc39.x86_64", "Installed: python3-certifi-2023.05.07-2.fc39.noarch", "Installed: python3-prettytable-3.6.0-3.fc39.noarch", "Installed: perl-I18N-Langinfo-0.22-502.fc39.x86_64", "Installed: cairo-gobject-1.18.0-1.fc39.x86_64", "Installed: dconf-0.40.0-9.fc39.x86_64", "Installed: mailcap-2.1.54-2.fc39.noarch", "Installed: bluez-libs-5.72-1.fc39.x86_64", "Installed: python3-protobuf-3.19.6-6.fc39.x86_64", "Installed: perl-SOAP-Lite-1.27-20.fc39.noarch", "Installed: python3-ptyprocess-0.7.0-5.fc39.noarch", "Installed: amtterm-1.6-18.fc39.x86_64", "Installed: librsvg2-2.57.1-1.fc39.x86_64", "Installed: fdk-aac-free-2.0.0-11.fc39.x86_64", "Installed: webrtc-audio-processing-0.3.1-11.fc39.x86_64", "Installed: perl-Data-Dump-1.25-8.fc39.noarch", "Installed: glib-networking-2.78.0-1.fc39.x86_64", "Installed: libicu-73.2-2.fc39.x86_64", "Installed: perl-Test-1.31-502.fc39.noarch", "Installed: libsoup3-3.4.4-1.fc39.x86_64", "Installed: libsndfile-1.1.0-9.fc39.x86_64", "Installed: libsoup-2.74.3-3.fc39.x86_64", "Installed: libimobiledevice-1.3.0^20230705git6fc41f5-1.fc39.x86_64", "Installed: libimobiledevice-glue-1.0.0-1.fc39.x86_64", "Installed: libX11-1.8.7-1.fc39.x86_64", "Installed: libX11-common-1.8.7-1.fc39.noarch", "Installed: libX11-xcb-1.8.7-1.fc39.x86_64", "Installed: perl-subs-1.04-502.fc39.noarch", "Installed: libXau-1.0.11-3.fc39.x86_64", "Installed: libXcomposite-0.4.5-10.fc39.x86_64", "Installed: harfbuzz-8.2.1-2.fc39.x86_64", "Installed: libXcursor-1.2.1-4.fc39.x86_64", "Installed: libXdamage-1.1.5-10.fc39.x86_64", "Installed: libXext-1.3.5-3.fc39.x86_64", "Installed: libXfixes-6.0.0-6.fc39.x86_64", "Installed: rav1e-libs-0.6.6-4.fc39.x86_64", "Installed: libXft-2.3.8-3.fc39.x86_64", "Installed: libiptcdata-1.0.5-15.fc39.x86_64", "Installed: libXi-1.8.1-2.fc39.x86_64", "Installed: libXinerama-1.1.5-3.fc39.x86_64", "Installed: mpg123-libs-1.31.3-2.fc39.x86_64", "Installed: libXrender-0.9.11-3.fc39.x86_64", "Installed: python3-debtcollector-2.5.0-6.fc39.noarch", "Installed: desktop-file-utils-0.26-9.fc39.x86_64", "Installed: libstemmer-2.2.0-7.fc39.x86_64", "Installed: libXtst-1.2.4-3.fc39.x86_64", "Installed: libXv-1.0.11-19.fc39.x86_64", "Installed: perl-Digest-HMAC-1.04-8.fc39.noarch", "Installed: cdparanoia-libs-10.2-42.fc39.x86_64", "Installed: device-mapper-multipath-0.9.5-2.fc39.x86_64", "Installed: libXxf86vm-1.1.5-3.fc39.x86_64", "Installed: perl-Digest-SHA-1:6.04-501.fc39.x86_64", "Installed: device-mapper-multipath-libs-0.9.5-2.fc39.x86_64", "Installed: libjpeg-turbo-2.1.4-3.fc39.x86_64", "Installed: libjxl-1:0.8.2-3.fc39.x86_64", "Installed: hicolor-icon-theme-0.17-16.fc39.noarch", "Installed: pipewire-1.0.1-1.fc39.x86_64", "Installed: pipewire-alsa-1.0.1-1.fc39.x86_64", "Installed: openjpeg2-2.5.0-5.fc39.x86_64", "Installed: pipewire-jack-audio-connection-kit-1.0.1-1.fc39.x86_64", "Installed: perl-Email-Date-Format-1.008-2.fc39.noarch", "Installed: pipewire-jack-audio-connection-kit-libs-1.0.1-1.fc39.x86_64", "Installed: pipewire-libs-1.0.1-1.fc39.x86_64", "Installed: libthai-0.1.29-6.fc39.x86_64", "Installed: highway-1.0.7-1.fc39.x86_64", "Installed: libtheora-1:1.1.1-34.fc39.x86_64", "Installed: pipewire-pulseaudio-1.0.1-1.fc39.x86_64", "Installed: poppler-23.08.0-1.fc39.x86_64", "Installed: poppler-data-0.4.11-5.fc39.noarch", "Installed: perl-Encode-Locale-1.05-27.fc39.noarch", "Installed: poppler-glib-23.08.0-1.fc39.x86_64", "Installed: libtiff-4.4.0-8.fc39.x86_64", "Installed: tracker-miners-3.6.2-1.fc39.x86_64", "Installed: sound-theme-freedesktop-0.8-20.fc39.noarch", "Installed: fence-agents-docker-4.13.1-1.fc39.noarch", "Installed: python3-pytz-2023.3.post1-1.fc39.noarch", "Installed: flac-libs-1.4.3-2.fc39.x86_64", "Installed: llvm-libs-17.0.6-2.fc39.x86_64", "Installed: fence-agents-emerson-4.13.1-1.fc39.noarch", "Installed: libasyncns-0.8-25.fc39.x86_64", "Installed: libtracker-sparql-3.6.0-1.fc39.x86_64", "Installed: fence-agents-heuristics-ping-4.13.1-1.fc39.noarch", "Installed: libldac-2.0.2.3-13.fc39.x86_64", "Installed: liblerc-4.0.0-4.fc39.x86_64", "Installed: libavif-0.11.1-11.fc39.x86_64", "Installed: perl-File-Listing-6.16-1.fc39.noarch", "Installed: rsvg-pixbuf-loader-2.57.1-1.fc39.x86_64", "Installed: cups-libs-1:2.4.7-5.fc39.x86_64", "Installed: perl-File-Slurper-0.014-3.fc39.noarch", "Installed: xdg-utils-1.1.3-15.fc39.noarch", "Installed: rtkit-0.11-61.fc39.x86_64", "Installed: python3-requests-oauthlib-1.3.1-6.fc39.noarch", "Installed: libunwind-1.7.0-0.2.rc2.fc39.x86_64", "Installed: libusbmuxd-2.0.2^20230620git8d30a55-3.fc39.x86_64", "Installed: openwsman-python3-2.7.1-14.fc39.x86_64", "Installed: python3-rsa-4.9-3.fc39.noarch", "Installed: mesa-dri-drivers-23.3.3-1.fc39.x86_64", "Installed: mesa-filesystem-23.3.3-1.fc39.x86_64", "Installed: mesa-libEGL-23.3.3-1.fc39.x86_64", "Installed: opus-1.3.1-13.fc39.x86_64", "Installed: mesa-libGL-23.3.3-1.fc39.x86_64", "Installed: mesa-libgbm-23.3.3-1.fc39.x86_64", "Installed: orc-0.4.33-3.fc39.x86_64", "Installed: mesa-libglapi-23.3.3-1.fc39.x86_64", "Installed: totem-pl-parser-3.26.6-7.fc39.x86_64", "Installed: mesa-va-drivers-23.3.3-1.fc39.x86_64", "Installed: perl-Time-HiRes-4:1.9775-500.fc39.x86_64", "Installed: protobuf-3.19.6-6.fc39.x86_64", "Installed: fontconfig-2.14.2-5.fc39.x86_64", "Installed: vte-profile-0.74.2-1.fc39.x86_64", "Installed: vte291-0.74.2-1.fc39.x86_64", "Installed: libcanberra-0.30-32.fc39.x86_64", "Installed: perl-Try-Tiny-0.31-6.fc39.noarch", "Installed: tracker-3.6.0-1.fc39.x86_64", "Installed: xml-common-0.6.3-61.fc39.noarch", "Installed: libcanberra-gtk3-0.30-32.fc39.x86_64", "Installed: perl-HTML-Parser-3.81-3.fc39.x86_64", "Installed: python3-google-api-core-1:2.11.1-5.fc39.noarch", "Installed: re2-1:20220601-3.fc39.x86_64", "Installed: perl-HTML-Tagset-3.20-54.fc39.noarch", "Installed: libvisual-1:0.4.1-2.fc39.x86_64", "Installed: perl-HTTP-Cookies-6.10-10.fc39.noarch", "Installed: libvmaf-2.3.0-6.fc39.x86_64", "Installed: emacs-filesystem-1:29.2-2.fc39.noarch", "Installed: perl-HTTP-Date-6.06-2.fc39.noarch", "Installed: webp-pixbuf-loader-0.2.6-1.fc39.x86_64", "Installed: perl-HTTP-Message-6.44-3.fc39.noarch", "Installed: libvorbis-1:1.3.7-8.fc39.x86_64", "Installed: perl-HTTP-Negotiate-6.01-36.fc39.noarch", "Installed: python3-azure-mgmt-compute-1:30.3.0-1.fc39.noarch", "Installed: perl-WWW-RobotRules-6.02-37.fc39.noarch", "Installed: python3-googleapis-common-protos-1.60.0-1.fc39.noarch", "Installed: libwayland-client-1.22.0-2.fc39.x86_64", "Installed: libwayland-cursor-1.22.0-2.fc39.x86_64", "Installed: libwayland-egl-1.22.0-2.fc39.x86_64", "Installed: libwayland-server-1.22.0-2.fc39.x86_64", "Installed: net-snmp-utils-1:5.9.4-1.fc39.x86_64", "Installed: python3-boto3-1.34.16-1.fc39.noarch", "Installed: python3-botocore-1.34.16-1.fc39.noarch", "Installed: pulseaudio-libs-16.1-5.fc39.x86_64", "Installed: python3-grpcio-1.48.4-25.fc39.x86_64", "Installed: libwebp-1.3.2-2.fc39.x86_64", "Installed: python3-grpcio-status-1.48.4-25.fc39.noarch", "Installed: wireplumber-0.4.17-1.fc39.x86_64", "Installed: wireplumber-libs-0.4.17-1.fc39.x86_64", "Installed: perl-IO-Compress-2.206-1.fc39.noarch", "Installed: perl-IO-Compress-Brotli-0.004001-10.fc39.x86_64", "Installed: perl-IO-HTML-1.004-11.fc39.noarch", "Installed: gnutls-dane-3.8.2-2.fc39.x86_64", "Installed: gnutls-utils-3.8.2-2.fc39.x86_64", "Installed: freetype-2.13.1-2.fc39.x86_64", "Installed: perl-XML-Parser-2.46-15.fc39.x86_64", "Installed: perl-IO-SessionData-1.03-28.fc39.noarch", "Installed: fribidi-1.0.13-2.fc39.x86_64", "Installed: libwsman1-2.7.1-14.fc39.x86_64", "Installed: python3-httplib2-0.21.0-4.fc39.noarch", "Installed: libxcb-1.13.1-12.fc39.x86_64", "Installed: xdg-desktop-portal-1.18.2-1.fc39.x86_64", "Installed: xdg-desktop-portal-gtk-1.15.1-1.fc39.x86_64", "Installed: uchardet-0.0.8-4.fc39.x86_64", "Installed: xprop-1.2.5-4.fc39.x86_64", "Installed: pango-1.51.0-1.fc39.x86_64", "Installed: avahi-glib-0.8-24.fc39.x86_64", "Installed: libcue-2.2.1-13.fc39.x86_64", "Installed: python3-stevedore-5.0.0-3.fc39.noarch", "Installed: fuse-common-3.16.1-1.fc39.x86_64", "Installed: python3-suds-1.1.2-5.fc39.noarch", "Installed: avif-pixbuf-loader-0.11.1-11.fc39.x86_64", "Installed: fuse3-3.16.1-1.fc39.x86_64", "Installed: fuse3-libs-3.16.1-1.fc39.x86_64", "Installed: libdatrie-0.2.13-7.fc39.x86_64", "Installed: libdav1d-1.2.1-2.fc39.x86_64", "Installed: perl-LWP-MediaTypes-6.04-15.fc39.noarch", "Installed: perl-LWP-Protocol-https-6.11-1.fc39.noarch", "Installed: python3-google-api-client-2:2.111.0-1.fc39.noarch", "Installed: python3-google-auth-1:2.26.2-1.fc39.noarch", "Installed: python3-google-auth-httplib2-0.2.0-1.fc39.noarch", "Installed: libxshmfence-1.3-13.fc39.x86_64", "Installed: perl-libwww-perl-6.72-1.fc39.noarch", "Installed: python3-iso8601-1.1.0-4.fc39.noarch", "Installed: python3-isodate-0.6.1-9.fc39.noarch", "Installed: fence-agents-all-4.13.1-1.fc39.x86_64", "Installed: fence-agents-alom-4.13.1-1.fc39.noarch", "Installed: fence-agents-amt-4.13.1-1.fc39.noarch", "Installed: fence-agents-amt-ws-4.13.1-1.fc39.noarch", "Installed: fence-agents-apc-4.13.1-1.fc39.noarch", "Installed: fence-agents-apc-snmp-4.13.1-1.fc39.noarch", "Installed: fence-agents-aws-4.13.1-1.fc39.noarch", "Installed: fence-agents-azure-arm-4.13.1-1.fc39.noarch", "Installed: fence-agents-bladecenter-4.13.1-1.fc39.noarch", "Installed: fence-agents-brocade-4.13.1-1.fc39.noarch", "Installed: fence-agents-cdu-4.13.1-1.fc39.noarch", "Installed: fence-agents-cisco-mds-4.13.1-1.fc39.noarch", "Installed: fence-agents-cisco-ucs-4.13.1-1.fc39.noarch", "Installed: python3-jmespath-1.0.1-4.fc39.noarch", "Installed: fence-agents-common-4.13.1-1.fc39.noarch", "Installed: fence-agents-cyberpower-ssh-4.13.1-1.fc39.noarch", "Installed: fence-agents-compute-4.13.1-1.fc39.noarch", "Installed: svt-av1-libs-1.4.1-3.fc39.x86_64", "Installed: fence-agents-drac-4.13.1-1.fc39.noarch", "Installed: fence-agents-drac5-4.13.1-1.fc39.noarch", "Installed: fence-agents-eaton-ssh-4.13.1-1.fc39.noarch", "Installed: libogg-2:1.3.5-6.fc39.x86_64", "Installed: fence-agents-ecloud-4.13.1-1.fc39.noarch", "Installed: fence-agents-eps-4.13.1-1.fc39.noarch", "Installed: fence-agents-gce-4.13.1-1.fc39.noarch", "Installed: fence-agents-hds-cb-4.13.1-1.fc39.noarch", "Installed: fence-agents-eaton-snmp-4.13.1-1.fc39.noarch", "Installed: fence-agents-hpblade-4.13.1-1.fc39.noarch", "Installed: fence-agents-ibm-powervs-4.13.1-1.fc39.noarch", "Installed: fence-agents-ibm-vpc-4.13.1-1.fc39.noarch", "Installed: fence-agents-ibmblade-4.13.1-1.fc39.noarch", "Installed: fence-agents-ibmz-4.13.1-1.fc39.noarch", "Installed: fence-agents-ifmib-4.13.1-1.fc39.noarch", "Installed: fence-agents-ilo-moonshot-4.13.1-1.fc39.noarch", "Installed: fence-agents-ilo-mp-4.13.1-1.fc39.noarch", "Installed: fence-agents-ilo-ssh-4.13.1-1.fc39.noarch", "Installed: fence-agents-ilo2-4.13.1-1.fc39.noarch", "Installed: fence-agents-intelmodular-4.13.1-1.fc39.noarch", "Installed: fence-agents-ipdu-4.13.1-1.fc39.noarch", "Installed: fence-agents-ipmilan-4.13.1-1.fc39.noarch", "Installed: fence-agents-ironic-4.13.1-1.fc39.noarch", "Installed: fence-agents-kdump-4.13.1-1.fc39.x86_64", "Installed: fence-agents-ldom-4.13.1-1.fc39.noarch", "Installed: fence-agents-lpar-4.13.1-1.fc39.noarch", "Installed: fence-agents-mpath-4.13.1-1.fc39.noarch", "Installed: fence-agents-netio-4.13.1-1.fc39.noarch", "Installed: fence-agents-openstack-4.13.1-1.fc39.noarch", "Installed: fence-agents-ovh-4.13.1-1.fc39.noarch", "Installed: libXrandr-1.5.4-1.fc39.x86_64", "Installed: fence-agents-redfish-4.13.1-1.fc39.x86_64", "Installed: fence-agents-rhevm-4.13.1-1.fc39.noarch", "Installed: colord-libs-1.4.6-6.fc39.x86_64", "Installed: fence-agents-rsa-4.13.1-1.fc39.noarch", "Installed: fence-agents-rsb-4.13.1-1.fc39.noarch", "Installed: fence-agents-sanbox2-4.13.1-1.fc39.noarch", "Installed: fence-agents-sbd-4.13.1-1.fc39.noarch", "Installed: fence-agents-scsi-4.13.1-1.fc39.noarch", "Installed: fence-agents-vbox-4.13.1-1.fc39.noarch", "Installed: fence-agents-vmware-4.13.1-1.fc39.noarch", "Installed: fence-agents-vmware-rest-4.13.1-1.fc39.noarch", "Installed: fence-agents-vmware-soap-4.13.1-1.fc39.noarch", "Installed: fence-agents-vmware-vcloud-4.13.1-1.fc39.noarch", "Installed: fence-agents-wti-4.13.1-1.fc39.noarch", "Installed: fence-agents-xenapi-4.13.1-1.fc39.noarch", "Installed: fence-agents-zvm-4.13.1-1.fc39.noarch", "Installed: fence-virt-4.13.1-1.fc39.x86_64", "Installed: python3-jwt+crypto-2.6.0-4.fc39.noarch", "Installed: python3-jwt-2.6.0-4.fc39.noarch", "Installed: libaom-3.8.0-1.fc39.x86_64", "Installed: python3-keystoneauth1-5.1.2-3.fc39.noarch", "Installed: python3-typing-extensions-4.8.0-1.fc39.noarch", "Installed: perl-MIME-Lite-3.033-8.fc39.noarch", "Installed: perl-MIME-Types-2.24-3.fc39.noarch", "Installed: perl-MIME-tools-5.510-4.fc39.noarch", "Installed: upower-1.90.2-3.fc39.x86_64", "Installed: python3-uritemplate-4.1.1-6.fc39.noarch", "Installed: upower-libs-1.90.2-3.fc39.x86_64", "Installed: perl-MailTools-2.21-14.fc39.noarch", "Installed: python3-msal-1.24.1-2.fc39.noarch", "Installed: python-oslo-i18n-lang-6.0.0-4.fc39.noarch", "Installed: python-oslo-utils-lang-6.1.0-3.fc39.noarch", "Installed: ipmitool-1.8.19-4.fc39.x86_64", "Installed: python3-wcwidth-0.2.5-14.fc39.noarch", "Installed: libcloudproviders-0.3.5-1.fc39.x86_64", "Installed: libpciaccess-0.16-9.fc39.x86_64", "Installed: python3-pyasn1-0.5.1-1.fc39.noarch", "Installed: python3-pyasn1-modules-0.5.1-1.fc39.noarch", "Installed: perl-Module-Load-1:0.36-500.fc39.noarch", "Installed: libplist-2.3.0-1.fc39.x86_64", "Installed: libepoxy-1.5.10-4.fc39.x86_64", "Installed: iso-codes-4.15.0-2.fc39.noarch", "Installed: libpng-2:1.6.37-15.fc39.x86_64", "Installed: libdrm-2.4.120-1.fc39.x86_64", "Installed: libexif-0.6.24-5.fc39.x86_64", "Installed: python3-s3transfer-0.10.0-1.fc39.noarch", "Installed: lm_sensors-libs-3.6.0-14.fc39.x86_64", "Installed: gstreamer1-1.22.9-1.fc39.x86_64", "Installed: libgsf-1.14.51-1.fc39.x86_64", "Installed: python3-msal-extensions-1.0.0-7.fc39.noarch", "Installed: python3-msgpack-1.0.5-3.fc39.x86_64", "Installed: python3-msrest-0.7.1-8.20221014git2d8fd04.fc39.noarch", "Installed: python3-msrestazure-0.6.4-18.fc39.noarch", "Installed: graphene-1.10.6-6.fc39.x86_64", "Installed: sbd-1.5.2-1.fc39.1.x86_64", "Installed: graphite2-1.3.14-12.fc39.x86_64", "Installed: gstreamer1-plugins-base-1.22.9-1.fc39.x86_64", "Installed: perl-NTLM-1.09-36.fc39.noarch", "Installed: telnet-1:0.17-90.fc39.x86_64", "Installed: gtk-update-icon-cache-3.24.41-1.fc39.x86_64", "Installed: gtk3-3.24.41-1.fc39.x86_64", "Installed: python3-netaddr-0.8.0-14.fc39.noarch", "Installed: python3-adal-1.2.7-13.fc39.noarch", "Installed: python3-wrapt-1.15.0-1.fc39.x86_64", "Installed: perl-Net-HTTP-6.23-2.fc39.noarch", "Installed: exempi-2.6.4-2.fc39.x86_64", "Installed: low-memory-monitor-2.1-8.fc39.x86_64", "Installed: lame-libs-3.100-15.fc39.x86_64", "Installed: exiv2-0.27.6-5.fc39.x86_64", "Installed: exiv2-libs-0.27.6-5.fc39.x86_64", "Installed: gdk-pixbuf2-2.42.10-5.fc39.x86_64", "Installed: gdk-pixbuf2-modules-2.42.10-5.fc39.x86_64", "Installed: perl-Net-SMTP-SSL-1.04-21.fc39.noarch", "Installed: python3-novaclient-1:18.3.0-3.fc39.noarch", "Installed: grpc-data-1.48.4-25.fc39.noarch", "Installed: abseil-cpp-20230802.1-1.fc39.x86_64", "Installed: liblc3-1.0.4-2.fc39.x86_64", "Installed: hwdata-0.378-1.fc39.noarch", "Installed: gsettings-desktop-schemas-45.0-1.fc39.x86_64", "Installed: gsm-1.0.22-3.fc39.x86_64", "Installed: osinfo-db-20231215-1.fc39.noarch", "Installed: osinfo-db-tools-1.11.0-1.fc39.x86_64", "Installed: jbigkit-libs-2.1-26.fc39.x86_64", "Installed: adobe-source-code-pro-fonts-2.042.1.062.1.026-2.fc39.noarch", "Installed: libgexiv2-0.14.2-1.fc39.x86_64", "Installed: adwaita-cursor-theme-45.0-1.fc39.noarch", "Installed: python3-azure-common-1:1.1.28-6.fc39.noarch", "Installed: python3-azure-core-2:1.28.0-3.fc39.noarch", "Installed: adwaita-icon-theme-45.0-1.fc39.noarch", "Installed: libnotify-0.8.3-1.fc39.x86_64", "Installed: python3-azure-identity-1:1.10.0-9.fc39.noarch", "Installed: geoclue2-2.7.0-2.fc39.x86_64", "Installed: python3-azure-mgmt-core-1:1.3.2-9.fc39.noarch", "Installed: libosinfo-1.11.0-1.fc39.x86_64", "Installed: libglvnd-1:1.7.0-1.fc39.x86_64", "Installed: python3-os-service-types-1.7.0-15.fc39.noarch", "Installed: libglvnd-egl-1:1.7.0-1.fc39.x86_64", "Installed: perl-Class-Inspector-1.36-14.fc39.noarch", "Installed: python3-azure-mgmt-network-21.0.1-5.fc39.noarch", "Installed: libglvnd-glx-1:1.7.0-1.fc39.x86_64", "Installed: at-spi2-atk-2.50.1-1.fc39.x86_64", "Installed: at-spi2-core-2.50.1-1.fc39.x86_64", "Installed: python3-oslo-i18n-6.0.0-4.fc39.noarch", "Installed: atk-2.50.1-1.fc39.x86_64", "Installed: python3-oslo-serialization-5.1.1-3.fc39.noarch", "Installed: python3-oslo-utils-6.1.0-3.fc39.noarch", "Installed: perl-Clone-0.46-4.fc39.x86_64", "Installed: libproxy-0.5.3-3.fc39.x86_64", "Installed: python3-packaging-23.1-4.fc39.noarch", "Installed: giflib-5.2.1-17.fc39.x86_64", "Installed: perl-Compress-Raw-Bzip2-2.206-1.fc39.x86_64", "Installed: perl-Compress-Raw-Zlib-2.206-1.fc39.x86_64", "Installed: perl-PerlIO-utf8_strict-0.010-4.fc39.x86_64", "Installed: sg3_utils-1.46-6.fc39.x86_64", "Installed: sg3_utils-libs-1.46-6.fc39.x86_64", "Installed: pixman-0.42.2-2.fc39.x86_64", "Installed: python3-pbr-5.11.1-2.fc39~bootstrap.noarch", "Installed: libgrss-0.7.0-17.fc39.x86_64", "Installed: perl-Convert-BinHex-1.125-25.fc39.noarch", "Installed: libsbc-2.0-3.fc39.x86_64", "Installed: python3-pexpect-4.8.0-17.fc39.noarch", "Installed: alsa-lib-1.2.10-3.fc39.x86_64", "Installed: python3-cachetools-5.3.1-4.fc39.noarch", "Installed: lcms2-2.15-2.fc39.x86_64" ] } lsrpackages: corosync fence-agents-all fence-virt libknet1-plugins-all openssl pacemaker resource-agents TASK [fedora.linux_system_roles.ha_cluster : Distribute fence-virt authkey] **** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:50 Saturday 27 January 2024 07:02:13 +0000 (0:01:19.349) 0:01:49.496 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Create /etc/cluster directory] **** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:3 Saturday 27 January 2024 07:02:13 +0000 (0:00:00.025) 0:01:49.522 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/cluster", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Get fence_xvm.key] **************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:9 Saturday 27 January 2024 07:02:13 +0000 (0:00:00.360) 0:01:49.883 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on the controller fence_xvm.key] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:16 Saturday 27 January 2024 07:02:13 +0000 (0:00:00.030) 0:01:49.914 ****** skipping: [sut] => { "changed": false, "false_condition": "preshared_key_src is string and preshared_key_src | length > 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from the controller fence_xvm.key] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:21 Saturday 27 January 2024 07:02:13 +0000 (0:00:00.023) 0:01:49.937 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from the controller fence_xvm.key] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:29 Saturday 27 January 2024 07:02:13 +0000 (0:00:00.022) 0:01:49.960 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Generate key using OpenSSL fence_xvm.key] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:44 Saturday 27 January 2024 07:02:13 +0000 (0:00:00.023) 0:01:49.983 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Fetch generated fence_xvm.key] **** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:50 Saturday 27 January 2024 07:02:14 +0000 (0:00:00.473) 0:01:50.456 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on cluster nodes fence_xvm.key] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:60 Saturday 27 January 2024 07:02:14 +0000 (0:00:00.026) 0:01:50.482 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from cluster nodes fence_xvm.key] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:65 Saturday 27 January 2024 07:02:14 +0000 (0:00:00.263) 0:01:50.745 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from cluster nodes fence_xvm.key] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:73 Saturday 27 January 2024 07:02:14 +0000 (0:00:00.023) 0:01:50.769 ****** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Send fence_xvm.key to nodes] ****** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:17 Saturday 27 January 2024 07:02:14 +0000 (0:00:00.031) 0:01:50.800 ****** changed: [sut] => { "changed": true, "checksum": "b99768ee37f9c66414589f8c21e2ed5eace2eae8", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "2eff90d66fb7bf858977df5b4b61b7e0", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 512, "src": "/root/.ansible/tmp/ansible-tmp-1706338934.4799514-6381-231931528328367/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Configure SBD] ******************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:55 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.655) 0:01:51.455 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Configure watchdog kernel module blocklist] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:10 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.073) 0:01:51.528 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Unload watchdog kernel modules from blocklist] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:22 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.019) 0:01:51.547 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Configure watchdog kernel modules] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:30 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.018) 0:01:51.566 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Load watchdog kernel modules] ***** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:40 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.018) 0:01:51.585 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Probe SBD devices] **************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:57 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.017) 0:01:51.602 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Initialize SBD devices] *********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:70 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.019) 0:01:51.622 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Distribute SBD config] ************ task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:88 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.010) 0:01:51.632 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_sbd_enabled", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Ensure /etc/systemd/system/sbd.service.d directory exists] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:109 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.017) 0:01:51.650 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_sbd_enabled", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Override start timeout for SBD] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:117 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.017) 0:01:51.668 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_sbd_enabled", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Reload systemd service files] ***** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:131 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.017) 0:01:51.685 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_sbd_enabled", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:135 Saturday 27 January 2024 07:02:15 +0000 (0:00:00.017) 0:01:51.703 ****** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "canberra-system-bootup.service": { "name": "canberra-system-bootup.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "canberra-system-shutdown-reboot.service": { "name": "canberra-system-shutdown-reboot.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "canberra-system-shutdown.service": { "name": "canberra-system-shutdown.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "corosync-notifyd.service": { "name": "corosync-notifyd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "corosync-qnetd.service": { "name": "corosync-qnetd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "corosync.service": { "name": "corosync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crm_mon.service": { "name": "crm_mon.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "geoclue.service": { "name": "geoclue.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "low-memory-monitor.service": { "name": "low-memory-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pacemaker.service": { "name": "pacemaker.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "pcsd-ruby.service": { "name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled" }, "pcsd.service": { "name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rtkit-daemon.service": { "name": "rtkit-daemon.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "sbd.service": { "name": "sbd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "sbd_remote.service": { "name": "sbd_remote.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "upower.service": { "name": "upower.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Set stonith-watchdog-timeout cluster property in CIB] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:142 Saturday 27 January 2024 07:02:18 +0000 (0:00:02.672) 0:01:54.376 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "--force", "-f", "/var/lib/pacemaker/cib/cib.xml", "--", "property", "set", "stonith-watchdog-timeout=0" ], "delta": "0:00:00.923244", "end": "2024-01-27 07:02:19.172017", "rc": 0, "start": "2024-01-27 07:02:18.248773" } TASK [fedora.linux_system_roles.ha_cluster : Correct cib.xml ownership] ******** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:155 Saturday 27 January 2024 07:02:19 +0000 (0:00:01.186) 0:01:55.563 ****** changed: [sut] => { "changed": true, "gid": 189, "group": "haclient", "mode": "0600", "owner": "hacluster", "path": "/var/lib/pacemaker/cib/cib.xml", "secontext": "unconfined_u:object_r:cluster_var_lib_t:s0", "size": 412, "state": "file", "uid": 189 } TASK [fedora.linux_system_roles.ha_cluster : Clean cib.xml.sig] **************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:167 Saturday 27 January 2024 07:02:19 +0000 (0:00:00.285) 0:01:55.848 ****** ok: [sut] => { "changed": false, "path": "/var/lib/pacemaker/cib/cib.xml.sig", "state": "absent" } TASK [fedora.linux_system_roles.ha_cluster : Configure corosync] *************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:58 Saturday 27 January 2024 07:02:19 +0000 (0:00:00.272) 0:01:56.120 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf tempfile] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:3 Saturday 27 January 2024 07:02:19 +0000 (0:00:00.033) 0:01:56.153 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.lk4xi539_ha_cluster_corosync_conf", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf file content] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:16 Saturday 27 January 2024 07:02:20 +0000 (0:00:00.345) 0:01:56.499 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-setup-pcs-0.10.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf file content using pcs-0.10] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-setup-pcs-0.10.yml:3 Saturday 27 January 2024 07:02:20 +0000 (0:00:00.030) 0:01:56.530 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.lk4xi539_ha_cluster_corosync_conf", "--overwrite", "--no-cluster-uuid", "--", "test-cluster", "localhost" ], "delta": "0:00:00.790678", "end": "2024-01-27 07:02:21.210175", "rc": 0, "start": "2024-01-27 07:02:20.419497" } STDERR: Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts' No addresses specified for host 'localhost', using 'localhost' TASK [fedora.linux_system_roles.ha_cluster : Add qdevice configuration to corosync.conf] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-setup-pcs-0.10.yml:80 Saturday 27 January 2024 07:02:21 +0000 (0:00:01.073) 0:01:57.603 ****** skipping: [sut] => { "changed": false, "false_condition": "__ha_cluster_qdevice_in_use", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Fetch created corosync.conf file] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:19 Saturday 27 January 2024 07:02:21 +0000 (0:00:00.019) 0:01:57.622 ****** ok: [sut] => { "changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==", "encoding": "base64", "source": "/tmp/ansible.lk4xi539_ha_cluster_corosync_conf" } TASK [fedora.linux_system_roles.ha_cluster : Distribute corosync.conf file] **** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:26 Saturday 27 January 2024 07:02:21 +0000 (0:00:00.342) 0:01:57.965 ****** changed: [sut] => { "changed": true, "checksum": "05d2ec2a2bfa233bb2b4ace4aae02b42cafc012b", "dest": "/etc/corosync/corosync.conf", "gid": 0, "group": "root", "md5sum": "beb73759420421ade7d3b0d2f8dd24ef", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 388, "src": "/root/.ansible/tmp/ansible-tmp-1706338941.6490314-6490-264690111260130/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Remove a corosync.conf tempfile] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-corosync.yml:36 Saturday 27 January 2024 07:02:22 +0000 (0:00:00.653) 0:01:58.619 ****** changed: [sut] => { "changed": true, "path": "/tmp/ansible.lk4xi539_ha_cluster_corosync_conf", "state": "absent" } TASK [fedora.linux_system_roles.ha_cluster : Pcs auth] ************************* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:61 Saturday 27 January 2024 07:02:22 +0000 (0:00:00.273) 0:01:58.892 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-auth.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Check pcs auth status] ************ task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-auth.yml:3 Saturday 27 January 2024 07:02:22 +0000 (0:00:00.031) 0:01:58.923 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "status", "pcsd", "--", "localhost" ], "delta": "0:00:00.878300", "end": "2024-01-27 07:02:23.684616", "failed_when_result": false, "rc": 2, "start": "2024-01-27 07:02:22.806316" } STDOUT: localhost: Unable to authenticate STDERR: Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts' MSG: non-zero return code TASK [fedora.linux_system_roles.ha_cluster : Run pcs auth] ********************* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-auth.yml:23 Saturday 27 January 2024 07:02:23 +0000 (0:00:01.154) 0:02:00.078 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-auth-pcs-0.10.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Pcs auth using pcs-0.10] ********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-auth-pcs-0.10.yml:3 Saturday 27 January 2024 07:02:23 +0000 (0:00:00.025) 0:02:00.104 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "host", "auth", "-u", "hacluster", "--", "localhost" ], "delta": "0:00:01.296863", "end": "2024-01-27 07:02:25.290086", "rc": 0, "start": "2024-01-27 07:02:23.993223" } STDOUT: Password: STDERR: localhost: Authorized TASK [fedora.linux_system_roles.ha_cluster : Pcs auth for qdevice using pcs-0.10] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-auth-pcs-0.10.yml:19 Saturday 27 January 2024 07:02:25 +0000 (0:00:01.578) 0:02:01.682 ****** skipping: [sut] => { "changed": false, "false_condition": "__ha_cluster_qdevice_model == \"net\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute cluster shared keys] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:66 Saturday 27 January 2024 07:02:25 +0000 (0:00:00.028) 0:02:01.710 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Get corosync authkey] ************* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:3 Saturday 27 January 2024 07:02:25 +0000 (0:00:00.037) 0:02:01.748 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on the controller corosync authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:16 Saturday 27 January 2024 07:02:25 +0000 (0:00:00.030) 0:02:01.779 ****** skipping: [sut] => { "changed": false, "false_condition": "preshared_key_src is string and preshared_key_src | length > 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from the controller corosync authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:21 Saturday 27 January 2024 07:02:25 +0000 (0:00:00.024) 0:02:01.803 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from the controller corosync authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:29 Saturday 27 January 2024 07:02:25 +0000 (0:00:00.023) 0:02:01.826 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Generate key using OpenSSL corosync authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:44 Saturday 27 January 2024 07:02:25 +0000 (0:00:00.029) 0:02:01.856 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Fetch generated corosync authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:50 Saturday 27 January 2024 07:02:25 +0000 (0:00:00.274) 0:02:02.130 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on cluster nodes corosync authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:60 Saturday 27 January 2024 07:02:25 +0000 (0:00:00.026) 0:02:02.157 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from cluster nodes corosync authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:65 Saturday 27 January 2024 07:02:26 +0000 (0:00:00.264) 0:02:02.421 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from cluster nodes corosync authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:73 Saturday 27 January 2024 07:02:26 +0000 (0:00:00.025) 0:02:02.447 ****** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Distribute corosync authkey] ****** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:11 Saturday 27 January 2024 07:02:26 +0000 (0:00:00.033) 0:02:02.480 ****** changed: [sut] => { "changed": true, "checksum": "e922a8b90c7cda1b579fe23b9016ba8334360810", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "98d249c8d5ef911dc3c7416d9a506671", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 256, "src": "/root/.ansible/tmp/ansible-tmp-1706338946.1608467-6540-245222739615819/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Get pacemaker authkey] ************ task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:20 Saturday 27 January 2024 07:02:26 +0000 (0:00:00.656) 0:02:03.137 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on the controller pacemaker authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:16 Saturday 27 January 2024 07:02:26 +0000 (0:00:00.032) 0:02:03.170 ****** skipping: [sut] => { "changed": false, "false_condition": "preshared_key_src is string and preshared_key_src | length > 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from the controller pacemaker authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:21 Saturday 27 January 2024 07:02:26 +0000 (0:00:00.023) 0:02:03.193 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from the controller pacemaker authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:29 Saturday 27 January 2024 07:02:26 +0000 (0:00:00.022) 0:02:03.216 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Generate key using OpenSSL pacemaker authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:44 Saturday 27 January 2024 07:02:26 +0000 (0:00:00.023) 0:02:03.239 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Fetch generated pacemaker authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:50 Saturday 27 January 2024 07:02:27 +0000 (0:00:00.297) 0:02:03.537 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Check if key exists on cluster nodes pacemaker authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:60 Saturday 27 January 2024 07:02:27 +0000 (0:00:00.073) 0:02:03.610 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing key from cluster nodes pacemaker authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:65 Saturday 27 January 2024 07:02:27 +0000 (0:00:00.263) 0:02:03.874 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Use the slurped key from cluster nodes pacemaker authkey] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:73 Saturday 27 January 2024 07:02:27 +0000 (0:00:00.024) 0:02:03.898 ****** skipping: [sut] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Distribute pacemaker authkey] ***** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:28 Saturday 27 January 2024 07:02:27 +0000 (0:00:00.030) 0:02:03.929 ****** changed: [sut] => { "changed": true, "checksum": "906d994e3286b87a50103852c10f4b4b57fe9f75", "dest": "/etc/pacemaker/authkey", "gid": 189, "group": "haclient", "md5sum": "978e964bc90cbab57266ab3d804d1cb6", "mode": "0400", "owner": "hacluster", "secontext": "system_u:object_r:etc_t:s0", "size": 256, "src": "/root/.ansible/tmp/ansible-tmp-1706338947.6079488-6560-117012292643453/source", "state": "file", "uid": 189 } TASK [fedora.linux_system_roles.ha_cluster : Remove qdevice certificates [CLI]] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:37 Saturday 27 January 2024 07:02:28 +0000 (0:00:00.653) 0:02:04.582 ****** skipping: [sut] => { "changed": false, "false_condition": "'corosync.quorum.device.client.model.net.certificates.rest-api.v2' not in __ha_cluster_pcsd_capabilities", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Remove qdevice certificates [API]] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:46 Saturday 27 January 2024 07:02:28 +0000 (0:00:00.021) 0:02:04.604 ****** changed: [sut] => { "changed": true, "pcs_result": { "command": { "command_name": "qdevice.client_net_destroy", "options": { "effective_groups": null, "effective_username": null, "request_timeout": null }, "params": {} }, "kill_reason": null, "reports": [], "result": null, "task_finish_type": "TaskFinishType.SUCCESS", "task_ident": "68f765ac-9fab-4075-900c-cfa7b09b50c8" } } TASK [fedora.linux_system_roles.ha_cluster : Obtain and distribute qdevice certificates [CLI]] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:54 Saturday 27 January 2024 07:02:29 +0000 (0:00:01.081) 0:02:05.685 ****** skipping: [sut] => { "changed": false, "false_condition": "__ha_cluster_qdevice_in_use", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Obtain and distribute qdevice certificates [API]] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-setup-keys.yml:71 Saturday 27 January 2024 07:02:29 +0000 (0:00:00.019) 0:02:05.704 ****** skipping: [sut] => { "changed": false, "false_condition": "__ha_cluster_qdevice_in_use", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:72 Saturday 27 January 2024 07:02:29 +0000 (0:00:00.018) 0:02:05.722 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:3 Saturday 27 January 2024 07:02:29 +0000 (0:00:00.033) 0:02:05.756 ****** changed: [sut] => (item=corosync) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "corosync", "name": "corosync", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target network-online.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Corosync Cluster Engine", "DevicePolicy": "auto", "Documentation": "man:corosync man:corosync.conf man:corosync_overview", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/corosync.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "corosync.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "corosync.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target network-online.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4433", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } skipping: [sut] => (item=corosync-qdevice) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item != 'corosync-qdevice' or __ha_cluster_qdevice_in_use", "item": "corosync-qdevice", "skip_reason": "Conditional result was False" } changed: [sut] => (item=pacemaker) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "pacemaker", "name": "pacemaker", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target resource-agents-deps.target syslog.service time-sync.target dbus-broker.service system.slice rsyslog.service corosync.service sysinit.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Pacemaker High Availability Cluster Manager", "DevicePolicy": "auto", "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pacemaker.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "pacemaker.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "pacemaker.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "corosync.service sysinit.target system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "1s", "RestartUSecNext": "1s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "25s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessExitStatus": "100", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "infinity", "TimeoutAbortUSec": "30min", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "dbus-broker.service resource-agents-deps.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect SBD] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:16 Saturday 27 January 2024 07:02:31 +0000 (0:00:01.847) 0:02:07.604 ****** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "canberra-system-bootup.service": { "name": "canberra-system-bootup.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "canberra-system-shutdown-reboot.service": { "name": "canberra-system-shutdown-reboot.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "canberra-system-shutdown.service": { "name": "canberra-system-shutdown.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "corosync-notifyd.service": { "name": "corosync-notifyd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "corosync-qnetd.service": { "name": "corosync-qnetd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "corosync.service": { "name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "crm_mon.service": { "name": "crm_mon.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "geoclue.service": { "name": "geoclue.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "low-memory-monitor.service": { "name": "low-memory-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pacemaker.service": { "name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "pcsd-ruby.service": { "name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled" }, "pcsd.service": { "name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rtkit-daemon.service": { "name": "rtkit-daemon.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "sbd.service": { "name": "sbd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "sbd_remote.service": { "name": "sbd_remote.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "upower.service": { "name": "upower.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Enable or disable SBD] ************ task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:19 Saturday 27 January 2024 07:02:33 +0000 (0:00:02.635) 0:02:10.239 ****** ok: [sut] => { "changed": false, "enabled": false, "name": "sbd", "status": { "AccessSELinuxContext": "system_u:object_r:sbd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target system.slice systemd-journald.socket basic.target iscsi.service systemd-modules-load.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "pacemaker.service dlm.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "no", "CanStop": "no", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Shared-storage based fencing daemon", "DevicePolicy": "auto", "Documentation": "\"man:sbd(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /run/sbd.pid watch ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /run/sbd.pid watch ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -TERM $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/sbd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "sbd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "sbd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/sbd.pid", "PartOf": "corosync.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "yes", "RefuseManualStop": "yes", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-abort", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4433", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:75 Saturday 27 January 2024 07:02:34 +0000 (0:00:00.473) 0:02:10.713 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:21 Saturday 27 January 2024 07:02:34 +0000 (0:00:00.039) 0:02:10.752 ****** ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "canberra-system-bootup.service": { "name": "canberra-system-bootup.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "canberra-system-shutdown-reboot.service": { "name": "canberra-system-shutdown-reboot.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "canberra-system-shutdown.service": { "name": "canberra-system-shutdown.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "corosync-notifyd.service": { "name": "corosync-notifyd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "corosync-qnetd.service": { "name": "corosync-qnetd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "corosync.service": { "name": "corosync.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "crm_mon.service": { "name": "crm_mon.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.service", "source": "systemd", "state": "inactive", "status": "static" }, "geoclue.service": { "name": "geoclue.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "low-memory-monitor.service": { "name": "low-memory-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pacemaker.service": { "name": "pacemaker.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "pcsd-ruby.service": { "name": "pcsd-ruby.service", "source": "systemd", "state": "running", "status": "disabled" }, "pcsd.service": { "name": "pcsd.service", "source": "systemd", "state": "running", "status": "enabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rtkit-daemon.service": { "name": "rtkit-daemon.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "sbd.service": { "name": "sbd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "sbd_remote.service": { "name": "sbd_remote.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "upower.service": { "name": "upower.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" } } }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:24 Saturday 27 January 2024 07:02:37 +0000 (0:00:02.617) 0:02:13.370 ****** ok: [sut] => (item=pacemaker) => { "ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "resource-agents-deps.target basic.target systemd-journald.socket syslog.service sysinit.target corosync.service time-sync.target rsyslog.service dbus-broker.service system.slice network.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Pacemaker High Availability Cluster Manager", "DevicePolicy": "auto", "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pacemaker.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "pacemaker.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "pacemaker.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice corosync.service sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "1s", "RestartUSecNext": "1s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "25s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessExitStatus": "100", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "infinity", "TimeoutAbortUSec": "30min", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "resource-agents-deps.target dbus-broker.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } skipping: [sut] => (item=corosync-qdevice) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item != 'corosync-qdevice' or 'corosync-qdevice.service' in ansible_facts.services\n", "item": "corosync-qdevice", "skip_reason": "Conditional result was False" } ok: [sut] => (item=corosync) => { "ansible_loop_var": "item", "changed": false, "item": "corosync", "name": "corosync", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target systemd-journald.socket system.slice network-online.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "pacemaker.service shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Corosync Cluster Engine", "DevicePolicy": "auto", "Documentation": "man:corosync man:corosync.conf man:corosync_overview", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/corosync.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "corosync.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "corosync.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "pacemaker.service", "Requires": "sysinit.target system.slice network-online.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Sat 2024-01-27 07:02:31 UTC", "StateChangeTimestampMonotonic": "805116299", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4433", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Start corosync] ******************* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:47 Saturday 27 January 2024 07:02:37 +0000 (0:00:00.916) 0:02:14.286 ****** changed: [sut] => { "changed": true, "name": "corosync", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target systemd-journald.socket system.slice network-online.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "pacemaker.service shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Corosync Cluster Engine", "DevicePolicy": "auto", "Documentation": "man:corosync man:corosync.conf man:corosync_overview", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/corosync ; argv[]=/usr/sbin/corosync -f $COROSYNC_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/sbin/corosync-cfgtool ; argv[]=/usr/sbin/corosync-cfgtool -H --force ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/corosync.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "corosync.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "corosync.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "pacemaker.service", "Requires": "sysinit.target system.slice network-online.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Sat 2024-01-27 07:02:31 UTC", "StateChangeTimestampMonotonic": "805116299", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4433", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Reload corosync configuration] **** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:56 Saturday 27 January 2024 07:02:39 +0000 (0:00:01.104) 0:02:15.391 ****** ok: [sut] => { "changed": false, "cmd": [ "corosync-cfgtool", "-R" ], "delta": "0:00:00.013231", "end": "2024-01-27 07:02:39.277004", "rc": 0, "start": "2024-01-27 07:02:39.263773" } STDOUT: Reloading corosync.conf... Done TASK [fedora.linux_system_roles.ha_cluster : Start corosync-qdevice] *********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:63 Saturday 27 January 2024 07:02:39 +0000 (0:00:00.278) 0:02:15.669 ****** skipping: [sut] => { "changed": false, "false_condition": "__ha_cluster_qdevice_in_use", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Start pacemaker] ****************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:69 Saturday 27 January 2024 07:02:39 +0000 (0:00:00.018) 0:02:15.688 ****** changed: [sut] => { "changed": true, "name": "pacemaker", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:cluster_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "resource-agents-deps.target basic.target systemd-journald.socket syslog.service sysinit.target corosync.service time-sync.target rsyslog.service dbus-broker.service system.slice network.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Pacemaker High Availability Cluster Manager", "DevicePolicy": "auto", "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/pacemakerd ; argv[]=/usr/sbin/pacemakerd ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pacemaker.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "pacemaker.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14778", "LimitNPROCSoft": "14778", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14778", "LimitSIGPENDINGSoft": "14778", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "pacemaker.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice corosync.service sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "1s", "RestartUSecNext": "1s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "25s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SuccessExitStatus": "100", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "infinity", "TimeoutAbortUSec": "30min", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "resource-agents-deps.target dbus-broker.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:75 Saturday 27 January 2024 07:02:39 +0000 (0:00:00.491) 0:02:16.180 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "cluster", "start", "--all", "--wait" ], "delta": "0:00:23.541275", "end": "2024-01-27 07:03:03.644388", "rc": 0, "start": "2024-01-27 07:02:40.103113" } STDERR: localhost: Starting Cluster... Waiting for node(s) to start... localhost: Started TASK [fedora.linux_system_roles.ha_cluster : List pacemaker nodes] ************* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:89 Saturday 27 January 2024 07:03:03 +0000 (0:00:23.856) 0:02:40.037 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail; crm_mon -X | xmllint --xpath '/crm_mon/nodes/node/@name' - | sed -E 's/\\s*name=\"([^\"]+)\"\\s*/\\1\\n/g'\n", "delta": "0:00:00.023052", "end": "2024-01-27 07:03:03.934219", "rc": 0, "start": "2024-01-27 07:03:03.911167" } STDOUT: localhost TASK [fedora.linux_system_roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:111 Saturday 27 January 2024 07:03:03 +0000 (0:00:00.291) 0:02:40.329 ****** skipping: [sut] => (item=localhost) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item not in __ha_cluster_all_node_names", "item": "localhost", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.ha_cluster : Create and push CIB] ************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:78 Saturday 27 January 2024 07:03:03 +0000 (0:00:00.022) 0:02:40.351 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for original CIB] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:10 Saturday 27 January 2024 07:03:04 +0000 (0:00:00.050) 0:02:40.402 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.6l06ndtl_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for new CIB] **** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:18 Saturday 27 January 2024 07:03:04 +0000 (0:00:00.260) 0:02:40.662 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Fetch CIB configuration] ********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:26 Saturday 27 January 2024 07:03:04 +0000 (0:00:00.260) 0:02:40.923 ****** ok: [sut] => { "changed": false, "cmd": [ "cibadmin", "--query" ], "delta": "0:00:00.013518", "end": "2024-01-27 07:03:04.808339", "rc": 0, "start": "2024-01-27 07:03:04.794821" } STDOUT: TASK [fedora.linux_system_roles.ha_cluster : Write CIB configuration] ********** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:33 Saturday 27 January 2024 07:03:04 +0000 (0:00:00.276) 0:02:41.199 ****** changed: [sut] => (item=/tmp/ansible.5nu391m9_ha_cluster_cib_xml) => { "ansible_loop_var": "item", "changed": true, "checksum": "0c406037c16c55bc710bde9802f74861ff5d3dda", "dest": "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "md5sum": "d71fd935e7f5a00a259c1a7587033d05", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1506, "src": "/root/.ansible/tmp/ansible-tmp-1706338984.8830473-6681-136137793056489/source", "state": "file", "uid": 0 } changed: [sut] => (item=/tmp/ansible.6l06ndtl_ha_cluster_original_cib_xml) => { "ansible_loop_var": "item", "changed": true, "checksum": "0c406037c16c55bc710bde9802f74861ff5d3dda", "dest": "/tmp/ansible.6l06ndtl_ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.6l06ndtl_ha_cluster_original_cib_xml", "md5sum": "d71fd935e7f5a00a259c1a7587033d05", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1506, "src": "/root/.ansible/tmp/ansible-tmp-1706338985.5411236-6681-211069495004465/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Purge new CIB configuration] ****** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:51 Saturday 27 January 2024 07:03:06 +0000 (0:00:01.362) 0:02:42.562 ****** changed: [sut] => { "changed": true, "cmd": [ "cibadmin", "--force", "--delete-all", "--xpath", "/cib/configuration/*[not(\n self::crm_config or\n self::nodes or\n self::resources or\n self::constraints\n)] | /cib/configuration/*[self::resources or self::constraints]/* | /cib/configuration/nodes/*/* | /cib/configuration/crm_config//nvpair[not(\n @name=\"cluster-infrastructure\" or\n @name=\"cluster-name\" or\n @name=\"dc-version\" or\n @name=\"have-watchdog\" or\n @name=\"last-lrm-refresh\" or\n @name=\"stonith-watchdog-timeout\"\n)]" ], "delta": "0:00:00.024489", "end": "2024-01-27 07:03:06.461253", "rc": 0, "start": "2024-01-27 07:03:06.436764" } TASK [fedora.linux_system_roles.ha_cluster : Configure cluster properties] ***** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:85 Saturday 27 January 2024 07:03:06 +0000 (0:00:00.293) 0:02:42.855 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-properties.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Configure cluster properties set] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-properties.yml:3 Saturday 27 January 2024 07:03:06 +0000 (0:00:00.039) 0:02:42.895 ****** changed: [sut] => (item={'name': 'maintenance-mode', 'value': 'true'}) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "property", "set", "maintenance-mode=true" ], "delta": "0:00:00.925118", "end": "2024-01-27 07:03:07.750854", "item": { "name": "maintenance-mode", "value": "true" }, "rc": 0, "start": "2024-01-27 07:03:06.825736" } changed: [sut] => (item={'name': 'stonith-enabled', 'value': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "property", "set", "stonith-enabled=false" ], "delta": "0:00:00.917833", "end": "2024-01-27 07:03:08.916074", "item": { "name": "stonith-enabled", "value": "false" }, "rc": 0, "start": "2024-01-27 07:03:07.998241" } changed: [sut] => (item={'name': 'stop-all-resources', 'value': 'true'}) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "property", "set", "stop-all-resources=true" ], "delta": "0:00:00.923047", "end": "2024-01-27 07:03:10.082725", "item": { "name": "stop-all-resources", "value": "true" }, "rc": 0, "start": "2024-01-27 07:03:09.159678" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource defaults] ****** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:97 Saturday 27 January 2024 07:03:10 +0000 (0:00:03.580) 0:02:46.476 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource operation defaults] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:109 Saturday 27 January 2024 07:03:10 +0000 (0:00:00.020) 0:02:46.496 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Extract primitive to bundle mapping] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:119 Saturday 27 January 2024 07:03:10 +0000 (0:00:00.020) 0:02:46.516 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_primitive_bundle_map": { "test-bundle": "bundle-minimal-with-resource" } }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Configure cluster bundle resources] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:123 Saturday 27 January 2024 07:03:10 +0000 (0:00:00.026) 0:02:46.543 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml for sut => (item={'id': 'bundle-minimal', 'container': {'type': 'docker', 'options': [{'name': 'image', 'value': 'my:image1'}]}}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml for sut => (item={'id': 'bundle-minimal-with-resource', 'resource_id': 'test-bundle', 'container': {'type': 'docker', 'options': [{'name': 'image', 'value': 'my:image1'}]}, 'network_options': [{'name': 'control-port', 'value': 3121}]}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml for sut => (item={'id': 'bundle-all-options', 'container': {'type': 'docker', 'options': [{'name': 'image', 'value': 'my:image1'}, {'name': 'replicas', 'value': 2}]}, 'network_options': [{'name': 'control-port', 'value': 3121}, {'name': 'host-netmask', 'value': 32}], 'port_map': [[{'name': 'port', 'value': 23456}], [{'name': 'port', 'value': 34567}, {'name': 'internal-port', 'value': 45678}]], 'storage_map': [[{'name': 'source-dir', 'value': '/tmp/source1'}, {'name': 'target-dir', 'value': '/tmp/target1'}], [{'name': 'source-dir', 'value': '/tmp/source2'}, {'name': 'target-dir', 'value': '/tmp/target2'}]], 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}, {'name': 'an-attr', 'value': 'a value'}]}]}) TASK [fedora.linux_system_roles.ha_cluster : Configure resource bundle bundle-minimal] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml:3 Saturday 27 January 2024 07:03:10 +0000 (0:00:00.038) 0:02:46.582 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "bundle", "create", "bundle-minimal", "container", "docker", "image=my:image1" ], "delta": "0:00:00.883819", "end": "2024-01-27 07:03:11.347850", "rc": 0, "start": "2024-01-27 07:03:10.464031" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource bundle bundle-minimal-with-resource] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml:3 Saturday 27 January 2024 07:03:11 +0000 (0:00:01.158) 0:02:47.741 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "bundle", "create", "bundle-minimal-with-resource", "container", "docker", "image=my:image1", "network", "control-port=3121" ], "delta": "0:00:00.882474", "end": "2024-01-27 07:03:12.504704", "rc": 0, "start": "2024-01-27 07:03:11.622230" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource bundle bundle-all-options] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-bundle.yml:3 Saturday 27 January 2024 07:03:12 +0000 (0:00:01.158) 0:02:48.899 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "bundle", "create", "bundle-all-options", "container", "docker", "image=my:image1", "replicas=2", "network", "control-port=3121", "host-netmask=32", "port-map", "port=23456", "port-map", "port=34567", "internal-port=45678", "storage-map", "source-dir=/tmp/source1", "target-dir=/tmp/target1", "storage-map", "source-dir=/tmp/source2", "target-dir=/tmp/target2", "meta", "target-role=Stopped", "an-attr=a value" ], "delta": "0:00:00.887267", "end": "2024-01-27 07:03:13.667464", "rc": 0, "start": "2024-01-27 07:03:12.780197" } TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resources] ****** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:129 Saturday 27 January 2024 07:03:13 +0000 (0:00:01.160) 0:02:50.060 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'fence-no-attrs', 'agent': 'stonith:fence_kdump'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'fence-empty-attrs1', 'agent': 'stonith:fence_kdump', 'instance_attrs': None, 'meta_attrs': None, 'operations': None}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'fence-empty-attrs2', 'agent': 'stonith:fence_kdump', 'instance_attrs': [{'attrs': None}], 'meta_attrs': [{'attrs': None}], 'copy_operations_from_agent': False}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'fence-with-attrs', 'agent': 'stonith:fence_kdump', 'instance_attrs': [{'attrs': [{'name': 'pcmk_host_list', 'value': 'node1 node2'}, {'name': 'timeout', 'value': 30}]}], 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}, {'name': 'an-attr', 'value': 'a value'}]}], 'operations': [{'action': 'monitor', 'attrs': [{'name': 'timeout', 'value': 13}, {'name': 'interval', 'value': 26}]}, {'action': 'monitor', 'attrs': [{'name': 'timeout', 'value': '14s'}, {'name': 'interval', 'value': '28s'}]}]}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-no-attrs', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-empty-attrs1', 'agent': 'ocf:pacemaker:Dummy', 'instance_attrs': None, 'meta_attrs': None, 'operations': None}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-empty-attrs2', 'agent': 'ocf:pacemaker:Dummy', 'instance_attrs': [{'attrs': None}], 'meta_attrs': [{'attrs': None}]}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-with-attrs1', 'agent': 'ocf:pacemaker:Dummy', 'instance_attrs': [{'attrs': [{'name': 'fake', 'value': 'fake value'}]}], 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}]}], 'operations': [{'action': 'monitor', 'attrs': [{'name': 'timeout', 'value': '1min'}]}]}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-with-attrs2', 'agent': 'ocf:pacemaker:Dummy', 'instance_attrs': [{'attrs': [{'name': 'fake', 'value': 'fake value'}, {'name': 'passwd', 'value': 'passwd value1'}]}], 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}, {'name': 'an-attr', 'value': 'a value'}]}], 'operations': [{'action': 'monitor', 'attrs': [{'name': 'timeout', 'value': 13}, {'name': 'interval', 'value': 26}]}, {'action': 'monitor', 'attrs': [{'name': 'timeout', 'value': 14}, {'name': 'interval', 'value': 28}]}]}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-no-default-ops', 'agent': 'ocf:pacemaker:Dummy', 'copy_operations_from_agent': False}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-1a', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-1b', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-2a', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-3a', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-4a', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-clone-no-options', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'stateful-clone-promotable', 'agent': 'ocf:pacemaker:Stateful'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-clone-id', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-clone-empty-attrs1', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-clone-empty-attrs2', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-clone-with-attrs1', 'agent': 'ocf:pacemaker:Dummy'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'stateful-clone-with-attrs2', 'agent': 'ocf:pacemaker:Stateful'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml for sut => (item={'id': 'test-bundle', 'agent': 'ocf:pacemaker:Dummy'}) TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive fence-no-attrs] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:13 +0000 (0:00:00.097) 0:02:50.158 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "stonith", "create", "fence-no-attrs", "fence_kdump" ], "delta": "0:00:00.901782", "end": "2024-01-27 07:03:14.945647", "rc": 0, "start": "2024-01-27 07:03:14.043865" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive fence-empty-attrs1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:14 +0000 (0:00:01.180) 0:02:51.338 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "stonith", "create", "fence-empty-attrs1", "fence_kdump" ], "delta": "0:00:00.906556", "end": "2024-01-27 07:03:16.131355", "rc": 0, "start": "2024-01-27 07:03:15.224799" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive fence-empty-attrs2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:16 +0000 (0:00:01.185) 0:02:52.523 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "stonith", "create", "fence-empty-attrs2", "fence_kdump" ], "delta": "0:00:00.911959", "end": "2024-01-27 07:03:17.319265", "rc": 0, "start": "2024-01-27 07:03:16.407306" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive fence-with-attrs] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:17 +0000 (0:00:01.190) 0:02:53.714 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "stonith", "create", "fence-with-attrs", "fence_kdump", "pcmk_host_list=node1 node2", "timeout=30", "meta", "target-role=Stopped", "an-attr=a value", "op", "monitor", "timeout=13", "interval=26", "op", "monitor", "timeout=14s", "interval=28s" ], "delta": "0:00:00.926177", "end": "2024-01-27 07:03:18.523913", "rc": 0, "start": "2024-01-27 07:03:17.597736" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-no-attrs] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:18 +0000 (0:00:01.203) 0:02:54.917 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-no-attrs", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.909167", "end": "2024-01-27 07:03:19.714202", "rc": 0, "start": "2024-01-27 07:03:18.805035" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-empty-attrs1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:19 +0000 (0:00:01.189) 0:02:56.107 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-empty-attrs1", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.903852", "end": "2024-01-27 07:03:20.893966", "rc": 0, "start": "2024-01-27 07:03:19.990114" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-empty-attrs2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:20 +0000 (0:00:01.179) 0:02:57.286 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-empty-attrs2", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.898164", "end": "2024-01-27 07:03:22.086872", "rc": 0, "start": "2024-01-27 07:03:21.188708" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-with-attrs1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:22 +0000 (0:00:01.193) 0:02:58.479 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-with-attrs1", "ocf:pacemaker:Dummy", "fake=fake value", "meta", "target-role=Stopped", "op", "monitor", "timeout=1min" ], "delta": "0:00:00.912591", "end": "2024-01-27 07:03:23.274788", "rc": 0, "start": "2024-01-27 07:03:22.362197" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-with-attrs2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:23 +0000 (0:00:01.188) 0:02:59.668 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-with-attrs2", "ocf:pacemaker:Dummy", "fake=fake value", "passwd=passwd value1", "meta", "target-role=Stopped", "an-attr=a value", "op", "monitor", "timeout=13", "interval=26", "op", "monitor", "timeout=14", "interval=28" ], "delta": "0:00:00.906634", "end": "2024-01-27 07:03:24.460975", "rc": 0, "start": "2024-01-27 07:03:23.554341" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-no-default-ops] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:24 +0000 (0:00:01.186) 0:03:00.854 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--no-default-ops", "--", "resource", "create", "test-no-default-ops", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.911124", "end": "2024-01-27 07:03:25.671036", "rc": 0, "start": "2024-01-27 07:03:24.759912" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-1a] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:25 +0000 (0:00:01.247) 0:03:02.102 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-1a", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.901904", "end": "2024-01-27 07:03:26.890975", "rc": 0, "start": "2024-01-27 07:03:25.989071" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-1b] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:26 +0000 (0:00:01.190) 0:03:03.292 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-1b", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.911224", "end": "2024-01-27 07:03:28.090600", "rc": 0, "start": "2024-01-27 07:03:27.179376" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-2a] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:28 +0000 (0:00:01.190) 0:03:04.483 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-2a", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.901600", "end": "2024-01-27 07:03:29.269570", "rc": 0, "start": "2024-01-27 07:03:28.367970" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-3a] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:29 +0000 (0:00:01.179) 0:03:05.662 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-3a", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.904692", "end": "2024-01-27 07:03:30.450646", "rc": 0, "start": "2024-01-27 07:03:29.545954" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-4a] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:30 +0000 (0:00:01.181) 0:03:06.843 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-4a", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.904819", "end": "2024-01-27 07:03:31.636634", "rc": 0, "start": "2024-01-27 07:03:30.731815" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-no-options] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:31 +0000 (0:00:01.185) 0:03:08.029 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-clone-no-options", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.905238", "end": "2024-01-27 07:03:32.820752", "rc": 0, "start": "2024-01-27 07:03:31.915514" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive stateful-clone-promotable] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:32 +0000 (0:00:01.185) 0:03:09.214 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "stateful-clone-promotable", "ocf:pacemaker:Stateful" ], "delta": "0:00:00.916080", "end": "2024-01-27 07:03:34.017871", "rc": 0, "start": "2024-01-27 07:03:33.101791" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-id] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:34 +0000 (0:00:01.195) 0:03:10.410 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-clone-id", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.907658", "end": "2024-01-27 07:03:35.200520", "rc": 0, "start": "2024-01-27 07:03:34.292862" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-empty-attrs1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:35 +0000 (0:00:01.183) 0:03:11.594 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-clone-empty-attrs1", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.910530", "end": "2024-01-27 07:03:36.390033", "rc": 0, "start": "2024-01-27 07:03:35.479503" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-empty-attrs2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:36 +0000 (0:00:01.188) 0:03:12.783 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-clone-empty-attrs2", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.921482", "end": "2024-01-27 07:03:37.589696", "rc": 0, "start": "2024-01-27 07:03:36.668214" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-clone-with-attrs1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:37 +0000 (0:00:01.199) 0:03:13.982 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-clone-with-attrs1", "ocf:pacemaker:Dummy" ], "delta": "0:00:00.919710", "end": "2024-01-27 07:03:38.784457", "rc": 0, "start": "2024-01-27 07:03:37.864747" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive stateful-clone-with-attrs2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:38 +0000 (0:00:01.196) 0:03:15.178 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "stateful-clone-with-attrs2", "ocf:pacemaker:Stateful" ], "delta": "0:00:00.914727", "end": "2024-01-27 07:03:39.999893", "rc": 0, "start": "2024-01-27 07:03:39.085166" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource primitive test-bundle] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 Saturday 27 January 2024 07:03:40 +0000 (0:00:01.215) 0:03:16.394 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "create", "test-bundle", "ocf:pacemaker:Dummy", "bundle", "bundle-minimal-with-resource" ], "delta": "0:00:00.914200", "end": "2024-01-27 07:03:41.192506", "rc": 0, "start": "2024-01-27 07:03:40.278306" } TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource groups] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:136 Saturday 27 January 2024 07:03:41 +0000 (0:00:01.191) 0:03:17.586 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml for sut => (item={'id': 'group1', 'resource_ids': ['test-1a', 'test-1b']}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml for sut => (item={'id': 'group2', 'resource_ids': ['test-2a'], 'meta_attrs': None}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml for sut => (item={'id': 'group3', 'resource_ids': ['test-3a'], 'meta_attrs': [{'attrs': None}]}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml for sut => (item={'id': 'group4', 'resource_ids': ['test-4a'], 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}, {'name': 'an-attr', 'value': 'a value'}]}]}) TASK [fedora.linux_system_roles.ha_cluster : Configure resource group group1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:3 Saturday 27 January 2024 07:03:41 +0000 (0:00:00.056) 0:03:17.643 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "group", "add", "group1", "test-1a", "test-1b" ], "delta": "0:00:00.890274", "end": "2024-01-27 07:03:42.410702", "rc": 0, "start": "2024-01-27 07:03:41.520428" } TASK [fedora.linux_system_roles.ha_cluster : Configure meta attributes of resource group group1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:18 Saturday 27 January 2024 07:03:42 +0000 (0:00:01.160) 0:03:18.803 ****** skipping: [sut] => { "changed": false, "false_condition": "resource_group.meta_attrs[0].attrs | d([])", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource group group2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:3 Saturday 27 January 2024 07:03:42 +0000 (0:00:00.024) 0:03:18.828 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "group", "add", "group2", "test-2a" ], "delta": "0:00:00.891501", "end": "2024-01-27 07:03:43.593372", "rc": 0, "start": "2024-01-27 07:03:42.701871" } TASK [fedora.linux_system_roles.ha_cluster : Configure meta attributes of resource group group2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:18 Saturday 27 January 2024 07:03:43 +0000 (0:00:01.157) 0:03:19.986 ****** skipping: [sut] => { "changed": false, "false_condition": "resource_group.meta_attrs[0].attrs | d([])", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource group group3] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:3 Saturday 27 January 2024 07:03:43 +0000 (0:00:00.022) 0:03:20.008 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "group", "add", "group3", "test-3a" ], "delta": "0:00:00.883274", "end": "2024-01-27 07:03:44.768156", "rc": 0, "start": "2024-01-27 07:03:43.884882" } TASK [fedora.linux_system_roles.ha_cluster : Configure meta attributes of resource group group3] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:18 Saturday 27 January 2024 07:03:44 +0000 (0:00:01.153) 0:03:21.162 ****** skipping: [sut] => { "changed": false, "false_condition": "resource_group.meta_attrs[0].attrs | d([])", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource group group4] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:3 Saturday 27 January 2024 07:03:44 +0000 (0:00:00.021) 0:03:21.184 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "group", "add", "group4", "test-4a" ], "delta": "0:00:00.893141", "end": "2024-01-27 07:03:45.953642", "rc": 0, "start": "2024-01-27 07:03:45.060501" } TASK [fedora.linux_system_roles.ha_cluster : Configure meta attributes of resource group group4] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-group.yml:18 Saturday 27 January 2024 07:03:45 +0000 (0:00:01.164) 0:03:22.348 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "meta", "group4", "target-role=Stopped", "an-attr=a value" ], "delta": "0:00:00.912234", "end": "2024-01-27 07:03:47.143307", "rc": 0, "start": "2024-01-27 07:03:46.231073" } TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource clones] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:142 Saturday 27 January 2024 07:03:47 +0000 (0:00:01.188) 0:03:23.536 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for sut => (item={'resource_id': 'test-clone-no-options'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for sut => (item={'resource_id': 'stateful-clone-promotable', 'promotable': True}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for sut => (item={'resource_id': 'test-clone-id', 'id': 'custom-clone-id1'}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for sut => (item={'resource_id': 'test-clone-empty-attrs1', 'meta_attrs': None}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for sut => (item={'resource_id': 'test-clone-empty-attrs2', 'meta_attrs': [{'attrs': None}]}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for sut => (item={'resource_id': 'test-clone-with-attrs1', 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}]}]}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for sut => (item={'resource_id': 'stateful-clone-with-attrs2', 'promotable': True, 'id': 'custom-clone-id2', 'meta_attrs': [{'attrs': [{'name': 'target-role', 'value': 'Stopped'}, {'name': 'an-attr', 'value': 'a value'}]}]}) included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml for sut => (item={'resource_id': 'group3'}) TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone test-clone-no-options] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3 Saturday 27 January 2024 07:03:47 +0000 (0:00:00.069) 0:03:23.606 ****** skipping: [sut] => { "changed": false, "false_condition": "resource_clone.id is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-no-options] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 Saturday 27 January 2024 07:03:47 +0000 (0:00:00.024) 0:03:23.630 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "clone", "test-clone-no-options" ], "delta": "0:00:00.943978", "end": "2024-01-27 07:03:48.455503", "rc": 0, "start": "2024-01-27 07:03:47.511525" } TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone stateful-clone-promotable] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3 Saturday 27 January 2024 07:03:48 +0000 (0:00:01.219) 0:03:24.849 ****** skipping: [sut] => { "changed": false, "false_condition": "resource_clone.id is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone stateful-clone-promotable] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 Saturday 27 January 2024 07:03:48 +0000 (0:00:00.023) 0:03:24.873 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "promotable", "stateful-clone-promotable" ], "delta": "0:00:00.937577", "end": "2024-01-27 07:03:49.690001", "rc": 0, "start": "2024-01-27 07:03:48.752424" } TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone test-clone-id] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3 Saturday 27 January 2024 07:03:49 +0000 (0:00:01.209) 0:03:26.082 ****** skipping: [sut] => { "changed": false, "false_condition": "not ( ( resource_clone.promotable | d(false) and 'pcmk.resource.promotable.custom-id' in __ha_cluster_pcs_capabilities ) or ( not resource_clone.promotable | d(false) and 'pcmk.resource.clone.custom-id' in __ha_cluster_pcs_capabilities ) )", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-id] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 Saturday 27 January 2024 07:03:49 +0000 (0:00:00.027) 0:03:26.110 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "clone", "test-clone-id", "custom-clone-id1" ], "delta": "0:00:00.939118", "end": "2024-01-27 07:03:50.928674", "rc": 0, "start": "2024-01-27 07:03:49.989556" } TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone test-clone-empty-attrs1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3 Saturday 27 January 2024 07:03:50 +0000 (0:00:01.210) 0:03:27.321 ****** skipping: [sut] => { "changed": false, "false_condition": "resource_clone.id is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-empty-attrs1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 Saturday 27 January 2024 07:03:50 +0000 (0:00:00.022) 0:03:27.344 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "clone", "test-clone-empty-attrs1" ], "delta": "0:00:00.947010", "end": "2024-01-27 07:03:52.173935", "rc": 0, "start": "2024-01-27 07:03:51.226925" } TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone test-clone-empty-attrs2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3 Saturday 27 January 2024 07:03:52 +0000 (0:00:01.224) 0:03:28.568 ****** skipping: [sut] => { "changed": false, "false_condition": "resource_clone.id is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-empty-attrs2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 Saturday 27 January 2024 07:03:52 +0000 (0:00:00.025) 0:03:28.594 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "clone", "test-clone-empty-attrs2" ], "delta": "0:00:00.948232", "end": "2024-01-27 07:03:53.426447", "rc": 0, "start": "2024-01-27 07:03:52.478215" } TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone test-clone-with-attrs1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3 Saturday 27 January 2024 07:03:53 +0000 (0:00:01.225) 0:03:29.819 ****** skipping: [sut] => { "changed": false, "false_condition": "resource_clone.id is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-with-attrs1] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 Saturday 27 January 2024 07:03:53 +0000 (0:00:00.023) 0:03:29.843 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "clone", "test-clone-with-attrs1", "target-role=Stopped" ], "delta": "0:00:00.943622", "end": "2024-01-27 07:03:54.671275", "rc": 0, "start": "2024-01-27 07:03:53.727653" } STDERR: Deprecation Warning: configuring meta attributes without specifying the 'meta' keyword is deprecated and will be removed in a future release TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone stateful-clone-with-attrs2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3 Saturday 27 January 2024 07:03:54 +0000 (0:00:01.222) 0:03:31.066 ****** skipping: [sut] => { "changed": false, "false_condition": "not ( ( resource_clone.promotable | d(false) and 'pcmk.resource.promotable.custom-id' in __ha_cluster_pcs_capabilities ) or ( not resource_clone.promotable | d(false) and 'pcmk.resource.clone.custom-id' in __ha_cluster_pcs_capabilities ) )", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone stateful-clone-with-attrs2] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 Saturday 27 January 2024 07:03:54 +0000 (0:00:00.027) 0:03:31.093 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "promotable", "stateful-clone-with-attrs2", "custom-clone-id2", "target-role=Stopped", "an-attr=a value" ], "delta": "0:00:00.938273", "end": "2024-01-27 07:03:55.915791", "rc": 0, "start": "2024-01-27 07:03:54.977518" } STDERR: Deprecation Warning: configuring meta attributes without specifying the 'meta' keyword is deprecated and will be removed in a future release TASK [fedora.linux_system_roles.ha_cluster : Check options for resource clone group3] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:3 Saturday 27 January 2024 07:03:55 +0000 (0:00:01.216) 0:03:32.310 ****** skipping: [sut] => { "changed": false, "false_condition": "resource_clone.id is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource clone group3] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 Saturday 27 January 2024 07:03:55 +0000 (0:00:00.024) 0:03:32.335 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "-f", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "--", "resource", "clone", "group3" ], "delta": "0:00:00.942028", "end": "2024-01-27 07:03:57.165951", "rc": 0, "start": "2024-01-27 07:03:56.223923" } TASK [fedora.linux_system_roles.ha_cluster : Configure stonith levels] ********* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:149 Saturday 27 January 2024 07:03:57 +0000 (0:00:01.222) 0:03:33.557 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource location constraints] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:157 Saturday 27 January 2024 07:03:57 +0000 (0:00:00.015) 0:03:33.573 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource colocation constraints] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:164 Saturday 27 January 2024 07:03:57 +0000 (0:00:00.012) 0:03:33.585 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource set colocation constraints] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:172 Saturday 27 January 2024 07:03:57 +0000 (0:00:00.016) 0:03:33.602 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource order constraints] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:182 Saturday 27 January 2024 07:03:57 +0000 (0:00:00.011) 0:03:33.613 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource set order constraints] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:190 Saturday 27 January 2024 07:03:57 +0000 (0:00:00.010) 0:03:33.623 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource ticket constraints] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:200 Saturday 27 January 2024 07:03:57 +0000 (0:00:00.010) 0:03:33.633 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Configure resource set ticket constraints] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:208 Saturday 27 January 2024 07:03:57 +0000 (0:00:00.009) 0:03:33.643 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for CIB diff] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:220 Saturday 27 January 2024 07:03:57 +0000 (0:00:00.009) 0:03:33.653 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.1ct2itvb_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Compare new and original CIB] ***** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:228 Saturday 27 January 2024 07:03:57 +0000 (0:00:00.260) 0:03:33.914 ****** changed: [sut] => { "changed": true, "cmd": [ "crm_diff", "--no-version", "--original", "/tmp/ansible.6l06ndtl_ha_cluster_original_cib_xml", "--new", "/tmp/ansible.5nu391m9_ha_cluster_cib_xml" ], "delta": "0:00:00.010085", "end": "2024-01-27 07:03:57.797831", "failed_when_result": false, "rc": 1, "start": "2024-01-27 07:03:57.787746" } STDOUT: MSG: non-zero return code TASK [fedora.linux_system_roles.ha_cluster : Write CIB diff to its tempfile] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:241 Saturday 27 January 2024 07:03:57 +0000 (0:00:00.280) 0:03:34.194 ****** changed: [sut] => { "changed": true, "checksum": "733ec5cf0642b04bbba62212e596b839bc9386ba", "dest": "/tmp/ansible.1ct2itvb_ha_cluster_cib_diff", "gid": 0, "group": "root", "md5sum": "9af6bc70ed019bf5009899d6edafe8e3", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 24377, "src": "/root/.ansible/tmp/ansible-tmp-1706339037.8759036-6893-261730930498673/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Push CIB diff to the cluster if it has any changes] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:252 Saturday 27 January 2024 07:03:58 +0000 (0:00:00.671) 0:03:34.866 ****** changed: [sut] => { "changed": true, "cmd": [ "cibadmin", "--verbose", "--patch", "--xml-file", "/tmp/ansible.1ct2itvb_ha_cluster_cib_diff" ], "delta": "0:00:00.027153", "end": "2024-01-27 07:03:58.769746", "rc": 0, "start": "2024-01-27 07:03:58.742593" } TASK [fedora.linux_system_roles.ha_cluster : Remove CIB tempfiles] ************* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:261 Saturday 27 January 2024 07:03:58 +0000 (0:00:00.310) 0:03:35.177 ****** changed: [sut] => (item={'changed': True, 'path': '/tmp/ansible.5nu391m9_ha_cluster_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => { "ansible_loop_var": "item", "changed": true, "item": { "changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 }, "path": "/tmp/ansible.5nu391m9_ha_cluster_cib_xml", "state": "absent" } changed: [sut] => (item={'changed': True, 'path': '/tmp/ansible.6l06ndtl_ha_cluster_original_cib_xml', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => { "ansible_loop_var": "item", "changed": true, "item": { "changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.6l06ndtl_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 }, "path": "/tmp/ansible.6l06ndtl_ha_cluster_original_cib_xml", "state": "absent" } changed: [sut] => (item={'changed': True, 'path': '/tmp/ansible.1ct2itvb_ha_cluster_cib_diff', 'uid': 0, 'gid': 0, 'owner': 'root', 'group': 'root', 'mode': '0600', 'state': 'file', 'secontext': 'unconfined_u:object_r:user_tmp_t:s0', 'size': 0, 'failed': False}) => { "ansible_loop_var": "item", "changed": true, "item": { "changed": true, "failed": false, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.1ct2itvb_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 }, "path": "/tmp/ansible.1ct2itvb_ha_cluster_cib_diff", "state": "absent" } TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] ***** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:84 Saturday 27 January 2024 07:03:59 +0000 (0:00:01.131) 0:03:36.308 ****** skipping: [sut] => { "changed": false, "false_condition": "not ha_cluster_cluster_present", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Remove fence-virt authkey] ******** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:87 Saturday 27 January 2024 07:03:59 +0000 (0:00:00.012) 0:03:36.320 ****** skipping: [sut] => { "changed": false, "false_condition": "not ha_cluster_cluster_present", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure qnetd] ****************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:92 Saturday 27 January 2024 07:03:59 +0000 (0:00:00.011) 0:03:36.331 ****** included: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Remove qnetd configuration] ******* task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:3 Saturday 27 January 2024 07:03:59 +0000 (0:00:00.018) 0:03:36.349 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "--force", "--", "qdevice", "destroy", "net" ], "delta": "0:00:01.999900", "end": "2024-01-27 07:04:02.229208", "rc": 0, "start": "2024-01-27 07:04:00.229308" } STDERR: Stopping quorum device... quorum device stopped quorum device disabled Quorum device 'net' configuration files removed TASK [fedora.linux_system_roles.ha_cluster : Setup qnetd] ********************** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:16 Saturday 27 January 2024 07:04:02 +0000 (0:00:02.272) 0:03:38.622 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_qnetd.present | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Enable or disable qnetd service on boot] *** task path: /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:26 Saturday 27 January 2024 07:04:02 +0000 (0:00:00.023) 0:03:38.645 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_qnetd.present | d(false)", "skip_reason": "Conditional result was False" } TASK [Fetch cluster versions of cluster components] **************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:297 Saturday 27 January 2024 07:04:02 +0000 (0:00:00.024) 0:03:38.670 ****** included: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/fetch_versions.yml for sut TASK [Fetch pcs capabilities] ************************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/fetch_versions.yml:3 Saturday 27 January 2024 07:04:02 +0000 (0:00:00.030) 0:03:38.700 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "--version", "--full" ], "delta": "0:00:00.824858", "end": "2024-01-27 07:04:03.394151", "rc": 0, "start": "2024-01-27 07:04:02.569293" } STDOUT: 0.11.6 booth cluster.config.backup-local cluster.config.restore-cluster cluster.config.restore-local cluster.config.uuid cluster.create cluster.create.enable cluster.create.local cluster.create.no-keys-sync cluster.create.separated-name-and-address cluster.create.start cluster.create.start.wait cluster.create.transport.knet cluster.create.transport.udp-udpu cluster.create.transport.udp-udpu.no-rrp cluster.destroy cluster.destroy.all cluster.report cluster.verify corosync.authkey.update corosync.config.get corosync.config.get.struct corosync.config.reload corosync.config.sync-to-local-cluster corosync.config.update corosync.link.add corosync.link.remove corosync.link.remove.list corosync.link.update corosync.qdevice corosync.qdevice.model.net corosync.quorum corosync.quorum.device corosync.quorum.device.client.model.net.certificates.local corosync.quorum.device.heuristics corosync.quorum.device.model.net corosync.quorum.set-expected-votes-runtime corosync.quorum.status corosync.quorum.unblock corosync.totem.block_unlisted_ips corosync.uidgid node.add node.add.enable node.add.separated-name-and-address node.add.start node.add.start.wait node.attributes node.attributes.set-list-for-node node.confirm-off node.fence node.guest node.kill node.maintenance node.maintenance.all node.maintenance.list node.maintenance.wait node.remote node.remote.onfail-demote node.remove node.remove-from-caches node.remove.list node.standby node.standby.all node.standby.list node.standby.wait node.start-stop-enable-disable node.start-stop-enable-disable.all node.start-stop-enable-disable.list node.start-stop-enable-disable.start-wait node.utilization node.utilization.set-list-for-node pcmk.acl.enable-disable pcmk.acl.group pcmk.acl.role pcmk.acl.role.create-with-permissions pcmk.acl.role.delete-with-users-groups pcmk.acl.user pcmk.alert pcmk.cib.checkpoints pcmk.cib.checkpoints.diff pcmk.cib.edit pcmk.cib.get pcmk.cib.get.scope pcmk.cib.roles.promoted-unpromoted pcmk.cib.set pcmk.constraint.colocation.set pcmk.constraint.colocation.set.options pcmk.constraint.colocation.simple pcmk.constraint.colocation.simple.options pcmk.constraint.config.output-formats pcmk.constraint.hide-expired pcmk.constraint.location.simple pcmk.constraint.location.simple.options pcmk.constraint.location.simple.resource-regexp pcmk.constraint.location.simple.rule pcmk.constraint.location.simple.rule.node-attr-type-number pcmk.constraint.location.simple.rule.options pcmk.constraint.location.simple.rule.rule-add-remove pcmk.constraint.no-autocorrect pcmk.constraint.order.set pcmk.constraint.order.set.options pcmk.constraint.order.simple pcmk.constraint.order.simple.options pcmk.constraint.ticket.set pcmk.constraint.ticket.set.options pcmk.constraint.ticket.simple pcmk.constraint.ticket.simple.constraint-id pcmk.properties.cluster pcmk.properties.cluster.config.output-formats pcmk.properties.cluster.defaults pcmk.properties.cluster.describe pcmk.properties.cluster.describe.output-formats pcmk.properties.operation-defaults pcmk.properties.operation-defaults.multiple pcmk.properties.operation-defaults.rule pcmk.properties.operation-defaults.rule-rsc-op pcmk.properties.operation-defaults.rule.hide-expired pcmk.properties.operation-defaults.rule.node-attr-type-number pcmk.properties.resource-defaults pcmk.properties.resource-defaults.multiple pcmk.properties.resource-defaults.rule pcmk.properties.resource-defaults.rule-rsc-op pcmk.properties.resource-defaults.rule.hide-expired pcmk.properties.resource-defaults.rule.node-attr-type-number pcmk.resource.ban-move-clear pcmk.resource.ban-move-clear.clear-expired pcmk.resource.bundle pcmk.resource.bundle.container-docker pcmk.resource.bundle.container-docker.promoted-max pcmk.resource.bundle.container-podman pcmk.resource.bundle.container-podman.promoted-max pcmk.resource.bundle.container-rkt pcmk.resource.bundle.container-rkt.promoted-max pcmk.resource.bundle.reset pcmk.resource.bundle.wait pcmk.resource.cleanup pcmk.resource.cleanup.one-resource pcmk.resource.cleanup.strict pcmk.resource.clone pcmk.resource.clone.custom-id pcmk.resource.clone.meta-in-create pcmk.resource.clone.wait pcmk.resource.config.output-formats pcmk.resource.create pcmk.resource.create.clone.custom-id pcmk.resource.create.in-existing-bundle pcmk.resource.create.meta pcmk.resource.create.meta.future pcmk.resource.create.no-master pcmk.resource.create.operations pcmk.resource.create.operations.onfail-demote pcmk.resource.create.promotable pcmk.resource.create.promotable.custom-id pcmk.resource.create.wait pcmk.resource.debug pcmk.resource.delete pcmk.resource.disable.safe pcmk.resource.disable.safe.brief pcmk.resource.disable.safe.tag pcmk.resource.disable.simulate pcmk.resource.disable.simulate.brief pcmk.resource.disable.simulate.tag pcmk.resource.enable-disable pcmk.resource.enable-disable.list pcmk.resource.enable-disable.tag pcmk.resource.enable-disable.wait pcmk.resource.failcount pcmk.resource.group pcmk.resource.group.add-remove-list pcmk.resource.group.wait pcmk.resource.manage-unmanage pcmk.resource.manage-unmanage.list pcmk.resource.manage-unmanage.tag pcmk.resource.manage-unmanage.with-monitor pcmk.resource.move.autoclean pcmk.resource.move.autoclean.default pcmk.resource.promotable pcmk.resource.promotable.custom-id pcmk.resource.promotable.meta-in-create pcmk.resource.promotable.wait pcmk.resource.refresh pcmk.resource.refresh.one-resource pcmk.resource.refresh.strict pcmk.resource.relations pcmk.resource.relocate pcmk.resource.restart pcmk.resource.update pcmk.resource.update-meta pcmk.resource.update-meta.list pcmk.resource.update-meta.wait pcmk.resource.update-operations pcmk.resource.update-operations.onfail-demote pcmk.resource.update.meta pcmk.resource.update.operations pcmk.resource.update.operations.onfail-demote pcmk.resource.update.wait pcmk.resource.utilization pcmk.resource.utilization-set-list-for-resource pcmk.stonith.cleanup pcmk.stonith.cleanup.one-resource pcmk.stonith.cleanup.strict pcmk.stonith.create pcmk.stonith.create.in-group pcmk.stonith.create.meta pcmk.stonith.create.operations pcmk.stonith.create.operations.onfail-demote pcmk.stonith.create.wait pcmk.stonith.delete pcmk.stonith.enable-disable pcmk.stonith.enable-disable.list pcmk.stonith.enable-disable.wait pcmk.stonith.history.cleanup pcmk.stonith.history.show pcmk.stonith.history.update pcmk.stonith.levels pcmk.stonith.levels.add-remove-devices-list pcmk.stonith.levels.clear pcmk.stonith.levels.node-attr pcmk.stonith.levels.node-regexp pcmk.stonith.levels.verify pcmk.stonith.refresh pcmk.stonith.refresh.one-resource pcmk.stonith.refresh.strict pcmk.stonith.update pcmk.stonith.update.scsi-devices pcmk.stonith.update.scsi-devices.add-remove pcmk.stonith.update.scsi-devices.mpath pcmk.tag pcmk.tag.resources pcs.auth.client pcs.auth.client.cluster pcs.auth.client.token pcs.auth.deauth-client pcs.auth.deauth-server pcs.auth.no-bidirectional pcs.auth.separated-name-and-address pcs.auth.server.token pcs.cfg-in-file.cib pcs.daemon-ssl-cert.set pcs.daemon-ssl-cert.sync-to-local-cluster pcs.disaster-recovery.essentials pcs.reports.severity.deprecation pcs.request-timeout resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 resource-agents.self-validation sbd sbd.option-timeout-action sbd.shared-block-device status.corosync.membership status.pcmk.resources.hide-inactive status.pcmk.resources.id status.pcmk.resources.node status.pcmk.resources.orphaned status.pcmk.xml stonith-agents.describe stonith-agents.list stonith-agents.list.detailed stonith-agents.ocf.version-1-0 stonith-agents.ocf.version-1-1 stonith-agents.self-validation TASK [Parse pcs capabilities] ************************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/fetch_versions.yml:9 Saturday 27 January 2024 07:04:03 +0000 (0:00:01.107) 0:03:39.808 ****** ok: [sut] => { "ansible_facts": { "__test_pcs_capabilities": [ "booth", "cluster.config.backup-local", "cluster.config.restore-cluster", "cluster.config.restore-local", "cluster.config.uuid", "cluster.create", "cluster.create.enable", "cluster.create.local", "cluster.create.no-keys-sync", "cluster.create.separated-name-and-address", "cluster.create.start", "cluster.create.start.wait", "cluster.create.transport.knet", "cluster.create.transport.udp-udpu", "cluster.create.transport.udp-udpu.no-rrp", "cluster.destroy", "cluster.destroy.all", "cluster.report", "cluster.verify", "corosync.authkey.update", "corosync.config.get", "corosync.config.get.struct", "corosync.config.reload", "corosync.config.sync-to-local-cluster", "corosync.config.update", "corosync.link.add", "corosync.link.remove", "corosync.link.remove.list", "corosync.link.update", "corosync.qdevice", "corosync.qdevice.model.net", "corosync.quorum", "corosync.quorum.device", "corosync.quorum.device.client.model.net.certificates.local", "corosync.quorum.device.heuristics", "corosync.quorum.device.model.net", "corosync.quorum.set-expected-votes-runtime", "corosync.quorum.status", "corosync.quorum.unblock", "corosync.totem.block_unlisted_ips", "corosync.uidgid", "node.add", "node.add.enable", "node.add.separated-name-and-address", "node.add.start", "node.add.start.wait", "node.attributes", "node.attributes.set-list-for-node", "node.confirm-off", "node.fence", "node.guest", "node.kill", "node.maintenance", "node.maintenance.all", "node.maintenance.list", "node.maintenance.wait", "node.remote", "node.remote.onfail-demote", "node.remove", "node.remove-from-caches", "node.remove.list", "node.standby", "node.standby.all", "node.standby.list", "node.standby.wait", "node.start-stop-enable-disable", "node.start-stop-enable-disable.all", "node.start-stop-enable-disable.list", "node.start-stop-enable-disable.start-wait", "node.utilization", "node.utilization.set-list-for-node", "pcmk.acl.enable-disable", "pcmk.acl.group", "pcmk.acl.role", "pcmk.acl.role.create-with-permissions", "pcmk.acl.role.delete-with-users-groups", "pcmk.acl.user", "pcmk.alert", "pcmk.cib.checkpoints", "pcmk.cib.checkpoints.diff", "pcmk.cib.edit", "pcmk.cib.get", "pcmk.cib.get.scope", "pcmk.cib.roles.promoted-unpromoted", "pcmk.cib.set", "pcmk.constraint.colocation.set", "pcmk.constraint.colocation.set.options", "pcmk.constraint.colocation.simple", "pcmk.constraint.colocation.simple.options", "pcmk.constraint.config.output-formats", "pcmk.constraint.hide-expired", "pcmk.constraint.location.simple", "pcmk.constraint.location.simple.options", "pcmk.constraint.location.simple.resource-regexp", "pcmk.constraint.location.simple.rule", "pcmk.constraint.location.simple.rule.node-attr-type-number", "pcmk.constraint.location.simple.rule.options", "pcmk.constraint.location.simple.rule.rule-add-remove", "pcmk.constraint.no-autocorrect", "pcmk.constraint.order.set", "pcmk.constraint.order.set.options", "pcmk.constraint.order.simple", "pcmk.constraint.order.simple.options", "pcmk.constraint.ticket.set", "pcmk.constraint.ticket.set.options", "pcmk.constraint.ticket.simple", "pcmk.constraint.ticket.simple.constraint-id", "pcmk.properties.cluster", "pcmk.properties.cluster.config.output-formats", "pcmk.properties.cluster.defaults", "pcmk.properties.cluster.describe", "pcmk.properties.cluster.describe.output-formats", "pcmk.properties.operation-defaults", "pcmk.properties.operation-defaults.multiple", "pcmk.properties.operation-defaults.rule", "pcmk.properties.operation-defaults.rule-rsc-op", "pcmk.properties.operation-defaults.rule.hide-expired", "pcmk.properties.operation-defaults.rule.node-attr-type-number", "pcmk.properties.resource-defaults", "pcmk.properties.resource-defaults.multiple", "pcmk.properties.resource-defaults.rule", "pcmk.properties.resource-defaults.rule-rsc-op", "pcmk.properties.resource-defaults.rule.hide-expired", "pcmk.properties.resource-defaults.rule.node-attr-type-number", "pcmk.resource.ban-move-clear", "pcmk.resource.ban-move-clear.clear-expired", "pcmk.resource.bundle", "pcmk.resource.bundle.container-docker", "pcmk.resource.bundle.container-docker.promoted-max", "pcmk.resource.bundle.container-podman", "pcmk.resource.bundle.container-podman.promoted-max", "pcmk.resource.bundle.container-rkt", "pcmk.resource.bundle.container-rkt.promoted-max", "pcmk.resource.bundle.reset", "pcmk.resource.bundle.wait", "pcmk.resource.cleanup", "pcmk.resource.cleanup.one-resource", "pcmk.resource.cleanup.strict", "pcmk.resource.clone", "pcmk.resource.clone.custom-id", "pcmk.resource.clone.meta-in-create", "pcmk.resource.clone.wait", "pcmk.resource.config.output-formats", "pcmk.resource.create", "pcmk.resource.create.clone.custom-id", "pcmk.resource.create.in-existing-bundle", "pcmk.resource.create.meta", "pcmk.resource.create.meta.future", "pcmk.resource.create.no-master", "pcmk.resource.create.operations", "pcmk.resource.create.operations.onfail-demote", "pcmk.resource.create.promotable", "pcmk.resource.create.promotable.custom-id", "pcmk.resource.create.wait", "pcmk.resource.debug", "pcmk.resource.delete", "pcmk.resource.disable.safe", "pcmk.resource.disable.safe.brief", "pcmk.resource.disable.safe.tag", "pcmk.resource.disable.simulate", "pcmk.resource.disable.simulate.brief", "pcmk.resource.disable.simulate.tag", "pcmk.resource.enable-disable", "pcmk.resource.enable-disable.list", "pcmk.resource.enable-disable.tag", "pcmk.resource.enable-disable.wait", "pcmk.resource.failcount", "pcmk.resource.group", "pcmk.resource.group.add-remove-list", "pcmk.resource.group.wait", "pcmk.resource.manage-unmanage", "pcmk.resource.manage-unmanage.list", "pcmk.resource.manage-unmanage.tag", "pcmk.resource.manage-unmanage.with-monitor", "pcmk.resource.move.autoclean", "pcmk.resource.move.autoclean.default", "pcmk.resource.promotable", "pcmk.resource.promotable.custom-id", "pcmk.resource.promotable.meta-in-create", "pcmk.resource.promotable.wait", "pcmk.resource.refresh", "pcmk.resource.refresh.one-resource", "pcmk.resource.refresh.strict", "pcmk.resource.relations", "pcmk.resource.relocate", "pcmk.resource.restart", "pcmk.resource.update", "pcmk.resource.update-meta", "pcmk.resource.update-meta.list", "pcmk.resource.update-meta.wait", "pcmk.resource.update-operations", "pcmk.resource.update-operations.onfail-demote", "pcmk.resource.update.meta", "pcmk.resource.update.operations", "pcmk.resource.update.operations.onfail-demote", "pcmk.resource.update.wait", "pcmk.resource.utilization", "pcmk.resource.utilization-set-list-for-resource", "pcmk.stonith.cleanup", "pcmk.stonith.cleanup.one-resource", "pcmk.stonith.cleanup.strict", "pcmk.stonith.create", "pcmk.stonith.create.in-group", "pcmk.stonith.create.meta", "pcmk.stonith.create.operations", "pcmk.stonith.create.operations.onfail-demote", "pcmk.stonith.create.wait", "pcmk.stonith.delete", "pcmk.stonith.enable-disable", "pcmk.stonith.enable-disable.list", "pcmk.stonith.enable-disable.wait", "pcmk.stonith.history.cleanup", "pcmk.stonith.history.show", "pcmk.stonith.history.update", "pcmk.stonith.levels", "pcmk.stonith.levels.add-remove-devices-list", "pcmk.stonith.levels.clear", "pcmk.stonith.levels.node-attr", "pcmk.stonith.levels.node-regexp", "pcmk.stonith.levels.verify", "pcmk.stonith.refresh", "pcmk.stonith.refresh.one-resource", "pcmk.stonith.refresh.strict", "pcmk.stonith.update", "pcmk.stonith.update.scsi-devices", "pcmk.stonith.update.scsi-devices.add-remove", "pcmk.stonith.update.scsi-devices.mpath", "pcmk.tag", "pcmk.tag.resources", "pcs.auth.client", "pcs.auth.client.cluster", "pcs.auth.client.token", "pcs.auth.deauth-client", "pcs.auth.deauth-server", "pcs.auth.no-bidirectional", "pcs.auth.separated-name-and-address", "pcs.auth.server.token", "pcs.cfg-in-file.cib", "pcs.daemon-ssl-cert.set", "pcs.daemon-ssl-cert.sync-to-local-cluster", "pcs.disaster-recovery.essentials", "pcs.reports.severity.deprecation", "pcs.request-timeout", "resource-agents.describe", "resource-agents.list", "resource-agents.list.detailed", "resource-agents.ocf.version-1-0", "resource-agents.ocf.version-1-1", "resource-agents.self-validation", "sbd", "sbd.option-timeout-action", "sbd.shared-block-device", "status.corosync.membership", "status.pcmk.resources.hide-inactive", "status.pcmk.resources.id", "status.pcmk.resources.node", "status.pcmk.resources.orphaned", "status.pcmk.xml", "stonith-agents.describe", "stonith-agents.list", "stonith-agents.list.detailed", "stonith-agents.ocf.version-1-0", "stonith-agents.ocf.version-1-1", "stonith-agents.self-validation" ] }, "changed": false } TASK [Fetch package facts] ***************************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/fetch_versions.yml:13 Saturday 27 January 2024 07:04:03 +0000 (0:00:00.016) 0:03:39.824 ****** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "3.fc39", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc39", "source": "rpm", "version": "1.44.2" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc39", "source": "rpm", "version": "1.44.2" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "abattis-cantarell-vf-fonts", "release": "10.fc39", "source": "rpm", "version": "0.301" } ], "abseil-cpp": [ { "arch": "x86_64", "epoch": null, "name": "abseil-cpp", "release": "1.fc39", "source": "rpm", "version": "20230802.1" } ], "adobe-source-code-pro-fonts": [ { "arch": "noarch", "epoch": null, "name": "adobe-source-code-pro-fonts", "release": "2.fc39", "source": "rpm", "version": "2.042.1.062.1.026" } ], "adwaita-cursor-theme": [ { "arch": "noarch", "epoch": null, "name": "adwaita-cursor-theme", "release": "1.fc39", "source": "rpm", "version": "45.0" } ], "adwaita-icon-theme": [ { "arch": "noarch", "epoch": null, "name": "adwaita-icon-theme", "release": "1.fc39", "source": "rpm", "version": "45.0" } ], "alsa-lib": [ { "arch": "x86_64", "epoch": null, "name": "alsa-lib", "release": "3.fc39", "source": "rpm", "version": "1.2.10" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc39", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "amtterm": [ { "arch": "x86_64", "epoch": null, "name": "amtterm", "release": "18.fc39", "source": "rpm", "version": "1.6" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "12.fc39", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "8.fc39", "source": "rpm", "version": "2020.12.07" } ], "at-spi2-atk": [ { "arch": "x86_64", "epoch": null, "name": "at-spi2-atk", "release": "1.fc39", "source": "rpm", "version": "2.50.1" } ], "at-spi2-core": [ { "arch": "x86_64", "epoch": null, "name": "at-spi2-core", "release": "1.fc39", "source": "rpm", "version": "2.50.1" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "atk": [ { "arch": "x86_64", "epoch": null, "name": "atk", "release": "1.fc39", "source": "rpm", "version": "2.50.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc39", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc39", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc39", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc39", "source": "rpm", "version": "1.4.3" } ], "avahi-glib": [ { "arch": "x86_64", "epoch": null, "name": "avahi-glib", "release": "24.fc39", "source": "rpm", "version": "0.8" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "24.fc39", "source": "rpm", "version": "0.8" } ], "avif-pixbuf-loader": [ { "arch": "x86_64", "epoch": null, "name": "avif-pixbuf-loader", "release": "11.fc39", "source": "rpm", "version": "0.11.1" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "18.fc39", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc39", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "19.fc39", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "3.fc39", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.fc40eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "13.fc39", "source": "rpm", "version": "2.40" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "13.fc39", "source": "rpm", "version": "2.40" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.fc39", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "3.fc39", "source": "rpm", "version": "5.71" } ], "bluez-libs": [ { "arch": "x86_64", "epoch": null, "name": "bluez-libs", "release": "1.fc39", "source": "rpm", "version": "5.72" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.fc39", "source": "rpm", "version": "6.6.2" } ], "bzip2": [ { "arch": "x86_64", "epoch": null, "name": "bzip2", "release": "16.fc39", "source": "rpm", "version": "1.0.8" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "16.fc39", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc39", "source": "rpm", "version": "1.25.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "2.fc39", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "cairo": [ { "arch": "x86_64", "epoch": null, "name": "cairo", "release": "1.fc39", "source": "rpm", "version": "1.18.0" } ], "cairo-gobject": [ { "arch": "x86_64", "epoch": null, "name": "cairo-gobject", "release": "1.fc39", "source": "rpm", "version": "1.18.0" } ], "cdparanoia-libs": [ { "arch": "x86_64", "epoch": null, "name": "cdparanoia-libs", "release": "42.fc39", "source": "rpm", "version": "10.2" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "3.fc39", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc39", "source": "rpm", "version": "1.26" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc39", "source": "rpm", "version": "4.5" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "1.fc39", "source": "rpm", "version": "23.2.1" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc39", "source": "rpm", "version": "0.33" } ], "colord-libs": [ { "arch": "x86_64", "epoch": null, "name": "colord-libs", "release": "6.fc39", "source": "rpm", "version": "1.4.6" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "4.fc39", "source": "rpm", "version": "9.3" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "4.fc39", "source": "rpm", "version": "9.3" } ], "corosync": [ { "arch": "x86_64", "epoch": null, "name": "corosync", "release": "1.fc39", "source": "rpm", "version": "3.1.8" } ], "corosync-qnetd": [ { "arch": "x86_64", "epoch": null, "name": "corosync-qnetd", "release": "3.fc39", "source": "rpm", "version": "3.0.3" } ], "corosynclib": [ { "arch": "x86_64", "epoch": null, "name": "corosynclib", "release": "1.fc39", "source": "rpm", "version": "3.1.8" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "4.fc39", "source": "rpm", "version": "2.14" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "2.fc39", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "2.fc39", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "2.fc39", "source": "rpm", "version": "1.0.2" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "2.fc39", "source": "rpm", "version": "1.0.2" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git1e3a2e4.fc39", "source": "rpm", "version": "20231204" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git1e3a2e4.fc39", "source": "rpm", "version": "20231204" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc39", "source": "rpm", "version": "2.6.1" } ], "cups-libs": [ { "arch": "x86_64", "epoch": 1, "name": "cups-libs", "release": "5.fc39", "source": "rpm", "version": "2.4.7" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "4.fc39", "source": "rpm", "version": "8.2.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "11.fc39", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "2.fc39", "source": "rpm", "version": "35" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "dconf": [ { "arch": "x86_64", "epoch": null, "name": "dconf", "release": "9.fc39", "source": "rpm", "version": "0.40.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": null, "name": "default-fonts-core-sans", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "11.fc39", "source": "rpm", "version": "3.6.3" } ], "desktop-file-utils": [ { "arch": "x86_64", "epoch": null, "name": "desktop-file-utils", "release": "9.fc39", "source": "rpm", "version": "0.26" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "1.fc39", "source": "rpm", "version": "1.02.196" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "1.fc39", "source": "rpm", "version": "1.02.196" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "1.fc39", "source": "rpm", "version": "1.02.196" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "1.fc39", "source": "rpm", "version": "1.02.196" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "2.fc39", "source": "rpm", "version": "0.9.5" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "2.fc39", "source": "rpm", "version": "0.9.5" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "2.fc39", "source": "rpm", "version": "1.0.6" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "9.P1.fc39", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "9.P1.fc39", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "3.fc39", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc39", "source": "rpm", "version": "4.18.2" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc39", "source": "rpm", "version": "4.18.2" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc39", "source": "rpm", "version": "4.4.4" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc39", "source": "rpm", "version": "4.4.4" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "7.fc39", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "16.fc39", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "16.fc39", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "3.fc39", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "5.fc39", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.fc39", "source": "rpm", "version": "12.3.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "8.fc39", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "emacs-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "emacs-filesystem", "release": "2.fc39", "source": "rpm", "version": "29.2" } ], "exempi": [ { "arch": "x86_64", "epoch": null, "name": "exempi", "release": "2.fc39", "source": "rpm", "version": "2.6.4" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": null, "name": "exfatprogs", "release": "1.fc39", "source": "rpm", "version": "1.2.2" } ], "exiv2": [ { "arch": "x86_64", "epoch": null, "name": "exiv2", "release": "5.fc39", "source": "rpm", "version": "0.27.6" } ], "exiv2-libs": [ { "arch": "x86_64", "epoch": null, "name": "exiv2-libs", "release": "5.fc39", "source": "rpm", "version": "0.27.6" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "3.fc39", "source": "rpm", "version": "2.5.0" } ], "fdk-aac-free": [ { "arch": "x86_64", "epoch": null, "name": "fdk-aac-free", "release": "11.fc39", "source": "rpm", "version": "2.0.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "39" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "34", "source": "rpm", "version": "39" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "34", "source": "rpm", "version": "39" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "34", "source": "rpm", "version": "39" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "39" } ], "fence-agents-all": [ { "arch": "x86_64", "epoch": null, "name": "fence-agents-all", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-alom": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-alom", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-amt": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-amt", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-amt-ws": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-amt-ws", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-apc": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-apc", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-apc-snmp": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-apc-snmp", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-aws": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-aws", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-azure-arm": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-azure-arm", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-bladecenter": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-bladecenter", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-brocade": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-brocade", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-cdu": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-cdu", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-cisco-mds": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-cisco-mds", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-cisco-ucs": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-cisco-ucs", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-common": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-common", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-compute": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-compute", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-cyberpower-ssh": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-cyberpower-ssh", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-docker": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-docker", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-drac": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-drac", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-drac5": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-drac5", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-eaton-snmp": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-eaton-snmp", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-eaton-ssh": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-eaton-ssh", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ecloud": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ecloud", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-emerson": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-emerson", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-eps": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-eps", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-gce": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-gce", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-hds-cb": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-hds-cb", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-heuristics-ping": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-heuristics-ping", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-hpblade": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-hpblade", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ibm-powervs": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ibm-powervs", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ibm-vpc": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ibm-vpc", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ibmblade": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ibmblade", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ibmz": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ibmz", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ifmib": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ifmib", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ilo-moonshot": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ilo-moonshot", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ilo-mp": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ilo-mp", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ilo-ssh": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ilo-ssh", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ilo2": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ilo2", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-intelmodular": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-intelmodular", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ipdu": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ipdu", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ipmilan": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ipmilan", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ironic": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ironic", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-kdump": [ { "arch": "x86_64", "epoch": null, "name": "fence-agents-kdump", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ldom": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ldom", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-lpar": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-lpar", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-mpath": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-mpath", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-netio": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-netio", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-openstack": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-openstack", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-ovh": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-ovh", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-redfish": [ { "arch": "x86_64", "epoch": null, "name": "fence-agents-redfish", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-rhevm": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-rhevm", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-rsa": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-rsa", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-rsb": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-rsb", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-sanbox2": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-sanbox2", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-sbd": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-sbd", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-scsi": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-scsi", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-vbox": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-vbox", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-vmware": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-vmware", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-vmware-rest": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-vmware-rest", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-vmware-soap": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-vmware-soap", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-vmware-vcloud": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-vmware-vcloud", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-wti": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-wti", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-xenapi": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-xenapi", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-agents-zvm": [ { "arch": "noarch", "epoch": null, "name": "fence-agents-zvm", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "fence-virt": [ { "arch": "x86_64", "epoch": null, "name": "fence-virt", "release": "1.fc39", "source": "rpm", "version": "4.13.1" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "5.fc39", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "5.fc39", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "6.fc39", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "5.fc39", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc39", "source": "rpm", "version": "2.0.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc39", "source": "rpm", "version": "2.0.2" } ], "flac-libs": [ { "arch": "x86_64", "epoch": null, "name": "flac-libs", "release": "2.fc39", "source": "rpm", "version": "1.4.3" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "13.fc39", "source": "rpm", "version": "2.6.4" } ], "fontconfig": [ { "arch": "x86_64", "epoch": null, "name": "fontconfig", "release": "5.fc39", "source": "rpm", "version": "2.14.2" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "12.fc39", "source": "rpm", "version": "2.0.5" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "2.fc39", "source": "rpm", "version": "2.13.1" } ], "fribidi": [ { "arch": "x86_64", "epoch": null, "name": "fribidi", "release": "2.fc39", "source": "rpm", "version": "1.0.13" } ], "fuse-common": [ { "arch": "x86_64", "epoch": null, "name": "fuse-common", "release": "1.fc39", "source": "rpm", "version": "3.16.1" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "17.fc39", "source": "rpm", "version": "2.9.9" } ], "fuse3": [ { "arch": "x86_64", "epoch": null, "name": "fuse3", "release": "1.fc39", "source": "rpm", "version": "3.16.1" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse3-libs", "release": "1.fc39", "source": "rpm", "version": "3.16.1" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc39", "source": "rpm", "version": "1.9.11" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc39", "source": "rpm", "version": "1.9.11" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc39", "source": "rpm", "version": "1.9.11" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "2.fc39", "source": "rpm", "version": "5.2.2" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "4.fc39", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc39", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "6.fc39", "source": "rpm", "version": "1.0.9" } ], "gdk-pixbuf2": [ { "arch": "x86_64", "epoch": null, "name": "gdk-pixbuf2", "release": "5.fc39", "source": "rpm", "version": "2.42.10" } ], "gdk-pixbuf2-modules": [ { "arch": "x86_64", "epoch": null, "name": "gdk-pixbuf2-modules", "release": "5.fc39", "source": "rpm", "version": "2.42.10" } ], "geoclue2": [ { "arch": "x86_64", "epoch": null, "name": "geoclue2", "release": "2.fc39", "source": "rpm", "version": "2.7.0" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "giflib": [ { "arch": "x86_64", "epoch": null, "name": "giflib", "release": "17.fc39", "source": "rpm", "version": "5.2.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc39", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc39", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc39", "source": "rpm", "version": "2.43.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": null, "name": "glib-networking", "release": "1.fc39", "source": "rpm", "version": "2.78.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.fc39", "source": "rpm", "version": "2.78.3" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc39", "source": "rpm", "version": "2.38" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "5.fc39", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.fc39", "source": "rpm", "version": "2.4.3" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "4.fc39", "source": "rpm", "version": "2.4.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "2.fc39", "source": "rpm", "version": "3.8.2" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": null, "name": "gnutls-dane", "release": "2.fc39", "source": "rpm", "version": "3.8.2" } ], "gnutls-utils": [ { "arch": "x86_64", "epoch": null, "name": "gnutls-utils", "release": "2.fc39", "source": "rpm", "version": "3.8.2" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc39", "source": "rpm", "version": "1.78.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "4.fc39", "source": "rpm", "version": "20230801" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "4.fc39", "source": "rpm", "version": "20230801" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "4.fc39", "source": "rpm", "version": "20230801" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "4.fc39", "source": "rpm", "version": "20230801" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "62f2920f", "source": "rpm", "version": "18b8e74c" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc39", "source": "rpm", "version": "1.20.0" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "44.fc39", "source": "rpm", "version": "1.20.7" } ], "graphene": [ { "arch": "x86_64", "epoch": null, "name": "graphene", "release": "6.fc39", "source": "rpm", "version": "1.10.6" } ], "graphite2": [ { "arch": "x86_64", "epoch": null, "name": "graphite2", "release": "12.fc39", "source": "rpm", "version": "1.3.14" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc39", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "3.fc39", "source": "rpm", "version": "1.23.0" } ], "grpc-data": [ { "arch": "noarch", "epoch": null, "name": "grpc-data", "release": "25.fc39", "source": "rpm", "version": "1.48.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "110.fc39", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "110.fc39", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "110.fc39", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "110.fc39", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "110.fc39", "source": "rpm", "version": "2.06" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": null, "name": "gsettings-desktop-schemas", "release": "1.fc39", "source": "rpm", "version": "45.0" } ], "gsm": [ { "arch": "x86_64", "epoch": null, "name": "gsm", "release": "3.fc39", "source": "rpm", "version": "1.0.22" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "6.fc39", "source": "rpm", "version": "0.9.1" } ], "gstreamer1": [ { "arch": "x86_64", "epoch": null, "name": "gstreamer1", "release": "1.fc39", "source": "rpm", "version": "1.22.9" } ], "gstreamer1-plugins-base": [ { "arch": "x86_64", "epoch": null, "name": "gstreamer1-plugins-base", "release": "1.fc39", "source": "rpm", "version": "1.22.9" } ], "gtk-update-icon-cache": [ { "arch": "x86_64", "epoch": null, "name": "gtk-update-icon-cache", "release": "1.fc39", "source": "rpm", "version": "3.24.41" } ], "gtk3": [ { "arch": "x86_64", "epoch": null, "name": "gtk3", "release": "1.fc39", "source": "rpm", "version": "3.24.41" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "9.fc39", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "6.fc39", "source": "rpm", "version": "1.12" } ], "harfbuzz": [ { "arch": "x86_64", "epoch": null, "name": "harfbuzz", "release": "2.fc39", "source": "rpm", "version": "8.2.1" } ], "hicolor-icon-theme": [ { "arch": "noarch", "epoch": null, "name": "hicolor-icon-theme", "release": "16.fc39", "source": "rpm", "version": "0.17" } ], "highway": [ { "arch": "x86_64", "epoch": null, "name": "highway", "release": "1.fc39", "source": "rpm", "version": "1.0.7" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "9.fc39", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "5.fc39", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "5.fc39", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": null, "name": "hwdata", "release": "1.fc39", "source": "rpm", "version": "0.378" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "2.fc39", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "2.fc39", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "2.fc39", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "2.fc39", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "2.fc39", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc39", "source": "rpm", "version": "1.0.3" } ], "ipmitool": [ { "arch": "x86_64", "epoch": null, "name": "ipmitool", "release": "4.fc39", "source": "rpm", "version": "1.8.19" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc39", "source": "rpm", "version": "6.4.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc39", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "5.fc39", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc39", "source": "rpm", "version": "20221126" } ], "iso-codes": [ { "arch": "noarch", "epoch": null, "name": "iso-codes", "release": "2.fc39", "source": "rpm", "version": "4.15.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "7.fc39", "source": "rpm", "version": "2.13.1" } ], "jbigkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "jbigkit-libs", "release": "26.fc39", "source": "rpm", "version": "2.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "5.fc39", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "17.fc39", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc39", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.fc39", "source": "rpm", "version": "1.8.0" } ], "jxl-pixbuf-loader": [ { "arch": "x86_64", "epoch": 1, "name": "jxl-pixbuf-loader", "release": "3.fc39", "source": "rpm", "version": "0.8.2" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "200.fc39", "source": "rpm", "version": "6.6.11" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "200.fc39", "source": "rpm", "version": "6.6.11" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "200.fc39", "source": "rpm", "version": "6.6.11" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "200.fc39", "source": "rpm", "version": "6.6.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "200.fc39", "source": "rpm", "version": "6.6.11" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "200.fc39", "source": "rpm", "version": "6.6.11" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "7.fc39", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "7.fc39", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "6.fc39", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "6.fc39", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc39", "source": "rpm", "version": "0.9.5" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "2.fc39", "source": "rpm", "version": "1.21.2" } ], "lame-libs": [ { "arch": "x86_64", "epoch": null, "name": "lame-libs", "release": "15.fc39", "source": "rpm", "version": "3.100" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "lcms2": [ { "arch": "x86_64", "epoch": null, "name": "lcms2", "release": "2.fc39", "source": "rpm", "version": "2.15" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "2.fc39", "source": "rpm", "version": "633" } ], "libX11": [ { "arch": "x86_64", "epoch": null, "name": "libX11", "release": "1.fc39", "source": "rpm", "version": "1.8.7" } ], "libX11-common": [ { "arch": "noarch", "epoch": null, "name": "libX11-common", "release": "1.fc39", "source": "rpm", "version": "1.8.7" } ], "libX11-xcb": [ { "arch": "x86_64", "epoch": null, "name": "libX11-xcb", "release": "1.fc39", "source": "rpm", "version": "1.8.7" } ], "libXau": [ { "arch": "x86_64", "epoch": null, "name": "libXau", "release": "3.fc39", "source": "rpm", "version": "1.0.11" } ], "libXcomposite": [ { "arch": "x86_64", "epoch": null, "name": "libXcomposite", "release": "10.fc39", "source": "rpm", "version": "0.4.5" } ], "libXcursor": [ { "arch": "x86_64", "epoch": null, "name": "libXcursor", "release": "4.fc39", "source": "rpm", "version": "1.2.1" } ], "libXdamage": [ { "arch": "x86_64", "epoch": null, "name": "libXdamage", "release": "10.fc39", "source": "rpm", "version": "1.1.5" } ], "libXext": [ { "arch": "x86_64", "epoch": null, "name": "libXext", "release": "3.fc39", "source": "rpm", "version": "1.3.5" } ], "libXfixes": [ { "arch": "x86_64", "epoch": null, "name": "libXfixes", "release": "6.fc39", "source": "rpm", "version": "6.0.0" } ], "libXft": [ { "arch": "x86_64", "epoch": null, "name": "libXft", "release": "3.fc39", "source": "rpm", "version": "2.3.8" } ], "libXi": [ { "arch": "x86_64", "epoch": null, "name": "libXi", "release": "2.fc39", "source": "rpm", "version": "1.8.1" } ], "libXinerama": [ { "arch": "x86_64", "epoch": null, "name": "libXinerama", "release": "3.fc39", "source": "rpm", "version": "1.1.5" } ], "libXrandr": [ { "arch": "x86_64", "epoch": null, "name": "libXrandr", "release": "1.fc39", "source": "rpm", "version": "1.5.4" } ], "libXrender": [ { "arch": "x86_64", "epoch": null, "name": "libXrender", "release": "3.fc39", "source": "rpm", "version": "0.9.11" } ], "libXtst": [ { "arch": "x86_64", "epoch": null, "name": "libXtst", "release": "3.fc39", "source": "rpm", "version": "1.2.4" } ], "libXv": [ { "arch": "x86_64", "epoch": null, "name": "libXv", "release": "19.fc39", "source": "rpm", "version": "1.0.11" } ], "libXxf86vm": [ { "arch": "x86_64", "epoch": null, "name": "libXxf86vm", "release": "3.fc39", "source": "rpm", "version": "1.1.5" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "9.fc39", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "16.fc39", "source": "rpm", "version": "0.3.111" } ], "libaom": [ { "arch": "x86_64", "epoch": null, "name": "libaom", "release": "1.fc39", "source": "rpm", "version": "3.8.0" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "1.fc39", "source": "rpm", "version": "3.7.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "3.fc39", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc39", "source": "rpm", "version": "2.5.6" } ], "libasyncns": [ { "arch": "x86_64", "epoch": null, "name": "libasyncns", "release": "25.fc39", "source": "rpm", "version": "0.8" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "26.fc39", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "8.fc39", "source": "rpm", "version": "2.5.1" } ], "libavif": [ { "arch": "x86_64", "epoch": null, "name": "libavif", "release": "11.fc39", "source": "rpm", "version": "0.11.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "9.fc39", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "54.fc39", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "1.fc39", "source": "rpm", "version": "3.0.4" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "4.fc39", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "1.fc39", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc39", "source": "rpm", "version": "2.10" } ], "libcanberra": [ { "arch": "x86_64", "epoch": null, "name": "libcanberra", "release": "32.fc39", "source": "rpm", "version": "0.30" } ], "libcanberra-gtk3": [ { "arch": "x86_64", "epoch": null, "name": "libcanberra-gtk3", "release": "32.fc39", "source": "rpm", "version": "0.30" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.fc39", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc39", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "2.fc39", "source": "rpm", "version": "0.10.2" } ], "libcloudproviders": [ { "arch": "x86_64", "epoch": null, "name": "libcloudproviders", "release": "1.fc39", "source": "rpm", "version": "0.3.5" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "54.fc39", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc39", "source": "rpm", "version": "0.1.20" } ], "libcue": [ { "arch": "x86_64", "epoch": null, "name": "libcue", "release": "13.fc39", "source": "rpm", "version": "2.2.1" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "4.fc39", "source": "rpm", "version": "8.2.1" } ], "libdatrie": [ { "arch": "x86_64", "epoch": null, "name": "libdatrie", "release": "7.fc39", "source": "rpm", "version": "0.2.13" } ], "libdav1d": [ { "arch": "x86_64", "epoch": null, "name": "libdav1d", "release": "2.fc39", "source": "rpm", "version": "1.2.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "56.fc39", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "54.fc39", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc39", "source": "rpm", "version": "0.72.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": null, "name": "libdrm", "release": "1.fc39", "source": "rpm", "version": "2.4.120" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc39", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "48.20230828cvs.fc39", "source": "rpm", "version": "3.1" } ], "libepoxy": [ { "arch": "x86_64", "epoch": null, "name": "libepoxy", "release": "4.fc39", "source": "rpm", "version": "1.5.10" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "8.fc39", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "9.fc39", "source": "rpm", "version": "2.1.12" } ], "libexif": [ { "arch": "x86_64", "epoch": null, "name": "libexif", "release": "5.fc39", "source": "rpm", "version": "0.6.24" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "4.fc39", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc39", "source": "rpm", "version": "1.13.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "10.fc39", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "2.fc39", "source": "rpm", "version": "1.10.2" } ], "libgexiv2": [ { "arch": "x86_64", "epoch": null, "name": "libgexiv2", "release": "1.fc39", "source": "rpm", "version": "0.14.2" } ], "libglvnd": [ { "arch": "x86_64", "epoch": 1, "name": "libglvnd", "release": "1.fc39", "source": "rpm", "version": "1.7.0" } ], "libglvnd-egl": [ { "arch": "x86_64", "epoch": 1, "name": "libglvnd-egl", "release": "1.fc39", "source": "rpm", "version": "1.7.0" } ], "libglvnd-glx": [ { "arch": "x86_64", "epoch": 1, "name": "libglvnd-glx", "release": "1.fc39", "source": "rpm", "version": "1.7.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc39", "source": "rpm", "version": "1.47" } ], "libgrss": [ { "arch": "x86_64", "epoch": null, "name": "libgrss", "release": "17.fc39", "source": "rpm", "version": "0.7.0" } ], "libgsf": [ { "arch": "x86_64", "epoch": null, "name": "libgsf", "release": "1.fc39", "source": "rpm", "version": "1.14.51" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "2.fc39", "source": "rpm", "version": "238" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc39", "source": "rpm", "version": "0.4.8" } ], "libgxps": [ { "arch": "x86_64", "epoch": null, "name": "libgxps", "release": "6.fc39", "source": "rpm", "version": "0.3.2" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "4.fc39", "source": "rpm", "version": "46.0" } ], "libicu": [ { "arch": "x86_64", "epoch": null, "name": "libicu", "release": "2.fc39", "source": "rpm", "version": "73.2" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "3.fc39", "source": "rpm", "version": "2.3.4" } ], "libimobiledevice": [ { "arch": "x86_64", "epoch": null, "name": "libimobiledevice", "release": "1.fc39", "source": "rpm", "version": "1.3.0^20230705git6fc41f5" } ], "libimobiledevice-glue": [ { "arch": "x86_64", "epoch": null, "name": "libimobiledevice-glue", "release": "1.fc39", "source": "rpm", "version": "1.0.0" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "54.fc39", "source": "rpm", "version": "1.3.1" } ], "libiptcdata": [ { "arch": "x86_64", "epoch": null, "name": "libiptcdata", "release": "15.fc39", "source": "rpm", "version": "1.0.5" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "2.fc39", "source": "rpm", "version": "0.1.14" } ], "libjpeg-turbo": [ { "arch": "x86_64", "epoch": null, "name": "libjpeg-turbo", "release": "3.fc39", "source": "rpm", "version": "2.1.4" } ], "libjxl": [ { "arch": "x86_64", "epoch": 1, "name": "libjxl", "release": "3.fc39", "source": "rpm", "version": "0.8.2" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "7.fc39", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "7.fc39", "source": "rpm", "version": "1.4.0" } ], "libknet1": [ { "arch": "x86_64", "epoch": null, "name": "libknet1", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-compress-bzip2-plugin": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-compress-bzip2-plugin", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-compress-lz4-plugin": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-compress-lz4-plugin", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-compress-lzma-plugin": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-compress-lzma-plugin", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-compress-lzo2-plugin": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-compress-lzo2-plugin", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-compress-plugins-all": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-compress-plugins-all", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-compress-zlib-plugin": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-compress-zlib-plugin", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-compress-zstd-plugin": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-compress-zstd-plugin", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-crypto-nss-plugin": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-crypto-nss-plugin", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-crypto-openssl-plugin": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-crypto-openssl-plugin", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-crypto-plugins-all": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-crypto-plugins-all", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libknet1-plugins-all": [ { "arch": "x86_64", "epoch": null, "name": "libknet1-plugins-all", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "2.fc39", "source": "rpm", "version": "1.6.4" } ], "liblc3": [ { "arch": "x86_64", "epoch": null, "name": "liblc3", "release": "2.fc39", "source": "rpm", "version": "1.0.4" } ], "libldac": [ { "arch": "x86_64", "epoch": null, "name": "libldac", "release": "13.fc39", "source": "rpm", "version": "2.0.2.3" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc39", "source": "rpm", "version": "2.8.0" } ], "liblerc": [ { "arch": "x86_64", "epoch": null, "name": "liblerc", "release": "4.fc39", "source": "rpm", "version": "4.0.0" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc39", "source": "rpm", "version": "1.8.0" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "2.fc39", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "32.fc39", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "3.fc39", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "5.fc39", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.fc39", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "6.fc39", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "2.fc39", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "24.fc39", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.rc2.fc39", "source": "rpm", "version": "2.6.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc39", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "4.fc39", "source": "rpm", "version": "1.55.1" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.fc39", "source": "rpm", "version": "3.9.0" } ], "libnotify": [ { "arch": "x86_64", "epoch": null, "name": "libnotify", "release": "1.fc39", "source": "rpm", "version": "0.8.3" } ], "libnozzle1": [ { "arch": "x86_64", "epoch": null, "name": "libnozzle1", "release": "1.fc39", "source": "rpm", "version": "1.28" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "6.fc39", "source": "rpm", "version": "2.0.0" } ], "libnvme": [ { "arch": "x86_64", "epoch": null, "name": "libnvme", "release": "2.fc39", "source": "rpm", "version": "1.6" } ], "libogg": [ { "arch": "x86_64", "epoch": 2, "name": "libogg", "release": "6.fc39", "source": "rpm", "version": "1.3.5" } ], "libosinfo": [ { "arch": "x86_64", "epoch": null, "name": "libosinfo", "release": "1.fc39", "source": "rpm", "version": "1.11.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "54.fc39", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "2.fc39", "source": "rpm", "version": "1.10.4" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": null, "name": "libpciaccess", "release": "9.fc39", "source": "rpm", "version": "0.16" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.fc39", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "libplist": [ { "arch": "x86_64", "epoch": null, "name": "libplist", "release": "1.fc39", "source": "rpm", "version": "2.3.0" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "15.fc39", "source": "rpm", "version": "1.6.37" } ], "libproxy": [ { "arch": "x86_64", "epoch": null, "name": "libproxy", "release": "3.fc39", "source": "rpm", "version": "0.5.3" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "4.fc39", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "6.fc39", "source": "rpm", "version": "1.4.5" } ], "libqb": [ { "arch": "x86_64", "epoch": null, "name": "libqb", "release": "1.fc39", "source": "rpm", "version": "2.0.8" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "2.fc39", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "3.fc39", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "54.fc39", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc39", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "3.fc39", "source": "rpm", "version": "2.17.11" } ], "librsvg2": [ { "arch": "x86_64", "epoch": null, "name": "librsvg2", "release": "1.fc39", "source": "rpm", "version": "2.57.1" } ], "libsbc": [ { "arch": "x86_64", "epoch": null, "name": "libsbc", "release": "3.fc39", "source": "rpm", "version": "2.0" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "6.fc39", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "4.fc39", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "2.fc39", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.fc39", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "libsndfile": [ { "arch": "x86_64", "epoch": null, "name": "libsndfile", "release": "9.fc39", "source": "rpm", "version": "1.1.0" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "15.fc39", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc39", "source": "rpm", "version": "0.7.27" } ], "libsoup": [ { "arch": "x86_64", "epoch": null, "name": "libsoup", "release": "3.fc39", "source": "rpm", "version": "2.74.3" } ], "libsoup3": [ { "arch": "x86_64", "epoch": null, "name": "libsoup3", "release": "1.fc39", "source": "rpm", "version": "3.4.4" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "2.fc39", "source": "rpm", "version": "0.10.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "2.fc39", "source": "rpm", "version": "0.10.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libstemmer": [ { "arch": "x86_64", "epoch": null, "name": "libstemmer", "release": "7.fc39", "source": "rpm", "version": "2.2.0" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc39", "source": "rpm", "version": "2.4.1" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "3.fc39", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc39", "source": "rpm", "version": "1.4.9" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc39", "source": "rpm", "version": "0.15.0" } ], "libthai": [ { "arch": "x86_64", "epoch": null, "name": "libthai", "release": "6.fc39", "source": "rpm", "version": "0.1.29" } ], "libtheora": [ { "arch": "x86_64", "epoch": 1, "name": "libtheora", "release": "34.fc39", "source": "rpm", "version": "1.1.1" } ], "libtiff": [ { "arch": "x86_64", "epoch": null, "name": "libtiff", "release": "8.fc39", "source": "rpm", "version": "4.4.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc39", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "7.fc39", "source": "rpm", "version": "2.4.7" } ], "libtracker-sparql": [ { "arch": "x86_64", "epoch": null, "name": "libtracker-sparql", "release": "1.fc39", "source": "rpm", "version": "3.6.0" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "1.fc39", "source": "rpm", "version": "2.10.1" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc39", "source": "rpm", "version": "1.1" } ], "libunwind": [ { "arch": "x86_64", "epoch": null, "name": "libunwind", "release": "0.2.rc2.fc39", "source": "rpm", "version": "1.7.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "3.fc39", "source": "rpm", "version": "1.0.26" } ], "libusbmuxd": [ { "arch": "x86_64", "epoch": null, "name": "libusbmuxd", "release": "3.fc39", "source": "rpm", "version": "2.0.2^20230620git8d30a55" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "4.fc39", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "10.fc39", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "6.fc39", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "6.fc39", "source": "rpm", "version": "0.3.2" } ], "libvisual": [ { "arch": "x86_64", "epoch": 1, "name": "libvisual", "release": "2.fc39", "source": "rpm", "version": "0.4.1" } ], "libvmaf": [ { "arch": "x86_64", "epoch": null, "name": "libvmaf", "release": "6.fc39", "source": "rpm", "version": "2.3.0" } ], "libvorbis": [ { "arch": "x86_64", "epoch": 1, "name": "libvorbis", "release": "8.fc39", "source": "rpm", "version": "1.3.7" } ], "libwayland-client": [ { "arch": "x86_64", "epoch": null, "name": "libwayland-client", "release": "2.fc39", "source": "rpm", "version": "1.22.0" } ], "libwayland-cursor": [ { "arch": "x86_64", "epoch": null, "name": "libwayland-cursor", "release": "2.fc39", "source": "rpm", "version": "1.22.0" } ], "libwayland-egl": [ { "arch": "x86_64", "epoch": null, "name": "libwayland-egl", "release": "2.fc39", "source": "rpm", "version": "1.22.0" } ], "libwayland-server": [ { "arch": "x86_64", "epoch": null, "name": "libwayland-server", "release": "2.fc39", "source": "rpm", "version": "1.22.0" } ], "libwebp": [ { "arch": "x86_64", "epoch": null, "name": "libwebp", "release": "2.fc39", "source": "rpm", "version": "1.3.2" } ], "libwsman1": [ { "arch": "x86_64", "epoch": null, "name": "libwsman1", "release": "14.fc39", "source": "rpm", "version": "2.7.1" } ], "libxcb": [ { "arch": "x86_64", "epoch": null, "name": "libxcb", "release": "12.fc39", "source": "rpm", "version": "1.13.1" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc39", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "2.fc39", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc39", "source": "rpm", "version": "1.6.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "3.fc39", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc39", "source": "rpm", "version": "0.3.14" } ], "libxshmfence": [ { "arch": "x86_64", "epoch": null, "name": "libxshmfence", "release": "13.fc39", "source": "rpm", "version": "1.3" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc39", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "12.fc39", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "4.fc39", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "4.fc39", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "llvm-libs": [ { "arch": "x86_64", "epoch": null, "name": "llvm-libs", "release": "2.fc39", "source": "rpm", "version": "17.0.6" } ], "lm_sensors-libs": [ { "arch": "x86_64", "epoch": null, "name": "lm_sensors-libs", "release": "14.fc39", "source": "rpm", "version": "3.6.0" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "2.fc39", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "4.fc39", "source": "rpm", "version": "3.21.0" } ], "low-memory-monitor": [ { "arch": "x86_64", "epoch": null, "name": "low-memory-monitor", "release": "8.fc39", "source": "rpm", "version": "2.1" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "3.fc39", "source": "rpm", "version": "5.4.6" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "1.fc39", "source": "rpm", "version": "2.03.22" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "1.fc39", "source": "rpm", "version": "2.03.22" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "4.fc39", "source": "rpm", "version": "1.9.4" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "9.fc39", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "6.fc39", "source": "rpm", "version": "1.4.19" } ], "mailcap": [ { "arch": "noarch", "epoch": null, "name": "mailcap", "release": "2.fc39", "source": "rpm", "version": "2.1.54" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "2.fc39", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "5.fc39", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "6.fc39", "source": "rpm", "version": "4.2" } ], "mesa-dri-drivers": [ { "arch": "x86_64", "epoch": null, "name": "mesa-dri-drivers", "release": "1.fc39", "source": "rpm", "version": "23.3.3" } ], "mesa-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "mesa-filesystem", "release": "1.fc39", "source": "rpm", "version": "23.3.3" } ], "mesa-libEGL": [ { "arch": "x86_64", "epoch": null, "name": "mesa-libEGL", "release": "1.fc39", "source": "rpm", "version": "23.3.3" } ], "mesa-libGL": [ { "arch": "x86_64", "epoch": null, "name": "mesa-libGL", "release": "1.fc39", "source": "rpm", "version": "23.3.3" } ], "mesa-libgbm": [ { "arch": "x86_64", "epoch": null, "name": "mesa-libgbm", "release": "1.fc39", "source": "rpm", "version": "23.3.3" } ], "mesa-libglapi": [ { "arch": "x86_64", "epoch": null, "name": "mesa-libglapi", "release": "1.fc39", "source": "rpm", "version": "23.3.3" } ], "mesa-va-drivers": [ { "arch": "x86_64", "epoch": null, "name": "mesa-va-drivers", "release": "1.fc39", "source": "rpm", "version": "23.3.3" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "7.fc39", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "7.fc39", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc39", "source": "rpm", "version": "4.2.0" } ], "mpg123-libs": [ { "arch": "x86_64", "epoch": null, "name": "mpg123-libs", "release": "2.fc39", "source": "rpm", "version": "1.31.3" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "net-snmp-libs": [ { "arch": "x86_64", "epoch": 1, "name": "net-snmp-libs", "release": "1.fc39", "source": "rpm", "version": "5.9.4" } ], "net-snmp-utils": [ { "arch": "x86_64", "epoch": 1, "name": "net-snmp-utils", "release": "1.fc39", "source": "rpm", "version": "5.9.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.67.20160912git.fc39", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc39", "source": "rpm", "version": "3.9.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.rc2.fc39", "source": "rpm", "version": "2.6.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.fc39", "source": "rpm", "version": "1.0.7" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "14.fc39", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "16.fc39", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "nss-tools": [ { "arch": "x86_64", "epoch": null, "name": "nss-tools", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.fc39", "source": "rpm", "version": "3.96.1" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc39", "source": "rpm", "version": "6.9.9" } ], "openjpeg2": [ { "arch": "x86_64", "epoch": null, "name": "openjpeg2", "release": "5.fc39", "source": "rpm", "version": "2.5.0" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc39", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "4.fc39", "source": "rpm", "version": "0.4.12" } ], "openwsman-python3": [ { "arch": "x86_64", "epoch": null, "name": "openwsman-python3", "release": "14.fc39", "source": "rpm", "version": "2.7.1" } ], "opus": [ { "arch": "x86_64", "epoch": null, "name": "opus", "release": "13.fc39", "source": "rpm", "version": "1.3.1" } ], "orc": [ { "arch": "x86_64", "epoch": null, "name": "orc", "release": "3.fc39", "source": "rpm", "version": "0.4.33" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "4.fc39", "source": "rpm", "version": "1.81" } ], "osinfo-db": [ { "arch": "noarch", "epoch": null, "name": "osinfo-db", "release": "1.fc39", "source": "rpm", "version": "20231215" } ], "osinfo-db-tools": [ { "arch": "x86_64", "epoch": null, "name": "osinfo-db-tools", "release": "1.fc39", "source": "rpm", "version": "1.11.0" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc39", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc39", "source": "rpm", "version": "0.25.3" } ], "pacemaker": [ { "arch": "x86_64", "epoch": null, "name": "pacemaker", "release": "4.fc39", "source": "rpm", "version": "2.1.7" } ], "pacemaker-cli": [ { "arch": "x86_64", "epoch": null, "name": "pacemaker-cli", "release": "4.fc39", "source": "rpm", "version": "2.1.7" } ], "pacemaker-cluster-libs": [ { "arch": "x86_64", "epoch": null, "name": "pacemaker-cluster-libs", "release": "4.fc39", "source": "rpm", "version": "2.1.7" } ], "pacemaker-libs": [ { "arch": "x86_64", "epoch": null, "name": "pacemaker-libs", "release": "4.fc39", "source": "rpm", "version": "2.1.7" } ], "pacemaker-schemas": [ { "arch": "noarch", "epoch": null, "name": "pacemaker-schemas", "release": "4.fc39", "source": "rpm", "version": "2.1.7" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "3.fc39", "source": "rpm", "version": "1.5.3" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "3.fc39", "source": "rpm", "version": "1.5.3" } ], "pango": [ { "arch": "x86_64", "epoch": null, "name": "pango", "release": "1.fc39", "source": "rpm", "version": "1.51.0" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.fc39", "source": "rpm", "version": "3.6" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "15.fc39", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc39.2", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc39.2", "source": "rpm", "version": "10.42" } ], "pcs": [ { "arch": "noarch", "epoch": null, "name": "pcs", "release": "3.fc39", "source": "rpm", "version": "0.11.6" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.fc39", "source": "rpm", "version": "2.0.1" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc39", "source": "rpm", "version": "1.5.4" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.fc39", "source": "rpm", "version": "2.0.1" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "502.fc39", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "502.fc39", "source": "rpm", "version": "1.88" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "500.fc39", "source": "rpm", "version": "1.54" } ], "perl-Class-Inspector": [ { "arch": "noarch", "epoch": null, "name": "perl-Class-Inspector", "release": "14.fc39", "source": "rpm", "version": "1.36" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "502.fc39", "source": "rpm", "version": "0.68" } ], "perl-Clone": [ { "arch": "x86_64", "epoch": null, "name": "perl-Clone", "release": "4.fc39", "source": "rpm", "version": "0.46" } ], "perl-Compress-Raw-Bzip2": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Bzip2", "release": "1.fc39", "source": "rpm", "version": "2.206" } ], "perl-Compress-Raw-Zlib": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Zlib", "release": "1.fc39", "source": "rpm", "version": "2.206" } ], "perl-Convert-BinHex": [ { "arch": "noarch", "epoch": null, "name": "perl-Convert-BinHex", "release": "25.fc39", "source": "rpm", "version": "1.125" } ], "perl-Data-Dump": [ { "arch": "noarch", "epoch": null, "name": "perl-Data-Dump", "release": "8.fc39", "source": "rpm", "version": "1.25" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "501.fc39", "source": "rpm", "version": "2.188" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "500.fc39", "source": "rpm", "version": "1.20" } ], "perl-Digest-HMAC": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest-HMAC", "release": "8.fc39", "source": "rpm", "version": "1.04" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "500.fc39", "source": "rpm", "version": "2.58" } ], "perl-Digest-SHA": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Digest-SHA", "release": "501.fc39", "source": "rpm", "version": "6.04" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "502.fc39", "source": "rpm", "version": "1.54" } ], "perl-Email-Date-Format": [ { "arch": "noarch", "epoch": null, "name": "perl-Email-Date-Format", "release": "2.fc39", "source": "rpm", "version": "1.008" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "500.fc39", "source": "rpm", "version": "3.19" } ], "perl-Encode-Locale": [ { "arch": "noarch", "epoch": null, "name": "perl-Encode-Locale", "release": "27.fc39", "source": "rpm", "version": "1.05" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "502.fc39", "source": "rpm", "version": "1.37" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "13.fc39", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "500.fc39", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "502.fc39", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "502.fc39", "source": "rpm", "version": "2.86" } ], "perl-File-Copy": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Copy", "release": "502.fc39", "source": "rpm", "version": "2.41" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "502.fc39", "source": "rpm", "version": "1.43" } ], "perl-File-Listing": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Listing", "release": "1.fc39", "source": "rpm", "version": "6.16" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "500.fc39", "source": "rpm", "version": "2.18" } ], "perl-File-Slurper": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Slurper", "release": "3.fc39", "source": "rpm", "version": "0.014" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "500.fc39", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "502.fc39", "source": "rpm", "version": "1.13" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "502.fc39", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "500.fc39", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "502.fc39", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc39", "source": "rpm", "version": "2.43.0" } ], "perl-HTML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-HTML-Parser", "release": "3.fc39", "source": "rpm", "version": "3.81" } ], "perl-HTML-Tagset": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Tagset", "release": "54.fc39", "source": "rpm", "version": "3.20" } ], "perl-HTTP-Cookies": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Cookies", "release": "10.fc39", "source": "rpm", "version": "6.10" } ], "perl-HTTP-Date": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Date", "release": "2.fc39", "source": "rpm", "version": "6.06" } ], "perl-HTTP-Message": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Message", "release": "3.fc39", "source": "rpm", "version": "6.44" } ], "perl-HTTP-Negotiate": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Negotiate", "release": "36.fc39", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.fc39", "source": "rpm", "version": "0.088" } ], "perl-I18N-Langinfo": [ { "arch": "x86_64", "epoch": 0, "name": "perl-I18N-Langinfo", "release": "502.fc39", "source": "rpm", "version": "0.22" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "502.fc39", "source": "rpm", "version": "1.52" } ], "perl-IO-Compress": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress", "release": "1.fc39", "source": "rpm", "version": "2.206" } ], "perl-IO-Compress-Brotli": [ { "arch": "x86_64", "epoch": null, "name": "perl-IO-Compress-Brotli", "release": "10.fc39", "source": "rpm", "version": "0.004001" } ], "perl-IO-HTML": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-HTML", "release": "11.fc39", "source": "rpm", "version": "1.004" } ], "perl-IO-SessionData": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-SessionData", "release": "28.fc39", "source": "rpm", "version": "1.03" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "1.fc39", "source": "rpm", "version": "0.42" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "3.fc39", "source": "rpm", "version": "2.083" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "502.fc39", "source": "rpm", "version": "1.22" } ], "perl-LWP-MediaTypes": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-MediaTypes", "release": "15.fc39", "source": "rpm", "version": "6.04" } ], "perl-LWP-Protocol-https": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-Protocol-https", "release": "1.fc39", "source": "rpm", "version": "6.11" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "500.fc39", "source": "rpm", "version": "3.16" } ], "perl-MIME-Lite": [ { "arch": "noarch", "epoch": null, "name": "perl-MIME-Lite", "release": "8.fc39", "source": "rpm", "version": "3.033" } ], "perl-MIME-Types": [ { "arch": "noarch", "epoch": null, "name": "perl-MIME-Types", "release": "3.fc39", "source": "rpm", "version": "2.24" } ], "perl-MIME-tools": [ { "arch": "noarch", "epoch": null, "name": "perl-MIME-tools", "release": "4.fc39", "source": "rpm", "version": "5.510" } ], "perl-MailTools": [ { "arch": "noarch", "epoch": null, "name": "perl-MailTools", "release": "14.fc39", "source": "rpm", "version": "2.21" } ], "perl-Module-Load": [ { "arch": "noarch", "epoch": 1, "name": "perl-Module-Load", "release": "500.fc39", "source": "rpm", "version": "0.36" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "1.fc39", "source": "rpm", "version": "20230801" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "502.fc39", "source": "rpm", "version": "1.16" } ], "perl-NTLM": [ { "arch": "noarch", "epoch": null, "name": "perl-NTLM", "release": "36.fc39", "source": "rpm", "version": "1.09" } ], "perl-Net-HTTP": [ { "arch": "noarch", "epoch": null, "name": "perl-Net-HTTP", "release": "2.fc39", "source": "rpm", "version": "6.23" } ], "perl-Net-SMTP-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-Net-SMTP-SSL", "release": "21.fc39", "source": "rpm", "version": "1.04" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "10.fc39", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "502.fc39", "source": "rpm", "version": "2.13" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "500.fc39", "source": "rpm", "version": "3.89" } ], "perl-PerlIO-utf8_strict": [ { "arch": "x86_64", "epoch": null, "name": "perl-PerlIO-utf8_strict", "release": "4.fc39", "source": "rpm", "version": "0.010" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "500.fc39", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "501.fc39", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.fc39", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "500.fc39", "source": "rpm", "version": "2.03" } ], "perl-SOAP-Lite": [ { "arch": "noarch", "epoch": null, "name": "perl-SOAP-Lite", "release": "20.fc39", "source": "rpm", "version": "1.27" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "500.fc39", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "502.fc39", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "3.fc39", "source": "rpm", "version": "2.037" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "500.fc39", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "502.fc39", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "501.fc39", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "500.fc39", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "18.fc39", "source": "rpm", "version": "2.38" } ], "perl-Test": [ { "arch": "noarch", "epoch": 0, "name": "perl-Test", "release": "502.fc39", "source": "rpm", "version": "1.31" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "500.fc39", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "3.fc39", "source": "rpm", "version": "2023.0511" } ], "perl-Time-HiRes": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Time-HiRes", "release": "500.fc39", "source": "rpm", "version": "1.9775" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "3.fc39", "source": "rpm", "version": "1.350" } ], "perl-TimeDate": [ { "arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "11.fc39", "source": "rpm", "version": "2.33" } ], "perl-Try-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-Try-Tiny", "release": "6.fc39", "source": "rpm", "version": "0.31" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "1.fc39", "source": "rpm", "version": "5.21" } ], "perl-WWW-RobotRules": [ { "arch": "noarch", "epoch": null, "name": "perl-WWW-RobotRules", "release": "37.fc39", "source": "rpm", "version": "6.02" } ], "perl-XML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-XML-Parser", "release": "15.fc39", "source": "rpm", "version": "2.46" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "502.fc39", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "501.fc39", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "502.fc39", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "502.fc39", "source": "rpm", "version": "5.38.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "502.fc39", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "501.fc39", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "502.fc39", "source": "rpm", "version": "5.38.2" } ], "perl-libwww-perl": [ { "arch": "noarch", "epoch": null, "name": "perl-libwww-perl", "release": "1.fc39", "source": "rpm", "version": "6.72" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "502.fc39", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "502.fc39", "source": "rpm", "version": "1.28" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "502.fc39", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "502.fc39", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "500.fc39", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "500.fc39", "source": "rpm", "version": "5.01" } ], "perl-subs": [ { "arch": "noarch", "epoch": 0, "name": "perl-subs", "release": "502.fc39", "source": "rpm", "version": "1.04" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "502.fc39", "source": "rpm", "version": "1.05" } ], "pipewire": [ { "arch": "x86_64", "epoch": null, "name": "pipewire", "release": "1.fc39", "source": "rpm", "version": "1.0.1" } ], "pipewire-alsa": [ { "arch": "x86_64", "epoch": null, "name": "pipewire-alsa", "release": "1.fc39", "source": "rpm", "version": "1.0.1" } ], "pipewire-jack-audio-connection-kit": [ { "arch": "x86_64", "epoch": null, "name": "pipewire-jack-audio-connection-kit", "release": "1.fc39", "source": "rpm", "version": "1.0.1" } ], "pipewire-jack-audio-connection-kit-libs": [ { "arch": "x86_64", "epoch": null, "name": "pipewire-jack-audio-connection-kit-libs", "release": "1.fc39", "source": "rpm", "version": "1.0.1" } ], "pipewire-libs": [ { "arch": "x86_64", "epoch": null, "name": "pipewire-libs", "release": "1.fc39", "source": "rpm", "version": "1.0.1" } ], "pipewire-pulseaudio": [ { "arch": "x86_64", "epoch": null, "name": "pipewire-pulseaudio", "release": "1.fc39", "source": "rpm", "version": "1.0.1" } ], "pixman": [ { "arch": "x86_64", "epoch": null, "name": "pixman", "release": "2.fc39", "source": "rpm", "version": "0.42.2" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "8.fc39", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "1.fc39.1", "source": "rpm", "version": "123" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "1.fc39.1", "source": "rpm", "version": "123" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "26.fc39", "source": "rpm", "version": "0.1" } ], "poppler": [ { "arch": "x86_64", "epoch": null, "name": "poppler", "release": "1.fc39", "source": "rpm", "version": "23.08.0" } ], "poppler-data": [ { "arch": "noarch", "epoch": null, "name": "poppler-data", "release": "5.fc39", "source": "rpm", "version": "0.4.11" } ], "poppler-glib": [ { "arch": "x86_64", "epoch": null, "name": "poppler-glib", "release": "1.fc39", "source": "rpm", "version": "23.08.0" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "3.fc39", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc39", "source": "rpm", "version": "4.0.3" } ], "protobuf": [ { "arch": "x86_64", "epoch": null, "name": "protobuf", "release": "6.fc39", "source": "rpm", "version": "3.19.6" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "5.fc39", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "4.fc39", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc39", "source": "rpm", "version": "20230812" } ], "pulseaudio-libs": [ { "arch": "x86_64", "epoch": null, "name": "pulseaudio-libs", "release": "5.fc39", "source": "rpm", "version": "16.1" } ], "python-oslo-i18n-lang": [ { "arch": "noarch", "epoch": null, "name": "python-oslo-i18n-lang", "release": "4.fc39", "source": "rpm", "version": "6.0.0" } ], "python-oslo-utils-lang": [ { "arch": "noarch", "epoch": null, "name": "python-oslo-utils-lang", "release": "3.fc39", "source": "rpm", "version": "6.1.0" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc39", "source": "rpm", "version": "23.2.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3-adal": [ { "arch": "noarch", "epoch": null, "name": "python3-adal", "release": "13.fc39", "source": "rpm", "version": "1.2.7" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "4.fc39", "source": "rpm", "version": "23.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc39", "source": "rpm", "version": "3.1.2" } ], "python3-azure-common": [ { "arch": "noarch", "epoch": 1, "name": "python3-azure-common", "release": "6.fc39", "source": "rpm", "version": "1.1.28" } ], "python3-azure-core": [ { "arch": "noarch", "epoch": 2, "name": "python3-azure-core", "release": "3.fc39", "source": "rpm", "version": "1.28.0" } ], "python3-azure-identity": [ { "arch": "noarch", "epoch": 1, "name": "python3-azure-identity", "release": "9.fc39", "source": "rpm", "version": "1.10.0" } ], "python3-azure-mgmt-compute": [ { "arch": "noarch", "epoch": 1, "name": "python3-azure-mgmt-compute", "release": "1.fc39", "source": "rpm", "version": "30.3.0" } ], "python3-azure-mgmt-core": [ { "arch": "noarch", "epoch": 1, "name": "python3-azure-mgmt-core", "release": "9.fc39", "source": "rpm", "version": "1.3.2" } ], "python3-azure-mgmt-network": [ { "arch": "noarch", "epoch": null, "name": "python3-azure-mgmt-network", "release": "5.fc39", "source": "rpm", "version": "21.0.1" } ], "python3-boto3": [ { "arch": "noarch", "epoch": null, "name": "python3-boto3", "release": "1.fc39", "source": "rpm", "version": "1.34.16" } ], "python3-botocore": [ { "arch": "noarch", "epoch": null, "name": "python3-botocore", "release": "1.fc39", "source": "rpm", "version": "1.34.16" } ], "python3-cachetools": [ { "arch": "noarch", "epoch": null, "name": "python3-cachetools", "release": "4.fc39", "source": "rpm", "version": "5.3.1" } ], "python3-certifi": [ { "arch": "noarch", "epoch": null, "name": "python3-certifi", "release": "2.fc39", "source": "rpm", "version": "2023.05.07" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": null, "name": "python3-cffi", "release": "6.fc39", "source": "rpm", "version": "1.15.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "2.fc39", "source": "rpm", "version": "3.2.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc39", "source": "rpm", "version": "5.0.8" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": null, "name": "python3-cryptography", "release": "1.fc39", "source": "rpm", "version": "41.0.3" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "10.fc39", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "4.fc39", "source": "rpm", "version": "1.3.2" } ], "python3-debtcollector": [ { "arch": "noarch", "epoch": null, "name": "python3-debtcollector", "release": "6.fc39", "source": "rpm", "version": "2.5.0" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "6.fc39", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc39", "source": "rpm", "version": "4.18.2" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc39", "source": "rpm", "version": "4.4.4" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc39", "source": "rpm", "version": "2.0.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc39", "source": "rpm", "version": "3.46.0" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc39", "source": "rpm", "version": "3.46.0" } ], "python3-google-api-client": [ { "arch": "noarch", "epoch": 2, "name": "python3-google-api-client", "release": "1.fc39", "source": "rpm", "version": "2.111.0" } ], "python3-google-api-core": [ { "arch": "noarch", "epoch": 1, "name": "python3-google-api-core", "release": "5.fc39", "source": "rpm", "version": "2.11.1" } ], "python3-google-auth": [ { "arch": "noarch", "epoch": 1, "name": "python3-google-auth", "release": "1.fc39", "source": "rpm", "version": "2.26.2" } ], "python3-google-auth-httplib2": [ { "arch": "noarch", "epoch": null, "name": "python3-google-auth-httplib2", "release": "1.fc39", "source": "rpm", "version": "0.2.0" } ], "python3-googleapis-common-protos": [ { "arch": "noarch", "epoch": null, "name": "python3-googleapis-common-protos", "release": "1.fc39", "source": "rpm", "version": "1.60.0" } ], "python3-grpcio": [ { "arch": "x86_64", "epoch": null, "name": "python3-grpcio", "release": "25.fc39", "source": "rpm", "version": "1.48.4" } ], "python3-grpcio-status": [ { "arch": "noarch", "epoch": null, "name": "python3-grpcio-status", "release": "25.fc39", "source": "rpm", "version": "1.48.4" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc39", "source": "rpm", "version": "0.72.0" } ], "python3-httplib2": [ { "arch": "noarch", "epoch": null, "name": "python3-httplib2", "release": "4.fc39", "source": "rpm", "version": "0.21.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc39", "source": "rpm", "version": "3.4" } ], "python3-iso8601": [ { "arch": "noarch", "epoch": null, "name": "python3-iso8601", "release": "4.fc39", "source": "rpm", "version": "1.1.0" } ], "python3-isodate": [ { "arch": "noarch", "epoch": null, "name": "python3-isodate", "release": "9.fc39", "source": "rpm", "version": "0.6.1" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "5.fc39", "source": "rpm", "version": "3.1.2" } ], "python3-jmespath": [ { "arch": "noarch", "epoch": null, "name": "python3-jmespath", "release": "4.fc39", "source": "rpm", "version": "1.0.1" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.fc39", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "5.fc39", "source": "rpm", "version": "2.3" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema-specifications", "release": "1.fc39", "source": "rpm", "version": "2023.7.1" } ], "python3-jwt": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt", "release": "4.fc39", "source": "rpm", "version": "2.6.0" } ], "python3-jwt+crypto": [ { "arch": "noarch", "epoch": null, "name": "python3-jwt+crypto", "release": "4.fc39", "source": "rpm", "version": "2.6.0" } ], "python3-keystoneauth1": [ { "arch": "noarch", "epoch": null, "name": "python3-keystoneauth1", "release": "3.fc39", "source": "rpm", "version": "5.1.2" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc39", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc39", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "4.fc39", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "2.fc39", "source": "rpm", "version": "4.9.3" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "2.fc39", "source": "rpm", "version": "2.1.3" } ], "python3-msal": [ { "arch": "noarch", "epoch": null, "name": "python3-msal", "release": "2.fc39", "source": "rpm", "version": "1.24.1" } ], "python3-msal-extensions": [ { "arch": "noarch", "epoch": null, "name": "python3-msal-extensions", "release": "7.fc39", "source": "rpm", "version": "1.0.0" } ], "python3-msgpack": [ { "arch": "x86_64", "epoch": null, "name": "python3-msgpack", "release": "3.fc39", "source": "rpm", "version": "1.0.5" } ], "python3-msrest": [ { "arch": "noarch", "epoch": null, "name": "python3-msrest", "release": "8.20221014git2d8fd04.fc39", "source": "rpm", "version": "0.7.1" } ], "python3-msrestazure": [ { "arch": "noarch", "epoch": null, "name": "python3-msrestazure", "release": "18.fc39", "source": "rpm", "version": "0.6.4" } ], "python3-netaddr": [ { "arch": "noarch", "epoch": null, "name": "python3-netaddr", "release": "14.fc39", "source": "rpm", "version": "0.8.0" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "7.fc39", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.fc39", "source": "rpm", "version": "1.0.7" } ], "python3-novaclient": [ { "arch": "noarch", "epoch": 1, "name": "python3-novaclient", "release": "3.fc39", "source": "rpm", "version": "18.3.0" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc39", "source": "rpm", "version": "3.2.2" } ], "python3-os-service-types": [ { "arch": "noarch", "epoch": null, "name": "python3-os-service-types", "release": "15.fc39", "source": "rpm", "version": "1.7.0" } ], "python3-oslo-i18n": [ { "arch": "noarch", "epoch": null, "name": "python3-oslo-i18n", "release": "4.fc39", "source": "rpm", "version": "6.0.0" } ], "python3-oslo-serialization": [ { "arch": "noarch", "epoch": null, "name": "python3-oslo-serialization", "release": "3.fc39", "source": "rpm", "version": "5.1.1" } ], "python3-oslo-utils": [ { "arch": "noarch", "epoch": null, "name": "python3-oslo-utils", "release": "3.fc39", "source": "rpm", "version": "6.1.0" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "4.fc39", "source": "rpm", "version": "23.1" } ], "python3-pbr": [ { "arch": "noarch", "epoch": null, "name": "python3-pbr", "release": "2.fc39~bootstrap", "source": "rpm", "version": "5.11.1" } ], "python3-pexpect": [ { "arch": "noarch", "epoch": null, "name": "python3-pexpect", "release": "17.fc39", "source": "rpm", "version": "4.8.0" } ], "python3-ply": [ { "arch": "noarch", "epoch": null, "name": "python3-ply", "release": "20.fc39", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "8.fc39", "source": "rpm", "version": "3.5" } ], "python3-portalocker": [ { "arch": "noarch", "epoch": null, "name": "python3-portalocker", "release": "2.fc39", "source": "rpm", "version": "2.8.2" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "3.fc39", "source": "rpm", "version": "3.6.0" } ], "python3-protobuf": [ { "arch": "x86_64", "epoch": null, "name": "python3-protobuf", "release": "6.fc39", "source": "rpm", "version": "3.19.6" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "1.fc39", "source": "rpm", "version": "5.9.5" } ], "python3-ptyprocess": [ { "arch": "noarch", "epoch": null, "name": "python3-ptyprocess", "release": "5.fc39", "source": "rpm", "version": "0.7.0" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": null, "name": "python3-pyasn1", "release": "1.fc39", "source": "rpm", "version": "0.5.1" } ], "python3-pyasn1-modules": [ { "arch": "noarch", "epoch": null, "name": "python3-pyasn1-modules", "release": "1.fc39", "source": "rpm", "version": "0.5.1" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": null, "name": "python3-pycparser", "release": "11.fc39", "source": "rpm", "version": "2.20" } ], "python3-pycurl": [ { "arch": "x86_64", "epoch": null, "name": "python3-pycurl", "release": "5.fc39", "source": "rpm", "version": "7.45.2" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "11.fc39", "source": "rpm", "version": "3.0.9" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "6.fc39", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "20.fc39", "source": "rpm", "version": "1.7.1" } ], "python3-pytz": [ { "arch": "noarch", "epoch": null, "name": "python3-pytz", "release": "1.fc39", "source": "rpm", "version": "2023.3.post1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "11.fc39", "source": "rpm", "version": "6.0.1" } ], "python3-referencing": [ { "arch": "noarch", "epoch": null, "name": "python3-referencing", "release": "1.fc39", "source": "rpm", "version": "0.30.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "5.fc39", "source": "rpm", "version": "2.28.2" } ], "python3-requests-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-requests-oauthlib", "release": "6.fc39", "source": "rpm", "version": "1.3.1" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpds-py", "release": "1.fc39", "source": "rpm", "version": "0.16.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "python3-rsa": [ { "arch": "noarch", "epoch": null, "name": "python3-rsa", "release": "3.fc39", "source": "rpm", "version": "4.9" } ], "python3-s3transfer": [ { "arch": "noarch", "epoch": null, "name": "python3-s3transfer", "release": "1.fc39", "source": "rpm", "version": "0.10.0" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc39", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "7.fc39", "source": "rpm", "version": "67.7.2" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "12.fc39", "source": "rpm", "version": "1.16.0" } ], "python3-stevedore": [ { "arch": "noarch", "epoch": null, "name": "python3-stevedore", "release": "3.fc39", "source": "rpm", "version": "5.0.0" } ], "python3-suds": [ { "arch": "noarch", "epoch": null, "name": "python3-suds", "release": "5.fc39", "source": "rpm", "version": "1.1.2" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "5.fc39", "source": "rpm", "version": "235" } ], "python3-tornado": [ { "arch": "x86_64", "epoch": null, "name": "python3-tornado", "release": "1.fc39", "source": "rpm", "version": "6.3.3" } ], "python3-typing-extensions": [ { "arch": "noarch", "epoch": null, "name": "python3-typing-extensions", "release": "1.fc39", "source": "rpm", "version": "4.8.0" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc39", "source": "rpm", "version": "1.19.0" } ], "python3-uritemplate": [ { "arch": "noarch", "epoch": null, "name": "python3-uritemplate", "release": "6.fc39", "source": "rpm", "version": "4.1.1" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc39", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc39", "source": "rpm", "version": "1.26.18" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "14.fc39", "source": "rpm", "version": "0.2.5" } ], "python3-wrapt": [ { "arch": "x86_64", "epoch": null, "name": "python3-wrapt", "release": "1.fc39", "source": "rpm", "version": "1.15.0" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "3.fc39", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "3.fc39", "source": "rpm", "version": "4.09" } ], "rav1e-libs": [ { "arch": "x86_64", "epoch": null, "name": "rav1e-libs", "release": "4.fc39", "source": "rpm", "version": "0.6.6" } ], "re2": [ { "arch": "x86_64", "epoch": 1, "name": "re2", "release": "3.fc39", "source": "rpm", "version": "20220601" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "4.fc39", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc39", "source": "rpm", "version": "20231211" } ], "resource-agents": [ { "arch": "x86_64", "epoch": null, "name": "resource-agents", "release": "1.fc39", "source": "rpm", "version": "4.13.0" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "2.fc39", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "34.fc39", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc39.1", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "2.fc39", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "rsvg-pixbuf-loader": [ { "arch": "x86_64", "epoch": null, "name": "rsvg-pixbuf-loader", "release": "1.fc39", "source": "rpm", "version": "2.57.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "5.fc39", "source": "rpm", "version": "3.2.7" } ], "rtkit": [ { "arch": "x86_64", "epoch": null, "name": "rtkit", "release": "61.fc39", "source": "rpm", "version": "0.11" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "1.fc39", "source": "rpm", "version": "0.6.0^20230921git1261fbb2" } ], "ruby": [ { "arch": "x86_64", "epoch": null, "name": "ruby", "release": "181.fc39", "source": "rpm", "version": "3.2.2" } ], "ruby-default-gems": [ { "arch": "noarch", "epoch": null, "name": "ruby-default-gems", "release": "181.fc39", "source": "rpm", "version": "3.2.2" } ], "ruby-libs": [ { "arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "181.fc39", "source": "rpm", "version": "3.2.2" } ], "rubygem-backports": [ { "arch": "noarch", "epoch": null, "name": "rubygem-backports", "release": "3.fc39", "source": "rpm", "version": "3.23.0" } ], "rubygem-bigdecimal": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "181.fc39", "source": "rpm", "version": "3.1.3" } ], "rubygem-bundler": [ { "arch": "noarch", "epoch": null, "name": "rubygem-bundler", "release": "181.fc39", "source": "rpm", "version": "2.4.10" } ], "rubygem-childprocess": [ { "arch": "noarch", "epoch": null, "name": "rubygem-childprocess", "release": "5.fc39", "source": "rpm", "version": "4.1.0" } ], "rubygem-ethon": [ { "arch": "noarch", "epoch": null, "name": "rubygem-ethon", "release": "5.fc39", "source": "rpm", "version": "0.15.0" } ], "rubygem-ffi": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-ffi", "release": "7.fc39", "source": "rpm", "version": "1.15.5" } ], "rubygem-io-console": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "181.fc39", "source": "rpm", "version": "0.6.0" } ], "rubygem-json": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "204.fc39", "source": "rpm", "version": "2.6.3" } ], "rubygem-mustermann": [ { "arch": "noarch", "epoch": null, "name": "rubygem-mustermann", "release": "10.fc39", "source": "rpm", "version": "1.1.1" } ], "rubygem-nio4r": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-nio4r", "release": "4.fc39", "source": "rpm", "version": "2.5.8" } ], "rubygem-psych": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "181.fc39", "source": "rpm", "version": "5.0.1" } ], "rubygem-puma": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-puma", "release": "4.fc39", "source": "rpm", "version": "5.6.5" } ], "rubygem-rack": [ { "arch": "noarch", "epoch": 1, "name": "rubygem-rack", "release": "3.fc39", "source": "rpm", "version": "2.2.4" } ], "rubygem-rack-protection": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rack-protection", "release": "3.fc39", "source": "rpm", "version": "3.0.5" } ], "rubygem-rack-test": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rack-test", "release": "8.fc39", "source": "rpm", "version": "1.1.0" } ], "rubygem-rdoc": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "181.fc39", "source": "rpm", "version": "6.5.0" } ], "rubygem-rexml": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rexml", "release": "181.fc39", "source": "rpm", "version": "3.2.5" } ], "rubygem-sinatra": [ { "arch": "noarch", "epoch": 1, "name": "rubygem-sinatra", "release": "3.fc39", "source": "rpm", "version": "3.0.5" } ], "rubygem-tilt": [ { "arch": "noarch", "epoch": null, "name": "rubygem-tilt", "release": "2.fc39", "source": "rpm", "version": "2.0.11" } ], "rubygems": [ { "arch": "noarch", "epoch": null, "name": "rubygems", "release": "181.fc39", "source": "rpm", "version": "3.4.10" } ], "rubypick": [ { "arch": "noarch", "epoch": null, "name": "rubypick", "release": "19.fc39", "source": "rpm", "version": "1.1.1" } ], "sbd": [ { "arch": "x86_64", "epoch": null, "name": "sbd", "release": "1.fc39.1", "source": "rpm", "version": "1.5.2" } ], "sdubby": [ { "arch": "noarch", "epoch": null, "name": "sdubby", "release": "5.fc39", "source": "rpm", "version": "1.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "14.fc39", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc39", "source": "rpm", "version": "39.3" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc39", "source": "rpm", "version": "39.3" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc39", "source": "rpm", "version": "2.14.4" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils", "release": "6.fc39", "source": "rpm", "version": "1.46" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": null, "name": "sg3_utils-libs", "release": "6.fc39", "source": "rpm", "version": "1.46" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "2.fc39", "source": "rpm", "version": "4.14.0" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "4.fc39", "source": "rpm", "version": "2.2" } ], "sound-theme-freedesktop": [ { "arch": "noarch", "epoch": null, "name": "sound-theme-freedesktop", "release": "20.fc39", "source": "rpm", "version": "0.8" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.fc39", "source": "rpm", "version": "3.42.0" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.3" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc39", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.p3.fc39", "source": "rpm", "version": "1.9.14" } ], "svt-av1-libs": [ { "arch": "x86_64", "epoch": null, "name": "svt-av1-libs", "release": "3.fc39", "source": "rpm", "version": "1.4.1" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-boot-unsigned": [ { "arch": "x86_64", "epoch": null, "name": "systemd-boot-unsigned", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc39", "source": "rpm", "version": "254.7" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "2.fc39", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "20.fc39", "source": "rpm", "version": "2020.3" } ], "telnet": [ { "arch": "x86_64", "epoch": 1, "name": "telnet", "release": "90.fc39", "source": "rpm", "version": "0.17" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "22.fc39", "source": "rpm", "version": "1.9" } ], "totem-pl-parser": [ { "arch": "x86_64", "epoch": null, "name": "totem-pl-parser", "release": "7.fc39", "source": "rpm", "version": "3.26.6" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "6.fc39", "source": "rpm", "version": "4.0.1" } ], "tracker": [ { "arch": "x86_64", "epoch": null, "name": "tracker", "release": "1.fc39", "source": "rpm", "version": "3.6.0" } ], "tracker-miners": [ { "arch": "x86_64", "epoch": null, "name": "tracker-miners", "release": "1.fc39", "source": "rpm", "version": "3.6.2" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc39", "source": "rpm", "version": "2023d" } ], "uchardet": [ { "arch": "x86_64", "epoch": null, "name": "uchardet", "release": "4.fc39", "source": "rpm", "version": "0.0.8" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "1.fc39", "source": "rpm", "version": "2.10.1" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc39", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc39", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "62.fc39", "source": "rpm", "version": "6.0" } ], "upower": [ { "arch": "x86_64", "epoch": null, "name": "upower", "release": "3.fc39", "source": "rpm", "version": "1.90.2" } ], "upower-libs": [ { "arch": "x86_64", "epoch": null, "name": "upower-libs", "release": "3.fc39", "source": "rpm", "version": "1.90.2" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "3.fc39", "source": "rpm", "version": "0.14.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "1.fc39", "source": "rpm", "version": "2.39.3" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "20.fc39", "source": "rpm", "version": "0.3.12" } ], "vte-profile": [ { "arch": "x86_64", "epoch": null, "name": "vte-profile", "release": "1.fc39", "source": "rpm", "version": "0.74.2" } ], "vte291": [ { "arch": "x86_64", "epoch": null, "name": "vte291", "release": "1.fc39", "source": "rpm", "version": "0.74.2" } ], "webp-pixbuf-loader": [ { "arch": "x86_64", "epoch": null, "name": "webp-pixbuf-loader", "release": "1.fc39", "source": "rpm", "version": "0.2.6" } ], "webrtc-audio-processing": [ { "arch": "x86_64", "epoch": null, "name": "webrtc-audio-processing", "release": "11.fc39", "source": "rpm", "version": "0.3.1" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "7.fc39", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "40.fc39", "source": "rpm", "version": "2.21" } ], "wireplumber": [ { "arch": "x86_64", "epoch": null, "name": "wireplumber", "release": "1.fc39", "source": "rpm", "version": "0.4.17" } ], "wireplumber-libs": [ { "arch": "x86_64", "epoch": null, "name": "wireplumber-libs", "release": "1.fc39", "source": "rpm", "version": "0.4.17" } ], "xdg-desktop-portal": [ { "arch": "x86_64", "epoch": null, "name": "xdg-desktop-portal", "release": "1.fc39", "source": "rpm", "version": "1.18.2" } ], "xdg-desktop-portal-gtk": [ { "arch": "x86_64", "epoch": null, "name": "xdg-desktop-portal-gtk", "release": "1.fc39", "source": "rpm", "version": "1.15.1" } ], "xdg-utils": [ { "arch": "noarch", "epoch": null, "name": "xdg-utils", "release": "15.fc39", "source": "rpm", "version": "1.1.3" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "1.fc39", "source": "rpm", "version": "6.4.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc39", "source": "rpm", "version": "2.40" } ], "xml-common": [ { "arch": "noarch", "epoch": null, "name": "xml-common", "release": "61.fc39", "source": "rpm", "version": "0.6.3" } ], "xprop": [ { "arch": "x86_64", "epoch": null, "name": "xprop", "release": "4.fc39", "source": "rpm", "version": "1.2.5" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc39", "source": "rpm", "version": "9.1.016" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc39", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc39", "source": "rpm", "version": "4.18.2" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc39", "source": "rpm", "version": "1.4.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "39.fc39", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "4.fc39", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "4.fc39", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "8.fc39", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "8.fc39", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [Debug pacemaker version] ************************************************* task path: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/fetch_versions.yml:16 Saturday 27 January 2024 07:04:04 +0000 (0:00:01.319) 0:03:41.144 ****** ok: [sut] => { "ansible_facts.packages['pacemaker']": [ { "arch": "x86_64", "epoch": null, "name": "pacemaker", "release": "4.fc39", "source": "rpm", "version": "2.1.7" } ] } TASK [Extract versions of cluster components] ********************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/fetch_versions.yml:20 Saturday 27 January 2024 07:04:04 +0000 (0:00:00.033) 0:03:41.178 ****** ok: [sut] => { "ansible_facts": { "__test_pacemaker_version": "2.1.7", "__test_pcs_version": "0.11.6" }, "changed": false } TASK [Fetch stonith configuration from the cluster] **************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:318 Saturday 27 January 2024 07:04:04 +0000 (0:00:00.037) 0:03:41.216 ****** skipping: [sut] => { "changed": false, "false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities", "skip_reason": "Conditional result was False" } TASK [Print real stonith configuration] **************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:324 Saturday 27 January 2024 07:04:04 +0000 (0:00:00.025) 0:03:41.241 ****** skipping: [sut] => { "false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities" } TASK [Print expected stonith configuration] ************************************ task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:328 Saturday 27 January 2024 07:04:04 +0000 (0:00:00.025) 0:03:41.266 ****** skipping: [sut] => { "false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities" } TASK [Check stonith configuration] ********************************************* task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:332 Saturday 27 January 2024 07:04:04 +0000 (0:00:00.024) 0:03:41.291 ****** skipping: [sut] => { "changed": false, "false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities", "skip_reason": "Conditional result was False" } TASK [Fetch stonith configuration from the cluster] **************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:517 Saturday 27 January 2024 07:04:04 +0000 (0:00:00.051) 0:03:41.342 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "--output-format=json", "stonith", "config" ], "delta": "0:00:00.840986", "end": "2024-01-27 07:04:06.047274", "rc": 0, "start": "2024-01-27 07:04:05.206288" } STDOUT: {"primitives": [{"id": "fence-no-attrs", "agent_name": {"standard": "stonith", "provider": null, "type": "fence_kdump"}, "description": null, "operations": [{"id": "fence-no-attrs-monitor-interval-60s", "name": "monitor", "interval": "60s", "description": null, "start_delay": null, "interval_origin": null, "timeout": null, "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "fence-empty-attrs1", "agent_name": {"standard": "stonith", "provider": null, "type": "fence_kdump"}, "description": null, "operations": [{"id": "fence-empty-attrs1-monitor-interval-60s", "name": "monitor", "interval": "60s", "description": null, "start_delay": null, "interval_origin": null, "timeout": null, "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "fence-empty-attrs2", "agent_name": {"standard": "stonith", "provider": null, "type": "fence_kdump"}, "description": null, "operations": [{"id": "fence-empty-attrs2-monitor-interval-60s", "name": "monitor", "interval": "60s", "description": null, "start_delay": null, "interval_origin": null, "timeout": null, "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "fence-with-attrs", "agent_name": {"standard": "stonith", "provider": null, "type": "fence_kdump"}, "description": null, "operations": [{"id": "fence-with-attrs-monitor-interval-26", "name": "monitor", "interval": "26", "description": null, "start_delay": null, "interval_origin": null, "timeout": "13", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "fence-with-attrs-monitor-interval-28s", "name": "monitor", "interval": "28s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "14s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [{"id": "fence-with-attrs-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "fence-with-attrs-meta_attributes-an-attr", "name": "an-attr", "value": "a value"}, {"id": "fence-with-attrs-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": [{"id": "fence-with-attrs-instance_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "fence-with-attrs-instance_attributes-pcmk_host_list", "name": "pcmk_host_list", "value": "node1 node2"}, {"id": "fence-with-attrs-instance_attributes-timeout", "name": "timeout", "value": "30"}]}], "utilization": []}], "clones": [], "groups": [], "bundles": []} STDERR: Warning: Only 'text' output format is supported for stonith levels TASK [Print real stonith configuration] **************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:523 Saturday 27 January 2024 07:04:06 +0000 (0:00:01.110) 0:03:42.453 ****** ok: [sut] => { "__test_pcs_stonith_config.stdout | from_json": { "bundles": [], "clones": [], "groups": [], "primitives": [ { "agent_name": { "provider": null, "standard": "stonith", "type": "fence_kdump" }, "description": null, "id": "fence-no-attrs", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "fence-no-attrs-monitor-interval-60s", "instance_attributes": [], "interval": "60s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": null } ], "utilization": [] }, { "agent_name": { "provider": null, "standard": "stonith", "type": "fence_kdump" }, "description": null, "id": "fence-empty-attrs1", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "fence-empty-attrs1-monitor-interval-60s", "instance_attributes": [], "interval": "60s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": null } ], "utilization": [] }, { "agent_name": { "provider": null, "standard": "stonith", "type": "fence_kdump" }, "description": null, "id": "fence-empty-attrs2", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "fence-empty-attrs2-monitor-interval-60s", "instance_attributes": [], "interval": "60s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": null } ], "utilization": [] }, { "agent_name": { "provider": null, "standard": "stonith", "type": "fence_kdump" }, "description": null, "id": "fence-with-attrs", "instance_attributes": [ { "id": "fence-with-attrs-instance_attributes", "nvpairs": [ { "id": "fence-with-attrs-instance_attributes-pcmk_host_list", "name": "pcmk_host_list", "value": "node1 node2" }, { "id": "fence-with-attrs-instance_attributes-timeout", "name": "timeout", "value": "30" } ], "options": {}, "rule": null } ], "meta_attributes": [ { "id": "fence-with-attrs-meta_attributes", "nvpairs": [ { "id": "fence-with-attrs-meta_attributes-an-attr", "name": "an-attr", "value": "a value" }, { "id": "fence-with-attrs-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ], "operations": [ { "description": null, "enabled": null, "id": "fence-with-attrs-monitor-interval-26", "instance_attributes": [], "interval": "26", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "13" }, { "description": null, "enabled": null, "id": "fence-with-attrs-monitor-interval-28s", "instance_attributes": [], "interval": "28s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "14s" } ], "utilization": [] } ] } } TASK [Print expected stonith configuration] ************************************ task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:527 Saturday 27 January 2024 07:04:06 +0000 (0:00:00.038) 0:03:42.491 ****** ok: [sut] => { "__test_expected_lines | from_json": { "bundles": [], "clones": [], "groups": [], "primitives": [ { "agent_name": { "provider": null, "standard": "stonith", "type": "fence_kdump" }, "description": null, "id": "fence-no-attrs", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "fence-no-attrs-monitor-interval-60s", "instance_attributes": [], "interval": "60s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": null } ], "utilization": [] }, { "agent_name": { "provider": null, "standard": "stonith", "type": "fence_kdump" }, "description": null, "id": "fence-empty-attrs1", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "fence-empty-attrs1-monitor-interval-60s", "instance_attributes": [], "interval": "60s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": null } ], "utilization": [] }, { "agent_name": { "provider": null, "standard": "stonith", "type": "fence_kdump" }, "description": null, "id": "fence-empty-attrs2", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "fence-empty-attrs2-monitor-interval-60s", "instance_attributes": [], "interval": "60s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": null } ], "utilization": [] }, { "agent_name": { "provider": null, "standard": "stonith", "type": "fence_kdump" }, "description": null, "id": "fence-with-attrs", "instance_attributes": [ { "id": "fence-with-attrs-instance_attributes", "nvpairs": [ { "id": "fence-with-attrs-instance_attributes-pcmk_host_list", "name": "pcmk_host_list", "value": "node1 node2" }, { "id": "fence-with-attrs-instance_attributes-timeout", "name": "timeout", "value": "30" } ], "options": {}, "rule": null } ], "meta_attributes": [ { "id": "fence-with-attrs-meta_attributes", "nvpairs": [ { "id": "fence-with-attrs-meta_attributes-an-attr", "name": "an-attr", "value": "a value" }, { "id": "fence-with-attrs-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ], "operations": [ { "description": null, "enabled": null, "id": "fence-with-attrs-monitor-interval-26", "instance_attributes": [], "interval": "26", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "13" }, { "description": null, "enabled": null, "id": "fence-with-attrs-monitor-interval-28s", "instance_attributes": [], "interval": "28s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "14s" } ], "utilization": [] } ] } } TASK [Check stonith configuration] ********************************************* task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:531 Saturday 27 January 2024 07:04:06 +0000 (0:00:00.037) 0:03:42.529 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Fetch resource configuration from the cluster] *************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:733 Saturday 27 January 2024 07:04:06 +0000 (0:00:00.035) 0:03:42.564 ****** skipping: [sut] => { "changed": false, "false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities", "skip_reason": "Conditional result was False" } TASK [Print real resource configuration] *************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:739 Saturday 27 January 2024 07:04:06 +0000 (0:00:00.024) 0:03:42.589 ****** skipping: [sut] => { "false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities" } TASK [Print expected resource configuration] *********************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:743 Saturday 27 January 2024 07:04:06 +0000 (0:00:00.024) 0:03:42.613 ****** skipping: [sut] => { "false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities" } TASK [Check resource configuration] ******************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:747 Saturday 27 January 2024 07:04:06 +0000 (0:00:00.024) 0:03:42.637 ****** skipping: [sut] => { "changed": false, "false_condition": "\"pcmk.resource.config.output-formats\" not in __test_pcs_capabilities", "skip_reason": "Conditional result was False" } TASK [Fetch resource configuration from the cluster] *************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:816 Saturday 27 January 2024 07:04:06 +0000 (0:00:00.023) 0:03:42.661 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "--output-format=json", "resource", "config" ], "delta": "0:00:00.863700", "end": "2024-01-27 07:04:07.392445", "rc": 0, "start": "2024-01-27 07:04:06.528745" } STDOUT: {"primitives": [{"id": "test-bundle", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-bundle-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-bundle-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-no-attrs", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-no-attrs-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-no-attrs-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-empty-attrs1", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-empty-attrs1-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs1-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-empty-attrs2", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-empty-attrs2-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-empty-attrs2-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-with-attrs1", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-with-attrs1-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-monitor-interval-60s", "name": "monitor", "interval": "60s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "1min", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs1-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [{"id": "test-with-attrs1-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "test-with-attrs1-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": [{"id": "test-with-attrs1-instance_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "test-with-attrs1-instance_attributes-fake", "name": "fake", "value": "fake value"}]}], "utilization": []}, {"id": "test-with-attrs2", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-with-attrs2-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-monitor-interval-26", "name": "monitor", "interval": "26", "description": null, "start_delay": null, "interval_origin": null, "timeout": "13", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-monitor-interval-28", "name": "monitor", "interval": "28", "description": null, "start_delay": null, "interval_origin": null, "timeout": "14", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-with-attrs2-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [{"id": "test-with-attrs2-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "test-with-attrs2-meta_attributes-an-attr", "name": "an-attr", "value": "a value"}, {"id": "test-with-attrs2-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": [{"id": "test-with-attrs2-instance_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "test-with-attrs2-instance_attributes-fake", "name": "fake", "value": "fake value"}, {"id": "test-with-attrs2-instance_attributes-passwd", "name": "passwd", "value": "passwd value1"}]}], "utilization": []}, {"id": "test-no-default-ops", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-no-default-ops-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-1a", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-1a-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1a-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-1b", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-1b-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-1b-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-2a", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-2a-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-2a-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-4a", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-4a-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-4a-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-clone-no-options", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-clone-no-options-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-no-options-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "stateful-clone-promotable", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Stateful"}, "description": null, "operations": [{"id": "stateful-clone-promotable-demote-interval-0s", "name": "demote", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": "Promoted", "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-monitor-interval-11s", "name": "monitor", "interval": "11s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": "Unpromoted", "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-notify-interval-0s", "name": "notify", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "5s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-promote-interval-0s", "name": "promote", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-clone-id", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-clone-id-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-id-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-clone-empty-attrs1", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-clone-empty-attrs1-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-clone-empty-attrs2", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-clone-empty-attrs2-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-clone-with-attrs1", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-clone-with-attrs1-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "stateful-clone-with-attrs2", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Stateful"}, "description": null, "operations": [{"id": "stateful-clone-with-attrs2-demote-interval-0s", "name": "demote", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": "Promoted", "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-monitor-interval-11s", "name": "monitor", "interval": "11s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": "Unpromoted", "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-notify-interval-0s", "name": "notify", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "5s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-promote-interval-0s", "name": "promote", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "10s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-with-attrs2-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}, {"id": "test-3a", "agent_name": {"standard": "ocf", "provider": "pacemaker", "type": "Dummy"}, "description": null, "operations": [{"id": "test-3a-migrate_from-interval-0s", "name": "migrate_from", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-migrate_to-interval-0s", "name": "migrate_to", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-monitor-interval-10s", "name": "monitor", "interval": "10s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-reload-interval-0s", "name": "reload", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-reload-agent-interval-0s", "name": "reload-agent", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-start-interval-0s", "name": "start", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}, {"id": "test-3a-stop-interval-0s", "name": "stop", "interval": "0s", "description": null, "start_delay": null, "interval_origin": null, "timeout": "20s", "enabled": null, "record_pending": null, "role": null, "on_fail": null, "meta_attributes": [], "instance_attributes": []}], "meta_attributes": [], "instance_attributes": [], "utilization": []}], "clones": [{"id": "test-clone-no-options-clone", "description": null, "member_id": "test-clone-no-options", "meta_attributes": [], "instance_attributes": []}, {"id": "stateful-clone-promotable-clone", "description": null, "member_id": "stateful-clone-promotable", "meta_attributes": [{"id": "stateful-clone-promotable-clone-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "stateful-clone-promotable-clone-meta_attributes-promotable", "name": "promotable", "value": "true"}]}], "instance_attributes": []}, {"id": "custom-clone-id1", "description": null, "member_id": "test-clone-id", "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs1-clone", "description": null, "member_id": "test-clone-empty-attrs1", "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-empty-attrs2-clone", "description": null, "member_id": "test-clone-empty-attrs2", "meta_attributes": [], "instance_attributes": []}, {"id": "test-clone-with-attrs1-clone", "description": null, "member_id": "test-clone-with-attrs1", "meta_attributes": [{"id": "test-clone-with-attrs1-clone-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "test-clone-with-attrs1-clone-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": []}, {"id": "custom-clone-id2", "description": null, "member_id": "stateful-clone-with-attrs2", "meta_attributes": [{"id": "custom-clone-id2-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "custom-clone-id2-meta_attributes-an-attr", "name": "an-attr", "value": "a value"}, {"id": "custom-clone-id2-meta_attributes-promotable", "name": "promotable", "value": "true"}, {"id": "custom-clone-id2-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": []}, {"id": "group3-clone", "description": null, "member_id": "group3", "meta_attributes": [], "instance_attributes": []}], "groups": [{"id": "group1", "description": null, "member_ids": ["test-1a", "test-1b"], "meta_attributes": [], "instance_attributes": []}, {"id": "group2", "description": null, "member_ids": ["test-2a"], "meta_attributes": [], "instance_attributes": []}, {"id": "group4", "description": null, "member_ids": ["test-4a"], "meta_attributes": [{"id": "group4-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "group4-meta_attributes-an-attr", "name": "an-attr", "value": "a value"}, {"id": "group4-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": []}, {"id": "group3", "description": null, "member_ids": ["test-3a"], "meta_attributes": [], "instance_attributes": []}], "bundles": [{"id": "bundle-minimal", "description": null, "member_id": null, "container_type": "docker", "container_options": {"image": "my:image1", "replicas": null, "replicas_per_host": null, "promoted_max": null, "run_command": null, "network": null, "options": null}, "network": null, "port_mappings": [], "storage_mappings": [], "meta_attributes": [], "instance_attributes": []}, {"id": "bundle-minimal-with-resource", "description": null, "member_id": "test-bundle", "container_type": "docker", "container_options": {"image": "my:image1", "replicas": null, "replicas_per_host": null, "promoted_max": null, "run_command": null, "network": null, "options": null}, "network": {"ip_range_start": null, "control_port": 3121, "host_interface": null, "host_netmask": null, "add_host": null}, "port_mappings": [], "storage_mappings": [], "meta_attributes": [], "instance_attributes": []}, {"id": "bundle-all-options", "description": null, "member_id": null, "container_type": "docker", "container_options": {"image": "my:image1", "replicas": 2, "replicas_per_host": null, "promoted_max": null, "run_command": null, "network": null, "options": null}, "network": {"ip_range_start": null, "control_port": 3121, "host_interface": null, "host_netmask": 32, "add_host": null}, "port_mappings": [{"id": "bundle-all-options-port-map-23456", "port": 23456, "internal_port": null, "range": null}, {"id": "bundle-all-options-port-map-34567", "port": 34567, "internal_port": 45678, "range": null}], "storage_mappings": [{"id": "bundle-all-options-storage-map", "source_dir": "/tmp/source1", "source_dir_root": null, "target_dir": "/tmp/target1", "options": null}, {"id": "bundle-all-options-storage-map-1", "source_dir": "/tmp/source2", "source_dir_root": null, "target_dir": "/tmp/target2", "options": null}], "meta_attributes": [{"id": "bundle-all-options-meta_attributes", "options": {}, "rule": null, "nvpairs": [{"id": "bundle-all-options-meta_attributes-an-attr", "name": "an-attr", "value": "a value"}, {"id": "bundle-all-options-meta_attributes-target-role", "name": "target-role", "value": "Stopped"}]}], "instance_attributes": []}]} TASK [Print real resource configuration] *************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:822 Saturday 27 January 2024 07:04:07 +0000 (0:00:01.136) 0:03:43.797 ****** ok: [sut] => { "__test_pcs_resource_config.stdout | from_json": { "bundles": [ { "container_options": { "image": "my:image1", "network": null, "options": null, "promoted_max": null, "replicas": null, "replicas_per_host": null, "run_command": null }, "container_type": "docker", "description": null, "id": "bundle-minimal", "instance_attributes": [], "member_id": null, "meta_attributes": [], "network": null, "port_mappings": [], "storage_mappings": [] }, { "container_options": { "image": "my:image1", "network": null, "options": null, "promoted_max": null, "replicas": null, "replicas_per_host": null, "run_command": null }, "container_type": "docker", "description": null, "id": "bundle-minimal-with-resource", "instance_attributes": [], "member_id": "test-bundle", "meta_attributes": [], "network": { "add_host": null, "control_port": 3121, "host_interface": null, "host_netmask": null, "ip_range_start": null }, "port_mappings": [], "storage_mappings": [] }, { "container_options": { "image": "my:image1", "network": null, "options": null, "promoted_max": null, "replicas": 2, "replicas_per_host": null, "run_command": null }, "container_type": "docker", "description": null, "id": "bundle-all-options", "instance_attributes": [], "member_id": null, "meta_attributes": [ { "id": "bundle-all-options-meta_attributes", "nvpairs": [ { "id": "bundle-all-options-meta_attributes-an-attr", "name": "an-attr", "value": "a value" }, { "id": "bundle-all-options-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ], "network": { "add_host": null, "control_port": 3121, "host_interface": null, "host_netmask": 32, "ip_range_start": null }, "port_mappings": [ { "id": "bundle-all-options-port-map-23456", "internal_port": null, "port": 23456, "range": null }, { "id": "bundle-all-options-port-map-34567", "internal_port": 45678, "port": 34567, "range": null } ], "storage_mappings": [ { "id": "bundle-all-options-storage-map", "options": null, "source_dir": "/tmp/source1", "source_dir_root": null, "target_dir": "/tmp/target1" }, { "id": "bundle-all-options-storage-map-1", "options": null, "source_dir": "/tmp/source2", "source_dir_root": null, "target_dir": "/tmp/target2" } ] } ], "clones": [ { "description": null, "id": "test-clone-no-options-clone", "instance_attributes": [], "member_id": "test-clone-no-options", "meta_attributes": [] }, { "description": null, "id": "stateful-clone-promotable-clone", "instance_attributes": [], "member_id": "stateful-clone-promotable", "meta_attributes": [ { "id": "stateful-clone-promotable-clone-meta_attributes", "nvpairs": [ { "id": "stateful-clone-promotable-clone-meta_attributes-promotable", "name": "promotable", "value": "true" } ], "options": {}, "rule": null } ] }, { "description": null, "id": "custom-clone-id1", "instance_attributes": [], "member_id": "test-clone-id", "meta_attributes": [] }, { "description": null, "id": "test-clone-empty-attrs1-clone", "instance_attributes": [], "member_id": "test-clone-empty-attrs1", "meta_attributes": [] }, { "description": null, "id": "test-clone-empty-attrs2-clone", "instance_attributes": [], "member_id": "test-clone-empty-attrs2", "meta_attributes": [] }, { "description": null, "id": "test-clone-with-attrs1-clone", "instance_attributes": [], "member_id": "test-clone-with-attrs1", "meta_attributes": [ { "id": "test-clone-with-attrs1-clone-meta_attributes", "nvpairs": [ { "id": "test-clone-with-attrs1-clone-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ] }, { "description": null, "id": "custom-clone-id2", "instance_attributes": [], "member_id": "stateful-clone-with-attrs2", "meta_attributes": [ { "id": "custom-clone-id2-meta_attributes", "nvpairs": [ { "id": "custom-clone-id2-meta_attributes-an-attr", "name": "an-attr", "value": "a value" }, { "id": "custom-clone-id2-meta_attributes-promotable", "name": "promotable", "value": "true" }, { "id": "custom-clone-id2-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ] }, { "description": null, "id": "group3-clone", "instance_attributes": [], "member_id": "group3", "meta_attributes": [] } ], "groups": [ { "description": null, "id": "group1", "instance_attributes": [], "member_ids": [ "test-1a", "test-1b" ], "meta_attributes": [] }, { "description": null, "id": "group2", "instance_attributes": [], "member_ids": [ "test-2a" ], "meta_attributes": [] }, { "description": null, "id": "group4", "instance_attributes": [], "member_ids": [ "test-4a" ], "meta_attributes": [ { "id": "group4-meta_attributes", "nvpairs": [ { "id": "group4-meta_attributes-an-attr", "name": "an-attr", "value": "a value" }, { "id": "group4-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ] }, { "description": null, "id": "group3", "instance_attributes": [], "member_ids": [ "test-3a" ], "meta_attributes": [] } ], "primitives": [ { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-bundle", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-bundle-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-no-attrs", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-no-attrs-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-empty-attrs1", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-empty-attrs1-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-empty-attrs2", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-empty-attrs2-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-with-attrs1", "instance_attributes": [ { "id": "test-with-attrs1-instance_attributes", "nvpairs": [ { "id": "test-with-attrs1-instance_attributes-fake", "name": "fake", "value": "fake value" } ], "options": {}, "rule": null } ], "meta_attributes": [ { "id": "test-with-attrs1-meta_attributes", "nvpairs": [ { "id": "test-with-attrs1-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ], "operations": [ { "description": null, "enabled": null, "id": "test-with-attrs1-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs1-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs1-monitor-interval-60s", "instance_attributes": [], "interval": "60s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "1min" }, { "description": null, "enabled": null, "id": "test-with-attrs1-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs1-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs1-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs1-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-with-attrs2", "instance_attributes": [ { "id": "test-with-attrs2-instance_attributes", "nvpairs": [ { "id": "test-with-attrs2-instance_attributes-fake", "name": "fake", "value": "fake value" }, { "id": "test-with-attrs2-instance_attributes-passwd", "name": "passwd", "value": "passwd value1" } ], "options": {}, "rule": null } ], "meta_attributes": [ { "id": "test-with-attrs2-meta_attributes", "nvpairs": [ { "id": "test-with-attrs2-meta_attributes-an-attr", "name": "an-attr", "value": "a value" }, { "id": "test-with-attrs2-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ], "operations": [ { "description": null, "enabled": null, "id": "test-with-attrs2-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs2-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs2-monitor-interval-26", "instance_attributes": [], "interval": "26", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "13" }, { "description": null, "enabled": null, "id": "test-with-attrs2-monitor-interval-28", "instance_attributes": [], "interval": "28", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "14" }, { "description": null, "enabled": null, "id": "test-with-attrs2-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs2-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs2-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs2-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-no-default-ops", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-no-default-ops-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-1a", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-1a-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-1b", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-1b-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-2a", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-2a-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-4a", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-4a-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-clone-no-options", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-clone-no-options-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Stateful" }, "description": null, "id": "stateful-clone-promotable", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "stateful-clone-promotable-demote-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "demote", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": "Promoted", "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-monitor-interval-11s", "instance_attributes": [], "interval": "11s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": "Unpromoted", "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-notify-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "notify", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "5s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-promote-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "promote", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-clone-id", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-clone-id-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-clone-empty-attrs1", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-clone-empty-attrs2", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-clone-with-attrs1", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-clone-with-attrs1-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Stateful" }, "description": null, "id": "stateful-clone-with-attrs2", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-demote-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "demote", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": "Promoted", "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-monitor-interval-11s", "instance_attributes": [], "interval": "11s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": "Unpromoted", "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-notify-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "notify", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "5s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-promote-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "promote", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-3a", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-3a-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] } ] } } TASK [Print expected resource configuration] *********************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:826 Saturday 27 January 2024 07:04:07 +0000 (0:00:00.144) 0:03:43.942 ****** ok: [sut] => { "__test_expected_lines | from_json": { "bundles": [ { "container_options": { "image": "my:image1", "network": null, "options": null, "promoted_max": null, "replicas": null, "replicas_per_host": null, "run_command": null }, "container_type": "docker", "description": null, "id": "bundle-minimal", "instance_attributes": [], "member_id": null, "meta_attributes": [], "network": null, "port_mappings": [], "storage_mappings": [] }, { "container_options": { "image": "my:image1", "network": null, "options": null, "promoted_max": null, "replicas": null, "replicas_per_host": null, "run_command": null }, "container_type": "docker", "description": null, "id": "bundle-minimal-with-resource", "instance_attributes": [], "member_id": "test-bundle", "meta_attributes": [], "network": { "add_host": null, "control_port": 3121, "host_interface": null, "host_netmask": null, "ip_range_start": null }, "port_mappings": [], "storage_mappings": [] }, { "container_options": { "image": "my:image1", "network": null, "options": null, "promoted_max": null, "replicas": 2, "replicas_per_host": null, "run_command": null }, "container_type": "docker", "description": null, "id": "bundle-all-options", "instance_attributes": [], "member_id": null, "meta_attributes": [ { "id": "bundle-all-options-meta_attributes", "nvpairs": [ { "id": "bundle-all-options-meta_attributes-an-attr", "name": "an-attr", "value": "a value" }, { "id": "bundle-all-options-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ], "network": { "add_host": null, "control_port": 3121, "host_interface": null, "host_netmask": 32, "ip_range_start": null }, "port_mappings": [ { "id": "bundle-all-options-port-map-23456", "internal_port": null, "port": 23456, "range": null }, { "id": "bundle-all-options-port-map-34567", "internal_port": 45678, "port": 34567, "range": null } ], "storage_mappings": [ { "id": "bundle-all-options-storage-map", "options": null, "source_dir": "/tmp/source1", "source_dir_root": null, "target_dir": "/tmp/target1" }, { "id": "bundle-all-options-storage-map-1", "options": null, "source_dir": "/tmp/source2", "source_dir_root": null, "target_dir": "/tmp/target2" } ] } ], "clones": [ { "description": null, "id": "test-clone-no-options-clone", "instance_attributes": [], "member_id": "test-clone-no-options", "meta_attributes": [] }, { "description": null, "id": "stateful-clone-promotable-clone", "instance_attributes": [], "member_id": "stateful-clone-promotable", "meta_attributes": [ { "id": "stateful-clone-promotable-clone-meta_attributes", "nvpairs": [ { "id": "stateful-clone-promotable-clone-meta_attributes-promotable", "name": "promotable", "value": "true" } ], "options": {}, "rule": null } ] }, { "description": null, "id": "custom-clone-id1", "instance_attributes": [], "member_id": "test-clone-id", "meta_attributes": [] }, { "description": null, "id": "test-clone-empty-attrs1-clone", "instance_attributes": [], "member_id": "test-clone-empty-attrs1", "meta_attributes": [] }, { "description": null, "id": "test-clone-empty-attrs2-clone", "instance_attributes": [], "member_id": "test-clone-empty-attrs2", "meta_attributes": [] }, { "description": null, "id": "test-clone-with-attrs1-clone", "instance_attributes": [], "member_id": "test-clone-with-attrs1", "meta_attributes": [ { "id": "test-clone-with-attrs1-clone-meta_attributes", "nvpairs": [ { "id": "test-clone-with-attrs1-clone-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ] }, { "description": null, "id": "custom-clone-id2", "instance_attributes": [], "member_id": "stateful-clone-with-attrs2", "meta_attributes": [ { "id": "custom-clone-id2-meta_attributes", "nvpairs": [ { "id": "custom-clone-id2-meta_attributes-an-attr", "name": "an-attr", "value": "a value" }, { "id": "custom-clone-id2-meta_attributes-promotable", "name": "promotable", "value": "true" }, { "id": "custom-clone-id2-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ] }, { "description": null, "id": "group3-clone", "instance_attributes": [], "member_id": "group3", "meta_attributes": [] } ], "groups": [ { "description": null, "id": "group1", "instance_attributes": [], "member_ids": [ "test-1a", "test-1b" ], "meta_attributes": [] }, { "description": null, "id": "group2", "instance_attributes": [], "member_ids": [ "test-2a" ], "meta_attributes": [] }, { "description": null, "id": "group4", "instance_attributes": [], "member_ids": [ "test-4a" ], "meta_attributes": [ { "id": "group4-meta_attributes", "nvpairs": [ { "id": "group4-meta_attributes-an-attr", "name": "an-attr", "value": "a value" }, { "id": "group4-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ] }, { "description": null, "id": "group3", "instance_attributes": [], "member_ids": [ "test-3a" ], "meta_attributes": [] } ], "primitives": [ { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-bundle", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-bundle-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-bundle-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-no-attrs", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-no-attrs-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-no-attrs-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-empty-attrs1", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-empty-attrs1-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs1-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-empty-attrs2", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-empty-attrs2-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-empty-attrs2-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-with-attrs1", "instance_attributes": [ { "id": "test-with-attrs1-instance_attributes", "nvpairs": [ { "id": "test-with-attrs1-instance_attributes-fake", "name": "fake", "value": "fake value" } ], "options": {}, "rule": null } ], "meta_attributes": [ { "id": "test-with-attrs1-meta_attributes", "nvpairs": [ { "id": "test-with-attrs1-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ], "operations": [ { "description": null, "enabled": null, "id": "test-with-attrs1-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs1-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs1-monitor-interval-60s", "instance_attributes": [], "interval": "60s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "1min" }, { "description": null, "enabled": null, "id": "test-with-attrs1-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs1-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs1-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs1-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-with-attrs2", "instance_attributes": [ { "id": "test-with-attrs2-instance_attributes", "nvpairs": [ { "id": "test-with-attrs2-instance_attributes-fake", "name": "fake", "value": "fake value" }, { "id": "test-with-attrs2-instance_attributes-passwd", "name": "passwd", "value": "passwd value1" } ], "options": {}, "rule": null } ], "meta_attributes": [ { "id": "test-with-attrs2-meta_attributes", "nvpairs": [ { "id": "test-with-attrs2-meta_attributes-an-attr", "name": "an-attr", "value": "a value" }, { "id": "test-with-attrs2-meta_attributes-target-role", "name": "target-role", "value": "Stopped" } ], "options": {}, "rule": null } ], "operations": [ { "description": null, "enabled": null, "id": "test-with-attrs2-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs2-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs2-monitor-interval-26", "instance_attributes": [], "interval": "26", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "13" }, { "description": null, "enabled": null, "id": "test-with-attrs2-monitor-interval-28", "instance_attributes": [], "interval": "28", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "14" }, { "description": null, "enabled": null, "id": "test-with-attrs2-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs2-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs2-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-with-attrs2-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-no-default-ops", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-no-default-ops-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-1a", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-1a-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1a-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-1b", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-1b-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-1b-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-2a", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-2a-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-2a-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-4a", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-4a-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-4a-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-clone-no-options", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-clone-no-options-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-no-options-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Stateful" }, "description": null, "id": "stateful-clone-promotable", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "stateful-clone-promotable-demote-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "demote", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": "Promoted", "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-monitor-interval-11s", "instance_attributes": [], "interval": "11s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": "Unpromoted", "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-notify-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "notify", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "5s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-promote-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "promote", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-promotable-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-clone-id", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-clone-id-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-id-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-clone-empty-attrs1", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs1-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-clone-empty-attrs2", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-empty-attrs2-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-clone-with-attrs1", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-clone-with-attrs1-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-clone-with-attrs1-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Stateful" }, "description": null, "id": "stateful-clone-with-attrs2", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-demote-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "demote", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": "Promoted", "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-monitor-interval-11s", "instance_attributes": [], "interval": "11s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": "Unpromoted", "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-notify-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "notify", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "5s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-promote-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "promote", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "10s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "stateful-clone-with-attrs2-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] }, { "agent_name": { "provider": "pacemaker", "standard": "ocf", "type": "Dummy" }, "description": null, "id": "test-3a", "instance_attributes": [], "meta_attributes": [], "operations": [ { "description": null, "enabled": null, "id": "test-3a-migrate_from-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_from", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-migrate_to-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "migrate_to", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-monitor-interval-10s", "instance_attributes": [], "interval": "10s", "interval_origin": null, "meta_attributes": [], "name": "monitor", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-reload-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-reload-agent-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "reload-agent", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-start-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "start", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" }, { "description": null, "enabled": null, "id": "test-3a-stop-interval-0s", "instance_attributes": [], "interval": "0s", "interval_origin": null, "meta_attributes": [], "name": "stop", "on_fail": null, "record_pending": null, "role": null, "start_delay": null, "timeout": "20s" } ], "utilization": [] } ] } } TASK [Check resource configuration] ******************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:830 Saturday 27 January 2024 07:04:07 +0000 (0:00:00.106) 0:03:44.048 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall and selinux state] **************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tests_cib_resources_create.yml:835 Saturday 27 January 2024 07:04:07 +0000 (0:00:00.071) 0:03:44.120 ****** included: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/check_firewall_selinux.yml for sut TASK [Check firewall service status] ******************************************* task path: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/check_firewall_selinux.yml:6 Saturday 27 January 2024 07:04:07 +0000 (0:00:00.049) 0:03:44.169 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Check firewall port status] ********************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/check_firewall_selinux.yml:12 Saturday 27 January 2024 07:04:07 +0000 (0:00:00.033) 0:03:44.203 ****** skipping: [sut] => { "changed": false, "false_condition": "ha_cluster_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Get associated selinux ports] ******************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/check_firewall_selinux.yml:25 Saturday 27 January 2024 07:04:07 +0000 (0:00:00.045) 0:03:44.249 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts.services[\"firewalld.service\"][\"state\"] == \"running\"", "skip_reason": "Conditional result was False" } TASK [Check associated selinux ports] ****************************************** task path: /WORKDIR/git-weekly-cib5eemio8/tests/tasks/check_firewall_selinux.yml:33 Saturday 27 January 2024 07:04:07 +0000 (0:00:00.036) 0:03:44.285 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts.services[\"firewalld.service\"][\"state\"] == \"running\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=184 changed=71 unreachable=0 failed=0 skipped=95 rescued=0 ignored=0 Saturday 27 January 2024 07:04:08 +0000 (0:00:00.119) 0:03:44.404 ****** =============================================================================== fedora.linux_system_roles.ha_cluster : Install cluster packages -------- 79.35s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:44 fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership -- 23.86s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:75 fedora.linux_system_roles.ha_cluster : Install role essential packages -- 16.68s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:11 fedora.linux_system_roles.ha_cluster : Configure cluster properties set --- 3.58s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cluster-properties.yml:3 fedora.linux_system_roles.ha_cluster : Start pcsd with updated config files and configure it to start on boot --- 2.81s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-configure-pcs-pcsd.yml:88 fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker --- 2.67s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/sbd.yml:135 fedora.linux_system_roles.ha_cluster : Get services status - detect SBD --- 2.64s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:16 fedora.linux_system_roles.ha_cluster : Populate service facts ----------- 2.63s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:3 fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice --- 2.62s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/cluster-start-and-reload.yml:21 fedora.linux_system_roles.ha_cluster : Remove qnetd configuration ------- 2.27s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-qnetd.yml:3 fedora.linux_system_roles.ha_cluster : Fetch pcs capabilities ----------- 2.11s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:110 fedora.linux_system_roles.ha_cluster : Enable or disable configured cluster services on boot --- 1.85s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_common/cluster-enable-disable.yml:3 fedora.linux_system_roles.ha_cluster : Fetch pcsd capabilities ---------- 1.68s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:124 fedora.linux_system_roles.ha_cluster : Pcs auth using pcs-0.10 ---------- 1.58s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-auth-pcs-0.10.yml:3 fedora.linux_system_roles.ha_cluster : Write CIB configuration ---------- 1.36s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/create-and-push-cib.yml:33 Fetch package facts ----------------------------------------------------- 1.32s /WORKDIR/git-weekly-cib5eemio8/tests/tasks/fetch_versions.yml:13 -------------- fedora.linux_system_roles.ha_cluster : Configure resource primitive test-no-default-ops --- 1.25s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-primitive.yml:3 fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-empty-attrs2 --- 1.23s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 fedora.linux_system_roles.ha_cluster : Configure resource clone test-clone-empty-attrs1 --- 1.22s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 fedora.linux_system_roles.ha_cluster : Configure resource clone group3 --- 1.22s /WORKDIR/git-weekly-cib5eemio8/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/pcs-cib-resource-clone.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: Encryption using the Python crypt module is deprecated. The Python crypt module is deprecated and will be removed from Python 3.13. Install the passlib library for continued encryption functionality. This feature will be removed in version 2.17. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---