ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-eF1 executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Jan 16 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', 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_skip_toolkit.yml *********************************************** 1 plays in /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml PLAY [Verify if role configures a custom storage properly] ********************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:3 Saturday 14 February 2026 06:33:35 -0500 (0:00:00.018) 0:00:00.018 ***** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, 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 [Skip unsupported architectures] ****************************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:28 Saturday 14 February 2026 06:33:36 -0500 (0:00:01.055) 0:00:01.073 ***** included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/skip_unsupported_archs.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/skip_unsupported_archs.yml:3 Saturday 14 February 2026 06:33:36 -0500 (0:00:00.012) 0:00:01.086 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "\"architecture\" not in ansible_facts.keys() | list", "skip_reason": "Conditional result was False" } TASK [Skip unsupported architectures] ****************************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/skip_unsupported_archs.yml:8 Saturday 14 February 2026 06:33:36 -0500 (0:00:00.030) 0:00:01.116 ***** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Ensure test packages] **************************************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:36 Saturday 14 February 2026 06:33:36 -0500 (0:00:00.004) 0:00:01.121 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:45 Saturday 14 February 2026 06:33:37 -0500 (0:00:01.127) 0:00:02.248 ***** ok: [managed-node1] => { "changed": false, "disks": [ "sda", "sdb" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG_SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"xfs\" LOG_SEC=\"512\"", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:54 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.444) 0:00:02.692 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:63 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.012) 0:00:02.704 ***** ok: [managed-node1] => { "ansible_facts": { "unused_disks": [ "sda", "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:68 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.015) 0:00:02.719 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Prepare storage] ********************************************************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:73 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.030) 0:00:02.749 ***** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.021) 0:00:02.771 ***** included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.015) 0:00:02.786 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.032) 0:00:02.819 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 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_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.040) 0:00:02.859 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.409) 0:00:03.268 ***** ok: [managed-node1] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.020) 0:00:03.289 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.013) 0:00:03.302 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.012) 0:00:03.314 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 February 2026 06:33:38 -0500 (0:00:00.037) 0:00:03.352 ***** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-lvm-2.28-16.el9.x86_64", "Installed: python3-psutil-5.8.0-12.el9.x86_64", "Installed: volume_key-libs-0.3.12-16.el9.x86_64", "Installed: libluksmeta-10-1.el9.x86_64", "Installed: ndctl-82-1.el9.x86_64", "Installed: tpm2-tools-5.2-7.el9.x86_64", "Installed: python3-wcwidth-0.2.5-8.el9.noarch", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: clevis-21-209.el9.x86_64", "Installed: libblockdev-mdraid-2.28-16.el9.x86_64", "Installed: ndctl-libs-82-1.el9.x86_64", "Installed: python3-into-dbus-python-0.8.2-1.el9.noarch", "Installed: clevis-luks-21-209.el9.x86_64", "Installed: daxctl-libs-82-1.el9.x86_64", "Installed: libblockdev-mpath-2.28-16.el9.x86_64", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-16.el9.x86_64", "Installed: python3-blivet-1:3.6.0-29.el9.noarch", "Installed: lvm2-9:2.03.32-2.el9.x86_64", "Installed: python3-blockdev-2.28-16.el9.x86_64", "Installed: blivet-data-1:3.6.0-29.el9.noarch", "Installed: python3-justbases-0.15.2-1.el9.noarch", "Installed: python3-justbytes-0.15.2-1.el9.noarch", "Installed: kmod-kvdo-8.2.7.3-187.el9.x86_64", "Installed: lvm2-libs-9:2.03.32-2.el9.x86_64", "Installed: libblockdev-part-2.28-16.el9.x86_64", "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: device-mapper-event-9:1.02.206-2.el9.x86_64", "Installed: libblockdev-2.28-16.el9.x86_64", "Installed: stratis-cli-3.7.0-1.el9.noarch", "Installed: libblockdev-swap-2.28-16.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.206-2.el9.x86_64", "Installed: stratisd-3.7.3-3.el9.x86_64", "Installed: cryptsetup-2.8.1-3.el9.x86_64", "Installed: libblockdev-crypto-2.28-16.el9.x86_64", "Installed: libjose-14-1.el9.x86_64", "Installed: python3-packaging-20.9-5.el9.noarch", "Installed: libblockdev-dm-2.28-16.el9.x86_64", "Installed: libblockdev-utils-2.28-16.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-42.el9.x86_64", "Installed: python3-dbus-client-gen-0.5.1-1.el9.noarch", "Installed: libnvme-1.16.1-2.el9.x86_64", "Installed: mdadm-4.4-3.el9.x86_64", "Installed: python3-dbus-python-client-gen-0.8.3-1.el9.noarch", "Installed: python3-dbus-signature-pyparsing-0.4.1-1.el9.noarch", "Installed: libblockdev-fs-2.28-16.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: device-mapper-multipath-libs-0.8.7-42.el9.x86_64", "Installed: device-mapper-persistent-data-1.1.0-1.el9.x86_64", "Installed: jose-14-1.el9.x86_64", "Installed: libblockdev-kbd-2.28-16.el9.x86_64", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: luksmeta-10-1.el9.x86_64", "Installed: cxl-libs-82-1.el9.x86_64", "Installed: libblockdev-loop-2.28-16.el9.x86_64" ] } lsrpackages: kmod-kvdo libblockdev libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 February 2026 06:34:00 -0500 (0:00:21.171) 0:00:24.523 ***** ok: [managed-node1] => { "storage_pools | d([])": [ { "disks": [ "sda", "sdb" ], "grow_to_fill": true, "name": "rootvg", "volumes": [ { "mount_point": "/hpc-test1", "name": "rootlv", "size": "2G" }, { "mount_point": "/hpc-test2", "name": "usrlv", "size": "1G" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 February 2026 06:34:00 -0500 (0:00:00.036) 0:00:24.560 ***** ok: [managed-node1] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 February 2026 06:34:00 -0500 (0:00:00.032) 0:00:24.593 ***** ok: [managed-node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 February 2026 06:34:01 -0500 (0:00:00.954) 0:00:25.547 ***** included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node1 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 14 February 2026 06:34:01 -0500 (0:00:00.026) 0:00:25.573 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 14 February 2026 06:34:01 -0500 (0:00:00.029) 0:00:25.603 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 14 February 2026 06:34:01 -0500 (0:00:00.032) 0:00:25.635 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 February 2026 06:34:01 -0500 (0:00:00.029) 0:00:25.665 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 February 2026 06:34:02 -0500 (0:00:01.050) 0:00:26.716 ***** ok: [managed-node1] => { "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" }, "apt-daily.service": { "name": "apt-daily.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "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.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.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" }, "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" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.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@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "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": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sku_customisation.service": { "name": "sku_customisation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.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-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-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-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-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": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-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" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 February 2026 06:34:04 -0500 (0:00:01.894) 0:00:28.610 ***** ok: [managed-node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 February 2026 06:34:04 -0500 (0:00:00.047) 0:00:28.658 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 February 2026 06:34:04 -0500 (0:00:00.011) 0:00:28.670 ***** changed: [managed-node1] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/rootvg", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/rootvg-usrlv", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/rootvg-usrlv", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/rootvg-rootlv", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/rootvg-rootlv", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/xvda1", "/dev/mapper/rootvg-rootlv", "/dev/mapper/rootvg-usrlv" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test1", "src": "/dev/mapper/rootvg-rootlv", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": true, "name": "rootvg", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/rootvg-rootlv", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/rootvg-rootlv", "_raw_device": "/dev/mapper/rootvg-rootlv", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test1", "mount_user": null, "name": "rootlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/rootvg-usrlv", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/rootvg-usrlv", "_raw_device": "/dev/mapper/rootvg-usrlv", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test2", "mount_user": null, "name": "usrlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "1G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 February 2026 06:34:07 -0500 (0:00:03.057) 0:00:31.728 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 February 2026 06:34:07 -0500 (0:00:00.032) 0:00:31.760 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068503.488, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4d895e6e8fecfb1c01461d949d1987782c04651a", "ctime": 1770711047.779, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194435, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1770711047.779, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1386, "uid": 0, "version": "3170337501", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 February 2026 06:34:07 -0500 (0:00:00.340) 0:00:32.101 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 February 2026 06:34:08 -0500 (0:00:00.425) 0:00:32.526 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 February 2026 06:34:08 -0500 (0:00:00.011) 0:00:32.538 ***** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/rootvg", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/rootvg-usrlv", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/rootvg-usrlv", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/rootvg-rootlv", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/rootvg-rootlv", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/xvda1", "/dev/mapper/rootvg-rootlv", "/dev/mapper/rootvg-usrlv" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test1", "src": "/dev/mapper/rootvg-rootlv", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": true, "name": "rootvg", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/rootvg-rootlv", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/rootvg-rootlv", "_raw_device": "/dev/mapper/rootvg-rootlv", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test1", "mount_user": null, "name": "rootlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/rootvg-usrlv", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/rootvg-usrlv", "_raw_device": "/dev/mapper/rootvg-usrlv", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test2", "mount_user": null, "name": "usrlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "1G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 February 2026 06:34:08 -0500 (0:00:00.021) 0:00:32.560 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": true, "name": "rootvg", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/rootvg-rootlv", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/rootvg-rootlv", "_raw_device": "/dev/mapper/rootvg-rootlv", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test1", "mount_user": null, "name": "rootlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/rootvg-usrlv", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/rootvg-usrlv", "_raw_device": "/dev/mapper/rootvg-usrlv", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test2", "mount_user": null, "name": "usrlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "1G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 February 2026 06:34:08 -0500 (0:00:00.018) 0:00:32.579 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 February 2026 06:34:08 -0500 (0:00:00.016) 0:00:32.595 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 February 2026 06:34:08 -0500 (0:00:00.033) 0:00:32.628 ***** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 February 2026 06:34:09 -0500 (0:00:00.853) 0:00:33.482 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node1] => (item={'src': '/dev/mapper/rootvg-rootlv', 'path': '/hpc-test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test1", "src": "/dev/mapper/rootvg-rootlv", "state": "mounted" }, "name": "/hpc-test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/rootvg-rootlv" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node1] => (item={'src': '/dev/mapper/rootvg-usrlv', 'path': '/hpc-test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "mounted" }, "name": "/hpc-test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/rootvg-usrlv" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 February 2026 06:34:09 -0500 (0:00:00.798) 0:00:34.281 ***** skipping: [managed-node1] => (item={'src': '/dev/mapper/rootvg-rootlv', 'path': '/hpc-test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test1", "src": "/dev/mapper/rootvg-rootlv", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'src': '/dev/mapper/rootvg-usrlv', 'path': '/hpc-test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 February 2026 06:34:09 -0500 (0:00:00.044) 0:00:34.325 ***** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 February 2026 06:34:10 -0500 (0:00:00.658) 0:00:34.984 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068697.7027588, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1770710239.817, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1770709925.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3051809813", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 February 2026 06:34:10 -0500 (0:00:00.336) 0:00:35.321 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 February 2026 06:34:10 -0500 (0:00:00.011) 0:00:35.333 ***** ok: [managed-node1] TASK [Run the role] ************************************************************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:89 Saturday 14 February 2026 06:34:11 -0500 (0:00:00.847) 0:00:36.180 ***** included: fedora.linux_system_roles.hpc for managed-node1 TASK [fedora.linux_system_roles.hpc : Set platform/version specific variables] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:3 Saturday 14 February 2026 06:34:11 -0500 (0:00:00.178) 0:00:36.359 ***** included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.hpc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:2 Saturday 14 February 2026 06:34:11 -0500 (0:00:00.022) 0:00:36.381 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Check if system is ostree] *************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:10 Saturday 14 February 2026 06:34:12 -0500 (0:00:00.034) 0:00:36.416 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.hpc : Set flag to indicate system is ostree] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:15 Saturday 14 February 2026 06:34:12 -0500 (0:00:00.331) 0:00:36.747 ***** ok: [managed-node1] => { "ansible_facts": { "__hpc_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.hpc : Set platform/version specific variables] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:19 Saturday 14 February 2026 06:34:12 -0500 (0:00:00.022) 0:00:36.769 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 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_9.yml) => { "ansible_facts": { "__hpc_aznhc_info": { "name": "azurehpc-health-checks", "sha256": "5fc69a6dfdc50486dadc8aec082a815dc64c737fbd164bf70ad5c7080d5c7879", "url": "https://github.com/Azure/azurehpc-health-checks/archive/refs/tags/v0.4.5.tar.gz", "version": "0.4.5" }, "__hpc_cuda_toolkit_packages": [ "cuda-toolkit-12-9" ], "__hpc_docker_packages": [ "moby-engine-29.1.4-1.el9", "moby-cli-29.1.4-1.el9" ], "__hpc_gdrcopy_info": { "distribution": "el9", "name": "gdrcopy", "sha256": "d6c61358adb52d9a9b71d4e05cb6ac9288ac18274e8d8177a6f197f0ee006130", "url": "https://github.com/NVIDIA/gdrcopy/archive/0f7366e73b019e7facf907381f6b0b2f5a1576e4.tar.gz", "version": "2.5.1-1" }, "__hpc_hpcx_info": { "name": "hpcx", "sha256": "92f746dd8cf293cf5b3955a0addd92e162dd012e1f8f728983a85c6c134e33b0", "url": "https://content.mellanox.com/hpc/hpc-x/v2.24.1_cuda12/hpcx-v2.24.1-gcc-inbox-redhat9-cuda12-x86_64.tbz", "version": "2.24.1" }, "__hpc_kvp_client_info": { "name": "kvp_client.c", "sha256": "0f7fa598c40994e9a18fa2982ee6ca9a591bd2ebc419f1ec526ea9bf19aae1eb", "url": "https://raw.githubusercontent.com/microsoft/lis-test/master/WS2012R2/lisa/tools/KVP/kvp_client.c" }, "__hpc_microsoft_prod_repo": { "baseurl": "https://packages.microsoft.com/rhel/9/prod/", "description": "Microsoft Production repository", "key": "https://packages.microsoft.com/keys/microsoft.asc", "name": "microsoft-prod" }, "__hpc_moneo_info": { "name": "moneo", "sha256": "bab588b37f9a7d03fff82ff22d8a24c18a64e18eb2dad31f447a67b6fb76bd4c", "url": "https://github.com/Azure/Moneo/archive/refs/tags/v0.3.4.tar.gz", "version": "0.3.4" }, "__hpc_nvidia_cuda_repo": { "baseurl": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64", "description": "NVIDIA CUDA repository", "key": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub", "name": "nvidia-cuda" }, "__hpc_nvidia_driver_module": "nvidia-driver:{{ __hpc_nvidia_driver_stream }}", "__hpc_nvidia_driver_stream": "580-dkms", "__hpc_nvidia_nccl_packages": [ "libnccl-2.27.5-1+cuda12.9", "libnccl-devel-2.27.5-1+cuda12.9" ], "__hpc_openmpi_info": { "name": "openmpi", "sha256": "53131e1a57e7270f645707f8b0b65ba56048f5b5ac3f68faabed3eb0d710e449", "url": "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.8.tar.bz2", "version": "5.0.8" }, "__hpc_pmix_info": { "name": "pmix", "sha256": "6b11f4fd5c9d7f8e55fc6ebdee9af04b839f44d06044e58cea38c87c168784b3", "url": "https://github.com/openpmix/openpmix/releases/download/v4.2.9/pmix-4.2.9.tar.bz2", "version": "4.2.9" }, "__hpc_rhel_epel_repo": { "description": "RHEL EPEL repository", "key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9", "name": "RHEL EPEL repository", "rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm" }, "__hpc_rhui_azure_rhel_9_eus_repo": { "baseurl": "https://rhui4-1.microsoft.com/pulp/repos/unprotected/microsoft-azure-rhel9-eus", "description": "Microsoft Azure RPMs for Red Hat Enterprise Linux 9 EUS", "key": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-microsoft-azure-release", "name": "rhui-microsoft-azure-rhel9-eus" } }, "ansible_included_var_files": [ "/tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "__hpc_aznhc_info": { "name": "azurehpc-health-checks", "sha256": "5fc69a6dfdc50486dadc8aec082a815dc64c737fbd164bf70ad5c7080d5c7879", "url": "https://github.com/Azure/azurehpc-health-checks/archive/refs/tags/v0.4.5.tar.gz", "version": "0.4.5" }, "__hpc_cuda_toolkit_packages": [ "cuda-toolkit-12-9" ], "__hpc_docker_packages": [ "moby-engine-29.1.4-1.el9", "moby-cli-29.1.4-1.el9" ], "__hpc_gdrcopy_info": { "distribution": "el9", "name": "gdrcopy", "sha256": "d6c61358adb52d9a9b71d4e05cb6ac9288ac18274e8d8177a6f197f0ee006130", "url": "https://github.com/NVIDIA/gdrcopy/archive/0f7366e73b019e7facf907381f6b0b2f5a1576e4.tar.gz", "version": "2.5.1-1" }, "__hpc_hpcx_info": { "name": "hpcx", "sha256": "92f746dd8cf293cf5b3955a0addd92e162dd012e1f8f728983a85c6c134e33b0", "url": "https://content.mellanox.com/hpc/hpc-x/v2.24.1_cuda12/hpcx-v2.24.1-gcc-inbox-redhat9-cuda12-x86_64.tbz", "version": "2.24.1" }, "__hpc_kvp_client_info": { "name": "kvp_client.c", "sha256": "0f7fa598c40994e9a18fa2982ee6ca9a591bd2ebc419f1ec526ea9bf19aae1eb", "url": "https://raw.githubusercontent.com/microsoft/lis-test/master/WS2012R2/lisa/tools/KVP/kvp_client.c" }, "__hpc_microsoft_prod_repo": { "baseurl": "https://packages.microsoft.com/rhel/9/prod/", "description": "Microsoft Production repository", "key": "https://packages.microsoft.com/keys/microsoft.asc", "name": "microsoft-prod" }, "__hpc_moneo_info": { "name": "moneo", "sha256": "bab588b37f9a7d03fff82ff22d8a24c18a64e18eb2dad31f447a67b6fb76bd4c", "url": "https://github.com/Azure/Moneo/archive/refs/tags/v0.3.4.tar.gz", "version": "0.3.4" }, "__hpc_nvidia_cuda_repo": { "baseurl": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64", "description": "NVIDIA CUDA repository", "key": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub", "name": "nvidia-cuda" }, "__hpc_nvidia_driver_module": "nvidia-driver:{{ __hpc_nvidia_driver_stream }}", "__hpc_nvidia_driver_stream": "580-dkms", "__hpc_nvidia_nccl_packages": [ "libnccl-2.27.5-1+cuda12.9", "libnccl-devel-2.27.5-1+cuda12.9" ], "__hpc_openmpi_info": { "name": "openmpi", "sha256": "53131e1a57e7270f645707f8b0b65ba56048f5b5ac3f68faabed3eb0d710e449", "url": "https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.8.tar.bz2", "version": "5.0.8" }, "__hpc_pmix_info": { "name": "pmix", "sha256": "6b11f4fd5c9d7f8e55fc6ebdee9af04b839f44d06044e58cea38c87c168784b3", "url": "https://github.com/openpmix/openpmix/releases/download/v4.2.9/pmix-4.2.9.tar.bz2", "version": "4.2.9" }, "__hpc_rhel_epel_repo": { "description": "RHEL EPEL repository", "key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9", "name": "RHEL EPEL repository", "rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm" }, "__hpc_rhui_azure_rhel_9_eus_repo": { "baseurl": "https://rhui4-1.microsoft.com/pulp/repos/unprotected/microsoft-azure-rhel9-eus", "description": "Microsoft Azure RPMs for Red Hat Enterprise Linux 9 EUS", "key": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-microsoft-azure-release", "name": "rhui-microsoft-azure-rhel9-eus" } }, "ansible_included_var_files": [ "/tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.hpc : Fail on unsupported architectures] ******* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:6 Saturday 14 February 2026 06:34:12 -0500 (0:00:00.046) 0:00:36.816 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['architecture'] != 'x86_64'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Fail if role installs openmpi without cuda toolkit] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:14 Saturday 14 February 2026 06:34:12 -0500 (0:00:00.014) 0:00:36.831 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Fail if role installs NVIDIA Container Toolkit without Docker] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:27 Saturday 14 February 2026 06:34:12 -0500 (0:00:00.013) 0:00:36.844 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Fail if role installs azurehpc-health-checks without NVIDIA Container Toolkit] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:37 Saturday 14 February 2026 06:34:12 -0500 (0:00:00.013) 0:00:36.858 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Deploy GPG keys for repositories] ******** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:47 Saturday 14 February 2026 06:34:12 -0500 (0:00:00.015) 0:00:36.873 ***** ok: [managed-node1] => (item={'name': 'RHEL EPEL repository', 'description': 'RHEL EPEL repository', 'key': 'https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9', 'rpm': 'https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "RHEL EPEL repository", "key": "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9", "name": "RHEL EPEL repository", "rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm" } } ok: [managed-node1] => (item={'name': 'nvidia-cuda', 'description': 'NVIDIA CUDA repository', 'key': 'https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub', 'baseurl': 'https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64'}) => { "ansible_loop_var": "item", "changed": false, "item": { "baseurl": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64", "description": "NVIDIA CUDA repository", "key": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub", "name": "nvidia-cuda" } } ok: [managed-node1] => (item={'name': 'microsoft-prod', 'description': 'Microsoft Production repository', 'key': 'https://packages.microsoft.com/keys/microsoft.asc', 'baseurl': 'https://packages.microsoft.com/rhel/9/prod/'}) => { "ansible_loop_var": "item", "changed": false, "item": { "baseurl": "https://packages.microsoft.com/rhel/9/prod/", "description": "Microsoft Production repository", "key": "https://packages.microsoft.com/keys/microsoft.asc", "name": "microsoft-prod" } } TASK [fedora.linux_system_roles.hpc : Install EPEL release package] ************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:57 Saturday 14 February 2026 06:34:13 -0500 (0:00:01.534) 0:00:38.407 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "Installed /root/.ansible/tmp/ansible-tmp-1771068854.0521111-11503-96346765593762/epel-release-latest-9.noarchsx5rz5sc.rpm" ] } MSG: Nothing to do lsrpackages: https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm TASK [fedora.linux_system_roles.hpc : Configure repositories] ****************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:63 Saturday 14 February 2026 06:34:15 -0500 (0:00:01.247) 0:00:39.655 ***** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf ok: [managed-node1] => (item={'name': 'nvidia-cuda', 'description': 'NVIDIA CUDA repository', 'key': 'https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub', 'baseurl': 'https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64'}) => { "ansible_loop_var": "item", "changed": false, "item": { "baseurl": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64", "description": "NVIDIA CUDA repository", "key": "https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub", "name": "nvidia-cuda" }, "repo": "nvidia-cuda", "state": "present" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf ok: [managed-node1] => (item={'name': 'microsoft-prod', 'description': 'Microsoft Production repository', 'key': 'https://packages.microsoft.com/keys/microsoft.asc', 'baseurl': 'https://packages.microsoft.com/rhel/9/prod/'}) => { "ansible_loop_var": "item", "changed": false, "item": { "baseurl": "https://packages.microsoft.com/rhel/9/prod/", "description": "Microsoft Production repository", "key": "https://packages.microsoft.com/keys/microsoft.asc", "name": "microsoft-prod" }, "repo": "microsoft-prod", "state": "present" } TASK [fedora.linux_system_roles.hpc : Get list of installed repositories] ****** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:76 Saturday 14 February 2026 06:34:15 -0500 (0:00:00.752) 0:00:40.408 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_enable_eus_repo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure that the non-EUS RHUI Azure repository is not installed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:81 Saturday 14 February 2026 06:34:16 -0500 (0:00:00.014) 0:00:40.423 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_enable_eus_repo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Create a temp file for the EUS repository configuration] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:92 Saturday 14 February 2026 06:34:16 -0500 (0:00:00.013) 0:00:40.436 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_enable_eus_repo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Generate the repository configuration template] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:99 Saturday 14 February 2026 06:34:16 -0500 (0:00:00.013) 0:00:40.450 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_enable_eus_repo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Add EUS repository] ********************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:107 Saturday 14 February 2026 06:34:16 -0500 (0:00:00.013) 0:00:40.463 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_enable_eus_repo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Lock the RHEL minor release to the current minor release] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:114 Saturday 14 February 2026 06:34:16 -0500 (0:00:00.013) 0:00:40.477 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_enable_eus_repo", "skip_reason": "Conditional result was False" } TASK [Configure firewall to use trusted zone as default] *********************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:122 Saturday 14 February 2026 06:34:16 -0500 (0:00:00.012) 0:00:40.490 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_manage_firewall", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Validate storage size formats] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:134 Saturday 14 February 2026 06:34:16 -0500 (0:00:00.013) 0:00:40.503 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.hpc : Install lvm2 to get lvs command] ********* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:144 Saturday 14 February 2026 06:34:16 -0500 (0:00:00.022) 0:00:40.526 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lvm2 TASK [fedora.linux_system_roles.hpc : Check if rootlv exists] ****************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:150 Saturday 14 February 2026 06:34:17 -0500 (0:00:01.021) 0:00:41.547 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068851.4604483, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1771068847.20443, "dev": 6, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 661, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/dev/dm-1", "lnk_target": "../dm-1", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1771068847.20443, "nlink": 1, "path": "/dev/mapper/rootvg-rootlv", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 7, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.hpc : Check if usrlv exists] ******************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:155 Saturday 14 February 2026 06:34:17 -0500 (0:00:00.336) 0:00:41.884 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068851.4684482, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1771068846.1194255, "dev": 6, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 606, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/dev/dm-0", "lnk_target": "../dm-0", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1771068846.1194255, "nlink": 1, "path": "/dev/mapper/rootvg-usrlv", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 7, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.hpc : Check if varlv exists] ******************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:160 Saturday 14 February 2026 06:34:17 -0500 (0:00:00.337) 0:00:42.222 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.hpc : Get current LV size of rootlv] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:165 Saturday 14 February 2026 06:34:18 -0500 (0:00:00.328) 0:00:42.550 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--units", "g", "--nosuffix", "-o", "lv_size", "/dev/mapper/rootvg-rootlv" ], "delta": "0:00:00.029538", "end": "2026-02-14 06:34:18.556332", "rc": 0, "start": "2026-02-14 06:34:18.526794" } STDOUT: 2.00 TASK [fedora.linux_system_roles.hpc : Get current LV size of usrlv] ************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:171 Saturday 14 February 2026 06:34:18 -0500 (0:00:00.469) 0:00:43.020 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--units", "g", "--nosuffix", "-o", "lv_size", "/dev/mapper/rootvg-usrlv" ], "delta": "0:00:00.031724", "end": "2026-02-14 06:34:18.916780", "rc": 0, "start": "2026-02-14 06:34:18.885056" } STDOUT: 1.00 TASK [fedora.linux_system_roles.hpc : Get current LV size of varlv] ************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:177 Saturday 14 February 2026 06:34:18 -0500 (0:00:00.362) 0:00:43.382 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_varlv_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Initialize volumes list] ***************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:183 Saturday 14 February 2026 06:34:18 -0500 (0:00:00.014) 0:00:43.397 ***** ok: [managed-node1] => { "ansible_facts": { "__hpc_volumes": [] }, "changed": false } TASK [fedora.linux_system_roles.hpc : Add rootlv if exists and needs expansion] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:187 Saturday 14 February 2026 06:34:18 -0500 (0:00:00.015) 0:00:43.413 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(size_expected | int) > (size_current | int)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Add usrlv if exists and needs expansion] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:201 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.036) 0:00:43.450 ***** ok: [managed-node1] => { "ansible_facts": { "__hpc_volumes": [ { "mount_point": "/hpc-test2", "name": "usrlv", "size": "2G" } ] }, "changed": false } TASK [fedora.linux_system_roles.hpc : Add varlv if exists and needs expansion] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:215 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.041) 0:00:43.491 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_varlv_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Configure storage] ******************************************************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:229 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.013) 0:00:43.505 ***** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.051) 0:00:43.557 ***** included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.041) 0:00:43.598 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.036) 0:00:43.634 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 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_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.045) 0:00:43.680 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.020) 0:00:43.700 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.018) 0:00:43.719 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.016) 0:00:43.735 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.015) 0:00:43.751 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 February 2026 06:34:19 -0500 (0:00:00.041) 0:00:43.792 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 February 2026 06:34:20 -0500 (0:00:01.031) 0:00:44.824 ***** ok: [managed-node1] => { "storage_pools | d([])": [ { "grow_to_fill": true, "name": "rootvg", "volumes": [ { "mount_point": "/hpc-test2", "name": "usrlv", "size": "2G" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 February 2026 06:34:20 -0500 (0:00:00.038) 0:00:44.862 ***** ok: [managed-node1] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 February 2026 06:34:20 -0500 (0:00:00.037) 0:00:44.899 ***** ok: [managed-node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 February 2026 06:34:21 -0500 (0:00:01.207) 0:00:46.107 ***** included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node1 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 14 February 2026 06:34:21 -0500 (0:00:00.030) 0:00:46.138 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 14 February 2026 06:34:21 -0500 (0:00:00.030) 0:00:46.168 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 14 February 2026 06:34:21 -0500 (0:00:00.032) 0:00:46.201 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 February 2026 06:34:21 -0500 (0:00:00.033) 0:00:46.235 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx lvm2 TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 February 2026 06:34:22 -0500 (0:00:01.024) 0:00:47.259 ***** ok: [managed-node1] => { "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" }, "apt-daily.service": { "name": "apt-daily.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "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.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.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" }, "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" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.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@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "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": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sku_customisation.service": { "name": "sku_customisation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.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-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-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-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-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": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-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" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 February 2026 06:34:24 -0500 (0:00:01.691) 0:00:48.951 ***** ok: [managed-node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 February 2026 06:34:24 -0500 (0:00:00.052) 0:00:49.003 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 February 2026 06:34:24 -0500 (0:00:00.012) 0:00:49.016 ***** changed: [managed-node1] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/rootvg-usrlv", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/rootvg-usrlv", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/rootvg-rootlv", "/dev/mapper/rootvg-usrlv", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": true, "name": "rootvg", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/rootvg-usrlv", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/rootvg-usrlv", "_raw_device": "/dev/mapper/rootvg-usrlv", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test2", "mount_user": null, "name": "usrlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 February 2026 06:34:26 -0500 (0:00:01.557) 0:00:50.573 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 February 2026 06:34:26 -0500 (0:00:00.036) 0:00:50.609 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068849.8074412, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "69f7e320c4957c6b647a862b4ba4dee1487eff1e", "ctime": 1771068849.8044412, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 171966663, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1771068849.8044412, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1515, "uid": 0, "version": "2949272617", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 February 2026 06:34:26 -0500 (0:00:00.345) 0:00:50.955 ***** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 February 2026 06:34:26 -0500 (0:00:00.347) 0:00:51.302 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 February 2026 06:34:26 -0500 (0:00:00.012) 0:00:51.315 ***** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/rootvg-usrlv", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/rootvg-usrlv", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/rootvg-rootlv", "/dev/mapper/rootvg-usrlv", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": true, "name": "rootvg", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/rootvg-usrlv", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/rootvg-usrlv", "_raw_device": "/dev/mapper/rootvg-usrlv", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test2", "mount_user": null, "name": "usrlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 February 2026 06:34:26 -0500 (0:00:00.021) 0:00:51.337 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": true, "name": "rootvg", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/rootvg-usrlv", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/rootvg-usrlv", "_raw_device": "/dev/mapper/rootvg-usrlv", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test2", "mount_user": null, "name": "usrlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 February 2026 06:34:26 -0500 (0:00:00.020) 0:00:51.358 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 February 2026 06:34:26 -0500 (0:00:00.017) 0:00:51.375 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 February 2026 06:34:26 -0500 (0:00:00.034) 0:00:51.410 ***** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 February 2026 06:34:27 -0500 (0:00:00.682) 0:00:52.093 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount ok: [managed-node1] => (item={'src': '/dev/mapper/rootvg-usrlv', 'path': '/hpc-test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "mounted" }, "name": "/hpc-test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/rootvg-usrlv" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 February 2026 06:34:28 -0500 (0:00:00.367) 0:00:52.461 ***** skipping: [managed-node1] => (item={'src': '/dev/mapper/rootvg-usrlv', 'path': '/hpc-test2', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted', 'owner': None, 'group': None, 'mode': None}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 February 2026 06:34:28 -0500 (0:00:00.042) 0:00:52.503 ***** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 February 2026 06:34:28 -0500 (0:00:00.671) 0:00:53.175 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068697.7027588, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1770710239.817, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1770709925.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3051809813", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 February 2026 06:34:29 -0500 (0:00:00.338) 0:00:53.513 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 February 2026 06:34:29 -0500 (0:00:00.013) 0:00:53.527 ***** ok: [managed-node1] TASK [fedora.linux_system_roles.hpc : Force install kernel version] ************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:239 Saturday 14 February 2026 06:34:29 -0500 (0:00:00.835) 0:00:54.362 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_force_kernel_version is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Update kernel] *************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:247 Saturday 14 February 2026 06:34:29 -0500 (0:00:00.018) 0:00:54.381 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kernel TASK [fedora.linux_system_roles.hpc : Get package facts] *********************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:256 Saturday 14 February 2026 06:34:30 -0500 (0:00:01.013) 0:00:55.394 ***** ok: [managed-node1] => { "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.hpc : Install kernel-devel and kernel-headers packages for all kernels] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:261 Saturday 14 February 2026 06:34:31 -0500 (0:00:00.998) 0:00:56.392 ***** ok: [managed-node1] => (item={'name': 'kernel', 'version': '5.14.0', 'release': '677.el9', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "677.el9", "source": "rpm", "version": "5.14.0" }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kernel-devel-5.14.0-677.el9 kernel-headers-5.14.0-677.el9 TASK [fedora.linux_system_roles.hpc : Ensure that dnf-command(versionlock) is installed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:272 Saturday 14 February 2026 06:34:33 -0500 (0:00:01.034) 0:00:57.427 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: dnf-command(versionlock) TASK [fedora.linux_system_roles.hpc : Check if kernel versionlock entries exist] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:277 Saturday 14 February 2026 06:34:34 -0500 (0:00:01.021) 0:00:58.449 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068817.6972969, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1771068814.1012797, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4643022, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0644", "mtime": 1771068814.1012797, "nlink": 1, "path": "/etc/dnf/plugins/versionlock.list", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": "3586171957", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.hpc : Prevent installation of all kernel packages of a different version] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:286 Saturday 14 February 2026 06:34:34 -0500 (0:00:00.343) 0:00:58.792 ***** changed: [managed-node1] => (item=kernel) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel" ], "delta": "0:00:00.721128", "end": "2026-02-14 06:34:35.381005", "item": "kernel", "rc": 0, "start": "2026-02-14 06:34:34.659877" } STDOUT: Last metadata expiration check: 0:01:03 ago on Sat 14 Feb 2026 06:33:32 AM EST. Adding versionlock on: kernel-0:5.14.0-677.el9.* changed: [managed-node1] => (item=kernel-core) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-core" ], "delta": "0:00:00.707983", "end": "2026-02-14 06:34:36.405019", "item": "kernel-core", "rc": 0, "start": "2026-02-14 06:34:35.697036" } STDOUT: Last metadata expiration check: 0:01:04 ago on Sat 14 Feb 2026 06:33:32 AM EST. Adding versionlock on: kernel-core-0:5.14.0-677.el9.* changed: [managed-node1] => (item=kernel-modules) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-modules" ], "delta": "0:00:00.708125", "end": "2026-02-14 06:34:37.432759", "item": "kernel-modules", "rc": 0, "start": "2026-02-14 06:34:36.724634" } STDOUT: Last metadata expiration check: 0:01:05 ago on Sat 14 Feb 2026 06:33:32 AM EST. Adding versionlock on: kernel-modules-0:5.14.0-677.el9.* changed: [managed-node1] => (item=kernel-modules-extra) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-modules-extra" ], "delta": "0:00:00.718055", "end": "2026-02-14 06:34:38.465184", "item": "kernel-modules-extra", "rc": 0, "start": "2026-02-14 06:34:37.747129" } STDOUT: Last metadata expiration check: 0:01:06 ago on Sat 14 Feb 2026 06:33:32 AM EST. Adding versionlock on: kernel-modules-extra-0:5.14.0-661.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-658.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-665.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-677.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-669.el9.* changed: [managed-node1] => (item=kernel-devel) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-devel" ], "delta": "0:00:00.711026", "end": "2026-02-14 06:34:39.493836", "item": "kernel-devel", "rc": 0, "start": "2026-02-14 06:34:38.782810" } STDOUT: Last metadata expiration check: 0:01:07 ago on Sat 14 Feb 2026 06:33:32 AM EST. Adding versionlock on: kernel-devel-0:5.14.0-677.el9.* changed: [managed-node1] => (item=kernel-headers) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-headers" ], "delta": "0:00:00.721309", "end": "2026-02-14 06:34:40.534325", "item": "kernel-headers", "rc": 0, "start": "2026-02-14 06:34:39.813016" } STDOUT: Last metadata expiration check: 0:01:08 ago on Sat 14 Feb 2026 06:33:32 AM EST. Adding versionlock on: kernel-headers-0:5.14.0-677.el9.* TASK [fedora.linux_system_roles.hpc : Update all packages to bring system to the latest state] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:294 Saturday 14 February 2026 06:34:40 -0500 (0:00:06.217) 0:01:05.009 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_update_all_packages", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install Azure platform packages] ********* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:303 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.018) 0:01:05.028 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"system_vendor\"] == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Get list of enabled nvidia-driver modules] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:318 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.026) 0:01:05.055 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"system_vendor\"] == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Reset nvidia-driver module if different version is enabled] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:328 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.023) 0:01:05.079 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"system_vendor\"] == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Remove NVIDIA driver packages if old/different version is present] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:332 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.029) 0:01:05.109 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"system_vendor\"] == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable NVIDIA driver module] ************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:338 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.027) 0:01:05.136 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"system_vendor\"] == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install dkms] **************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:344 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.024) 0:01:05.160 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"system_vendor\"] == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install NVIDIA driver] ******************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:352 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.024) 0:01:05.185 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"system_vendor\"] == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Restart dkms service to make it build nvidia drivers for all kernels] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:362 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.027) 0:01:05.213 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"system_vendor\"] == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install CUDA driver] ********************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:373 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.024) 0:01:05.237 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"system_vendor\"] == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable nvidia-persistenced.service] ****** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:381 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.023) 0:01:05.261 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"system_vendor\"] == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install CUDA Toolkit] ******************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:391 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.086) 0:01:05.348 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_cuda_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Prevent update of CUDA Toolkit packages] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:400 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.019) 0:01:05.367 ***** skipping: [managed-node1] => (item=kernel) => { "ansible_loop_var": "item", "changed": false, "false_condition": "hpc_install_cuda_toolkit", "item": "kernel", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=kernel-core) => { "ansible_loop_var": "item", "changed": false, "false_condition": "hpc_install_cuda_toolkit", "item": "kernel-core", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=kernel-modules) => { "ansible_loop_var": "item", "changed": false, "false_condition": "hpc_install_cuda_toolkit", "item": "kernel-modules", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=kernel-modules-extra) => { "ansible_loop_var": "item", "changed": false, "false_condition": "hpc_install_cuda_toolkit", "item": "kernel-modules-extra", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=kernel-devel) => { "ansible_loop_var": "item", "changed": false, "false_condition": "hpc_install_cuda_toolkit", "item": "kernel-devel", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=kernel-headers) => { "ansible_loop_var": "item", "changed": false, "false_condition": "hpc_install_cuda_toolkit", "item": "kernel-headers", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.hpc : Install NVIDIA NCCL] ********************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:411 Saturday 14 February 2026 06:34:40 -0500 (0:00:00.031) 0:01:05.399 ***** changed: [managed-node1] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: libnccl-devel-2.27.5-1+cuda12.9.x86_64", "Installed: libnccl-2.27.5-1+cuda12.9.x86_64" ] } lsrpackages: libnccl-2.27.5-1+cuda12.9 libnccl-devel-2.27.5-1+cuda12.9 TASK [fedora.linux_system_roles.hpc : Prevent update of NVIDIA NCCL packages] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:420 Saturday 14 February 2026 06:35:02 -0500 (0:00:21.966) 0:01:27.366 ***** changed: [managed-node1] => (item=libnccl-2.27.5-1+cuda12.9) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "libnccl-2.27.5-1+cuda12.9" ], "delta": "0:00:00.731126", "end": "2026-02-14 06:35:03.970939", "item": "libnccl-2.27.5-1+cuda12.9", "rc": 0, "start": "2026-02-14 06:35:03.239813" } STDOUT: Last metadata expiration check: 0:01:31 ago on Sat 14 Feb 2026 06:33:32 AM EST. Adding versionlock on: libnccl-0:2.27.5-1+cuda12.9.* changed: [managed-node1] => (item=libnccl-devel-2.27.5-1+cuda12.9) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "libnccl-devel-2.27.5-1+cuda12.9" ], "delta": "0:00:00.736001", "end": "2026-02-14 06:35:05.032254", "item": "libnccl-devel-2.27.5-1+cuda12.9", "rc": 0, "start": "2026-02-14 06:35:04.296253" } STDOUT: Last metadata expiration check: 0:01:32 ago on Sat 14 Feb 2026 06:33:32 AM EST. Adding versionlock on: libnccl-devel-0:2.27.5-1+cuda12.9.* TASK [fedora.linux_system_roles.hpc : Install NVIDIA Fabric Manager] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:431 Saturday 14 February 2026 06:35:05 -0500 (0:00:02.139) 0:01:29.506 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_fabric_manager", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure that Fabric Manager service is enabled] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:439 Saturday 14 February 2026 06:35:05 -0500 (0:00:00.020) 0:01:29.526 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_fabric_manager", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install RDMA packages] ******************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:447 Saturday 14 February 2026 06:35:05 -0500 (0:00:00.019) 0:01:29.546 ***** changed: [managed-node1] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: pciutils-devel-3.7.0-7.el9.x86_64", "Installed: librdmacm-61.0-2.el9.x86_64", "Installed: rdma-core-61.0-2.el9.x86_64", "Installed: librdmacm-utils-61.0-2.el9.x86_64", "Installed: ucx-ib-1.19.1-2.el9.x86_64", "Installed: libibverbs-61.0-2.el9.x86_64", "Installed: ucx-rdmacm-1.19.1-2.el9.x86_64", "Installed: libibverbs-utils-61.0-2.el9.x86_64", "Installed: pciutils-3.7.0-7.el9.x86_64", "Installed: rdma-core-devel-61.0-2.el9.x86_64", "Installed: infiniband-diags-61.0-2.el9.x86_64", "Installed: ucx-1.19.1-2.el9.x86_64", "Installed: perftest-25.10.0.0.128-3.el9.x86_64", "Installed: libibumad-61.0-2.el9.x86_64" ] } lsrpackages: infiniband-diags libibverbs libibverbs-devel libibverbs-utils librdmacm-utils pciutils-devel perftest rdma-core rdma-core-devel ucx ucx-ib ucx-rdmacm TASK [fedora.linux_system_roles.hpc : Enable RDMA in waagent configuration] **** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:457 Saturday 14 February 2026 06:35:09 -0500 (0:00:04.119) 0:01:33.666 ***** Notification for handler Restart waagent has been saved. changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.hpc : Install Azure persistent RDMA naming script] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:471 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.470) 0:01:34.136 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['system_vendor'] == 'Microsoft Corporation'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install systemd service for Azure persistent RDMA naming] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:479 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.030) 0:01:34.166 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['system_vendor'] == 'Microsoft Corporation'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install udev rule to trigger persistent naming on IB device changes] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:488 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.025) 0:01:34.192 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['system_vendor'] == 'Microsoft Corporation'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable and start Azure persistent RDMA naming service] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:499 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.025) 0:01:34.217 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['system_vendor'] == 'Microsoft Corporation'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install Azure persistent RDMA naming monitor script] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:506 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.029) 0:01:34.246 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['system_vendor'] == 'Microsoft Corporation'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install systemd service for Azure persistent RDMA naming monitor] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:514 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.025) 0:01:34.272 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['system_vendor'] == 'Microsoft Corporation'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable and start Azure persistent RDMA naming monitor service] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:523 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.025) 0:01:34.298 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts['system_vendor'] == 'Microsoft Corporation'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install common OpenMPI packages] ********* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:530 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.033) 0:01:34.332 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_system_openmpi or hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install system OpenMPI] ****************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:539 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.018) 0:01:34.351 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_system_openmpi", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install build dependencies] ************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:551 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.019) 0:01:34.370 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Set __hpc_hpcx_path fact] **************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:561 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.020) 0:01:34.390 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Set facts for building HPC-X and OpenMPI] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:567 Saturday 14 February 2026 06:35:09 -0500 (0:00:00.018) 0:01:34.409 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Get stat of pmix path] ******************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:577 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.427 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Download PMIx] *************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:585 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.020) 0:01:34.447 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Build PMIx] ****************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:590 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.466 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure PMIx modulefile directory exists] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:603 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.485 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install PMIx modulefile] ***************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:612 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.019) 0:01:34.505 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Download GDRCopy] ************************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:631 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.524 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Build GDRCopy RPM packages] ************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:636 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.542 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install GDRCopy packages from built RPMs] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:644 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.019) 0:01:34.562 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Remove extracted tarball] **************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:654 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.581 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Get stat of hpcx-rebuild path] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:660 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.599 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Download HPC-X] ************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:668 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.019) 0:01:34.618 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure that pkgconfig files use hpcx_home={{ __hpc_hpcx_path }}] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:675 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.019) 0:01:34.638 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Update hcoll pkgconfig file to add -locoms parameter] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:689 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.019) 0:01:34.657 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Copy HPC-X files to {{ __hpc_hpcx_path }}] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:696 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.049) 0:01:34.706 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Rebuild HPC-X with PMIx] ***************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:705 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.020) 0:01:34.726 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Copy ompi/tests to hpcx-rebuild in {{ __hpc_hpcx_path }}] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:718 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.019) 0:01:34.746 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Remove extracted tarball] **************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:727 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.020) 0:01:34.767 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure MPI modulefile directory exists] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:733 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.785 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install NVidia HPCX OpemMPI modulefile] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:741 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.803 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install NVidia HPCX OpemMPI with PMIx 4.2.9] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:750 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.020) 0:01:34.824 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Get stat of openmpi path] **************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:760 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.017) 0:01:34.842 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Download openmpi] ************************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:768 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.860 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Build openmpi] *************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:773 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.021) 0:01:34.882 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Remove extracted tarball] **************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:791 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.020) 0:01:34.902 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install OpenMPI modulefile] ************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:797 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.921 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_build_openmpi_w_nvidia_gpu_support", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install Docker packages] ***************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:808 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.020) 0:01:34.941 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_docker", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable and start Docker service] ********* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:817 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.960 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_docker", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Prevent update of Docker packages] ******* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:823 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:34.978 ***** skipping: [managed-node1] => (item=moby-engine-29.1.4-1.el9) => { "ansible_loop_var": "item", "changed": false, "false_condition": "hpc_install_docker", "item": "moby-engine-29.1.4-1.el9", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=moby-cli-29.1.4-1.el9) => { "ansible_loop_var": "item", "changed": false, "false_condition": "hpc_install_docker", "item": "moby-cli-29.1.4-1.el9", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.hpc : Install NVIDIA Container Toolkit] ******** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:834 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.024) 0:01:35.002 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Check if NVIDIA runtime is configured in Docker daemon] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:842 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:35.021 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Configure NVIDIA Container Toolkit for Docker runtime] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:850 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:35.039 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure containerd config directory exists] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:856 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.020) 0:01:35.060 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Generate default containerd config] ****** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:864 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:35.078 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable SystemdCgroup in containerd config] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:869 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:35.096 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Check if NVIDIA Container Toolkit drop-in file exists] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:876 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.019) 0:01:35.115 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Check if containerd config has drop-in imports] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:881 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:35.134 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Configure NVIDIA Container Toolkit for containerd runtime] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:888 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.018) 0:01:35.152 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Remove user memory limits to ensure applications aren't restricted] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:897 Saturday 14 February 2026 06:35:10 -0500 (0:00:00.020) 0:01:35.172 ***** ok: [managed-node1] => { "changed": false, "checksum": "a592ca2fabb2feaeada16e146d204e0890b43eae", "dest": "/etc/security/limits.d/90-hpc-limits.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/security/limits.d/90-hpc-limits.conf", "secontext": "system_u:object_r:etc_t:s0", "size": 333, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.hpc : Add sysctl tuning configuration for HPC] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:905 Saturday 14 February 2026 06:35:11 -0500 (0:00:00.818) 0:01:35.991 ***** ok: [managed-node1] => { "changed": false, "checksum": "730dba3d79bdaadebc65705f14efa9e43bd77aa8", "dest": "/etc/sysctl.d/90-hpc-sysctl.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/sysctl.d/90-hpc-sysctl.conf", "secontext": "system_u:object_r:system_conf_t:s0", "size": 377, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.hpc : Load sunrpc kernel module] *************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:914 Saturday 14 February 2026 06:35:12 -0500 (0:00:00.605) 0:01:36.596 ***** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.hpc : Check if sunrpc module is loaded] ******** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:924 Saturday 14 February 2026 06:35:12 -0500 (0:00:00.339) 0:01:36.936 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "lsmod" ], "delta": "0:00:00.004953", "end": "2026-02-14 06:35:12.804942", "rc": 0, "start": "2026-02-14 06:35:12.799989" } STDOUT: Module Size Used by dm_mod 249856 7 sd_mod 90112 2 sg 53248 0 target_core_user 77824 0 uio 32768 1 target_core_user target_core_pscsi 32768 0 target_core_file 32768 4 target_core_iblock 28672 0 tcm_loop 40960 7 iscsi_target_mod 499712 1 target_core_mod 593920 18 tcm_loop,target_core_file,target_core_iblock,iscsi_target_mod,target_core_pscsi,target_core_user rfkill 40960 1 sunrpc 884736 1 intel_rapl_msr 20480 0 intel_rapl_common 57344 1 intel_rapl_msr cirrus_qemu 16384 0 rapl 24576 0 drm_client_lib 16384 1 cirrus_qemu drm_shmem_helper 36864 2 cirrus_qemu drm_kms_helper 278528 3 cirrus_qemu,drm_shmem_helper,drm_client_lib i2c_piix4 36864 0 i2c_smbus 20480 1 i2c_piix4 pcspkr 12288 0 fuse 212992 1 drm 864256 5 drm_kms_helper,cirrus_qemu,drm_shmem_helper,drm_client_lib xfs 3092480 3 libcrc32c 12288 1 xfs ata_generic 12288 0 crct10dif_pclmul 12288 1 crc32_pclmul 12288 0 ata_piix 45056 0 crc32c_intel 24576 1 libata 516096 2 ata_piix,ata_generic xen_netfront 53248 1 xen_blkfront 57344 2 ghash_clmulni_intel 16384 0 serio_raw 16384 0 TASK [fedora.linux_system_roles.hpc : Load sunrpc module if not loaded] ******** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:929 Saturday 14 February 2026 06:35:12 -0500 (0:00:00.338) 0:01:37.274 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "'sunrpc' not in __hpc_loaded_modules.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Copy NFS readahead udev rules for Azure infrastructure] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:934 Saturday 14 February 2026 06:35:12 -0500 (0:00:00.020) 0:01:37.295 ***** ok: [managed-node1] => { "changed": false, "checksum": "53e5cca42800593172de84f4a440b5e490c86445", "dest": "/etc/udev/rules.d/90-nfs-readahead.rules", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/udev/rules.d/90-nfs-readahead.rules", "secontext": "system_u:object_r:udev_rules_t:s0", "size": 220, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.hpc : Create Azure HPC resource directories] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:943 Saturday 14 February 2026 06:35:13 -0500 (0:00:00.604) 0:01:37.899 ***** ok: [managed-node1] => (item=/opt/hpc/azure) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/opt/hpc/azure", "mode": "0755", "owner": "root", "path": "/opt/hpc/azure", "secontext": "unconfined_u:object_r:usr_t:s0", "size": 81, "state": "directory", "uid": 0 } ok: [managed-node1] => (item=/opt/hpc/azure/bin) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/opt/hpc/azure/bin", "mode": "0755", "owner": "root", "path": "/opt/hpc/azure/bin", "secontext": "unconfined_u:object_r:usr_t:s0", "size": 77, "state": "directory", "uid": 0 } ok: [managed-node1] => (item=/opt/hpc/azure/tools) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/opt/hpc/azure/tools", "mode": "0755", "owner": "root", "path": "/opt/hpc/azure/tools", "secontext": "unconfined_u:object_r:usr_t:s0", "size": 24, "state": "directory", "uid": 0 } ok: [managed-node1] => (item=/opt/hpc/azure/tests) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/opt/hpc/azure/tests", "mode": "0755", "owner": "root", "path": "/opt/hpc/azure/tests", "secontext": "unconfined_u:object_r:usr_t:s0", "size": 31, "state": "directory", "uid": 0 } ok: [managed-node1] => (item=/var/hpc/azure) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/var/hpc/azure", "mode": "0755", "owner": "root", "path": "/var/hpc/azure", "secontext": "unconfined_u:object_r:var_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.hpc : Check if already installed] ************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:960 Saturday 14 February 2026 06:35:15 -0500 (0:00:01.646) 0:01:39.546 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068733.1849084, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1771068735.213917, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 20971776, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1771068735.213917, "nlink": 2, "path": "/opt/hpc/azure/topology", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "3916163028", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.hpc : Install Topology Definitions] ************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:968 Saturday 14 February 2026 06:35:15 -0500 (0:00:00.342) 0:01:39.889 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_sku_topology_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install Graph Files] ********************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:976 Saturday 14 February 2026 06:35:15 -0500 (0:00:00.051) 0:01:39.940 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_sku_topology_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install setup script] ******************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:984 Saturday 14 February 2026 06:35:15 -0500 (0:00:00.020) 0:01:39.960 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_sku_topology_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install removal script] ****************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:992 Saturday 14 February 2026 06:35:15 -0500 (0:00:00.020) 0:01:39.981 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_sku_topology_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install systemd service file] ************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1000 Saturday 14 February 2026 06:35:15 -0500 (0:00:00.021) 0:01:40.003 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_sku_topology_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable systemd service file] ************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1008 Saturday 14 February 2026 06:35:15 -0500 (0:00:00.020) 0:01:40.024 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_sku_topology_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install tests] *************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1013 Saturday 14 February 2026 06:35:15 -0500 (0:00:00.020) 0:01:40.044 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_sku_topology_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Remove build dependencies] *************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1021 Saturday 14 February 2026 06:35:15 -0500 (0:00:00.021) 0:01:40.066 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.hpc : Check if Moneo is already installed] ***** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1035 Saturday 14 February 2026 06:35:16 -0500 (0:00:01.034) 0:01:41.101 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure Moneo install directory exists] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1043 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.019) 0:01:41.120 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Download Moneo] ************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1051 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.019) 0:01:41.140 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Copy Moneo files to install directory] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1056 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.017) 0:01:41.157 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Patch hardcoded paths in Moneo scripts] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1065 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.018) 0:01:41.175 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Configure Moneo service] ***************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1071 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.019) 0:01:41.195 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure container registries directory exists] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1076 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.018) 0:01:41.213 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Configure container registries for short-name resolution] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1084 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.017) 0:01:41.231 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure containers config directory exists] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1094 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.018) 0:01:41.249 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure tools for managing SELinux file contexts are installed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1102 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.018) 0:01:41.268 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Allow containers to read Prometheus config (SELinux fcontext)] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1111 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.017) 0:01:41.285 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Apply SELinux context labels for Prometheus config directory] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1127 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.019) 0:01:41.305 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Remove extracted temp directory] ********* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1135 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.017) 0:01:41.323 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Add Moneo alias to /etc/bashrc] ********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1142 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.017) 0:01:41.340 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install tests] *************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1149 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.019) 0:01:41.359 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_moneo", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Check if KVP client is already installed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1159 Saturday 14 February 2026 06:35:16 -0500 (0:00:00.022) 0:01:41.382 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068793.7471824, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 40, "charset": "binary", "checksum": "80a963a887f9dd703b76f5dd36a23e848e13e587", "ctime": 1771068745.9329636, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 666894530, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-executable", "mode": "0755", "mtime": 1771068745.581962, "nlink": 1, "path": "/opt/hpc/azure/tools/kvp_client", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 18584, "uid": 0, "version": "882074395", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.hpc : Create temporary directory for KVP client] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1167 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.345) 0:01:41.728 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_kvp_installed.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Download KVP client source code to temp directory] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1173 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.021) 0:01:41.749 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_kvp_installed.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Compile KVP client in temp directory] **** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1180 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:41.768 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_kvp_installed.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Copy compiled KVP client to /opt/hpc/azure/tools] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1185 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.020) 0:01:41.789 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_kvp_installed.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Clean up temporary KVP client build directory] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1194 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.020) 0:01:41.809 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __hpc_kvp_installed.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Check if azurehpc-health-checks aznhc-nv Docker image exists] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1202 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:41.828 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Check if azurehpc-health-checks directory exists] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1208 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.017) 0:01:41.845 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Determine if installation is complete] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1213 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:41.864 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Check for existing installation] ********* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1217 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.017) 0:01:41.881 ***** skipping: [managed-node1] => { "false_condition": "hpc_install_azurehpc_health_checks" } TASK [fedora.linux_system_roles.hpc : Determine if files need to be extracted] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1222 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:41.899 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Get /var free space] ********************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1233 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.045) 0:01:41.945 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Warn if /var free space is too small for aznhc-nv Docker image pull] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1238 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.019) 0:01:41.964 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Set skip flag if /var has insufficient free space] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1251 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.017) 0:01:41.982 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Skip space check when image already exists] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1256 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:42.001 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Download and extract azurehpc-health-checks] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1264 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:42.019 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Replace hardcoded /opt/azurehpc/tools paths in temporary getPhysHostName.py] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1269 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:42.037 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Replace hardcoded /opt/azurehpc/tools paths in temporary export_nhc_result_to_kusto.py] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1275 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:42.056 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Create azurehpc-health-checks directory] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1281 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.017) 0:01:42.074 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Copy extracted files for azurehpc-health-checks] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1287 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.017) 0:01:42.091 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install dos2unix if not present] ********* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1294 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.019) 0:01:42.110 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Find config files in triggerGHR/config] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1300 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.017) 0:01:42.128 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Convert config files from DOS to Unix format] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1306 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.017) 0:01:42.146 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Make triggerGHR.sh executable] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1312 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.019) 0:01:42.165 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Make pull-image-mcr.sh executable] ******* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1317 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:42.183 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Configure NCCL allreduce check for nd96isr_h200_v5] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1322 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:42.202 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Configure NCCL allreduce check for nd96isr_h100_v5] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1328 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.019) 0:01:42.221 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Clean up temporary extraction directory] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1334 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:42.240 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Pull azurehpc-health-checks Docker image (always pull latest)] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1340 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:42.258 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install azurehpc-health-checks test script] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1347 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.019) 0:01:42.278 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_azurehpc_health_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Clean dnf cache] ************************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1356 Saturday 14 February 2026 06:35:17 -0500 (0:00:00.018) 0:01:42.296 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "clean", "all" ], "delta": "0:00:00.207640", "end": "2026-02-14 06:35:18.368528", "rc": 0, "start": "2026-02-14 06:35:18.160888" } STDOUT: 59 files removed TASK [Assert current LV size of {{ item }}] ************************************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:96 Saturday 14 February 2026 06:35:18 -0500 (0:00:00.551) 0:01:42.848 ***** ok: [managed-node1] => (item=rootlv) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "lvs", "--noheadings", "--units", "g", "--nosuffix", "-o", "lv_size", "/dev/mapper/rootvg-rootlv" ], "delta": "0:00:00.029962", "end": "2026-02-14 06:35:18.745467", "failed_when_result": false, "item": "rootlv", "rc": 0, "start": "2026-02-14 06:35:18.715505" } STDOUT: 2.00 ok: [managed-node1] => (item=usrlv) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "lvs", "--noheadings", "--units", "g", "--nosuffix", "-o", "lv_size", "/dev/mapper/rootvg-usrlv" ], "delta": "0:00:00.030650", "end": "2026-02-14 06:35:19.115338", "failed_when_result": false, "item": "usrlv", "rc": 0, "start": "2026-02-14 06:35:19.084688" } STDOUT: 2.00 TASK [Flush handlers] ********************************************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:107 Saturday 14 February 2026 06:35:19 -0500 (0:00:00.740) 0:01:43.589 ***** NOTIFIED HANDLER fedora.linux_system_roles.hpc : Restart waagent for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.hpc : Restart waagent] ************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/handlers/main.yml:6 Saturday 14 February 2026 06:35:19 -0500 (0:00:00.006) 0:01:43.595 ***** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Could not find the requested service waagent: host TASK [Remove both of the LVM logical volumes in 'foo' created above] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:156 Saturday 14 February 2026 06:35:19 -0500 (0:00:00.469) 0:01:44.065 ***** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 14 February 2026 06:35:19 -0500 (0:00:00.131) 0:01:44.196 ***** included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 14 February 2026 06:35:19 -0500 (0:00:00.029) 0:01:44.226 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 14 February 2026 06:35:19 -0500 (0:00:00.044) 0:01:44.271 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 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_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_facts['architecture'] == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 14 February 2026 06:35:19 -0500 (0:00:00.098) 0:01:44.369 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 14 February 2026 06:35:20 -0500 (0:00:00.057) 0:01:44.427 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 14 February 2026 06:35:20 -0500 (0:00:00.024) 0:01:44.452 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 14 February 2026 06:35:20 -0500 (0:00:00.019) 0:01:44.472 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 14 February 2026 06:35:20 -0500 (0:00:00.021) 0:01:44.493 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed-node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 14 February 2026 06:35:20 -0500 (0:00:00.046) 0:01:44.540 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kmod-kvdo libblockdev libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd vdo xfsprogs TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 14 February 2026 06:35:38 -0500 (0:00:18.838) 0:02:03.378 ***** ok: [managed-node1] => { "storage_pools | d([])": [ { "disks": [ "sda", "sdb" ], "grow_to_fill": true, "name": "rootvg", "state": "absent", "volumes": [ { "mount_point": "/hpc-test1", "name": "rootlv", "size": "2G" }, { "mount_point": "/hpc-test2", "name": "usrlv", "size": "1G" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 14 February 2026 06:35:39 -0500 (0:00:00.044) 0:02:03.423 ***** ok: [managed-node1] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 14 February 2026 06:35:39 -0500 (0:00:00.044) 0:02:03.467 ***** ok: [managed-node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 14 February 2026 06:35:40 -0500 (0:00:01.216) 0:02:04.684 ***** included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed-node1 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 14 February 2026 06:35:40 -0500 (0:00:00.039) 0:02:04.723 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 14 February 2026 06:35:40 -0500 (0:00:00.037) 0:02:04.761 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 14 February 2026 06:35:40 -0500 (0:00:00.039) 0:02:04.800 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 14 February 2026 06:35:40 -0500 (0:00:00.042) 0:02:04.843 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 14 February 2026 06:35:41 -0500 (0:00:01.038) 0:02:05.881 ***** ok: [managed-node1] => { "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" }, "apt-daily.service": { "name": "apt-daily.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "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.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.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" }, "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" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.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@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "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" }, "rdma-load-modules@.service": { "name": "rdma-load-modules@.service", "source": "systemd", "state": "unknown", "status": "static" }, "rdma-ndd.service": { "name": "rdma-ndd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "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": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sku_customisation.service": { "name": "sku_customisation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.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-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-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-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-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": "not-found" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-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": "stopped", "status": "disabled" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-tmpfiles.service": { "name": "systemd-tmpfiles.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-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" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 14 February 2026 06:35:43 -0500 (0:00:01.724) 0:02:07.606 ***** ok: [managed-node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 14 February 2026 06:35:43 -0500 (0:00:00.060) 0:02:07.667 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 14 February 2026 06:35:43 -0500 (0:00:00.018) 0:02:07.685 ***** changed: [managed-node1] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/rootvg-usrlv", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/rootvg-usrlv", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/rootvg-rootlv", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/rootvg-rootlv", "fs_type": null }, { "action": "destroy device", "device": "/dev/rootvg", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "absent" }, { "fstype": "xfs", "path": "/hpc-test1", "src": "/dev/mapper/rootvg-rootlv", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": true, "name": "rootvg", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/rootvg-rootlv", "_mount_id": "/dev/mapper/rootvg-rootlv", "_raw_device": "/dev/mapper/rootvg-rootlv", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test1", "mount_user": null, "name": "rootlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/rootvg-usrlv", "_mount_id": "/dev/mapper/rootvg-usrlv", "_raw_device": "/dev/mapper/rootvg-usrlv", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test2", "mount_user": null, "name": "usrlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "1G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 14 February 2026 06:35:45 -0500 (0:00:02.301) 0:02:09.986 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 14 February 2026 06:35:45 -0500 (0:00:00.039) 0:02:10.026 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068849.8074412, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "69f7e320c4957c6b647a862b4ba4dee1487eff1e", "ctime": 1771068849.8044412, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 171966663, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1771068849.8044412, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1515, "uid": 0, "version": "2949272617", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 14 February 2026 06:35:45 -0500 (0:00:00.352) 0:02:10.379 ***** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 14 February 2026 06:35:46 -0500 (0:00:00.347) 0:02:10.726 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 14 February 2026 06:35:46 -0500 (0:00:00.019) 0:02:10.745 ***** ok: [managed-node1] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/rootvg-usrlv", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/rootvg-usrlv", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/rootvg-rootlv", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/rootvg-rootlv", "fs_type": null }, { "action": "destroy device", "device": "/dev/rootvg", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "absent" }, { "fstype": "xfs", "path": "/hpc-test1", "src": "/dev/mapper/rootvg-rootlv", "state": "absent" } ], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": true, "name": "rootvg", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/rootvg-rootlv", "_mount_id": "/dev/mapper/rootvg-rootlv", "_raw_device": "/dev/mapper/rootvg-rootlv", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test1", "mount_user": null, "name": "rootlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/rootvg-usrlv", "_mount_id": "/dev/mapper/rootvg-usrlv", "_raw_device": "/dev/mapper/rootvg-usrlv", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test2", "mount_user": null, "name": "usrlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "1G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 14 February 2026 06:35:46 -0500 (0:00:00.030) 0:02:10.775 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": true, "name": "rootvg", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/rootvg-rootlv", "_mount_id": "/dev/mapper/rootvg-rootlv", "_raw_device": "/dev/mapper/rootvg-rootlv", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test1", "mount_user": null, "name": "rootlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/rootvg-usrlv", "_mount_id": "/dev/mapper/rootvg-usrlv", "_raw_device": "/dev/mapper/rootvg-usrlv", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/hpc-test2", "mount_user": null, "name": "usrlv", "part_type": null, "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "1G", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 14 February 2026 06:35:46 -0500 (0:00:00.026) 0:02:10.802 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 14 February 2026 06:35:46 -0500 (0:00:00.022) 0:02:10.825 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node1] => (item={'src': '/dev/mapper/rootvg-usrlv', 'path': '/hpc-test2', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/hpc-test2", "src": "/dev/mapper/rootvg-usrlv", "state": "absent" }, "name": "/hpc-test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/rootvg-usrlv" } redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [managed-node1] => (item={'src': '/dev/mapper/rootvg-rootlv', 'path': '/hpc-test1', 'state': 'absent', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/hpc-test1", "src": "/dev/mapper/rootvg-rootlv", "state": "absent" }, "name": "/hpc-test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/rootvg-rootlv" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 14 February 2026 06:35:47 -0500 (0:00:00.692) 0:02:11.517 ***** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 14 February 2026 06:35:47 -0500 (0:00:00.659) 0:02:12.177 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 14 February 2026 06:35:47 -0500 (0:00:00.042) 0:02:12.219 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 14 February 2026 06:35:47 -0500 (0:00:00.046) 0:02:12.266 ***** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 14 February 2026 06:35:48 -0500 (0:00:00.733) 0:02:13.000 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068697.7027588, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1770710239.817, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4194436, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1770709925.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "3051809813", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 14 February 2026 06:35:48 -0500 (0:00:00.341) 0:02:13.341 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 14 February 2026 06:35:48 -0500 (0:00:00.018) 0:02:13.359 ***** ok: [managed-node1] TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:173 Saturday 14 February 2026 06:35:49 -0500 (0:00:00.845) 0:02:14.205 ***** included: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml for managed-node1 TASK [Check if versionlock entries exist] ************************************** task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:3 Saturday 14 February 2026 06:35:49 -0500 (0:00:00.078) 0:02:14.284 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1771068906.0306802, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "234f4b042a53f7c79298148e59c8a297650be28c", "ctime": 1771068904.9956758, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4643022, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1771068904.9956758, "nlink": 1, "path": "/etc/dnf/plugins/versionlock.list", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 759, "uid": 0, "version": "3586171957", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Clear dnf versionlock entries] ******************************************* task path: /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:8 Saturday 14 February 2026 06:35:50 -0500 (0:00:00.350) 0:02:14.634 ***** changed: [managed-node1] => { "changed": true, "cmd": [ "dnf", "versionlock", "clear" ], "delta": "0:00:00.632801", "end": "2026-02-14 06:35:51.132213", "rc": 0, "start": "2026-02-14 06:35:50.499412" } STDOUT: Last metadata expiration check: 0:00:14 ago on Sat 14 Feb 2026 06:35:36 AM EST. PLAY RECAP ********************************************************************* managed-node1 : ok=123 changed=13 unreachable=0 failed=1 skipped=169 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-02-14T11:35:19.640135+00:00Z", "host": "managed-node1", "message": "Could not find the requested service waagent: host", "start_time": "2026-02-14T11:35:19.182575+00:00Z", "task_name": "Restart waagent", "task_path": "/tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/handlers/main.yml:6" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 14 February 2026 06:35:51 -0500 (0:00:00.962) 0:02:15.597 ***** =============================================================================== fedora.linux_system_roles.hpc : Install NVIDIA NCCL -------------------- 21.97s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:411 fedora.linux_system_roles.storage : Make sure blivet is available ------ 21.17s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure blivet is available ------ 18.84s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.hpc : Prevent installation of all kernel packages of a different version --- 6.22s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:286 fedora.linux_system_roles.hpc : Install RDMA packages ------------------- 4.12s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:447 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.06s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.30s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.hpc : Prevent update of NVIDIA NCCL packages --- 2.14s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:420 fedora.linux_system_roles.storage : Get service facts ------------------- 1.89s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.storage : Get service facts ------------------- 1.72s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.storage : Get service facts ------------------- 1.69s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.hpc : Create Azure HPC resource directories --- 1.65s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:943 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.56s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.hpc : Deploy GPG keys for repositories -------- 1.53s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:47 fedora.linux_system_roles.hpc : Install EPEL release package ------------ 1.25s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:57 fedora.linux_system_roles.storage : Get required packages --------------- 1.22s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 1.21s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Ensure test packages ---------------------------------------------------- 1.13s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:36 Gathering Facts --------------------------------------------------------- 1.06s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:3 fedora.linux_system_roles.storage : Make sure required packages are installed --- 1.05s /tmp/collections-eF1/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Feb 14 06:33:36 managed-node1 python3.9[25798]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 06:33:37 managed-node1 python3.9[25975]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:33:38 managed-node1 python3.9[26125]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with max_return=10 min_size=0 max_size=0 match_sector_size=False with_interface=None Feb 14 06:33:38 managed-node1 python3.9[26278]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:33:39 managed-node1 python3.9[26427]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:33:43 managed-node1 systemd[1]: Reloading. Feb 14 06:33:43 managed-node1 systemd-rc-local-generator[26511]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:33:43 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:33:43 managed-node1 systemd[1]: Listening on Device-mapper event daemon FIFOs. ░░ Subject: A start job for unit dm-event.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dm-event.socket has finished successfully. ░░ ░░ The job identifier is 1932. Feb 14 06:33:43 managed-node1 systemd[1]: Reloading. Feb 14 06:33:44 managed-node1 systemd-rc-local-generator[26553]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:33:44 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:33:44 managed-node1 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... ░░ Subject: A start job for unit lvm2-monitor.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit lvm2-monitor.service has begun execution. ░░ ░░ The job identifier is 1936. Feb 14 06:33:44 managed-node1 kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. Feb 14 06:33:44 managed-node1 kernel: device-mapper: uevent: version 1.0.3 Feb 14 06:33:44 managed-node1 kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev Feb 14 06:33:44 managed-node1 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. ░░ Subject: A start job for unit lvm2-monitor.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit lvm2-monitor.service has finished successfully. ░░ ░░ The job identifier is 1936. Feb 14 06:33:44 managed-node1 systemd-udevd[526]: /etc/udev/rules.d/90-nfs-readahead.rules:6 Invalid value "/usr/bin/awk -v bdi=\$kernel 'BEGIN{ret=1} {if (\$4 == bdi) {ret=0}} END{exit ret}' /proc/fs/nfsfs/volumes" for PROGRAM (char 50: invalid substitution type), ignoring. Feb 14 06:33:44 managed-node1 systemd[1]: Reloading. Feb 14 06:33:44 managed-node1 systemd-rc-local-generator[26595]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:33:44 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:33:44 managed-node1 systemd[1]: Listening on LVM2 poll daemon socket. ░░ Subject: A start job for unit lvm2-lvmpolld.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit lvm2-lvmpolld.socket has finished successfully. ░░ ░░ The job identifier is 1943. Feb 14 06:33:44 managed-node1 dbus-broker-launch[608]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Feb 14 06:33:44 managed-node1 dbus-broker-launch[608]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Feb 14 06:33:44 managed-node1 groupadd[26618]: group added to /etc/group: name=clevis, GID=996 Feb 14 06:33:44 managed-node1 groupadd[26618]: group added to /etc/gshadow: name=clevis Feb 14 06:33:44 managed-node1 groupadd[26618]: new group: name=clevis, GID=996 Feb 14 06:33:44 managed-node1 useradd[26625]: new user: name=clevis, UID=996, GID=996, home=/var/cache/clevis, shell=/usr/sbin/nologin, from=none Feb 14 06:33:45 managed-node1 usermod[26635]: add 'clevis' to group 'tss' Feb 14 06:33:45 managed-node1 usermod[26635]: add 'clevis' to shadow group 'tss' Feb 14 06:33:45 managed-node1 dbus-broker-launch[608]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Feb 14 06:33:45 managed-node1 dbus-broker-launch[608]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Feb 14 06:33:58 managed-node1 systemd-udevd[526]: /etc/udev/rules.d/90-nfs-readahead.rules:6 Invalid value "/usr/bin/awk -v bdi=\$kernel 'BEGIN{ret=1} {if (\$4 == bdi) {ret=0}} END{exit ret}' /proc/fs/nfsfs/volumes" for PROGRAM (char 50: invalid substitution type), ignoring. Feb 14 06:33:58 managed-node1 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-rb7c95657cdb049f483889ea113726126.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-rb7c95657cdb049f483889ea113726126.service has finished successfully. ░░ ░░ The job identifier is 1953. Feb 14 06:33:58 managed-node1 systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 2023. Feb 14 06:33:58 managed-node1 systemd[1]: Reloading. Feb 14 06:33:58 managed-node1 systemd-rc-local-generator[26923]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:33:59 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:33:59 managed-node1 systemd[1]: Queuing reload/restart jobs for marked units… Feb 14 06:34:00 managed-node1 systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 06:34:00 managed-node1 systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 2023. Feb 14 06:34:00 managed-node1 systemd[1]: man-db-cache-update.service: Consumed 1.292s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service completed and consumed the indicated resources. Feb 14 06:34:00 managed-node1 systemd[1]: run-rb7c95657cdb049f483889ea113726126.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-rb7c95657cdb049f483889ea113726126.service has successfully entered the 'dead' state. Feb 14 06:34:00 managed-node1 python3.9[29193]: ansible-fedora.linux_system_roles.blivet Invoked with pools=[{'name': 'rootvg', 'disks': ['sda', 'sdb'], 'grow_to_fill': True, 'volumes': [{'name': 'rootlv', 'size': '2G', 'mount_point': '/hpc-test1', 'state': 'present', 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'type': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'part_type': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}, {'name': 'usrlv', 'size': '1G', 'mount_point': '/hpc-test2', 'state': 'present', 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'type': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'part_type': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], 'state': 'present', 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None, 'type': None}] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True uses_kmod_kvdo=True safe_mode=True diskvolume_mkfs_option_map={} Feb 14 06:34:01 managed-node1 python3.9[29356]: ansible-ansible.legacy.dnf Invoked with name=['lvm2', 'kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:34:02 managed-node1 python3.9[29506]: ansible-service_facts Invoked Feb 14 06:34:02 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:34:04 managed-node1 python3.9[29751]: ansible-fedora.linux_system_roles.blivet Invoked with pools=[{'name': 'rootvg', 'disks': ['sda', 'sdb'], 'grow_to_fill': True, 'volumes': [{'name': 'rootlv', 'size': '2G', 'mount_point': '/hpc-test1', 'state': 'present', 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'type': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'part_type': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}, {'name': 'usrlv', 'size': '1G', 'mount_point': '/hpc-test2', 'state': 'present', 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'type': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'part_type': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], 'state': 'present', 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None, 'type': None}] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True uses_kmod_kvdo=True packages_only=False diskvolume_mkfs_option_map={} Feb 14 06:34:04 managed-node1 systemd-udevd[526]: /etc/udev/rules.d/90-nfs-readahead.rules:6 Invalid value "/usr/bin/awk -v bdi=\$kernel 'BEGIN{ret=1} {if (\$4 == bdi) {ret=0}} END{exit ret}' /proc/fs/nfsfs/volumes" for PROGRAM (char 50: invalid substitution type), ignoring. Feb 14 06:34:05 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:34:05 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:34:05 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:34:05 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:34:05 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:34:05 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:34:05 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:34:05 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:34:05 managed-node1 kernel: WRITE_SAME sectors: 65535 exceeds max_write_same_len: 4096 Feb 14 06:34:06 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:34:07 managed-node1 python3.9[30078]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:34:08 managed-node1 python3.9[30229]: ansible-lineinfile Invoked with insertbefore=^# firstmatch=True line=# system_role:storage regexp=# system_role:storage path=/etc/fstab state=present backrefs=False create=False backup=False unsafe_writes=False search_string=None insertafter=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:34:08 managed-node1 python3.9[30378]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None Feb 14 06:34:08 managed-node1 systemd[1]: Reloading. Feb 14 06:34:08 managed-node1 systemd-rc-local-generator[30395]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:34:08 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:34:09 managed-node1 python3.9[30563]: ansible-mount Invoked with src=/dev/mapper/rootvg-rootlv path=/hpc-test1 fstype=xfs opts=defaults state=mounted boot=True dump=0 opts_no_log=False passno=0 backup=False fstab=None Feb 14 06:34:09 managed-node1 kernel: XFS (dm-1): Mounting V5 Filesystem a833f1b2-9f36-43df-82da-6e503ac4a9f4 Feb 14 06:34:09 managed-node1 rsyslogd[816]: imjournal: journal files changed, reloading... [v8.2510.0-2.el9 try https://www.rsyslog.com/e/0 ] Feb 14 06:34:09 managed-node1 kernel: XFS (dm-1): Ending clean mount Feb 14 06:34:09 managed-node1 python3.9[30722]: ansible-mount Invoked with src=/dev/mapper/rootvg-usrlv path=/hpc-test2 fstype=xfs opts=defaults state=mounted boot=True dump=0 opts_no_log=False passno=0 backup=False fstab=None Feb 14 06:34:09 managed-node1 kernel: XFS (dm-0): Mounting V5 Filesystem d45f08cf-4d79-4f05-bc09-b72e7c76e121 Feb 14 06:34:09 managed-node1 kernel: XFS (dm-0): Ending clean mount Feb 14 06:34:10 managed-node1 python3.9[30880]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None Feb 14 06:34:10 managed-node1 systemd[1]: Reloading. Feb 14 06:34:10 managed-node1 systemd-rc-local-generator[30897]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:34:10 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:34:10 managed-node1 python3.9[31065]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:34:11 managed-node1 python3.9[31216]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 06:34:12 managed-node1 python3.9[31400]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:34:12 managed-node1 python3.9[31549]: ansible-rpm_key Invoked with key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9 state=present validate_certs=True fingerprint=None Feb 14 06:34:13 managed-node1 python3.9[31703]: ansible-rpm_key Invoked with key=https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/D42D0685.pub state=present validate_certs=True fingerprint=None Feb 14 06:34:13 managed-node1 python3.9[31857]: ansible-rpm_key Invoked with key=https://packages.microsoft.com/keys/microsoft.asc state=present validate_certs=True fingerprint=None Feb 14 06:34:14 managed-node1 python3.9[32011]: ansible-ansible.legacy.dnf Invoked with name=['https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:34:15 managed-node1 python3.9[32161]: ansible-yum_repository Invoked with name=nvidia-cuda description=NVIDIA CUDA repository baseurl=['https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64'] gpgcheck=True reposdir=/etc/yum.repos.d state=present unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enabled=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:34:15 managed-node1 python3.9[32310]: ansible-yum_repository Invoked with name=microsoft-prod description=Microsoft Production repository baseurl=['https://packages.microsoft.com/rhel/9/prod/'] gpgcheck=True reposdir=/etc/yum.repos.d state=present unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enabled=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:34:16 managed-node1 python3.9[32459]: ansible-ansible.legacy.dnf Invoked with name=['lvm2'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:34:17 managed-node1 python3.9[32609]: ansible-stat Invoked with path=/dev/mapper/rootvg-rootlv follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:34:17 managed-node1 python3.9[32760]: ansible-stat Invoked with path=/dev/mapper/rootvg-usrlv follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:34:18 managed-node1 python3.9[32911]: ansible-stat Invoked with path=/dev/mapper/rootvg-varlv follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:34:18 managed-node1 python3.9[33060]: ansible-ansible.legacy.command Invoked with _raw_params=lvs --noheadings --units g --nosuffix -o lv_size /dev/mapper/rootvg-rootlv _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:34:18 managed-node1 python3.9[33210]: ansible-ansible.legacy.command Invoked with _raw_params=lvs --noheadings --units g --nosuffix -o lv_size /dev/mapper/rootvg-usrlv _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:34:19 managed-node1 python3.9[33360]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:34:20 managed-node1 python3.9[33510]: ansible-fedora.linux_system_roles.blivet Invoked with pools=[{'name': 'rootvg', 'grow_to_fill': True, 'volumes': [{'name': 'usrlv', 'size': '2G', 'mount_point': '/hpc-test2', 'state': 'present', 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'type': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'part_type': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], 'disks': [], 'state': 'present', 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None, 'type': None}] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True uses_kmod_kvdo=True safe_mode=True diskvolume_mkfs_option_map={} Feb 14 06:34:21 managed-node1 systemd-udevd[526]: /etc/udev/rules.d/90-nfs-readahead.rules:6 Invalid value "/usr/bin/awk -v bdi=\$kernel 'BEGIN{ret=1} {if (\$4 == bdi) {ret=0}} END{exit ret}' /proc/fs/nfsfs/volumes" for PROGRAM (char 50: invalid substitution type), ignoring. Feb 14 06:34:22 managed-node1 python3.9[33694]: ansible-ansible.legacy.dnf Invoked with name=['lvm2', 'kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:34:23 managed-node1 python3.9[33844]: ansible-service_facts Invoked Feb 14 06:34:23 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:34:25 managed-node1 python3.9[34089]: ansible-fedora.linux_system_roles.blivet Invoked with pools=[{'name': 'rootvg', 'grow_to_fill': True, 'volumes': [{'name': 'usrlv', 'size': '2G', 'mount_point': '/hpc-test2', 'state': 'present', 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'type': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'part_type': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], 'disks': [], 'state': 'present', 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None, 'type': None}] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True uses_kmod_kvdo=True packages_only=False diskvolume_mkfs_option_map={} Feb 14 06:34:25 managed-node1 systemd-udevd[526]: /etc/udev/rules.d/90-nfs-readahead.rules:6 Invalid value "/usr/bin/awk -v bdi=\$kernel 'BEGIN{ret=1} {if (\$4 == bdi) {ret=0}} END{exit ret}' /proc/fs/nfsfs/volumes" for PROGRAM (char 50: invalid substitution type), ignoring. Feb 14 06:34:26 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:34:26 managed-node1 python3.9[34302]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:34:26 managed-node1 python3.9[34453]: ansible-lineinfile Invoked with insertbefore=^# firstmatch=True line=# system_role:storage regexp=# system_role:storage path=/etc/fstab state=present backrefs=False create=False backup=False unsafe_writes=False search_string=None insertafter=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:34:27 managed-node1 python3.9[34602]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None Feb 14 06:34:27 managed-node1 systemd[1]: Reloading. Feb 14 06:34:27 managed-node1 systemd-rc-local-generator[34619]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:34:27 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:34:27 managed-node1 python3.9[34787]: ansible-mount Invoked with src=/dev/mapper/rootvg-usrlv path=/hpc-test2 fstype=xfs opts=defaults state=mounted boot=True dump=0 opts_no_log=False passno=0 backup=False fstab=None Feb 14 06:34:28 managed-node1 python3.9[34936]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None Feb 14 06:34:28 managed-node1 systemd[1]: Reloading. Feb 14 06:34:28 managed-node1 systemd-rc-local-generator[34953]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:34:28 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:34:29 managed-node1 python3.9[35121]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:34:29 managed-node1 python3.9[35272]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 06:34:30 managed-node1 python3.9[35456]: ansible-ansible.legacy.dnf Invoked with name=['kernel'] state=latest allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:34:32 managed-node1 python3.9[35755]: ansible-ansible.legacy.dnf Invoked with name=['kernel-devel-5.14.0-677.el9', 'kernel-headers-5.14.0-677.el9'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:34:33 managed-node1 python3.9[35905]: ansible-ansible.legacy.dnf Invoked with name=['dnf-command(versionlock)'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:34:34 managed-node1 python3.9[36055]: ansible-stat Invoked with path=/etc/dnf/plugins/versionlock.list follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:34:34 managed-node1 python3.9[36206]: ansible-ansible.legacy.command Invoked with _raw_params=dnf versionlock add kernel _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:34:35 managed-node1 python3.9[36356]: ansible-ansible.legacy.command Invoked with _raw_params=dnf versionlock add kernel-core _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:34:36 managed-node1 python3.9[36506]: ansible-ansible.legacy.command Invoked with _raw_params=dnf versionlock add kernel-modules _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:34:37 managed-node1 python3.9[36656]: ansible-ansible.legacy.command Invoked with _raw_params=dnf versionlock add kernel-modules-extra _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:34:38 managed-node1 python3.9[36806]: ansible-ansible.legacy.command Invoked with _raw_params=dnf versionlock add kernel-devel _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:34:39 managed-node1 python3.9[36956]: ansible-ansible.legacy.command Invoked with _raw_params=dnf versionlock add kernel-headers _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:34:41 managed-node1 python3.9[37106]: ansible-ansible.legacy.dnf Invoked with name=['libnccl-2.27.5-1+cuda12.9', 'libnccl-devel-2.27.5-1+cuda12.9'] state=present allow_downgrade=True allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:35:03 managed-node1 python3.9[37264]: ansible-ansible.legacy.command Invoked with _raw_params=dnf versionlock add libnccl-2.27.5-1+cuda12.9 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:35:04 managed-node1 python3.9[37414]: ansible-ansible.legacy.command Invoked with _raw_params=dnf versionlock add libnccl-devel-2.27.5-1+cuda12.9 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:35:05 managed-node1 python3.9[37564]: ansible-ansible.legacy.dnf Invoked with name=['rdma-core', 'rdma-core-devel', 'libibverbs', 'libibverbs-utils', 'libibverbs-devel', 'librdmacm-utils', 'perftest', 'ucx', 'ucx-ib', 'ucx-rdmacm', 'infiniband-diags', 'pciutils-devel'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:35:07 managed-node1 systemd-udevd[526]: /etc/udev/rules.d/90-nfs-readahead.rules:6 Invalid value "/usr/bin/awk -v bdi=\$kernel 'BEGIN{ret=1} {if (\$4 == bdi) {ret=0}} END{exit ret}' /proc/fs/nfsfs/volumes" for PROGRAM (char 50: invalid substitution type), ignoring. Feb 14 06:35:07 managed-node1 systemd[5207]: Created slice User Background Tasks Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 257. Feb 14 06:35:07 managed-node1 systemd[5207]: Starting Cleanup of User's Temporary Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 256. Feb 14 06:35:07 managed-node1 systemd[5207]: Finished Cleanup of User's Temporary Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 256. Feb 14 06:35:08 managed-node1 systemd-udevd[526]: /etc/udev/rules.d/90-nfs-readahead.rules:6 Invalid value "/usr/bin/awk -v bdi=\$kernel 'BEGIN{ret=1} {if (\$4 == bdi) {ret=0}} END{exit ret}' /proc/fs/nfsfs/volumes" for PROGRAM (char 50: invalid substitution type), ignoring. Feb 14 06:35:08 managed-node1 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-rd802f97b299e4fbab5572121342b04ce.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-rd802f97b299e4fbab5572121342b04ce.service has finished successfully. ░░ ░░ The job identifier is 2334. Feb 14 06:35:08 managed-node1 systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 2423. Feb 14 06:35:08 managed-node1 systemd[1]: Reloading. Feb 14 06:35:08 managed-node1 systemd-rc-local-generator[37627]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:35:08 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:35:08 managed-node1 systemd[1]: Queuing reload/restart jobs for marked units… Feb 14 06:35:09 managed-node1 python3.9[39022]: ansible-lineinfile Invoked with path=/etc/waagent.conf line=OS.EnableRDMA=y create=True backup=True mode=0644 state=present backrefs=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertafter=None insertbefore=None validate=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:11 managed-node1 python3.9[41386]: ansible-ansible.legacy.stat Invoked with path=/etc/security/limits.d/90-hpc-limits.conf follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 14 06:35:11 managed-node1 systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 14 06:35:11 managed-node1 systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 2423. Feb 14 06:35:11 managed-node1 systemd[1]: man-db-cache-update.service: Consumed 2.798s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service completed and consumed the indicated resources. Feb 14 06:35:11 managed-node1 systemd[1]: run-rd802f97b299e4fbab5572121342b04ce.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-rd802f97b299e4fbab5572121342b04ce.service has successfully entered the 'dead' state. Feb 14 06:35:11 managed-node1 python3.9[41778]: ansible-ansible.legacy.file Invoked with owner=root group=root mode=0644 dest=/etc/security/limits.d/ _original_basename=90-hpc-limits.conf recurse=False state=file path=/etc/security/limits.d/ force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:11 managed-node1 python3.9[41927]: ansible-ansible.legacy.stat Invoked with path=/etc/sysctl.d/90-hpc-sysctl.conf follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 14 06:35:12 managed-node1 python3.9[42002]: ansible-ansible.legacy.file Invoked with owner=root group=root mode=0644 dest=/etc/sysctl.d/ _original_basename=90-hpc-sysctl.conf recurse=False state=file path=/etc/sysctl.d/ force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:12 managed-node1 python3.9[42151]: ansible-lineinfile Invoked with path=/etc/modules-load.d/sunrpc.conf line=sunrpc create=True owner=root group=root mode=0644 state=present backrefs=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertafter=None insertbefore=None validate=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:12 managed-node1 python3.9[42300]: ansible-ansible.legacy.command Invoked with _raw_params=lsmod _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:35:13 managed-node1 python3.9[42450]: ansible-ansible.legacy.stat Invoked with path=/etc/udev/rules.d/90-nfs-readahead.rules follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 14 06:35:13 managed-node1 python3.9[42525]: ansible-ansible.legacy.file Invoked with owner=root group=root mode=0644 dest=/etc/udev/rules.d/ _original_basename=90-nfs-readahead.rules recurse=False state=file path=/etc/udev/rules.d/ force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:13 managed-node1 python3.9[42674]: ansible-file Invoked with path=/opt/hpc/azure state=directory owner=root group=root mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:14 managed-node1 python3.9[42823]: ansible-file Invoked with path=/opt/hpc/azure/bin state=directory owner=root group=root mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:14 managed-node1 python3.9[42972]: ansible-file Invoked with path=/opt/hpc/azure/tools state=directory owner=root group=root mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:14 managed-node1 python3.9[43121]: ansible-file Invoked with path=/opt/hpc/azure/tests state=directory owner=root group=root mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:15 managed-node1 python3.9[43270]: ansible-file Invoked with path=/var/hpc/azure state=directory owner=root group=root mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:15 managed-node1 python3.9[43419]: ansible-stat Invoked with path=/opt/hpc/azure/topology follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:35:16 managed-node1 python3.9[43570]: ansible-ansible.legacy.dnf Invoked with name=['rpm-build', 'rpmdevtools', 'hwloc-devel', 'libevent-devel', 'binutils-devel', 'autoconf', 'automake', 'libtool'] state=absent allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:35:17 managed-node1 python3.9[43720]: ansible-stat Invoked with path=/opt/hpc/azure/tools/kvp_client follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:35:18 managed-node1 python3.9[43871]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:35:18 managed-node1 python3.9[44021]: ansible-ansible.legacy.command Invoked with _raw_params=lvs --noheadings --units g --nosuffix -o lv_size /dev/mapper/rootvg-rootlv _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:35:19 managed-node1 python3.9[44171]: ansible-ansible.legacy.command Invoked with _raw_params=lvs --noheadings --units g --nosuffix -o lv_size /dev/mapper/rootvg-usrlv _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:35:19 managed-node1 python3.9[44321]: ansible-ansible.legacy.systemd Invoked with name=waagent state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Feb 14 06:35:20 managed-node1 python3.9[44471]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'vdo', 'kmod-kvdo', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:35:39 managed-node1 python3.9[44659]: ansible-fedora.linux_system_roles.blivet Invoked with pools=[{'name': 'rootvg', 'disks': ['sda', 'sdb'], 'grow_to_fill': True, 'state': 'absent', 'volumes': [{'name': 'rootlv', 'size': '2G', 'mount_point': '/hpc-test1', 'state': 'present', 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'type': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'part_type': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}, {'name': 'usrlv', 'size': '1G', 'mount_point': '/hpc-test2', 'state': 'present', 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'type': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'part_type': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None, 'type': None}] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True uses_kmod_kvdo=True safe_mode=True diskvolume_mkfs_option_map={} Feb 14 06:35:40 managed-node1 systemd-udevd[526]: /etc/udev/rules.d/90-nfs-readahead.rules:6 Invalid value "/usr/bin/awk -v bdi=\$kernel 'BEGIN{ret=1} {if (\$4 == bdi) {ret=0}} END{exit ret}' /proc/fs/nfsfs/volumes" for PROGRAM (char 50: invalid substitution type), ignoring. Feb 14 06:35:40 managed-node1 python3.9[44843]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 14 06:35:41 managed-node1 python3.9[44993]: ansible-service_facts Invoked Feb 14 06:35:41 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:35:43 managed-node1 python3.9[45240]: ansible-fedora.linux_system_roles.blivet Invoked with pools=[{'name': 'rootvg', 'disks': ['sda', 'sdb'], 'grow_to_fill': True, 'state': 'absent', 'volumes': [{'name': 'rootlv', 'size': '2G', 'mount_point': '/hpc-test1', 'state': 'present', 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'type': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'part_type': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}, {'name': 'usrlv', 'size': '1G', 'mount_point': '/hpc-test2', 'state': 'present', 'cache_devices': [], 'raid_disks': [], 'thin': False, 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': None, 'fs_label': None, 'fs_type': None, 'mount_options': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'raid_level': None, 'type': None, 'cached': None, 'cache_mode': None, 'cache_size': None, 'compression': None, 'deduplication': None, 'part_type': None, 'raid_stripe_size': None, 'thin_pool_name': None, 'thin_pool_size': None, 'vdo_pool_size': None}], 'encryption': None, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'encryption_clevis_pin': None, 'encryption_tang_url': None, 'encryption_tang_thumbprint': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, 'shared': None, 'type': None}] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True uses_kmod_kvdo=True packages_only=False diskvolume_mkfs_option_map={} Feb 14 06:35:44 managed-node1 systemd-udevd[526]: /etc/udev/rules.d/90-nfs-readahead.rules:6 Invalid value "/usr/bin/awk -v bdi=\$kernel 'BEGIN{ret=1} {if (\$4 == bdi) {ret=0}} END{exit ret}' /proc/fs/nfsfs/volumes" for PROGRAM (char 50: invalid substitution type), ignoring. Feb 14 06:35:44 managed-node1 systemd[1]: hpc\x2dtest1.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit hpc\x2dtest1.mount has successfully entered the 'dead' state. Feb 14 06:35:44 managed-node1 kernel: XFS (dm-1): Unmounting Filesystem a833f1b2-9f36-43df-82da-6e503ac4a9f4 Feb 14 06:35:44 managed-node1 systemd[1]: hpc\x2dtest2.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit hpc\x2dtest2.mount has successfully entered the 'dead' state. Feb 14 06:35:44 managed-node1 kernel: XFS (dm-0): Unmounting Filesystem d45f08cf-4d79-4f05-bc09-b72e7c76e121 Feb 14 06:35:44 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:35:45 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:35:45 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:35:45 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:35:45 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:35:45 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:35:45 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:35:45 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:35:45 managed-node1 kernel: MODE SENSE: unimplemented page/subpage: 0x0a/0x05 Feb 14 06:35:45 managed-node1 python3.9[45532]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:35:46 managed-node1 python3.9[45683]: ansible-lineinfile Invoked with insertbefore=^# firstmatch=True line=# system_role:storage regexp=# system_role:storage path=/etc/fstab state=present backrefs=False create=False backup=False unsafe_writes=False search_string=None insertafter=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 14 06:35:46 managed-node1 python3.9[45832]: ansible-mount Invoked with src=/dev/mapper/rootvg-usrlv path=/hpc-test2 fstype=xfs state=absent boot=True dump=0 opts_no_log=False passno=0 backup=False fstab=None opts=None Feb 14 06:35:47 managed-node1 python3.9[45981]: ansible-mount Invoked with src=/dev/mapper/rootvg-rootlv path=/hpc-test1 fstype=xfs state=absent boot=True dump=0 opts_no_log=False passno=0 backup=False fstab=None opts=None Feb 14 06:35:47 managed-node1 python3.9[46130]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None Feb 14 06:35:47 managed-node1 systemd[1]: Reloading. Feb 14 06:35:47 managed-node1 systemd-rc-local-generator[46147]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:35:47 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:35:48 managed-node1 python3.9[46315]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None Feb 14 06:35:48 managed-node1 systemd[1]: Reloading. Feb 14 06:35:48 managed-node1 systemd-rc-local-generator[46332]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 14 06:35:48 managed-node1 systemd[1]: Configuration file /etc/systemd/system/sku_customisation.service is marked executable. Please remove executable permission bits. Proceeding anyway. Feb 14 06:35:48 managed-node1 python3.9[46500]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:35:49 managed-node1 python3.9[46651]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 14 06:35:50 managed-node1 python3.9[46832]: ansible-stat Invoked with path=/etc/dnf/plugins/versionlock.list follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 14 06:35:50 managed-node1 python3.9[46983]: ansible-ansible.legacy.command Invoked with _raw_params=dnf versionlock clear _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 14 06:35:51 managed-node1 sshd-session[47009]: Accepted publickey for root from 10.31.12.42 port 52636 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Feb 14 06:35:51 managed-node1 systemd-logind[615]: New session 16 of user root. ░░ Subject: A new session 16 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 16 has been created for the user root. ░░ ░░ The leading process of the session is 47009. Feb 14 06:35:51 managed-node1 systemd[1]: Started Session 16 of User root. ░░ Subject: A start job for unit session-16.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-16.scope has finished successfully. ░░ ░░ The job identifier is 2620. Feb 14 06:35:51 managed-node1 sshd-session[47009]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Feb 14 06:35:51 managed-node1 sshd-session[47012]: Received disconnect from 10.31.12.42 port 52636:11: disconnected by user Feb 14 06:35:51 managed-node1 sshd-session[47012]: Disconnected from user root 10.31.12.42 port 52636 Feb 14 06:35:51 managed-node1 sshd-session[47009]: pam_unix(sshd:session): session closed for user root Feb 14 06:35:51 managed-node1 systemd[1]: session-16.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-16.scope has successfully entered the 'dead' state. Feb 14 06:35:51 managed-node1 systemd-logind[615]: Session 16 logged out. Waiting for processes to exit. Feb 14 06:35:51 managed-node1 systemd-logind[615]: Removed session 16. ░░ Subject: Session 16 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 16 has been terminated. Feb 14 06:35:51 managed-node1 sshd-session[47037]: Accepted publickey for root from 10.31.12.42 port 52640 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Feb 14 06:35:51 managed-node1 systemd-logind[615]: New session 17 of user root. ░░ Subject: A new session 17 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 17 has been created for the user root. ░░ ░░ The leading process of the session is 47037. Feb 14 06:35:51 managed-node1 systemd[1]: Started Session 17 of User root. ░░ Subject: A start job for unit session-17.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-17.scope has finished successfully. ░░ ░░ The job identifier is 2694. Feb 14 06:35:51 managed-node1 sshd-session[47037]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)