# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.13.6] 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.13/lib/python3.8/site-packages/ansible ansible collection location = /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection executable location = /opt/ansible-2.13/bin/ansible-playbook python version = 3.8.13 (default, Jun 24 2022, 15:27:57) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] 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_sbd_defaults.yml *********************************************** 2 plays in /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:4 Tuesday 06 December 2022 20:50:15 +0000 (0:00:00.022) 0:00:00.022 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Minimal SBD configuration] *********************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:9 Tuesday 06 December 2022 20:50:15 +0000 (0:00:00.048) 0:00:00.070 ****** ok: [sut] META: ran handlers TASK [Set up test environment] ************************************************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:18 Tuesday 06 December 2022 20:50:16 +0000 (0:00:01.300) 0:00:01.371 ****** TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 Tuesday 06 December 2022 20:50:16 +0000 (0:00:00.086) 0:00:01.457 ****** ok: [sut] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] ******* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14 Tuesday 06 December 2022 20:50:16 +0000 (0:00:00.095) 0:00:01.553 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:20 Tuesday 06 December 2022 20:50:16 +0000 (0:00:00.049) 0:00:01.602 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: role_complete for sut TASK [Set up test environment for SBD] ***************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:23 Tuesday 06 December 2022 20:50:17 +0000 (0:00:00.044) 0:00:01.647 ****** TASK [fedora.linux_system_roles.ha_cluster : Load softdog module for SBD to have at least one watchdog] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup_sbd.yml:9 Tuesday 06 December 2022 20:50:17 +0000 (0:00:00.093) 0:00:01.740 ****** changed: [sut] => { "changed": true, "cmd": [ "modprobe", "softdog" ], "delta": "0:00:00.050457", "end": "2022-12-06 20:50:17.669454", "rc": 0, "start": "2022-12-06 20:50:17.618997" } TASK [fedora.linux_system_roles.ha_cluster : Create backing files for SBD devices] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup_sbd.yml:13 Tuesday 06 December 2022 20:50:17 +0000 (0:00:00.612) 0:00:02.352 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.jgchbso7_ha_cluster_tests", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Initialize backing files for SBD devices] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup_sbd.yml:19 Tuesday 06 December 2022 20:50:18 +0000 (0:00:00.491) 0:00:02.844 ****** changed: [sut] => { "changed": true, "cmd": [ "dd", "if=/dev/zero", "of=/tmp/ansible.jgchbso7_ha_cluster_tests", "bs=1M", "count=10" ], "delta": "0:00:00.011763", "end": "2022-12-06 20:50:18.471387", "rc": 0, "start": "2022-12-06 20:50:18.459624" } STDERR: 10+0 records in 10+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.00626355 s, 1.7 GB/s TASK [fedora.linux_system_roles.ha_cluster : Mount SBD devices] **************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup_sbd.yml:24 Tuesday 06 December 2022 20:50:18 +0000 (0:00:00.294) 0:00:03.139 ****** changed: [sut] => { "changed": true, "cmd": [ "losetup", "--show", "--find", "/tmp/ansible.jgchbso7_ha_cluster_tests" ], "delta": "0:00:00.017600", "end": "2022-12-06 20:50:18.769012", "rc": 0, "start": "2022-12-06 20:50:18.751412" } STDOUT: /dev/loop0 META: role_complete for sut TASK [Ensure SBD config file is not present] *********************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:28 Tuesday 06 December 2022 20:50:18 +0000 (0:00:00.310) 0:00:03.450 ****** ok: [sut] => { "changed": false, "path": "/etc/sysconfig/sbd", "state": "absent" } TASK [Run HA Cluster role] ***************************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:33 Tuesday 06 December 2022 20:50:19 +0000 (0:00:00.480) 0:00:03.930 ****** TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:3 Tuesday 06 December 2022 20:50:19 +0000 (0:00:00.085) 0:00:04.016 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2 Tuesday 06 December 2022 20:50:19 +0000 (0:00:00.042) 0:00:04.058 ****** ok: [sut] TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:7 Tuesday 06 December 2022 20:50:19 +0000 (0:00:00.536) 0:00:04.595 ****** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Check and prepare role variables] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:6 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.064) 0:00:04.660 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:5 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.052) 0:00:04.712 ****** skipping: [sut] => (item=ha_cluster_hacluster_password) => { "ansible_loop_var": "item", "changed": false, "item": "ha_cluster_hacluster_password", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Fail if nodes do not have the same number of SBD devices specified] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:13 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.092) 0:00:04.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Fail if configuring qnetd on a cluster node] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:28 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.063) 0:00:04.869 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Discover cluster node names] ****** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:38 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.053) 0:00:04.922 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:42 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.053) 0:00:04.976 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:46 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.075) 0:00:05.051 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:55 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.071) 0:00:05.123 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:65 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.061) 0:00:05.184 ****** skipping: [sut] => { "changed": false, "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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/check-and-prepare-role-variables.yml:72 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.065) 0:00:05.249 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Enable package repositories] ****** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:9 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.046) 0:00:05.296 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:3 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.057) 0:00:05.353 ****** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.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_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=Fedora_35.yml) => { "ansible_loop_var": "item", "changed": false, "item": "Fedora_35.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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:21 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.135) 0:00:05.489 ****** TASK [fedora.linux_system_roles.ha_cluster : Install role essential packages] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:14 Tuesday 06 December 2022 20:50:20 +0000 (0:00:00.059) 0:00:05.548 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: rubygem-io-console-0.5.7-153.fc35.x86_64", "Installed: rubygem-json-2.6.2-200.fc35.x86_64", "Installed: rubygem-rack-1:2.2.3-6.fc35.noarch", "Installed: rubygem-daemons-1.1.9-15.fc35.noarch", "Installed: rubygem-psych-3.3.2-153.fc35.x86_64", "Installed: rubygem-rack-protection-2.1.0-1.fc35.noarch", "Installed: rubygem-rack-test-1.1.0-4.fc35.noarch", "Installed: libnozzle1-1.23-1.fc35.x86_64", "Installed: rubygem-rdoc-6.3.3-153.fc35.noarch", "Installed: rubygem-rexml-3.2.5-153.fc35.noarch", "Installed: lvm2-2.03.11-6.fc35.x86_64", "Installed: liberation-fonts-common-1:2.1.5-1.fc35.noarch", "Installed: liberation-sans-fonts-1:2.1.5-1.fc35.noarch", "Installed: lvm2-libs-2.03.11-6.fc35.x86_64", "Installed: rubygem-ethon-0.12.0-6.fc35.noarch", "Installed: rubygem-eventmachine-1.2.7-15.fc35.x86_64", "Installed: rubygems-3.2.33-153.fc35.noarch", "Installed: rubygem-ffi-1.13.1-4.fc35.x86_64", "Installed: pacemaker-2.1.4-4.fc35.x86_64", "Installed: pacemaker-cli-2.1.4-4.fc35.x86_64", "Installed: pacemaker-cluster-libs-2.1.4-4.fc35.x86_64", "Installed: pacemaker-libs-2.1.4-4.fc35.x86_64", "Installed: overpass-fonts-3.0.4-6.fc35.noarch", "Installed: pacemaker-schemas-2.1.4-4.fc35.noarch", "Installed: libqb-2.0.4-1.fc35.x86_64", "Installed: resource-agents-4.11.0-1.fc35.x86_64", "Installed: lzo-2.10-5.fc35.x86_64", "Installed: nss-3.85.0-1.fc35.x86_64", "Installed: nss-softokn-3.85.0-1.fc35.x86_64", "Installed: ed-1.14.2-11.fc35.x86_64", "Installed: nss-softokn-freebl-3.85.0-1.fc35.x86_64", "Installed: nss-sysinit-3.85.0-1.fc35.x86_64", "Installed: nss-tools-3.85.0-1.fc35.x86_64", "Installed: nss-util-3.85.0-1.fc35.x86_64", "Installed: bzip2-1.0.8-9.fc35.x86_64", "Installed: corosync-qnetd-3.0.1-2.fc35.x86_64", "Installed: rubygem-sinatra-1:2.1.0-1.fc35.noarch", "Installed: esmtp-1.2-18.fc35.x86_64", "Installed: perl-TimeDate-1:2.33-6.fc35.noarch", "Installed: mailx-12.5-38.fc35.x86_64", "Installed: corosync-3.1.6-2.fc35.x86_64", "Installed: corosynclib-3.1.6-2.fc35.x86_64", "Installed: at-3.2.5-3.fc35.x86_64", "Installed: libesmtp-1.0.6-22.fc35.x86_64", "Installed: python3-tornado-6.1.0-4.fc35.x86_64", "Installed: rubygem-tilt-2.0.10-6.fc35.noarch", "Installed: redhat-lsb-core-4.1-55.fc35.x86_64", "Installed: redhat-lsb-submod-security-4.1-55.fc35.x86_64", "Installed: info-6.8-2.fc35.x86_64", "Installed: spax-1.6-5.fc35.x86_64", "Installed: cronie-1.5.7-4.fc35.x86_64", "Installed: cronie-anacron-1.5.7-4.fc35.x86_64", "Installed: crontabs-1.11-26.20190603git.fc35.noarch", "Installed: pcs-0.10.14-2.fc35.x86_64", "Installed: rubygem-webrick-1.7.0-3.fc35.noarch", "Installed: libaio-0.3.111-12.fc35.x86_64", "Installed: util-linux-user-2.37.4-1.fc35.x86_64", "Installed: rubypick-1.1.1-15.fc35.noarch", "Installed: cups-client-1:2.3.3op2-18.fc35.x86_64", "Installed: patch-2.7.6-15.fc35.x86_64", "Installed: cups-libs-1:2.3.3op2-18.fc35.x86_64", "Installed: ncurses-compat-libs-6.2-8.20210508.fc35.x86_64", "Installed: logrotate-3.18.1-4.fc35.x86_64", "Installed: rubygem-mustermann-1.1.1-4.fc35.noarch", "Installed: libknet1-1.23-1.fc35.x86_64", "Installed: libknet1-compress-bzip2-plugin-1.23-1.fc35.x86_64", "Installed: libknet1-compress-lz4-plugin-1.23-1.fc35.x86_64", "Installed: libknet1-compress-lzma-plugin-1.23-1.fc35.x86_64", "Installed: libknet1-compress-lzo2-plugin-1.23-1.fc35.x86_64", "Installed: libknet1-compress-plugins-all-1.23-1.fc35.x86_64", "Installed: libknet1-compress-zlib-plugin-1.23-1.fc35.x86_64", "Installed: libknet1-compress-zstd-plugin-1.23-1.fc35.x86_64", "Installed: libknet1-crypto-nss-plugin-1.23-1.fc35.x86_64", "Installed: rubygem-backports-3.20.1-3.fc35.noarch", "Installed: libknet1-crypto-openssl-plugin-1.23-1.fc35.x86_64", "Installed: python3-pycurl-7.44.1-1.fc35.x86_64", "Installed: libknet1-crypto-plugins-all-1.23-1.fc35.x86_64", "Installed: libknet1-plugins-all-1.23-1.fc35.x86_64", "Installed: device-mapper-event-1.02.175-6.fc35.x86_64", "Installed: device-mapper-event-libs-1.02.175-6.fc35.x86_64", "Installed: rubygem-open4-1.3.4-13.fc35.noarch", "Installed: device-mapper-persistent-data-0.9.0-6.fc35.x86_64", "Installed: ruby-3.0.4-153.fc35.x86_64", "Installed: ruby-default-gems-3.0.4-153.fc35.noarch", "Installed: ruby-libs-3.0.4-153.fc35.x86_64", "Installed: liblockfile-1.17-2.fc35.x86_64", "Installed: rubygem-bigdecimal-3.0.0-153.fc35.x86_64", "Installed: rubygem-bundler-2.2.33-153.fc35.noarch", "Installed: net-snmp-libs-1:5.9.1-7.fc35.x86_64", "Removed: nss-sysinit-3.83.0-1.fc35.x86_64", "Removed: nss-util-3.83.0-1.fc35.x86_64", "Removed: nss-3.83.0-1.fc35.x86_64", "Removed: nss-softokn-3.83.0-1.fc35.x86_64", "Removed: nss-softokn-freebl-3.83.0-1.fc35.x86_64" ] } TASK [fedora.linux_system_roles.ha_cluster : Set hacluster password] *********** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:21 Tuesday 06 December 2022 20:50:41 +0000 (0:00:20.456) 0:00:26.005 ****** changed: [sut] => { "append": false, "changed": true, "comment": "cluster user", "group": 189, "home": "/home/hacluster", "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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:26 Tuesday 06 December 2022 20:50:42 +0000 (0:00:00.716) 0:00:26.722 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Stop pcsd] ************************ task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:6 Tuesday 06 December 2022 20:50:42 +0000 (0:00:00.061) 0:00:26.783 ****** ok: [sut] => { "changed": false, "name": "pcsd", "state": "stopped", "status": { "ActiveEnterTimestamp": "n/a", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target pcsd-ruby.service network-online.target systemd-journald.socket basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestamp": "n/a", "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", "ConditionTimestamp": "n/a", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ConsistsOf": "pcsd-ruby.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PCS GUI and remote configuration interface", "DevicePolicy": "auto", "Documentation": "\"man:pcsd(8)\" \"man:pcs(8)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestamp": "n/a", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pcsd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "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", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "n/a", "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": "14797", "LimitNPROCSoft": "14797", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14797", "LimitSIGPENDINGSoft": "14797", "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", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target pcsd-ruby.service network-online.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "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]", "StateChangeTimestamp": "n/a", "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": "4439", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Regenerate pcsd TLS certificate and key] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:11 Tuesday 06 December 2022 20:50:43 +0000 (0:00:01.203) 0:00:27.987 ****** skipping: [sut] => (item=/var/lib/pcsd/pcsd.key) => { "ansible_loop_var": "item", "changed": false, "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, "item": "/var/lib/pcsd/pcsd.crt", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Get the stat of /var/lib/pcsd] **** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:25 Tuesday 06 December 2022 20:50:43 +0000 (0:00:00.057) 0:00:28.044 ****** skipping: [sut] => { "changed": false, "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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:30 Tuesday 06 December 2022 20:50:43 +0000 (0:00:00.092) 0:00:28.136 ****** skipping: [sut] => { "changed": false, "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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:37 Tuesday 06 December 2022 20:50:43 +0000 (0:00:00.083) 0:00:28.220 ****** skipping: [sut] => { "changed": false, "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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:49 Tuesday 06 December 2022 20:50:43 +0000 (0:00:00.076) 0:00:28.296 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute pcsd TLS private key] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:58 Tuesday 06 December 2022 20:50:43 +0000 (0:00:00.093) 0:00:28.389 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute pcsd TLS certificate] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:65 Tuesday 06 December 2022 20:50:43 +0000 (0:00:00.118) 0:00:28.508 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute pcs_settings.conf] ***** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:79 Tuesday 06 December 2022 20:50:43 +0000 (0:00:00.102) 0:00:28.610 ****** 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-1670359844.0649555-28631-240105263924628/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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:88 Tuesday 06 December 2022 20:50:45 +0000 (0:00:01.562) 0:00:30.181 ****** changed: [sut] => { "changed": true, "enabled": true, "name": "pcsd", "state": "started", "status": { "ActiveEnterTimestamp": "n/a", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "pcsd-ruby.service system.slice basic.target systemd-journald.socket network-online.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestamp": "n/a", "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", "ConditionTimestamp": "n/a", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ConsistsOf": "pcsd-ruby.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "PCS GUI and remote configuration interface", "DevicePolicy": "auto", "Documentation": "\"man:pcsd(8)\" \"man:pcs(8)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/pcsd (ignore_errors=no)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestamp": "n/a", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pcsd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "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", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "n/a", "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": "14797", "LimitNPROCSoft": "14797", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14797", "LimitSIGPENDINGSoft": "14797", "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", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "pcsd-ruby.service system.slice network-online.target sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "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]", "StateChangeTimestamp": "n/a", "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": "4439", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Fetch pcs capabilities] *********** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:94 Tuesday 06 December 2022 20:50:48 +0000 (0:00:02.697) 0:00:32.878 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "--version", "--full" ], "delta": "0:00:01.043452", "end": "2022-12-06 20:50:49.701862", "rc": 0, "start": "2022-12-06 20:50:48.658410" } STDOUT: 0.10.14 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.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.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.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.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.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.request-timeout resource-agents.describe resource-agents.list resource-agents.list.detailed resource-agents.ocf.version-1-0 resource-agents.ocf.version-1-1 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 TASK [fedora.linux_system_roles.ha_cluster : Parse pcs capabilities] *********** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-configure-pcs-pcsd.yml:101 Tuesday 06 December 2022 20:50:49 +0000 (0:00:01.619) 0:00:34.498 ****** 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.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.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.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.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.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.request-timeout", "resource-agents.describe", "resource-agents.list", "resource-agents.list.detailed", "resource-agents.ocf.version-1-0", "resource-agents.ocf.version-1-1", "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" ] }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Install cluster packages] ********* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:31 Tuesday 06 December 2022 20:50:50 +0000 (0:00:00.281) 0:00:34.780 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: fence-agents-common-4.11.0-1.fc35.noarch", "Installed: fence-agents-compute-4.11.0-1.fc35.noarch", "Installed: fence-agents-cyberpower-ssh-4.11.0-1.fc35.noarch", "Installed: fence-agents-docker-4.11.0-1.fc35.noarch", "Installed: fence-agents-drac-4.11.0-1.fc35.noarch", "Installed: fence-agents-drac5-4.11.0-1.fc35.noarch", "Installed: fence-agents-eaton-snmp-4.11.0-1.fc35.noarch", "Installed: fence-agents-emerson-4.11.0-1.fc35.noarch", "Installed: fence-agents-eps-4.11.0-1.fc35.noarch", "Installed: fence-agents-gce-4.11.0-1.fc35.noarch", "Installed: fence-agents-hds-cb-4.11.0-1.fc35.noarch", "Installed: fence-agents-heuristics-ping-4.11.0-1.fc35.noarch", "Installed: fence-agents-hpblade-4.11.0-1.fc35.noarch", "Installed: amtterm-1.6-14.fc35.x86_64", "Installed: fence-agents-ibm-powervs-4.11.0-1.fc35.noarch", "Installed: fence-agents-ibm-vpc-4.11.0-1.fc35.noarch", "Installed: fence-agents-ibmblade-4.11.0-1.fc35.noarch", "Installed: fence-agents-ibmz-4.11.0-1.fc35.noarch", "Installed: fence-agents-ifmib-4.11.0-1.fc35.noarch", "Installed: fence-agents-ilo-moonshot-4.11.0-1.fc35.noarch", "Installed: fence-agents-ilo-mp-4.11.0-1.fc35.noarch", "Installed: libasyncns-0.8-21.fc35.x86_64", "Installed: fence-agents-ilo-ssh-4.11.0-1.fc35.noarch", "Installed: fence-agents-ilo2-4.11.0-1.fc35.noarch", "Installed: fence-agents-intelmodular-4.11.0-1.fc35.noarch", "Installed: device-mapper-multipath-0.8.6-5.fc35.x86_64", "Installed: libdatrie-0.2.13-2.fc35.x86_64", "Installed: fence-agents-ipdu-4.11.0-1.fc35.noarch", "Installed: fence-agents-ipmilan-4.11.0-1.fc35.noarch", "Installed: device-mapper-multipath-libs-0.8.6-5.fc35.x86_64", "Installed: fence-agents-ironic-4.11.0-1.fc35.noarch", "Installed: fence-agents-kdump-4.11.0-1.fc35.x86_64", "Installed: fence-agents-ldom-4.11.0-1.fc35.noarch", "Installed: fence-agents-lpar-4.11.0-1.fc35.noarch", "Installed: fence-agents-mpath-4.11.0-1.fc35.noarch", "Installed: libosinfo-1.9.0-2.fc35.x86_64", "Installed: openwsman-python3-2.7.0-5.fc35.x86_64", "Installed: fence-agents-netio-4.11.0-1.fc35.noarch", "Installed: fence-agents-openstack-4.11.0-1.fc35.noarch", "Installed: fence-agents-ovh-4.11.0-1.fc35.noarch", "Installed: fence-agents-redfish-4.11.0-1.fc35.x86_64", "Installed: fence-agents-rhevm-4.11.0-1.fc35.noarch", "Installed: fence-agents-rsa-4.11.0-1.fc35.noarch", "Installed: python3-wrapt-1.12.1-6.fc35.x86_64", "Installed: xdg-utils-1.1.3-10.fc35.noarch", "Installed: fence-agents-rsb-4.11.0-1.fc35.noarch", "Installed: fence-agents-sanbox2-4.11.0-1.fc35.noarch", "Installed: fence-agents-sbd-4.11.0-1.fc35.noarch", "Installed: fence-agents-scsi-4.11.0-1.fc35.noarch", "Installed: fence-agents-vbox-4.11.0-1.fc35.noarch", "Installed: fence-agents-vmware-4.11.0-1.fc35.noarch", "Installed: fence-agents-vmware-rest-4.11.0-1.fc35.noarch", "Installed: uchardet-0.0.6-14.fc35.x86_64", "Installed: opus-1.3.1-9.fc35.x86_64", "Installed: fence-agents-vmware-soap-4.11.0-1.fc35.noarch", "Installed: fence-agents-vmware-vcloud-4.11.0-1.fc35.noarch", "Installed: fence-agents-wti-4.11.0-1.fc35.noarch", "Installed: fence-agents-xenapi-4.11.0-1.fc35.noarch", "Installed: alsa-lib-1.2.7.2-1.fc35.x86_64", "Installed: fence-agents-zvm-4.11.0-1.fc35.noarch", "Installed: fence-virt-4.11.0-1.fc35.x86_64", "Installed: gstreamer1-plugins-base-1.20.0-1.fc35.x86_64", "Installed: gtk3-3.24.34-1.fc35.x86_64", "Installed: perl-HTML-Tagset-3.20-48.fc35.noarch", "Installed: perl-Test-1.31-486.fc35.noarch", "Installed: pulseaudio-libs-15.0-2.fc35.x86_64", "Installed: python3-boto3-1.20.50-1.fc35.noarch", "Installed: python3-botocore-1.23.50-1.fc35.noarch", "Installed: lcms2-2.12-2.fc35.x86_64", "Installed: python3-netifaces-0.10.6-15.fc35.x86_64", "Installed: orc-0.4.31-5.fc35.x86_64", "Installed: openssl-1:1.1.1q-1.fc35.x86_64", "Installed: python3-uritemplate-4.1.1-1.fc35.noarch", "Installed: iso-codes-4.6.0-2.fc35.noarch", "Installed: libimobiledevice-1.3.0-4.fc35.x86_64", "Installed: net-snmp-utils-1:5.9.1-7.fc35.x86_64", "Installed: perl-HTTP-Cookies-6.10-4.fc35.noarch", "Installed: perl-HTTP-Date-6.05-7.fc35.noarch", "Installed: libstemmer-0-17.585svn.fc35.x86_64", "Installed: python3-msal-1.18.0~b1-1.20220524git1.18.0b1.fc35.noarch", "Installed: python3-msal-extensions-1.0.0-1.fc35.noarch", "Installed: python3-msgpack-1.0.3-1.fc35.x86_64", "Installed: python3-msrest-0.7.0-1.20220705git1029bce.fc35.noarch", "Installed: perl-HTTP-Negotiate-6.01-30.fc35.noarch", "Installed: python3-msrestazure-0.6.4-9.fc35.noarch", "Installed: libdrm-2.4.110-1.fc35.x86_64", "Installed: giflib-5.2.1-9.fc35.x86_64", "Installed: cdparanoia-libs-10.2-38.fc35.x86_64", "Installed: python3-iso8601-0.1.13-4.fc35.noarch", "Installed: flac-libs-1.3.4-1.fc35.x86_64", "Installed: python3-netaddr-0.8.0-8.fc35.noarch", "Installed: perl-Digest-HMAC-1.04-3.fc35.noarch", "Installed: libvisual-1:0.4.0-33.fc35.x86_64", "Installed: perl-libwww-perl-6.57-1.fc35.noarch", "Installed: python3-novaclient-1:17.4.0-3.fc35.noarch", "Installed: libpciaccess-0.16-5.fc35.x86_64", "Installed: perl-HTML-Parser-3.80-1.fc35.x86_64", "Installed: libtiff-4.4.0-2.fc35.x86_64", "Installed: perl-HTTP-Message-6.36-1.fc35.noarch", "Installed: desktop-file-utils-0.26-5.fc35.x86_64", "Installed: poppler-data-0.4.9-8.fc35.noarch", "Installed: perl-I18N-Langinfo-0.19-486.fc35.x86_64", "Installed: libiptcdata-1.0.5-9.fc35.x86_64", "Installed: python3-jmespath-0.10.0-4.fc35.noarch", "Installed: libtracker-sparql-3.2.1-1.fc35.x86_64", "Installed: python3-cachetools-4.2.2-3.fc35.noarch", "Installed: libvorbis-1:1.3.7-4.fc35.x86_64", "Installed: osinfo-db-tools-1.9.0-2.fc35.x86_64", "Installed: python3-azure-mgmt-compute-1:27.1.0-1.fc35.noarch", "Installed: osinfo-db-20220727-1.fc35.noarch", "Installed: python3-typing-extensions-3.10.0.2-2.fc35.noarch", "Installed: perl-IO-Compress-2.102-479.fc35.noarch", "Installed: perl-IO-HTML-1.004-4.fc35.noarch", "Installed: glib-networking-2.70.1-1.fc35.x86_64", "Installed: python3-azure-mgmt-core-1:1.3.1-4.fc35.noarch", "Installed: libplist-2.2.0-5.fc35.x86_64", "Installed: libthai-0.1.28-7.fc35.x86_64", "Installed: perl-Email-Date-Format-1.005-20.fc35.noarch", "Installed: perl-IO-SessionData-1.03-22.fc35.noarch", "Installed: libgexiv2-0.14.0-1.fc35.x86_64", "Installed: at-spi2-atk-2.38.0-3.fc35.x86_64", "Installed: libtheora-1:1.1.1-30.fc35.x86_64", "Installed: perl-Class-Inspector-1.36-8.fc35.noarch", "Installed: pixman-0.40.0-4.fc35.x86_64", "Installed: at-spi2-core-2.42.0-1.fc35.x86_64", "Installed: python3-packaging-21.3-2.fc35.noarch", "Installed: lame-libs-3.100-11.fc35.x86_64", "Installed: atk-2.36.0-4.fc35.x86_64", "Installed: libpng-2:1.6.37-11.fc35.x86_64", "Installed: python3-keystoneauth1-4.3.1-3.fc35.noarch", "Installed: harfbuzz-2.9.1-1.fc35.x86_64", "Installed: perl-Encode-Locale-1.05-21.fc35.noarch", "Installed: adobe-source-code-pro-fonts-2.030.1.050-11.fc35.noarch", "Installed: perl-Net-HTTP-6.22-1.fc35.noarch", "Installed: python3-certifi-2020.12.5-4.fc35.noarch", "Installed: perl-Clone-0.45-6.fc35.x86_64", "Installed: exiv2-0.27.5-1.fc35.x86_64", "Installed: gtk-update-icon-cache-3.24.34-1.fc35.x86_64", "Installed: python3-suds-1.1.2-1.fc35.noarch", "Installed: libjpeg-turbo-2.1.0-3.fc35.x86_64", "Installed: exiv2-libs-0.27.5-1.fc35.x86_64", "Installed: fontconfig-2.13.94-5.fc35.x86_64", "Installed: perl-SOAP-Lite-1.27-13.fc35.noarch", "Installed: adwaita-cursor-theme-41.0-1.fc35.noarch", "Installed: python3-portalocker-2.3.2-1.fc35.noarch", "Installed: adwaita-icon-theme-41.0-1.fc35.noarch", "Installed: perl-Compress-Raw-Bzip2-2.101-479.fc35.x86_64", "Installed: tracker-3.2.1-1.fc35.x86_64", "Installed: perl-Compress-Raw-Zlib-2.101-479.fc35.x86_64", "Installed: tracker-miners-3.2.2-1.fc35.x86_64", "Installed: python3-protobuf-3.14.0-7.fc35.noarch", "Installed: libsndfile-1.1.0-4.fc35.x86_64", "Installed: python3-os-service-types-1.7.0-8.fc35.noarch", "Installed: python3-stevedore-3.3.0-4.fc35.noarch", "Installed: hicolor-icon-theme-0.17-12.fc35.noarch", "Installed: gnutls-3.7.8-3.fc35.x86_64", "Installed: xml-common-0.6.3-57.fc35.noarch", "Installed: gnutls-dane-3.7.8-3.fc35.x86_64", "Installed: pango-1.50.4-1.fc35.x86_64", "Installed: vte-profile-0.66.2-1.fc35.x86_64", "Installed: gnutls-utils-3.7.8-3.fc35.x86_64", "Installed: vte291-0.66.2-1.fc35.x86_64", "Installed: libproxy-0.4.17-3.fc35.x86_64", "Installed: perl-NTLM-1.09-30.fc35.noarch", "Installed: python3-oslo-i18n-5.0.1-5.fc35.noarch", "Installed: python3-oslo-serialization-4.1.0-3.fc35.noarch", "Installed: libXau-1.0.9-7.fc35.x86_64", "Installed: totem-pl-parser-3.26.6-3.fc35.x86_64", "Installed: python3-oslo-utils-4.8.0-3.fc35.noarch", "Installed: libwsman1-2.7.0-5.fc35.x86_64", "Installed: python3-azure-mgmt-network-20.0.0-1.fc35.noarch", "Installed: libXcomposite-0.4.5-6.fc35.x86_64", "Installed: libxcb-1.13.1-8.fc35.x86_64", "Installed: libXcursor-1.2.0-6.fc35.x86_64", "Installed: perl-Convert-BinHex-1.125-19.fc35.noarch", "Installed: sg3_utils-1.46-2.fc35.x86_64", "Installed: sg3_utils-libs-1.46-2.fc35.x86_64", "Installed: libXdamage-1.1.5-6.fc35.x86_64", "Installed: upower-0.99.13-1.fc35.x86_64", "Installed: libwayland-client-1.20.0-4.fc35.x86_64", "Installed: libglvnd-1:1.3.4-2.fc35.x86_64", "Installed: libwayland-cursor-1.20.0-4.fc35.x86_64", "Installed: libwayland-egl-1.20.0-4.fc35.x86_64", "Installed: libwayland-server-1.20.0-4.fc35.x86_64", "Installed: libXext-1.3.4-7.fc35.x86_64", "Installed: perl-LWP-MediaTypes-6.04-9.fc35.noarch", "Installed: hwdata-0.364-1.fc35.noarch", "Installed: libglvnd-egl-1:1.3.4-2.fc35.x86_64", "Installed: libXfixes-6.0.0-2.fc35.x86_64", "Installed: perl-LWP-Protocol-https-6.10-4.fc35.noarch", "Installed: graphene-1.10.6-3.fc35.x86_64", "Installed: freetype-2.11.0-6.fc35.x86_64", "Installed: libX11-1.7.3.1-1.fc35.x86_64", "Installed: libX11-common-1.7.3.1-1.fc35.noarch", "Installed: libglvnd-glx-1:1.3.4-2.fc35.x86_64", "Installed: graphite2-1.3.14-8.fc35.x86_64", "Installed: libX11-xcb-1.7.3.1-1.fc35.x86_64", "Installed: libwebp-1.2.4-1.fc35.x86_64", "Installed: fribidi-1.0.11-3.fc35.x86_64", "Installed: libXft-2.3.3-7.fc35.x86_64", "Installed: mailcap-2.1.53-2.fc35.noarch", "Installed: libXi-1.7.10-7.fc35.x86_64", "Installed: libsoup-2.74.2-1.fc35.x86_64", "Installed: libXinerama-1.1.4-9.fc35.x86_64", "Installed: python3-pbr-5.6.0-2.fc35.noarch", "Installed: sound-theme-freedesktop-0.8-16.fc35.noarch", "Installed: libepoxy-1.5.9-1.fc35.x86_64", "Installed: re2-1:20190801-9.fc35.x86_64", "Installed: python3-google-api-client-2:2.67.0-1.fc35.noarch", "Installed: python3-google-api-core-2.8.0-1.fc35.noarch", "Installed: python3-google-auth-1:2.14.0-1.fc35.noarch", "Installed: perl-File-Listing-6.14-4.fc35.noarch", "Installed: python3-google-auth-httplib2-0.1.0-1.fc35.noarch", "Installed: fence-agents-apc-4.11.0-1.fc35.noarch", "Installed: cairo-1.17.4-4.fc35.x86_64", "Installed: libXrandr-1.5.2-7.fc35.x86_64", "Installed: perl-Net-SMTP-SSL-1.04-16.fc35.noarch", "Installed: fence-agents-apc-snmp-4.11.0-1.fc35.noarch", "Installed: libXrender-0.9.10-15.fc35.x86_64", "Installed: perl-Try-Tiny-0.30-13.fc35.noarch", "Installed: fence-agents-aws-4.11.0-1.fc35.noarch", "Installed: dconf-0.40.0-5.fc35.x86_64", "Installed: python3-pexpect-4.8.0-9.fc35.noarch", "Installed: libXtst-1.2.3-15.fc35.x86_64", "Installed: libXv-1.0.11-15.fc35.x86_64", "Installed: libgrss-0.7.0-13.fc35.x86_64", "Installed: mesa-libEGL-21.3.9-1.fc35.x86_64", "Installed: cairo-gobject-1.17.4-4.fc35.x86_64", "Installed: jbigkit-libs-2.1-22.fc35.x86_64", "Installed: mesa-libGL-21.3.9-1.fc35.x86_64", "Installed: perl-locale-1.10-486.fc35.noarch", "Installed: libgsf-1.14.47-4.fc35.x86_64", "Installed: libXxf86vm-1.1.4-17.fc35.x86_64", "Installed: userspace-rcu-0.13.0-3.fc35.x86_64", "Installed: libxshmfence-1.3-9.fc35.x86_64", "Installed: mesa-libgbm-21.3.9-1.fc35.x86_64", "Installed: libcloudproviders-0.3.1-4.fc35.x86_64", "Installed: python3-googleapis-common-protos-1.56.0-2.fc35.noarch", "Installed: mesa-libglapi-21.3.9-1.fc35.x86_64", "Installed: libexif-0.6.23-1.fc35.x86_64", "Installed: python3-grpcio-1.39.1-21.fc35.x86_64", "Installed: python3-rsa-4.8-1.fc35.noarch", "Installed: python3-s3transfer-0.5.1-1.fc35.noarch", "Installed: python3-requests-oauthlib-1.3.0-11.fc35.noarch", "Installed: gdk-pixbuf2-2.42.6-2.fc35.x86_64", "Installed: sbd-1.5.0-1.fc35.1.x86_64", "Installed: libicu-69.1-6.fc35.x86_64", "Installed: gdk-pixbuf2-modules-2.42.6-2.fc35.x86_64", "Installed: exempi-2.5.1-7.fc35.x86_64", "Installed: libunwind-1.5.0-1.fc35.x86_64", "Installed: telnet-1:0.17-85.fc35.x86_64", "Installed: python3-httplib2-0.20.2-1.fc35.noarch", "Installed: perl-Data-Dump-1.25-2.fc35.noarch", "Installed: colord-libs-1.4.5-3.fc35.x86_64", "Installed: perl-WWW-RobotRules-6.02-30.fc35.noarch", "Installed: perl-Digest-SHA-1:6.03-1.fc35.x86_64", "Installed: perl-MIME-Lite-3.033-2.fc35.noarch", "Installed: perl-MIME-Types-2.21-2.fc35.noarch", "Installed: perl-MIME-tools-5.509-16.fc35.noarch", "Installed: python3-adal-1.2.7-7.fc35.noarch", "Installed: python3-debtcollector-2.2.0-6.fc35.noarch", "Installed: libogg-2:1.3.5-2.fc35.x86_64", "Installed: python3-grpcio-gcp-0.2.2-6.fc35.noarch", "Installed: libgxps-0.3.2-2.fc35.x86_64", "Installed: libusbmuxd-2.0.2-5.fc35.x86_64", "Installed: openjpeg2-2.4.0-5.fc35.x86_64", "Installed: python3-isodate-0.6.1-3.fc35.noarch", "Installed: python3-ptyprocess-0.6.0-14.fc35.noarch", "Installed: python3-azure-common-1:1.1.22-2.fc35.noarch", "Installed: grpc-data-1.39.1-21.fc35.noarch", "Installed: perl-MailTools-2.21-9.fc35.noarch", "Installed: poppler-21.08.0-3.fc35.x86_64", "Installed: libcanberra-gtk3-0.30-27.fc35.x86_64", "Installed: gsettings-desktop-schemas-41.0-1.fc35.x86_64", "Installed: ipmitool-1.8.18-23.fc35.x86_64", "Installed: gstreamer1-1.20.0-1.fc35.x86_64", "Installed: mpg123-libs-1.26.5-2.fc35.x86_64", "Installed: poppler-glib-21.08.0-3.fc35.x86_64", "Installed: libcue-2.2.1-8.fc35.x86_64", "Installed: python-oslo-i18n-lang-5.0.1-5.fc35.noarch", "Installed: libcanberra-0.30-27.fc35.x86_64", "Installed: python3-azure-core-2:1.24.2-3.fc35.noarch", "Installed: python3-azure-identity-1:1.9.0-1.fc35.noarch", "Installed: python-oslo-utils-lang-4.8.0-3.fc35.noarch", "Installed: python3-pyasn1-0.4.8-7.fc35.noarch", "Installed: python3-pyasn1-modules-0.4.8-7.fc35.noarch", "Installed: abattis-cantarell-fonts-0.301-5.fc35.noarch", "Installed: gsm-1.0.19-6.fc35.x86_64", "Installed: perl-XML-Parser-2.46-9.fc35.x86_64", "Installed: emacs-filesystem-1:27.2-9.fc35.noarch", "Installed: fence-agents-all-4.11.0-1.fc35.x86_64", "Installed: abseil-cpp-20210324.2-3.fc35.x86_64", "Installed: fence-agents-alom-4.11.0-1.fc35.noarch", "Installed: fence-agents-amt-4.11.0-1.fc35.noarch", "Installed: fence-agents-amt-ws-4.11.0-1.fc35.noarch", "Installed: fence-agents-azure-arm-4.11.0-1.fc35.noarch", "Installed: fence-agents-bladecenter-4.11.0-1.fc35.noarch", "Installed: fence-agents-brocade-4.11.0-1.fc35.noarch", "Installed: fence-agents-cdu-4.11.0-1.fc35.noarch", "Installed: fence-agents-cisco-mds-4.11.0-1.fc35.noarch", "Installed: fence-agents-cisco-ucs-4.11.0-1.fc35.noarch", "Removed: gnutls-3.7.8-2.fc35.x86_64" ] } TASK [fedora.linux_system_roles.ha_cluster : Configure firewall] *************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:36 Tuesday 06 December 2022 20:51:45 +0000 (0:00:55.128) 0:01:29.908 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/firewall.yml:3 Tuesday 06 December 2022 20:51:45 +0000 (0:00:00.573) 0:01:30.482 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure selinux] **************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:39 Tuesday 06 December 2022 20:51:46 +0000 (0:00:00.649) 0:01:31.132 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:3 Tuesday 06 December 2022 20:51:47 +0000 (0:00:00.560) 0:01:31.692 ****** 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" }, "atd.service": { "name": "atd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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.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" }, "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.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" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "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" }, "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" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.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": "stopped", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "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" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-rebuild.service": { "name": "rpmdb-rebuild.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" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-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-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "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-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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.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-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": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "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.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" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Set the fence-virt/fence-agents port to _ha_cluster_selinux] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:7 Tuesday 06 December 2022 20:51:52 +0000 (0:00:05.434) 0:01:37.126 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Get associated selinux ports] ***** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:14 Tuesday 06 December 2022 20:51:52 +0000 (0:00:00.496) 0:01:37.623 ****** skipping: [sut] => { "changed": false, "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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:22 Tuesday 06 December 2022 20:51:53 +0000 (0:00:00.887) 0:01:38.511 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the service and the ports status with the selinux role] *********** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:29 Tuesday 06 December 2022 20:51:54 +0000 (0:00:00.494) 0:01:39.005 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Distribute fence-virt authkey] **** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:42 Tuesday 06 December 2022 20:51:54 +0000 (0:00:00.486) 0:01:39.492 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:3 Tuesday 06 December 2022 20:51:55 +0000 (0:00:00.760) 0:01:40.253 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:9 Tuesday 06 December 2022 20:51:56 +0000 (0:00:01.180) 0:01:41.433 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Check if fence_xvm.key exists on the controller] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:12 Tuesday 06 December 2022 20:51:57 +0000 (0:00:00.588) 0:01:42.021 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing fence_xvm.key from the controller] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:17 Tuesday 06 December 2022 20:51:57 +0000 (0:00:00.483) 0:01:42.505 ****** 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 fence_xvm.key from the controller] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:25 Tuesday 06 December 2022 20:51:58 +0000 (0:00:00.854) 0:01:43.360 ****** 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 fence_xvm.key using OpenSSL] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:39 Tuesday 06 December 2022 20:51:59 +0000 (0:00:00.678) 0:01:44.038 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:45 Tuesday 06 December 2022 20:52:00 +0000 (0:00:01.076) 0:01:45.115 ****** 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 fence_xvm.key exists on cluster nodes] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:57 Tuesday 06 December 2022 20:52:01 +0000 (0:00:00.537) 0:01:45.653 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing fence_xvm.key from cluster nodes] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:62 Tuesday 06 December 2022 20:52:01 +0000 (0:00:00.940) 0:01:46.593 ****** 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 fence_xvm.key from cluster nodes] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:70 Tuesday 06 December 2022 20:52:02 +0000 (0:00:00.655) 0:01:47.249 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:17 Tuesday 06 December 2022 20:52:03 +0000 (0:00:00.706) 0:01:47.955 ****** changed: [sut] => { "changed": true, "checksum": "f5c96d1c90bd75f8a5a79c27db7fcc6d27f7471a", "dest": "/etc/cluster/fence_xvm.key", "gid": 0, "group": "root", "md5sum": "410f910d07bd37490b3d6588152bdd2f", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:cluster_conf_t:s0", "size": 512, "src": "/root/.ansible/tmp/ansible-tmp-1670359924.1939976-28694-186510787617597/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Configure SBD] ******************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:47 Tuesday 06 December 2022 20:52:06 +0000 (0:00:03.356) 0:01:51.311 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Probe SBD devices] **************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:5 Tuesday 06 December 2022 20:52:07 +0000 (0:00:00.651) 0:01:51.963 ****** TASK [fedora.linux_system_roles.ha_cluster : Initialize SBD devices] *********** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:18 Tuesday 06 December 2022 20:52:08 +0000 (0:00:00.756) 0:01:52.720 ****** TASK [fedora.linux_system_roles.ha_cluster : Distribute SBD config] ************ task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:45 Tuesday 06 December 2022 20:52:08 +0000 (0:00:00.414) 0:01:53.134 ****** changed: [sut] => { "changed": true, "checksum": "2870119b2fefe1e788ed579744af320e20e02efd", "dest": "/etc/sysconfig/sbd", "gid": 0, "group": "root", "md5sum": "28899d08ed4af7a5cbd6f5e26f408f3f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4245, "src": "/root/.ansible/tmp/ansible-tmp-1670359929.0415802-28710-106291722015824/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:61 Tuesday 06 December 2022 20:52:12 +0000 (0:00:03.603) 0:01:56.738 ****** 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" }, "atd.service": { "name": "atd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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.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" }, "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.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" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "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" }, "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" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.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": "stopped", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "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" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-rebuild.service": { "name": "rpmdb-rebuild.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" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-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-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "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-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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.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-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": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "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.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" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Set stonith-watchdog-timeout cluster property] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:64 Tuesday 06 December 2022 20:52:16 +0000 (0:00:04.079) 0:02:00.817 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "--force", "-f", "/var/lib/pacemaker/cib/cib.xml", "--", "property", "set", "stonith-watchdog-timeout=" ], "delta": "0:00:00.825401", "end": "2022-12-06 20:52:18.041846", "rc": 0, "start": "2022-12-06 20:52:17.216445" } TASK [fedora.linux_system_roles.ha_cluster : Correct cib.xml ownership] ******** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:83 Tuesday 06 December 2022 20:52:18 +0000 (0:00:02.285) 0:02:03.102 ****** ok: [sut] => { "changed": false, "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": 307, "state": "file", "uid": 189 } TASK [fedora.linux_system_roles.ha_cluster : Configure corosync] *************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:50 Tuesday 06 December 2022 20:52:19 +0000 (0:00:00.917) 0:02:04.019 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-corosync.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Create a corosync.conf tempfile] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-corosync.yml:3 Tuesday 06 December 2022 20:52:19 +0000 (0:00:00.516) 0:02:04.535 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.fmhrqhek_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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-corosync.yml:16 Tuesday 06 December 2022 20:52:20 +0000 (0:00:00.861) 0:02:05.397 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cluster-setup-pcs-0.10.yml:3 Tuesday 06 December 2022 20:52:21 +0000 (0:00:00.733) 0:02:06.131 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "cluster", "setup", "--corosync_conf", "/tmp/ansible.fmhrqhek_ha_cluster_corosync_conf", "--overwrite", "--no-cluster-uuid", "--", "test-cluster", "localhost" ], "delta": "0:00:00.686802", "end": "2022-12-06 20:52:23.273208", "rc": 0, "start": "2022-12-06 20:52:22.586406" } STDOUT: 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-cluster-setup-pcs-0.10.yml:80 Tuesday 06 December 2022 20:52:23 +0000 (0:00:02.152) 0:02:08.283 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Fetch created corosync.conf file] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-corosync.yml:19 Tuesday 06 December 2022 20:52:24 +0000 (0:00:00.462) 0:02:08.746 ****** ok: [sut] => { "changed": false, "content": "dG90ZW0gewogICAgdmVyc2lvbjogMgogICAgY2x1c3Rlcl9uYW1lOiB0ZXN0LWNsdXN0ZXIKICAgIHRyYW5zcG9ydDoga25ldAogICAgY3J5cHRvX2NpcGhlcjogYWVzMjU2CiAgICBjcnlwdG9faGFzaDogc2hhMjU2Cn0KCm5vZGVsaXN0IHsKICAgIG5vZGUgewogICAgICAgIHJpbmcwX2FkZHI6IGxvY2FsaG9zdAogICAgICAgIG5hbWU6IGxvY2FsaG9zdAogICAgICAgIG5vZGVpZDogMQogICAgfQp9CgpxdW9ydW0gewogICAgcHJvdmlkZXI6IGNvcm9zeW5jX3ZvdGVxdW9ydW0KfQoKbG9nZ2luZyB7CiAgICB0b19sb2dmaWxlOiB5ZXMKICAgIGxvZ2ZpbGU6IC92YXIvbG9nL2NsdXN0ZXIvY29yb3N5bmMubG9nCiAgICB0b19zeXNsb2c6IHllcwogICAgdGltZXN0YW1wOiBvbgp9Cg==", "encoding": "base64", "source": "/tmp/ansible.fmhrqhek_ha_cluster_corosync_conf" } TASK [fedora.linux_system_roles.ha_cluster : Distribute corosync.conf file] **** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-corosync.yml:26 Tuesday 06 December 2022 20:52:26 +0000 (0:00:02.555) 0:02:11.302 ****** 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-1670359948.460342-28746-90740338749118/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Remove a corosync.conf tempfile] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-corosync.yml:36 Tuesday 06 December 2022 20:52:31 +0000 (0:00:05.131) 0:02:16.433 ****** changed: [sut] => { "changed": true, "path": "/tmp/ansible.fmhrqhek_ha_cluster_corosync_conf", "state": "absent" } TASK [fedora.linux_system_roles.ha_cluster : Pcs auth] ************************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:53 Tuesday 06 December 2022 20:52:33 +0000 (0:00:01.214) 0:02:17.648 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Check pcs auth status] ************ task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml:3 Tuesday 06 December 2022 20:52:34 +0000 (0:00:01.706) 0:02:19.355 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "status", "pcsd", "--", "localhost" ], "delta": "0:00:00.710697", "end": "2022-12-06 20:52:37.462805", "failed_when_result": false, "rc": 2, "start": "2022-12-06 20:52:36.752108" } STDOUT: Warning: Unable to read the known-hosts file: No such file or directory: '/var/lib/pcsd/known-hosts' localhost: Unable to authenticate MSG: non-zero return code TASK [fedora.linux_system_roles.ha_cluster : Run pcs auth] ********************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml:23 Tuesday 06 December 2022 20:52:37 +0000 (0:00:03.189) 0:02:22.545 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth-pcs-0.10.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Pcs auth using pcs-0.10] ********** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3 Tuesday 06 December 2022 20:52:38 +0000 (0:00:00.814) 0:02:23.359 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "host", "auth", "-u", "hacluster", "--", "localhost" ], "delta": "0:00:01.375132", "end": "2022-12-06 20:52:41.678490", "rc": 0, "start": "2022-12-06 20:52:40.303358" } STDOUT: Password: localhost: Authorized TASK [fedora.linux_system_roles.ha_cluster : Distribute cluster shared keys] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:58 Tuesday 06 December 2022 20:52:41 +0000 (0:00:03.143) 0:02:26.503 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-keys.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Get corosync authkey] ************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-keys.yml:3 Tuesday 06 December 2022 20:52:42 +0000 (0:00:00.938) 0:02:27.442 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Check if corosync authkey exists on the controller] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:12 Tuesday 06 December 2022 20:52:43 +0000 (0:00:00.913) 0:02:28.355 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing corosync authkey from the controller] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:17 Tuesday 06 December 2022 20:52:44 +0000 (0:00:01.163) 0:02:29.519 ****** 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 corosync authkey from the controller] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:25 Tuesday 06 December 2022 20:52:45 +0000 (0:00:01.080) 0:02:30.599 ****** 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 corosync authkey using OpenSSL] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:39 Tuesday 06 December 2022 20:52:46 +0000 (0:00:00.957) 0:02:31.557 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:45 Tuesday 06 December 2022 20:52:48 +0000 (0:00:01.272) 0:02:32.829 ****** 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 corosync authkey exists on cluster nodes] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:57 Tuesday 06 December 2022 20:52:49 +0000 (0:00:00.929) 0:02:33.758 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing corosync authkey from cluster nodes] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:62 Tuesday 06 December 2022 20:52:51 +0000 (0:00:01.948) 0:02:35.707 ****** 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 corosync authkey from cluster nodes] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:70 Tuesday 06 December 2022 20:52:52 +0000 (0:00:01.415) 0:02:37.122 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-keys.yml:11 Tuesday 06 December 2022 20:52:54 +0000 (0:00:02.185) 0:02:39.308 ****** changed: [sut] => { "changed": true, "checksum": "7ebfb45ad36aa7f0d240342f2e8ed37a11b5a759", "dest": "/etc/corosync/authkey", "gid": 0, "group": "root", "md5sum": "0aed05ad585c8df1014a5ed34840de67", "mode": "0400", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 256, "src": "/root/.ansible/tmp/ansible-tmp-1670359975.6128466-28808-276166879393388/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Get pacemaker authkey] ************ task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-keys.yml:20 Tuesday 06 December 2022 20:52:59 +0000 (0:00:04.514) 0:02:43.823 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Check if pacemaker authkey exists on the controller] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:12 Tuesday 06 December 2022 20:53:01 +0000 (0:00:02.007) 0:02:45.830 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing pacemaker authkey from the controller] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:17 Tuesday 06 December 2022 20:53:02 +0000 (0:00:00.898) 0:02:46.729 ****** 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 pacemaker authkey from the controller] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:25 Tuesday 06 December 2022 20:53:04 +0000 (0:00:02.027) 0:02:48.757 ****** 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 pacemaker authkey using OpenSSL] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:39 Tuesday 06 December 2022 20:53:05 +0000 (0:00:01.364) 0:02:50.121 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:45 Tuesday 06 December 2022 20:53:07 +0000 (0:00:02.520) 0:02:52.642 ****** 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 pacemaker authkey exists on cluster nodes] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:57 Tuesday 06 December 2022 20:53:09 +0000 (0:00:01.698) 0:02:54.340 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Slurp existing pacemaker authkey from cluster nodes] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:62 Tuesday 06 December 2022 20:53:12 +0000 (0:00:02.456) 0:02:56.797 ****** 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 pacemaker authkey from cluster nodes] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/presharedkey.yml:70 Tuesday 06 December 2022 20:53:13 +0000 (0:00:01.295) 0:02:58.093 ****** 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-keys.yml:28 Tuesday 06 December 2022 20:53:14 +0000 (0:00:01.295) 0:02:59.388 ****** changed: [sut] => { "changed": true, "checksum": "6d412debfd84b97371934afff1f6489e48188468", "dest": "/etc/pacemaker/authkey", "gid": 189, "group": "haclient", "md5sum": "f4730388061bccc898c82238be0fb536", "mode": "0400", "owner": "hacluster", "secontext": "system_u:object_r:etc_t:s0", "size": 256, "src": "/root/.ansible/tmp/ansible-tmp-1670359995.5904055-28849-147689368285180/source", "state": "file", "uid": 189 } TASK [fedora.linux_system_roles.ha_cluster : Remove qdevice certificates] ****** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-keys.yml:38 Tuesday 06 December 2022 20:53:19 +0000 (0:00:04.412) 0:03:03.801 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "--", "qdevice", "net-client", "destroy" ], "delta": "0:00:00.665971", "end": "2022-12-06 20:53:21.138329", "rc": 0, "start": "2022-12-06 20:53:20.472358" } TASK [fedora.linux_system_roles.ha_cluster : Obtain and distribute qdevice certificates] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-keys.yml:45 Tuesday 06 December 2022 20:53:21 +0000 (0:00:02.435) 0:03:06.237 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Obtain and distribute qdevice certificates [check mode]] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-keys.yml:60 Tuesday 06 December 2022 20:53:22 +0000 (0:00:00.472) 0:03:06.709 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Enable or disable cluster services on boot] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:64 Tuesday 06 December 2022 20:53:22 +0000 (0:00:00.408) 0:03:07.118 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Enable or disable configured cluster services on boot] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:3 Tuesday 06 December 2022 20:53:23 +0000 (0:00:01.314) 0:03:08.432 ****** changed: [sut] => (item=corosync) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "corosync", "name": "corosync", "status": { "ActiveEnterTimestamp": "n/a", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target system.slice basic.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestamp": "n/a", "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", "ConditionTimestamp": "n/a", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Corosync Cluster Engine", "DevicePolicy": "auto", "Documentation": "man:corosync man:corosync.conf man:corosync_overview", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestamp": "n/a", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/corosync.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "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", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "n/a", "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": "14797", "LimitNPROCSoft": "14797", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14797", "LimitSIGPENDINGSoft": "14797", "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", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "network-online.target system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "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]", "StateChangeTimestamp": "n/a", "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": "4439", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } skipping: [sut] => (item=corosync-qdevice) => { "ansible_loop_var": "item", "changed": false, "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": { "ActiveEnterTimestamp": "n/a", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "syslog.service rsyslog.service systemd-journald.socket system.slice basic.target network.target resource-agents-deps.target dbus-broker.service time-sync.target sysinit.target corosync.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestamp": "n/a", "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", "ConditionTimestamp": "n/a", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Pacemaker High Availability Cluster Manager", "DevicePolicy": "auto", "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestamp": "n/a", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pacemaker.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "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", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "n/a", "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": "14797", "LimitNPROCSoft": "14797", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14797", "LimitSIGPENDINGSoft": "14797", "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", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice corosync.service", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "1s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "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]", "StateChangeTimestamp": "n/a", "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": "terminate", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "resource-agents-deps.target dbus-broker.service", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect SBD] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:16 Tuesday 06 December 2022 20:53:28 +0000 (0:00:04.272) 0:03:12.705 ****** 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" }, "atd.service": { "name": "atd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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.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" }, "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.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" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "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" }, "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" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.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": "stopped", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "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" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-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-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "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-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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.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-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": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "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.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" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Enable or disable SBD] ************ task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:19 Tuesday 06 December 2022 20:53:32 +0000 (0:00:04.399) 0:03:17.104 ****** changed: [sut] => { "changed": true, "enabled": true, "name": "sbd", "status": { "ActiveEnterTimestamp": "n/a", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket iscsi.service systemd-modules-load.service sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestamp": "n/a", "AssertTimestampMonotonic": "0", "Before": "dlm.service pacemaker.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", "ConditionTimestamp": "n/a", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Shared-storage based fencing daemon", "DevicePolicy": "auto", "Documentation": "\"man:sbd(8)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestamp": "n/a", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/sbd ; argv[]=/usr/sbin/sbd $SBD_OPTS -p /var/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 /var/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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/sbd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "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", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "n/a", "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": "14797", "LimitNPROCSoft": "14797", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14797", "LimitSIGPENDINGSoft": "14797", "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", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-abort", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "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]", "StateChangeTimestamp": "n/a", "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": "4439", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Start the cluster and reload corosync.conf] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:67 Tuesday 06 December 2022 20:53:34 +0000 (0:00:02.530) 0:03:19.635 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:21 Tuesday 06 December 2022 20:53:36 +0000 (0:00:01.097) 0:03:20.732 ****** 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" }, "atd.service": { "name": "atd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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.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" }, "dlm.service": { "name": "dlm.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" }, "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.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" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "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" }, "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" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.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": "stopped", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "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" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sbd.service": { "name": "sbd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-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-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "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-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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.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-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": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "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.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" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Stop cluster daemons to reload configuration] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:24 Tuesday 06 December 2022 20:53:40 +0000 (0:00:04.257) 0:03:24.990 ****** ok: [sut] => (item=pacemaker) => { "ansible_loop_var": "item", "changed": false, "item": "pacemaker", "name": "pacemaker", "state": "stopped", "status": { "ActiveEnterTimestamp": "n/a", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "resource-agents-deps.target system.slice sysinit.target basic.target sbd.service dbus-broker.service systemd-journald.socket syslog.service rsyslog.service network.target corosync.service time-sync.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestamp": "n/a", "AssertTimestampMonotonic": "0", "Before": "multi-user.target 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", "ConditionTimestamp": "n/a", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Pacemaker High Availability Cluster Manager", "DevicePolicy": "auto", "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestamp": "n/a", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pacemaker.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "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", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "n/a", "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": "14797", "LimitNPROCSoft": "14797", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14797", "LimitSIGPENDINGSoft": "14797", "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", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target sbd.service corosync.service system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "1s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "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]", "StateChangeTimestamp": "Tue 2022-12-06 20:53:34 UTC", "StateChangeTimestampMonotonic": "1407559191", "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": "terminate", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "dbus-broker.service resource-agents-deps.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } skipping: [sut] => (item=corosync-qdevice) => { "ansible_loop_var": "item", "changed": false, "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": { "ActiveEnterTimestamp": "n/a", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target basic.target systemd-journald.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestamp": "n/a", "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", "ConditionTimestamp": "n/a", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ConsistsOf": "sbd.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Corosync Cluster Engine", "DevicePolicy": "auto", "Documentation": "man:corosync man:corosync.conf man:corosync_overview", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestamp": "n/a", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/corosync.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "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", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "n/a", "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": "14797", "LimitNPROCSoft": "14797", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14797", "LimitSIGPENDINGSoft": "14797", "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", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "pacemaker.service", "Requires": "network-online.target sysinit.target system.slice sbd.service", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "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]", "StateChangeTimestamp": "Tue 2022-12-06 20:53:27 UTC", "StateChangeTimestampMonotonic": "1400507342", "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": "4439", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Start corosync] ******************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:47 Tuesday 06 December 2022 20:53:44 +0000 (0:00:04.072) 0:03:29.062 ****** changed: [sut] => { "changed": true, "name": "corosync", "state": "started", "status": { "ActiveEnterTimestamp": "n/a", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target basic.target systemd-journald.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestamp": "n/a", "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", "ConditionTimestamp": "n/a", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ConsistsOf": "sbd.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Corosync Cluster Engine", "DevicePolicy": "auto", "Documentation": "man:corosync man:corosync.conf man:corosync_overview", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/corosync (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestamp": "n/a", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/corosync.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "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", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "n/a", "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": "14797", "LimitNPROCSoft": "14797", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14797", "LimitSIGPENDINGSoft": "14797", "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", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "pacemaker.service", "Requires": "network-online.target sysinit.target system.slice sbd.service", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "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]", "StateChangeTimestamp": "Tue 2022-12-06 20:53:27 UTC", "StateChangeTimestampMonotonic": "1400507342", "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": "4439", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Reload corosync configuration] **** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:56 Tuesday 06 December 2022 20:53:46 +0000 (0:00:02.539) 0:03:31.602 ****** changed: [sut] => { "changed": true, "cmd": [ "corosync-cfgtool", "-R" ], "delta": "0:00:00.018036", "end": "2022-12-06 20:53:48.566015", "rc": 0, "start": "2022-12-06 20:53:48.547979" } STDOUT: Reloading corosync.conf... Done TASK [fedora.linux_system_roles.ha_cluster : Start corosync-qdevice] *********** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:62 Tuesday 06 December 2022 20:53:49 +0000 (0:00:02.078) 0:03:33.681 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Start pacemaker] ****************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:68 Tuesday 06 December 2022 20:53:49 +0000 (0:00:00.880) 0:03:34.562 ****** changed: [sut] => { "changed": true, "name": "pacemaker", "state": "started", "status": { "ActiveEnterTimestamp": "n/a", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "resource-agents-deps.target system.slice sysinit.target basic.target sbd.service dbus-broker.service systemd-journald.socket syslog.service rsyslog.service network.target corosync.service time-sync.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestamp": "n/a", "AssertTimestampMonotonic": "0", "Before": "multi-user.target 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", "ConditionTimestamp": "n/a", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Pacemaker High Availability Cluster Manager", "DevicePolicy": "auto", "Documentation": "man:pacemakerd https://clusterlabs.org/pacemaker/doc/", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/sbd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestamp": "n/a", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/pacemaker.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "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", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "n/a", "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": "14797", "LimitNPROCSoft": "14797", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14797", "LimitSIGPENDINGSoft": "14797", "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", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target sbd.service corosync.service system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "1s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "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]", "StateChangeTimestamp": "Tue 2022-12-06 20:53:34 UTC", "StateChangeTimestampMonotonic": "1407559191", "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": "terminate", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "dbus-broker.service resource-agents-deps.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:74 Tuesday 06 December 2022 20:53:52 +0000 (0:00:02.836) 0:03:37.398 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "cluster", "start", "--all", "--wait" ], "delta": "0:00:22.870954", "end": "2022-12-06 20:54:16.500434", "rc": 0, "start": "2022-12-06 20:53:53.629480" } STDOUT: localhost: Starting Cluster... Waiting for node(s) to start... localhost: Started TASK [fedora.linux_system_roles.ha_cluster : List pacemaker nodes] ************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:88 Tuesday 06 December 2022 20:54:16 +0000 (0:00:23.950) 0:04:01.349 ****** ok: [sut] => { "changed": false, "cmd": "crm_mon -X | xmllint --xpath '/crm_mon/nodes/node/@name' - | sed -E 's/\\s*name=\"([^\"]+)\"\\s*/\\1\\n/g'\n", "delta": "0:00:00.024271", "end": "2022-12-06 20:54:17.468100", "rc": 0, "start": "2022-12-06 20:54:17.443829" } STDOUT: localhost TASK [fedora.linux_system_roles.ha_cluster : Purge removed nodes from pacemaker's cache] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:109 Tuesday 06 December 2022 20:54:17 +0000 (0:00:01.052) 0:04:02.402 ****** skipping: [sut] => (item=localhost) => { "ansible_loop_var": "item", "changed": false, "item": "localhost", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Create and push CIB] ************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:70 Tuesday 06 December 2022 20:54:18 +0000 (0:00:00.642) 0:04:03.044 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for original CIB] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:10 Tuesday 06 December 2022 20:54:19 +0000 (0:00:01.266) 0:04:04.310 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.4ek21p47_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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:18 Tuesday 06 December 2022 20:54:20 +0000 (0:00:00.799) 0:04:05.110 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.p8zjz55o_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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:26 Tuesday 06 December 2022 20:54:21 +0000 (0:00:01.178) 0:04:06.289 ****** ok: [sut] => { "changed": false, "cmd": [ "cibadmin", "--query" ], "delta": "0:00:00.014400", "end": "2022-12-06 20:54:22.371175", "rc": 0, "start": "2022-12-06 20:54:22.356775" } STDOUT: TASK [fedora.linux_system_roles.ha_cluster : Write CIB configuration] ********** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:33 Tuesday 06 December 2022 20:54:22 +0000 (0:00:01.013) 0:04:07.303 ****** changed: [sut] => (item=/tmp/ansible.p8zjz55o_ha_cluster_cib_xml) => { "ansible_loop_var": "item", "changed": true, "checksum": "eddf0eb2873393fc8aee95f6a40c36a533e0ef3e", "dest": "/tmp/ansible.p8zjz55o_ha_cluster_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.p8zjz55o_ha_cluster_cib_xml", "md5sum": "48f1d1ba26242767213f06c18b052f85", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1162, "src": "/root/.ansible/tmp/ansible-tmp-1670360063.3097544-29027-2207999488848/source", "state": "file", "uid": 0 } changed: [sut] => (item=/tmp/ansible.4ek21p47_ha_cluster_original_cib_xml) => { "ansible_loop_var": "item", "changed": true, "checksum": "eddf0eb2873393fc8aee95f6a40c36a533e0ef3e", "dest": "/tmp/ansible.4ek21p47_ha_cluster_original_cib_xml", "gid": 0, "group": "root", "item": "/tmp/ansible.4ek21p47_ha_cluster_original_cib_xml", "md5sum": "48f1d1ba26242767213f06c18b052f85", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1162, "src": "/root/.ansible/tmp/ansible-tmp-1670360066.8151271-29027-146093282795651/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.ha_cluster : Purge new CIB configuration] ****** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:51 Tuesday 06 December 2022 20:54:29 +0000 (0:00:07.059) 0:04:14.363 ****** 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.024683", "end": "2022-12-06 20:54:30.563633", "rc": 0, "start": "2022-12-06 20:54:30.538950" } TASK [fedora.linux_system_roles.ha_cluster : Configure cluster properties] ***** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:80 Tuesday 06 December 2022 20:54:30 +0000 (0:00:01.245) 0:04:15.609 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Extract primitive to bundle mapping] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:91 Tuesday 06 December 2022 20:54:31 +0000 (0:00:00.863) 0:04:16.472 ****** ok: [sut] => { "ansible_facts": { "__ha_cluster_primitive_bundle_map": {} }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Configure cluster bundle resources] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:95 Tuesday 06 December 2022 20:54:32 +0000 (0:00:00.846) 0:04:17.319 ****** TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resources] ****** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:101 Tuesday 06 December 2022 20:54:33 +0000 (0:00:00.348) 0:04:17.668 ****** TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource groups] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:108 Tuesday 06 December 2022 20:54:33 +0000 (0:00:00.304) 0:04:17.972 ****** TASK [fedora.linux_system_roles.ha_cluster : Configure cluster resource clones] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:114 Tuesday 06 December 2022 20:54:33 +0000 (0:00:00.434) 0:04:18.406 ****** TASK [fedora.linux_system_roles.ha_cluster : Configure resource location constraints] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:122 Tuesday 06 December 2022 20:54:34 +0000 (0:00:00.242) 0:04:18.648 ****** TASK [fedora.linux_system_roles.ha_cluster : Configure resource colocation constraints] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:129 Tuesday 06 December 2022 20:54:34 +0000 (0:00:00.288) 0:04:18.937 ****** TASK [fedora.linux_system_roles.ha_cluster : Configure resource set colocation constraints] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:137 Tuesday 06 December 2022 20:54:34 +0000 (0:00:00.248) 0:04:19.185 ****** TASK [fedora.linux_system_roles.ha_cluster : Configure resource order constraints] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:147 Tuesday 06 December 2022 20:54:34 +0000 (0:00:00.452) 0:04:19.638 ****** TASK [fedora.linux_system_roles.ha_cluster : Configure resource set order constraints] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:155 Tuesday 06 December 2022 20:54:35 +0000 (0:00:00.318) 0:04:19.956 ****** TASK [fedora.linux_system_roles.ha_cluster : Configure resource ticket constraints] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:165 Tuesday 06 December 2022 20:54:35 +0000 (0:00:00.294) 0:04:20.251 ****** TASK [fedora.linux_system_roles.ha_cluster : Configure resource set ticket constraints] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:173 Tuesday 06 December 2022 20:54:36 +0000 (0:00:00.620) 0:04:20.872 ****** TASK [fedora.linux_system_roles.ha_cluster : Create a tempfile for CIB diff] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:190 Tuesday 06 December 2022 20:54:36 +0000 (0:00:00.357) 0:04:21.230 ****** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.uu1w_dz2_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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:198 Tuesday 06 December 2022 20:54:37 +0000 (0:00:01.252) 0:04:22.482 ****** changed: [sut] => { "changed": true, "cmd": [ "crm_diff", "--no-version", "--original", "/tmp/ansible.4ek21p47_ha_cluster_original_cib_xml", "--new", "/tmp/ansible.p8zjz55o_ha_cluster_cib_xml" ], "delta": "0:00:00.008500", "end": "2022-12-06 20:54:38.708768", "failed_when_result": false, "rc": 0, "start": "2022-12-06 20:54:38.700268" } TASK [fedora.linux_system_roles.ha_cluster : Write CIB diff to its tempfile] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:211 Tuesday 06 December 2022 20:54:38 +0000 (0:00:01.155) 0:04:23.638 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Push CIB diff to the cluster if it has any changes] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:222 Tuesday 06 December 2022 20:54:39 +0000 (0:00:00.447) 0:04:24.085 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Remove CIB tempfiles] ************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:230 Tuesday 06 December 2022 20:54:39 +0000 (0:00:00.541) 0:04:24.626 ****** changed: [sut] => (item={'changed': True, 'path': '/tmp/ansible.p8zjz55o_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.p8zjz55o_ha_cluster_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 }, "path": "/tmp/ansible.p8zjz55o_ha_cluster_cib_xml", "state": "absent" } changed: [sut] => (item={'changed': True, 'path': '/tmp/ansible.4ek21p47_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.4ek21p47_ha_cluster_original_cib_xml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 }, "path": "/tmp/ansible.4ek21p47_ha_cluster_original_cib_xml", "state": "absent" } changed: [sut] => (item={'changed': True, 'path': '/tmp/ansible.uu1w_dz2_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.uu1w_dz2_ha_cluster_cib_diff", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 }, "path": "/tmp/ansible.uu1w_dz2_ha_cluster_cib_diff", "state": "absent" } TASK [fedora.linux_system_roles.ha_cluster : Remove cluster configuration] ***** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:77 Tuesday 06 December 2022 20:54:43 +0000 (0:00:03.119) 0:04:27.746 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Remove fence-virt authkey] ******** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:80 Tuesday 06 December 2022 20:54:43 +0000 (0:00:00.677) 0:04:28.423 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Configure qnetd] ****************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:86 Tuesday 06 December 2022 20:54:44 +0000 (0:00:00.322) 0:04:28.746 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-qnetd.yml for sut TASK [fedora.linux_system_roles.ha_cluster : Remove qnetd configuration] ******* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-qnetd.yml:3 Tuesday 06 December 2022 20:54:44 +0000 (0:00:00.389) 0:04:29.135 ****** changed: [sut] => { "changed": true, "cmd": [ "pcs", "--force", "--", "qdevice", "destroy", "net" ], "delta": "0:00:01.901608", "end": "2022-12-06 20:54:47.207930", "rc": 0, "start": "2022-12-06 20:54:45.306322" } STDOUT: 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/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-qnetd.yml:12 Tuesday 06 December 2022 20:54:47 +0000 (0:00:03.060) 0:04:32.195 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Enable or disable qnetd service on boot] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-qnetd.yml:21 Tuesday 06 December 2022 20:54:48 +0000 (0:00:00.800) 0:04:32.996 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: role_complete for sut TASK [Slurp SBD config file] *************************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:38 Tuesday 06 December 2022 20:54:49 +0000 (0:00:00.762) 0:04:33.758 ****** ok: [sut] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCgoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6ICIiCiMKIyBTQkRfREVWSUNFIHNwZWNpZmllcyB0aGUgZGV2aWNlcyB0byB1c2UgZm9yIGV4Y2hhbmdpbmcgc2JkIG1lc3NhZ2VzCiMgYW5kIHRvIG1vbml0b3IuIElmIHNwZWNpZnlpbmcgbW9yZSB0aGFuIG9uZSBwYXRoLCB1c2UgIjsiIGFzCiMgc2VwYXJhdG9yLgojClNCRF9ERVZJQ0U9IiIKCiMjIFR5cGU6IHllc25vCiMjIERlZmF1bHQ6IHllcwojCiMgV2hldGhlciB0byBlbmFibGUgdGhlIHBhY2VtYWtlciBpbnRlZ3JhdGlvbi4KIwpTQkRfUEFDRU1BS0VSPXllcwoKIyMgVHlwZTogYWx3YXlzIC8gY2xlYW4KIyMgRGVmYXVsdDogYWx3YXlzCiMKIyBTcGVjaWZ5IHRoZSBzdGFydCBtb2RlIGZvciBzYmQuIFNldHRpbmcgdGhpcyB0byAiY2xlYW4iIHdpbGwgb25seQojIGFsbG93IHNiZCB0byBzdGFydCBpZiBpdCB3YXMgbm90IHByZXZpb3VzbHkgZmVuY2VkLiBTZWUgdGhlIC1TIG9wdGlvbgojIGluIHRoZSBtYW4gcGFnZS4KIwpTQkRfU1RBUlRNT0RFPSJhbHdheXMiCgojIyBUeXBlOiB5ZXNubyAvIGludGVnZXIKIyMgRGVmYXVsdDogbm8KIwojIFdoZXRoZXIgdG8gZGVsYXkgYWZ0ZXIgc3RhcnRpbmcgc2JkIG9uIGJvb3QgZm9yICJtc2d3YWl0IiBzZWNvbmRzLgojIFRoaXMgbWF5IGJlIG5lY2Vzc2FyeSBpZiB5b3VyIGNsdXN0ZXIgbm9kZXMgcmVib290IHNvIGZhc3QgdGhhdCB0aGUKIyBvdGhlciBub2RlcyBhcmUgc3RpbGwgd2FpdGluZyBpbiB0aGUgZmVuY2UgYWNrbm93bGVkZ2VtZW50IHBoYXNlLgojIFRoaXMgaXMgYW4gb2NjYXNpb25hbCBpc3N1ZSB3aXRoIHZpcnR1YWwgbWFjaGluZXMuCiMKIyBUaGlzIGNhbiBhbHNvIGJlIGVuYWJsZWQgYnkgYmVpbmcgc2V0IHRvIGEgc3BlY2lmaWMgZGVsYXkgdmFsdWUsIGluCiMgc2Vjb25kcy4gU29tZXRpbWVzIGEgbG9uZ2VyIGRlbGF5IHRoYW4gdGhlIGRlZmF1bHQsICJtc2d3YWl0IiwgaXMKIyBuZWVkZWQsIGZvciBleGFtcGxlIGluIHRoZSBjYXNlcyB3aGVyZSBpdCdzIGNvbnNpZGVyZWQgdG8gYmUgc2FmZXIgdG8KIyB3YWl0IGxvbmdlciB0aGFuOgojIGNvcm9zeW5jIHRva2VuIHRpbWVvdXQgKyBjb25zZW5zdXMgdGltZW91dCArIHBjbWtfZGVsYXlfbWF4ICsgbXNnd2FpdAojCiMgQmUgYXdhcmUgdGhhdCB0aGUgc3BlY2lhbCB2YWx1ZSAiMSIgbWVhbnMgInllcyIgcmF0aGVyIHRoYW4gIjFzIi4KIwojIENvbnNpZGVyIHRoYXQgeW91IG1pZ2h0IGhhdmUgdG8gYWRhcHQgdGhlIHN0YXJ0dXAtdGltZW91dCBhY2NvcmRpbmdseQojIGlmIHRoZSBkZWZhdWx0IGlzbid0IHN1ZmZpY2llbnQuIChUaW1lb3V0U3RhcnRTZWMgZm9yIHN5c3RlbWQpCiMKIyBUaGlzIG9wdGlvbiBtYXkgYmUgaWdub3JlZCBhdCBhIGxhdGVyIHBvaW50LCBvbmNlIHBhY2VtYWtlciBoYW5kbGVzCiMgdGhpcyBjYXNlIGJldHRlci4KIwpTQkRfREVMQVlfU1RBUlQ9Im5vIgoKIyMgVHlwZTogc3RyaW5nCiMjIERlZmF1bHQ6IC9kZXYvd2F0Y2hkb2cKIwojIFdhdGNoZG9nIGRldmljZSB0byB1c2UuIElmIHNldCB0byAvZGV2L251bGwsIG5vIHdhdGNoZG9nIGRldmljZSB3aWxsCiMgYmUgdXNlZC4KIwpTQkRfV0FUQ0hET0dfREVWPSIvZGV2L3dhdGNoZG9nIgoKIyMgVHlwZTogaW50ZWdlcgojIyBEZWZhdWx0OiA1CiMKIyBIb3cgbG9uZywgaW4gc2Vjb25kcywgdGhlIHdhdGNoZG9nIHdpbGwgd2FpdCBiZWZvcmUgcGFuaWNraW5nIHRoZQojIG5vZGUgaWYgbm8tb25lIHRpY2tsZXMgaXQuCiMKIyBUaGlzIGRlcGVuZHMgbW9zdGx5IG9uIHlvdXIgc3RvcmFnZSBsYXRlbmN5OyB0aGUgbWFqb3JpdHkgb2YgZGV2aWNlcwojIG11c3QgYmUgc3VjY2Vzc2Z1bGx5IHJlYWQgd2l0aGluIHRoaXMgdGltZSwgb3IgZWxzZSB0aGUgbm9kZSB3aWxsCiMgc2VsZi1mZW5jZS4KIwojIElmIHlvdXIgc2JkIGRldmljZShzKSByZXNpZGUgb24gYSBtdWx0aXBhdGggc2V0dXAgb3IgaVNDU0ksIHRoaXMKIyBzaG91bGQgYmUgdGhlIHRpbWUgcmVxdWlyZWQgdG8gZGV0ZWN0IGEgcGF0aCBmYWlsdXJlLgojCiMgQmUgYXdhcmUgdGhhdCB3YXRjaGRvZyB0aW1lb3V0IHNldCBpbiB0aGUgb24tZGlzayBtZXRhZGF0YSB0YWtlcwojIHByZWNlZGVuY2UuCiMKU0JEX1dBVENIRE9HX1RJTUVPVVQ9IjUiCgojIyBUeXBlOiBzdHJpbmcKIyMgRGVmYXVsdDogImZsdXNoLHJlYm9vdCIKIwojIEFjdGlvbnMgdG8gYmUgZXhlY3V0ZWQgd2hlbiB0aGUgd2F0Y2hlcnMgZG9uJ3QgdGltZWx5IHJlcG9ydCB0byB0aGUgc2JkCiMgbWFpbiBwcm9jZXNzIG9yIG9uZSBvZiB0aGUgd2F0Y2hlcnMgZGV0ZWN0cyB0aGF0IHRoZSBtYWluIHByb2Nlc3MgaGFzCiMgZGllZC4KIwojIFNldCB0aW1lb3V0LWFjdGlvbiB0byBjb21tYS1zZXBhcmF0ZWQgY29tYmluYXRpb24gb2YKIyBub2ZsdXNofGZsdXNoIHBsdXMgcmVib290fGNyYXNoZHVtcHxvZmYuCiMgSWYganVzdCBvbmUgb2YgYm90aCBpcyBnaXZlbiB0aGUgb3RoZXIgc3RheXMgYXQgdGhlIGRlZmF1bHQuCiMKIyBUaGlzIGRvZXNuJ3QgYWZmZWN0IGFjdGlvbnMgbGlrZSBvZmYsIGNyYXNoZHVtcCwgcmVib290IGV4cGxpY2l0bHkKIyB0cmlnZ2VyZWQgdmlhIG1lc3NhZ2Ugc2xvdHMuCiMgQW5kIGl0IGRvZXMgYXMgd2VsbCBub3QgY29uZmlndXJlIHRoZSBhY3Rpb24gYSB3YXRjaGRvZyB3b3VsZAojIHRyaWdnZXIgc2hvdWxkIGl0IHJ1biBvZmYgKHRoZXJlIGlzIG5vIGdlbmVyaWMgaW50ZXJmYWNlKS4KIwpTQkRfVElNRU9VVF9BQ1RJT049ImZsdXNoLHJlYm9vdCIKCiMjIFR5cGU6IHllc25vIC8gYXV0bwojIyBEZWZhdWx0OiBhdXRvCiMKIyBJZiBDUFVBY2NvdW50aW5nIGlzIGVuYWJsZWQgZGVmYXVsdCBpcyBub3QgdG8gYXNzaWduIGFueSBSVC1idWRnZXQKIyB0byB0aGUgc3lzdGVtLnNsaWNlIHdoaWNoIHByZXZlbnRzIHNiZCBmcm9tIHJ1bm5pbmcgUlItc2NoZWR1bGVkLgojCiMgT25lIHdheSB0byBlc2NhcGUgdGhhdCBpc3N1ZSBpcyB0byBtb3ZlIHNiZC1wcm9jZXNzZXMgZnJvbSB0aGUKIyBzbGljZSB0aGV5IHdlcmUgb3JpZ2luYWxseSBzdGFydGVkIHRvIHJvb3Qtc2xpY2UuCiMgT2YgY291cnNlIHN0YXJ0aW5nIHNiZCBpbiBhIGNlcnRhaW4gc2xpY2UgbWlnaHQgYmUgaW50ZW50aW9uYWwuCiMgVGh1cyBpbiBhdXRvLW1vZGUgc2JkIHdpbGwgY2hlY2sgaWYgdGhlIHNsaWNlIGhhcyBSVC1idWRnZXQgYXNzaWduZWQuCiMgSWYgdGhhdCBpcyB0aGUgY2FzZSBzYmQgd2lsbCBzdGF5IGluIHRoYXQgc2xpY2Ugd2hpbGUgaXQgd2lsbAojIGJlIG1vdmVkIHRvIHJvb3Qtc2xpY2Ugb3RoZXJ3aXNlLgojClNCRF9NT1ZFX1RPX1JPT1RfQ0dST1VQPWF1dG8KCiMjIFR5cGU6IHllc25vCiMjIERlZmF1bHQ6IHllcwojCiMgSWYgcmVzb3VyY2Ugc3RhcnR1cCBzeW5jaW5nIGlzIGVuYWJsZWQgdGhlbiBwYWNlbWFrZXJkIGlzCiMgZ29ubmEgd2FpdCB0byBiZSBwaW5nZWQgdmlhIElQQyBiZWZvcmUgaXQgc3RhcnRzIHJlc291cmNlcy4KIyBPbiBzaHV0ZG93biBwYWNlbWFrZXJkIGlzIGdvaW5nIHRvIHdhaXQgaW4gYSBzdGF0ZSB3aGVyZSBpdAojIGhhcyBjbGVhbmx5IHNodXRkb3duIHJlc291cmNlcyB0aWxsIHNiZCBmZXRjaGVzIHRoYXQgc3RhdGUuCiMKIyBUaGUgZGVmYXVsdCBpcyBzZXQgd2hlbiBidWlsZGluZyBTQkQgYW5kIFBhY2VtYWtlciBmcm9tIHNvdXJjZS4KIyBHb2luZyBmb3IgJ25vJyBpcyBzYWZlciBpZiBpdCBjYW4ndCBiZSBhc3N1cmVkIHRoYXQgU0JEIGFuZAojIFBhY2VtYWtlciBpbnN0YWxsZWQgZG8gYm90aCBzdXBwb3J0IHRoZSBzeW5jaHJvbml6YXRpb24gZmVhdHVyZS4KIyBXaGVuIGdvaW5nIHdpdGggJ3llcycgLSBhbHNvIHVzaW5nIHBhY2thZ2UgZGVwZW5kZW5jaWVzIHRvCiMgYXNzdXJlIFNCRCAmIFBhY2VtYWtlciBib3RoIHN1cHBvcnQgdGhlIHN5bmNocm9uaXphdGlvbgojIGZlYXR1cmUgYW5kIGFyZSBhc3N1bWluZyB0aGUgc2FtZSBkZWZhdWx0IC0gYW4gU0JEIGNvbmZpZ3VyYXRpb24KIyBpbmhlcml0ZWQgdmlhIGFuIHVwZ3JhZGUgZG9lc24ndCBoYXZlIHRvIGJlIGFsdGVyZWQgdG8gc3RpbGwKIyBiZW5lZml0IGZyb20gdGhlIG5ldyBmZWF0dXJlLgojClNCRF9TWU5DX1JFU09VUkNFX1NUQVJUVVA9eWVzCgojIyBUeXBlOiBzdHJpbmcKIyMgRGVmYXVsdDogIiIKIwojIEFkZGl0aW9uYWwgb3B0aW9ucyBmb3Igc3RhcnRpbmcgc2JkCiMKU0JEX09QVFM9Ii1uIGxvY2FsaG9zdCIK", "encoding": "base64", "source": "/etc/sysconfig/sbd" } TASK [Decode SBD config] ******************************************************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:43 Tuesday 06 December 2022 20:54:50 +0000 (0:00:00.911) 0:04:34.669 ****** ok: [sut] => { "ansible_facts": { "__test_sbd_config_lines": [ "#", "# Ansible managed", "#", "", "", "## Type: string", "## Default: \"\"", "#", "# SBD_DEVICE specifies the devices to use for exchanging sbd messages", "# and to monitor. If specifying more than one path, use \";\" as", "# separator.", "#", "SBD_DEVICE=\"\"", "", "## Type: yesno", "## Default: yes", "#", "# Whether to enable the pacemaker integration.", "#", "SBD_PACEMAKER=yes", "", "## Type: always / clean", "## Default: always", "#", "# Specify the start mode for sbd. Setting this to \"clean\" will only", "# allow sbd to start if it was not previously fenced. See the -S option", "# in the man page.", "#", "SBD_STARTMODE=\"always\"", "", "## Type: yesno / integer", "## Default: no", "#", "# Whether to delay after starting sbd on boot for \"msgwait\" seconds.", "# This may be necessary if your cluster nodes reboot so fast that the", "# other nodes are still waiting in the fence acknowledgement phase.", "# This is an occasional issue with virtual machines.", "#", "# This can also be enabled by being set to a specific delay value, in", "# seconds. Sometimes a longer delay than the default, \"msgwait\", is", "# needed, for example in the cases where it's considered to be safer to", "# wait longer than:", "# corosync token timeout + consensus timeout + pcmk_delay_max + msgwait", "#", "# Be aware that the special value \"1\" means \"yes\" rather than \"1s\".", "#", "# Consider that you might have to adapt the startup-timeout accordingly", "# if the default isn't sufficient. (TimeoutStartSec for systemd)", "#", "# This option may be ignored at a later point, once pacemaker handles", "# this case better.", "#", "SBD_DELAY_START=\"no\"", "", "## Type: string", "## Default: /dev/watchdog", "#", "# Watchdog device to use. If set to /dev/null, no watchdog device will", "# be used.", "#", "SBD_WATCHDOG_DEV=\"/dev/watchdog\"", "", "## Type: integer", "## Default: 5", "#", "# How long, in seconds, the watchdog will wait before panicking the", "# node if no-one tickles it.", "#", "# This depends mostly on your storage latency; the majority of devices", "# must be successfully read within this time, or else the node will", "# self-fence.", "#", "# If your sbd device(s) reside on a multipath setup or iSCSI, this", "# should be the time required to detect a path failure.", "#", "# Be aware that watchdog timeout set in the on-disk metadata takes", "# precedence.", "#", "SBD_WATCHDOG_TIMEOUT=\"5\"", "", "## Type: string", "## Default: \"flush,reboot\"", "#", "# Actions to be executed when the watchers don't timely report to the sbd", "# main process or one of the watchers detects that the main process has", "# died.", "#", "# Set timeout-action to comma-separated combination of", "# noflush|flush plus reboot|crashdump|off.", "# If just one of both is given the other stays at the default.", "#", "# This doesn't affect actions like off, crashdump, reboot explicitly", "# triggered via message slots.", "# And it does as well not configure the action a watchdog would", "# trigger should it run off (there is no generic interface).", "#", "SBD_TIMEOUT_ACTION=\"flush,reboot\"", "", "## Type: yesno / auto", "## Default: auto", "#", "# If CPUAccounting is enabled default is not to assign any RT-budget", "# to the system.slice which prevents sbd from running RR-scheduled.", "#", "# One way to escape that issue is to move sbd-processes from the", "# slice they were originally started to root-slice.", "# Of course starting sbd in a certain slice might be intentional.", "# Thus in auto-mode sbd will check if the slice has RT-budget assigned.", "# If that is the case sbd will stay in that slice while it will", "# be moved to root-slice otherwise.", "#", "SBD_MOVE_TO_ROOT_CGROUP=auto", "", "## Type: yesno", "## Default: yes", "#", "# If resource startup syncing is enabled then pacemakerd is", "# gonna wait to be pinged via IPC before it starts resources.", "# On shutdown pacemakerd is going to wait in a state where it", "# has cleanly shutdown resources till sbd fetches that state.", "#", "# The default is set when building SBD and Pacemaker from source.", "# Going for 'no' is safer if it can't be assured that SBD and", "# Pacemaker installed do both support the synchronization feature.", "# When going with 'yes' - also using package dependencies to", "# assure SBD & Pacemaker both support the synchronization", "# feature and are assuming the same default - an SBD configuration", "# inherited via an upgrade doesn't have to be altered to still", "# benefit from the new feature.", "#", "SBD_SYNC_RESOURCE_STARTUP=yes", "", "## Type: string", "## Default: \"\"", "#", "# Additional options for starting sbd", "#", "SBD_OPTS=\"-n localhost\"" ] }, "changed": false } TASK [Print SBD config lines] ************************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:47 Tuesday 06 December 2022 20:54:50 +0000 (0:00:00.567) 0:04:35.237 ****** ok: [sut] => { "__test_sbd_config_lines": [ "#", "# Ansible managed", "#", "", "", "## Type: string", "## Default: \"\"", "#", "# SBD_DEVICE specifies the devices to use for exchanging sbd messages", "# and to monitor. If specifying more than one path, use \";\" as", "# separator.", "#", "SBD_DEVICE=\"\"", "", "## Type: yesno", "## Default: yes", "#", "# Whether to enable the pacemaker integration.", "#", "SBD_PACEMAKER=yes", "", "## Type: always / clean", "## Default: always", "#", "# Specify the start mode for sbd. Setting this to \"clean\" will only", "# allow sbd to start if it was not previously fenced. See the -S option", "# in the man page.", "#", "SBD_STARTMODE=\"always\"", "", "## Type: yesno / integer", "## Default: no", "#", "# Whether to delay after starting sbd on boot for \"msgwait\" seconds.", "# This may be necessary if your cluster nodes reboot so fast that the", "# other nodes are still waiting in the fence acknowledgement phase.", "# This is an occasional issue with virtual machines.", "#", "# This can also be enabled by being set to a specific delay value, in", "# seconds. Sometimes a longer delay than the default, \"msgwait\", is", "# needed, for example in the cases where it's considered to be safer to", "# wait longer than:", "# corosync token timeout + consensus timeout + pcmk_delay_max + msgwait", "#", "# Be aware that the special value \"1\" means \"yes\" rather than \"1s\".", "#", "# Consider that you might have to adapt the startup-timeout accordingly", "# if the default isn't sufficient. (TimeoutStartSec for systemd)", "#", "# This option may be ignored at a later point, once pacemaker handles", "# this case better.", "#", "SBD_DELAY_START=\"no\"", "", "## Type: string", "## Default: /dev/watchdog", "#", "# Watchdog device to use. If set to /dev/null, no watchdog device will", "# be used.", "#", "SBD_WATCHDOG_DEV=\"/dev/watchdog\"", "", "## Type: integer", "## Default: 5", "#", "# How long, in seconds, the watchdog will wait before panicking the", "# node if no-one tickles it.", "#", "# This depends mostly on your storage latency; the majority of devices", "# must be successfully read within this time, or else the node will", "# self-fence.", "#", "# If your sbd device(s) reside on a multipath setup or iSCSI, this", "# should be the time required to detect a path failure.", "#", "# Be aware that watchdog timeout set in the on-disk metadata takes", "# precedence.", "#", "SBD_WATCHDOG_TIMEOUT=\"5\"", "", "## Type: string", "## Default: \"flush,reboot\"", "#", "# Actions to be executed when the watchers don't timely report to the sbd", "# main process or one of the watchers detects that the main process has", "# died.", "#", "# Set timeout-action to comma-separated combination of", "# noflush|flush plus reboot|crashdump|off.", "# If just one of both is given the other stays at the default.", "#", "# This doesn't affect actions like off, crashdump, reboot explicitly", "# triggered via message slots.", "# And it does as well not configure the action a watchdog would", "# trigger should it run off (there is no generic interface).", "#", "SBD_TIMEOUT_ACTION=\"flush,reboot\"", "", "## Type: yesno / auto", "## Default: auto", "#", "# If CPUAccounting is enabled default is not to assign any RT-budget", "# to the system.slice which prevents sbd from running RR-scheduled.", "#", "# One way to escape that issue is to move sbd-processes from the", "# slice they were originally started to root-slice.", "# Of course starting sbd in a certain slice might be intentional.", "# Thus in auto-mode sbd will check if the slice has RT-budget assigned.", "# If that is the case sbd will stay in that slice while it will", "# be moved to root-slice otherwise.", "#", "SBD_MOVE_TO_ROOT_CGROUP=auto", "", "## Type: yesno", "## Default: yes", "#", "# If resource startup syncing is enabled then pacemakerd is", "# gonna wait to be pinged via IPC before it starts resources.", "# On shutdown pacemakerd is going to wait in a state where it", "# has cleanly shutdown resources till sbd fetches that state.", "#", "# The default is set when building SBD and Pacemaker from source.", "# Going for 'no' is safer if it can't be assured that SBD and", "# Pacemaker installed do both support the synchronization feature.", "# When going with 'yes' - also using package dependencies to", "# assure SBD & Pacemaker both support the synchronization", "# feature and are assuming the same default - an SBD configuration", "# inherited via an upgrade doesn't have to be altered to still", "# benefit from the new feature.", "#", "SBD_SYNC_RESOURCE_STARTUP=yes", "", "## Type: string", "## Default: \"\"", "#", "# Additional options for starting sbd", "#", "SBD_OPTS=\"-n localhost\"" ] } TASK [Check SBD config] ******************************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:51 Tuesday 06 December 2022 20:54:51 +0000 (0:00:00.461) 0:04:35.699 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Fetch quorum configuration] ********************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:59 Tuesday 06 December 2022 20:54:51 +0000 (0:00:00.912) 0:04:36.611 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "quorum", "config" ], "delta": "0:00:00.688508", "end": "2022-12-06 20:54:53.186912", "rc": 0, "start": "2022-12-06 20:54:52.498404" } STDOUT: Options: TASK [Check auto tie breaker in quorum configuration] ************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:65 Tuesday 06 December 2022 20:54:53 +0000 (0:00:01.491) 0:04:38.103 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get services status] ***************************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:72 Tuesday 06 December 2022 20:54:54 +0000 (0:00:00.952) 0:04:39.056 ****** 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" }, "atd.service": { "name": "atd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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": "running", "status": "enabled" }, "crm_mon.service": { "name": "crm_mon.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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.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" }, "dlm.service": { "name": "dlm.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" }, "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.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" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "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" }, "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" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.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": "stopped", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "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": "running", "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" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sbd.service": { "name": "sbd.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-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-system-token.service": { "name": "systemd-boot-system-token.service", "source": "systemd", "state": "stopped", "status": "static" }, "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-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "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": "inactive", "status": "disabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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.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-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": "inactive", "status": "disabled" }, "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-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": "inactive", "status": "disabled" }, "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.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" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [Check services status] *************************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:75 Tuesday 06 December 2022 20:54:58 +0000 (0:00:04.505) 0:04:43.561 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check cluster status] **************************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:82 Tuesday 06 December 2022 20:54:59 +0000 (0:00:00.453) 0:04:44.014 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tasks/assert_cluster_running.yml for sut TASK [Get pcs auth status] ***************************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tasks/assert_cluster_running.yml:3 Tuesday 06 December 2022 20:54:59 +0000 (0:00:00.566) 0:04:44.580 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "status", "pcsd" ], "delta": "0:00:00.709314", "end": "2022-12-06 20:55:01.301837", "rc": 0, "start": "2022-12-06 20:55:00.592523" } STDOUT: localhost: Online TASK [Check pcs auth] ********************************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tasks/assert_cluster_running.yml:9 Tuesday 06 December 2022 20:55:01 +0000 (0:00:01.649) 0:04:46.230 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get cluster status] ****************************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tasks/assert_cluster_running.yml:14 Tuesday 06 December 2022 20:55:02 +0000 (0:00:00.556) 0:04:46.786 ****** ok: [sut] => { "changed": false, "cmd": [ "pcs", "status" ], "delta": "0:00:00.898669", "end": "2022-12-06 20:55:03.639167", "rc": 0, "start": "2022-12-06 20:55:02.740498" } STDOUT: Cluster name: test-cluster Cluster Summary: * Stack: corosync * Current DC: localhost (version 2.1.4-4.fc35-dc6eb4362e) - partition with quorum * Last updated: Tue Dec 6 20:55:03 2022 * Last change: Tue Dec 6 20:54:14 2022 by hacluster via crmd on localhost * 1 node configured * 0 resource instances configured Node List: * Online: [ localhost ] Full List of Resources: * No resources Daemon Status: corosync: active/enabled pacemaker: active/enabled pcsd: active/enabled sbd: active/enabled TASK [Check cluster is running] ************************************************ task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tasks/assert_cluster_running.yml:20 Tuesday 06 December 2022 20:55:03 +0000 (0:00:01.766) 0:04:48.552 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall and selinux state] **************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:85 Tuesday 06 December 2022 20:55:04 +0000 (0:00:00.873) 0:04:49.426 ****** included: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tasks/check_firewall_selinux.yml for sut TASK [Check firewall service status] ******************************************* task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tasks/check_firewall_selinux.yml:4 Tuesday 06 December 2022 20:55:05 +0000 (0:00:01.050) 0:04:50.477 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check firewall port status] ********************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tasks/check_firewall_selinux.yml:10 Tuesday 06 December 2022 20:55:06 +0000 (0:00:00.747) 0:04:51.225 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get associated selinux ports] ******************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tasks/check_firewall_selinux.yml:18 Tuesday 06 December 2022 20:55:07 +0000 (0:00:00.721) 0:04:51.947 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check associated selinux ports] ****************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tasks/check_firewall_selinux.yml:26 Tuesday 06 December 2022 20:55:07 +0000 (0:00:00.134) 0:04:52.082 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up test environment for SBD] *************************************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:89 Tuesday 06 December 2022 20:55:07 +0000 (0:00:00.070) 0:04:52.152 ****** TASK [fedora.linux_system_roles.ha_cluster : Unmount SBD devices] ************** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_cleanup_sbd.yml:9 Tuesday 06 December 2022 20:55:07 +0000 (0:00:00.104) 0:04:52.256 ****** changed: [sut] => { "changed": true, "cmd": [ "losetup", "-d", "/dev/loop0" ], "delta": "0:00:00.013626", "end": "2022-12-06 20:55:07.934287", "rc": 0, "start": "2022-12-06 20:55:07.920661" } TASK [fedora.linux_system_roles.ha_cluster : Delete backing files for SBD devices] *** task path: /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_cleanup_sbd.yml:14 Tuesday 06 December 2022 20:55:08 +0000 (0:00:00.397) 0:04:52.654 ****** ok: [sut] => { "changed": false, "path": "{'changed': True, 'path': '/tmp/ansible.jgchbso7_ha_cluster_tests', '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}", "state": "absent" } META: role_complete for sut META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=104 changed=36 unreachable=0 failed=0 skipped=64 rescued=0 ignored=0 Tuesday 06 December 2022 20:55:08 +0000 (0:00:00.570) 0:04:53.225 ****** =============================================================================== fedora.linux_system_roles.ha_cluster : Install cluster packages -------- 55.13s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:31 fedora.linux_system_roles.ha_cluster : Wait for the cluster to fully start and form membership -- 23.95s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:74 fedora.linux_system_roles.ha_cluster : Install role essential packages -- 20.46s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:14 fedora.linux_system_roles.ha_cluster : Write CIB configuration ---------- 7.06s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:33 fedora.linux_system_roles.ha_cluster : Populate service facts ----------- 5.43s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/selinux.yml:3 fedora.linux_system_roles.ha_cluster : Distribute corosync.conf file ---- 5.13s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-corosync.yml:26 fedora.linux_system_roles.ha_cluster : Distribute corosync authkey ------ 4.51s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-keys.yml:11 Get services status ----------------------------------------------------- 4.51s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/tests/tests_sbd_defaults.yml:72 fedora.linux_system_roles.ha_cluster : Distribute pacemaker authkey ----- 4.41s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-setup-keys.yml:28 fedora.linux_system_roles.ha_cluster : Get services status - detect SBD --- 4.41s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:16 fedora.linux_system_roles.ha_cluster : Enable or disable configured cluster services on boot --- 4.27s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-enable-disable.yml:3 fedora.linux_system_roles.ha_cluster : Get services status - detect corosync-qdevice --- 4.26s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:21 fedora.linux_system_roles.ha_cluster : Get services status - detect pacemaker --- 4.08s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:61 fedora.linux_system_roles.ha_cluster : Stop cluster daemons to reload configuration --- 4.07s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/cluster-start-and-reload.yml:24 fedora.linux_system_roles.ha_cluster : Distribute SBD config ------------ 3.60s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/sbd.yml:45 fedora.linux_system_roles.ha_cluster : Send fence_xvm.key to nodes ------ 3.36s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/distribute-fence-virt-key.yml:17 fedora.linux_system_roles.ha_cluster : Check pcs auth status ------------ 3.19s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth.yml:3 fedora.linux_system_roles.ha_cluster : Pcs auth using pcs-0.10 ---------- 3.14s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-auth-pcs-0.10.yml:3 fedora.linux_system_roles.ha_cluster : Remove CIB tempfiles ------------- 3.12s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/create-and-push-cib.yml:230 fedora.linux_system_roles.ha_cluster : Remove qnetd configuration ------- 3.06s /WORKDIR/dist-git-ha_cluster-fix-for-upcoming-release-khsu5ywb/.collection/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/pcs-qnetd.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---