[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [SBD with long delay-start] *********************************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 08:27:25 -0400 (0:00:00.024) 0:00:00.024 ********* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Set up test environment] ************************************************* Thursday 25 July 2024 08:27:26 -0400 (0:00:01.116) 0:00:01.141 ********* included: fedora.linux_system_roles.ha_cluster for managed_node1 TASK [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** Thursday 25 July 2024 08:27:26 -0400 (0:00:00.029) 0:00:01.170 ********* ok: [managed_node1] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] ******* Thursday 25 July 2024 08:27:26 -0400 (0:00:00.020) 0:00:01.190 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'distribution' not in ansible_facts", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ******** Thursday 25 July 2024 08:27:26 -0400 (0:00:00.012) 0:00:01.203 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree] *** Thursday 25 July 2024 08:27:27 -0400 (0:00:00.419) 0:00:01.622 ********* ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories] *** Thursday 25 July 2024 08:27:27 -0400 (0:00:00.024) 0:00:01.647 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd] *** Thursday 25 July 2024 08:27:27 -0400 (0:00:00.013) 0:00:01.661 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__ha_cluster_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [Set up test environment for SBD] ***************************************** Thursday 25 July 2024 08:27:27 -0400 (0:00:00.021) 0:00:01.683 ********* included: fedora.linux_system_roles.ha_cluster for managed_node1 TASK [fedora.linux_system_roles.ha_cluster : Load softdog module for SBD to have at least one watchdog] *** Thursday 25 July 2024 08:27:27 -0400 (0:00:00.029) 0:00:01.712 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "modprobe", "softdog" ], "delta": "0:00:00.003797", "end": "2024-07-25 08:27:27.508767", "rc": 0, "start": "2024-07-25 08:27:27.504970" } TASK [fedora.linux_system_roles.ha_cluster : Create backing files for SBD devices] *** Thursday 25 July 2024 08:27:27 -0400 (0:00:00.419) 0:00:02.132 ********* changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.kcddu4jh_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] *** Thursday 25 July 2024 08:27:27 -0400 (0:00:00.403) 0:00:02.536 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "dd", "if=/dev/zero", "of=/tmp/ansible.kcddu4jh_ha_cluster_tests", "bs=1M", "count=10" ], "delta": "0:00:00.007338", "end": "2024-07-25 08:27:28.256399", "rc": 0, "start": "2024-07-25 08:27:28.249061" } STDERR: 10+0 records in 10+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.00413953 s, 2.5 GB/s TASK [fedora.linux_system_roles.ha_cluster : Mount SBD devices] **************** Thursday 25 July 2024 08:27:28 -0400 (0:00:00.338) 0:00:02.875 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "losetup", "--show", "--find", "/tmp/ansible.kcddu4jh_ha_cluster_tests" ], "delta": "0:00:00.006994", "end": "2024-07-25 08:27:28.598324", "rc": 0, "start": "2024-07-25 08:27:28.591330" } STDOUT: /dev/loop0 TASK [Ensure SBD config file is not present] *********************************** Thursday 25 July 2024 08:27:28 -0400 (0:00:00.360) 0:00:03.235 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/sysconfig/sbd", "state": "absent" } TASK [Ensure systemd overrides for SBD are not present] ************************ Thursday 25 July 2024 08:27:29 -0400 (0:00:00.424) 0:00:03.659 ********* ok: [managed_node1] => { "changed": false, "path": "/etc/systemd/system/sbd.service.d/override-timeout.conf", "state": "absent" } TASK [Run HA Cluster role] ***************************************************** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.334) 0:00:03.994 ********* included: fedora.linux_system_roles.ha_cluster for managed_node1 TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.049) 0:00:04.043 ********* included: /var/ARTIFACTS/work-generalqe6kbm9_/plans/general/tree/tmp.ytRvH8g1eY/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role] *** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.020) 0:00:04.063 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__ha_cluster_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ******** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.019) 0:00:04.083 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __ha_cluster_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree] *** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.017) 0:00:04.101 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "not __ha_cluster_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.016) 0:00:04.118 ********* ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_cloud_agents_packages": [], "__ha_cluster_fence_agent_packages_default": "{{ ['fence-agents-all'] + (['fence-virt'] if ansible_architecture == 'x86_64' else []) }}", "__ha_cluster_fullstack_node_packages": [ "corosync", "libknet1-plugins-all", "resource-agents", "pacemaker", "openssl" ], "__ha_cluster_pcs_provider": "pcs-0.10", "__ha_cluster_qdevice_node_packages": [ "corosync-qdevice", "bash", "coreutils", "curl", "grep", "nss-tools", "openssl", "sed" ], "__ha_cluster_repos": [], "__ha_cluster_role_essential_packages": [ "pcs", "corosync-qnetd" ], "__ha_cluster_sbd_packages": [ "sbd" ], "__ha_cluster_services": [ "corosync", "corosync-qdevice", "pacemaker" ] }, "ansible_included_var_files": [ "/var/ARTIFACTS/work-generalqe6kbm9_/plans/general/tree/tmp.ytRvH8g1eY/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__ha_cluster_cloud_agents_packages": [ "resource-agents-cloud", "fence-agents-aliyun", "fence-agents-aws", "fence-agents-azure-arm", "fence-agents-compute", "fence-agents-gce", "fence-agents-ibm-powervs", "fence-agents-ibm-vpc", "fence-agents-kubevirt", "fence-agents-openstack" ], "__ha_cluster_repos": [ { "id": "highavailability", "name": "HighAvailability" }, { "id": "resilientstorage", "name": "ResilientStorage" } ] }, "ansible_included_var_files": [ "/var/ARTIFACTS/work-generalqe6kbm9_/plans/general/tree/tmp.ytRvH8g1eY/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed_node1] => (item=CentOS_10.yml) => { "ansible_facts": { "__ha_cluster_cloud_agents_packages": [ "resource-agents-cloud", "fence-agents-aliyun", "fence-agents-aws", "fence-agents-azure-arm", "fence-agents-compute", "fence-agents-gce", "fence-agents-ibm-powervs", "fence-agents-ibm-vpc", "fence-agents-kubevirt", "fence-agents-openstack" ], "__ha_cluster_repos": [ { "id": "highavailability", "name": "HighAvailability" }, { "id": "resilientstorage", "name": "ResilientStorage" } ] }, "ansible_included_var_files": [ "/var/ARTIFACTS/work-generalqe6kbm9_/plans/general/tree/tmp.ytRvH8g1eY/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables] *** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.041) 0:00:04.159 ********* ok: [managed_node1] => { "ansible_facts": {}, "ansible_included_var_files": [ "/var/ARTIFACTS/work-generalqe6kbm9_/plans/general/tree/tmp.ytRvH8g1eY/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/shell_pcs.yml" ], "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Enable package repositories] ****** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.016) 0:00:04.176 ********* included: /var/ARTIFACTS/work-generalqe6kbm9_/plans/general/tree/tmp.ytRvH8g1eY/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml for managed_node1 TASK [fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories] *** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.022) 0:00:04.198 ********* ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/var/ARTIFACTS/work-generalqe6kbm9_/plans/general/tree/tmp.ytRvH8g1eY/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/RedHat.yml" }, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [managed_node1] => (item=CentOS.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/var/ARTIFACTS/work-generalqe6kbm9_/plans/general/tree/tmp.ytRvH8g1eY/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml" }, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml" } skipping: [managed_node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__ha_cluster_enable_repo_tasks_file_candidate is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__ha_cluster_enable_repo_tasks_file_candidate is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.040) 0:00:04.238 ********* included: /var/ARTIFACTS/work-generalqe6kbm9_/plans/general/tree/tmp.ytRvH8g1eY/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml for managed_node1 TASK [fedora.linux_system_roles.ha_cluster : List active CentOS repositories] *** Thursday 25 July 2024 08:27:29 -0400 (0:00:00.028) 0:00:04.267 ********* ok: [managed_node1] => { "changed": false, "cmd": [ "dnf", "repolist" ], "delta": "0:00:00.197399", "end": "2024-07-25 08:27:30.176649", "rc": 0, "start": "2024-07-25 08:27:29.979250" } STDOUT: repo id repo name appstream CentOS Stream 10 - AppStream baseos CentOS Stream 10 - BaseOS beaker-client Beaker Client - RedHatEnterpriseLinux9 beaker-harness Beaker harness beakerlib-libraries Copr repo for beakerlib-libraries owned by bgoncalv highavailability CentOS Stream 10 - HighAvailability TASK [fedora.linux_system_roles.ha_cluster : Enable CentOS repositories] ******* Thursday 25 July 2024 08:27:30 -0400 (0:00:00.534) 0:00:04.801 ********* skipping: [managed_node1] => (item={'id': 'highavailability', 'name': 'HighAvailability'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.id not in __ha_cluster_repolist.stdout", "item": { "id": "highavailability", "name": "HighAvailability" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={'id': 'resilientstorage', 'name': 'ResilientStorage'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.name != \"ResilientStorage\" or ha_cluster_enable_repos_resilient_storage", "item": { "id": "resilientstorage", "name": "ResilientStorage" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.ha_cluster : Install role essential packages] *** Thursday 25 July 2024 08:27:30 -0400 (0:00:00.020) 0:00:04.822 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: corosync-qnetd pcs TASK [fedora.linux_system_roles.ha_cluster : Check and prepare role variables] *** Thursday 25 July 2024 08:27:31 -0400 (0:00:00.777) 0:00:05.599 ********* included: /var/ARTIFACTS/work-generalqe6kbm9_/plans/general/tree/tmp.ytRvH8g1eY/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml for managed_node1 TASK [fedora.linux_system_roles.ha_cluster : Discover cluster node names] ****** Thursday 25 July 2024 08:27:31 -0400 (0:00:00.036) 0:00:05.636 ********* ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_node_name": "localhost" }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Collect cluster node names] ******* Thursday 25 July 2024 08:27:31 -0400 (0:00:00.024) 0:00:05.660 ********* ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_all_node_names": [ "localhost" ] }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes] *** Thursday 25 July 2024 08:27:31 -0400 (0:00:00.026) 0:00:05.686 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "(\n __nodes_from_options != (__nodes_from_options | unique)\n) or (\n __nodes_from_options | difference(__ha_cluster_all_node_names)\n)\n", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.ha_cluster : Extract node options] ************* Thursday 25 July 2024 08:27:31 -0400 (0:00:00.023) 0:00:05.710 ********* ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_local_node": {} }, "changed": false } TASK [fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified] *** Thursday 25 July 2024 08:27:31 -0400 (0:00:00.027) 0:00:05.737 ********* failed: [managed_node1] (item=ha_cluster_hacluster_password) => { "ansible_loop_var": "item", "changed": false, "item": "ha_cluster_hacluster_password" } MSG: ha_cluster_hacluster_password must be specified TASK [Clean up test environment for SBD] *************************************** Thursday 25 July 2024 08:27:31 -0400 (0:00:00.027) 0:00:05.765 ********* included: fedora.linux_system_roles.ha_cluster for managed_node1 TASK [fedora.linux_system_roles.ha_cluster : Unmount SBD devices] ************** Thursday 25 July 2024 08:27:31 -0400 (0:00:00.040) 0:00:05.806 ********* changed: [managed_node1] => { "changed": true, "cmd": [ "losetup", "-d", "/dev/loop0" ], "delta": "0:00:00.008931", "end": "2024-07-25 08:27:31.525450", "rc": 0, "start": "2024-07-25 08:27:31.516519" } TASK [fedora.linux_system_roles.ha_cluster : Delete backing files for SBD devices] *** Thursday 25 July 2024 08:27:31 -0400 (0:00:00.342) 0:00:06.148 ********* ok: [managed_node1] => { "changed": false, "path": "{'changed': True, 'path': '/tmp/ansible.kcddu4jh_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" } PLAY RECAP ********************************************************************* managed_node1 : ok=28 changed=5 unreachable=0 failed=1 skipped=8 rescued=0 ignored=0 Thursday 25 July 2024 08:27:31 -0400 (0:00:00.340) 0:00:06.489 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.12s fedora.linux_system_roles.ha_cluster : Install role essential packages --- 0.78s fedora.linux_system_roles.ha_cluster : List active CentOS repositories --- 0.53s Ensure SBD config file is not present ----------------------------------- 0.42s fedora.linux_system_roles.ha_cluster : Load softdog module for SBD to have at least one watchdog --- 0.42s fedora.linux_system_roles.ha_cluster : Check if system is ostree -------- 0.42s fedora.linux_system_roles.ha_cluster : Create backing files for SBD devices --- 0.40s fedora.linux_system_roles.ha_cluster : Mount SBD devices ---------------- 0.36s fedora.linux_system_roles.ha_cluster : Unmount SBD devices -------------- 0.34s fedora.linux_system_roles.ha_cluster : Delete backing files for SBD devices --- 0.34s fedora.linux_system_roles.ha_cluster : Initialize backing files for SBD devices --- 0.34s Ensure systemd overrides for SBD are not present ------------------------ 0.33s Run HA Cluster role ----------------------------------------------------- 0.05s fedora.linux_system_roles.ha_cluster : Set platform/version specific variables --- 0.04s Clean up test environment for SBD --------------------------------------- 0.04s fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories --- 0.04s fedora.linux_system_roles.ha_cluster : Check and prepare role variables --- 0.04s Set up test environment for SBD ----------------------------------------- 0.03s Set up test environment ------------------------------------------------- 0.03s fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories --- 0.03s