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-0aJ 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-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:3 Saturday 07 February 2026 06:41:07 -0500 (0:00:00.017) 0:00:00.017 ***** [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-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:25 Saturday 07 February 2026 06:41:08 -0500 (0:00:01.073) 0:00:01.091 ***** included: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/skip_unsupported_archs.yml for managed-node1 TASK [Gather architecture facts] *********************************************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/skip_unsupported_archs.yml:3 Saturday 07 February 2026 06:41:08 -0500 (0:00:00.012) 0:00:01.104 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/skip_unsupported_archs.yml:8 Saturday 07 February 2026 06:41:08 -0500 (0:00:00.029) 0:00:01.133 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:33 Saturday 07 February 2026 06:41:08 -0500 (0:00:00.005) 0:00:01.138 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:42 Saturday 07 February 2026 06:41:09 -0500 (0:00:01.185) 0:00:02.324 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:51 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.445) 0:00:02.769 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:60 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.010) 0:00:02.780 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:65 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.015) 0:00:02.795 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:70 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.029) 0:00:02.825 ***** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.021) 0:00:02.846 ***** included: /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.016) 0:00:02.862 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.033) 0:00:02.896 ***** 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-0aJ/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-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.036) 0:00:02.933 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.416) 0:00:03.350 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.020) 0:00:03.370 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.012) 0:00:03.383 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.011) 0:00:03.395 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 07 February 2026 06:41:10 -0500 (0:00:00.036) 0:00:03.432 ***** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: cxl-libs-82-1.el9.x86_64", "Installed: python3-psutil-5.8.0-12.el9.x86_64", "Installed: libblockdev-lvm-2.28-16.el9.x86_64", "Installed: python3-wcwidth-0.2.5-8.el9.noarch", "Installed: python3-pyparted-1:3.12.0-1.el9.x86_64", "Installed: libluksmeta-10-1.el9.x86_64", "Installed: tpm2-tools-5.2-7.el9.x86_64", "Installed: ndctl-82-1.el9.x86_64", "Installed: clevis-21-209.el9.x86_64", "Installed: libblockdev-mdraid-2.28-16.el9.x86_64", "Installed: python3-into-dbus-python-0.8.2-1.el9.noarch", "Installed: stratis-cli-3.7.0-1.el9.noarch", "Installed: ndctl-libs-82-1.el9.x86_64", "Installed: clevis-luks-21-209.el9.x86_64", "Installed: libblockdev-mpath-2.28-16.el9.x86_64", "Installed: stratisd-3.7.3-3.el9.x86_64", "Installed: daxctl-libs-82-1.el9.x86_64", "Installed: libblockdev-nvdimm-2.28-16.el9.x86_64", "Installed: lsof-4.94.0-3.el9.x86_64", "Installed: python3-blivet-1:3.6.0-29.el9.noarch", "Installed: libaio-0.3.111-13.el9.x86_64", "Installed: python3-blockdev-2.28-16.el9.x86_64", "Installed: python3-justbases-0.15.2-1.el9.noarch", "Installed: python3-justbytes-0.15.2-1.el9.noarch", "Installed: lvm2-9:2.03.32-2.el9.x86_64", "Installed: python3-bytesize-2.5-3.el9.x86_64", "Installed: blivet-data-1:3.6.0-29.el9.noarch", "Installed: libblockdev-part-2.28-16.el9.x86_64", "Installed: lvm2-libs-9:2.03.32-2.el9.x86_64", "Installed: libblockdev-2.28-16.el9.x86_64", "Installed: kmod-kvdo-8.2.7.3-187.el9.x86_64", "Installed: device-mapper-event-9:1.02.206-2.el9.x86_64", "Installed: libblockdev-swap-2.28-16.el9.x86_64", "Installed: libjose-14-1.el9.x86_64", "Installed: libblockdev-crypto-2.28-16.el9.x86_64", "Installed: python3-packaging-20.9-5.el9.noarch", "Installed: volume_key-libs-0.3.12-16.el9.x86_64", "Installed: device-mapper-event-libs-9:1.02.206-2.el9.x86_64", "Installed: python3-dbus-client-gen-0.5.1-1.el9.noarch", "Installed: cryptsetup-2.8.1-3.el9.x86_64", "Installed: libblockdev-dm-2.28-16.el9.x86_64", "Installed: python3-dbus-python-client-gen-0.8.3-1.el9.noarch", "Installed: libblockdev-utils-2.28-16.el9.x86_64", "Installed: python3-dbus-signature-pyparsing-0.4.1-1.el9.noarch", "Installed: mdadm-4.4-3.el9.x86_64", "Installed: libblockdev-fs-2.28-16.el9.x86_64", "Installed: device-mapper-multipath-0.8.7-42.el9.x86_64", "Installed: libnvme-1.16.1-2.el9.x86_64", "Installed: luksmeta-10-1.el9.x86_64", "Installed: vdo-8.2.2.2-1.el9.x86_64", "Installed: jose-14-1.el9.x86_64", "Installed: libbytesize-2.5-3.el9.x86_64", "Installed: libblockdev-kbd-2.28-16.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: 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 07 February 2026 06:41:55 -0500 (0:00:44.781) 0:00:48.213 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 07 February 2026 06:41:55 -0500 (0:00:00.037) 0:00:48.251 ***** ok: [managed-node1] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 07 February 2026 06:41:55 -0500 (0:00:00.032) 0:00:48.283 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 07 February 2026 06:41:56 -0500 (0:00:01.064) 0:00:49.348 ***** included: /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 07 February 2026 06:41:56 -0500 (0:00:00.025) 0:00:49.373 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 07 February 2026 06:41:56 -0500 (0:00:00.027) 0:00:49.400 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 07 February 2026 06:41:56 -0500 (0:00:00.029) 0:00:49.430 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 07 February 2026 06:41:56 -0500 (0:00:00.027) 0:00:49.457 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 07 February 2026 06:41:57 -0500 (0:00:01.079) 0:00:50.537 ***** 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" }, "containerd.service": { "name": "containerd.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "docker.service": { "name": "docker.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "stopped", "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" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ipset.service": { "name": "ipset.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "nvidia-cdi-refresh.service": { "name": "nvidia-cdi-refresh.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "polkit.service": { "name": "polkit.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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 07 February 2026 06:41:59 -0500 (0:00:01.875) 0:00:52.413 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 07 February 2026 06:41:59 -0500 (0:00:00.045) 0:00:52.459 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 07 February 2026 06:41:59 -0500 (0:00:00.011) 0:00:52.470 ***** 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": [ "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-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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 07 February 2026 06:42:02 -0500 (0:00:03.125) 0:00:55.595 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 07 February 2026 06:42:02 -0500 (0:00:00.032) 0:00:55.628 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770463673.214, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "3da2b6f4630fce503f70f0677a89869c0041399a", "ctime": 1770277891.558, "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": 1770277891.558, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1386, "uid": 0, "version": "1622204159", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 07 February 2026 06:42:03 -0500 (0:00:00.344) 0:00:55.972 ***** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 07 February 2026 06:42:03 -0500 (0:00:00.435) 0:00:56.408 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 07 February 2026 06:42:03 -0500 (0:00:00.012) 0:00:56.420 ***** 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": [ "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-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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 07 February 2026 06:42:03 -0500 (0:00:00.021) 0:00:56.441 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 07 February 2026 06:42:03 -0500 (0:00:00.019) 0:00:56.461 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 07 February 2026 06:42:03 -0500 (0:00:00.015) 0:00:56.476 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 07 February 2026 06:42:03 -0500 (0:00:00.033) 0:00:56.510 ***** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 07 February 2026 06:42:04 -0500 (0:00:00.874) 0:00:57.385 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 07 February 2026 06:42:05 -0500 (0:00:00.817) 0:00:58.202 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 07 February 2026 06:42:05 -0500 (0:00:00.045) 0:00:58.248 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 07 February 2026 06:42:06 -0500 (0:00:00.675) 0:00:58.923 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770463841.1971064, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1770276900.38, "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": 1770276547.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2271804512", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 07 February 2026 06:42:06 -0500 (0:00:00.339) 0:00:59.263 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 07 February 2026 06:42:06 -0500 (0:00:00.011) 0:00:59.275 ***** ok: [managed-node1] TASK [Run the role] ************************************************************ task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:86 Saturday 07 February 2026 06:42:07 -0500 (0:00:00.860) 0:01:00.135 ***** included: fedora.linux_system_roles.hpc for managed-node1 TASK [fedora.linux_system_roles.hpc : Set platform/version specific variables] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:3 Saturday 07 February 2026 06:42:07 -0500 (0:00:00.171) 0:01:00.306 ***** included: /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:2 Saturday 07 February 2026 06:42:07 -0500 (0:00:00.022) 0:01:00.329 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:10 Saturday 07 February 2026 06:42:07 -0500 (0:00:00.034) 0:01:00.363 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:15 Saturday 07 February 2026 06:42:07 -0500 (0:00:00.335) 0:01:00.698 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:19 Saturday 07 February 2026 06:42:07 -0500 (0:00:00.021) 0:01:00.720 ***** 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-0aJ/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-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:6 Saturday 07 February 2026 06:42:08 -0500 (0:00:00.046) 0:01:00.766 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:14 Saturday 07 February 2026 06:42:08 -0500 (0:00:00.014) 0:01:00.781 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:27 Saturday 07 February 2026 06:42:08 -0500 (0:00:00.012) 0:01:00.794 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not hpc_install_docker", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:37 Saturday 07 February 2026 06:42:08 -0500 (0:00:00.012) 0:01:00.806 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not hpc_install_nvidia_container_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Deploy GPG keys for repositories] ******** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:47 Saturday 07 February 2026 06:42:08 -0500 (0:00:00.012) 0:01:00.819 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:57 Saturday 07 February 2026 06:42:09 -0500 (0:00:01.543) 0:01:02.362 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "Installed /root/.ansible/tmp/ansible-tmp-1770464529.6580336-13080-216227375168704/epel-release-latest-9.noarche1libm_0.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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:63 Saturday 07 February 2026 06:42:10 -0500 (0:00:01.225) 0:01:03.588 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:76 Saturday 07 February 2026 06:42:11 -0500 (0:00:00.751) 0:01:04.339 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:81 Saturday 07 February 2026 06:42:11 -0500 (0:00:00.013) 0:01:04.353 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:92 Saturday 07 February 2026 06:42:11 -0500 (0:00:00.012) 0:01:04.365 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:99 Saturday 07 February 2026 06:42:11 -0500 (0:00:00.012) 0:01:04.378 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:107 Saturday 07 February 2026 06:42:11 -0500 (0:00:00.013) 0:01:04.391 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:114 Saturday 07 February 2026 06:42:11 -0500 (0:00:00.013) 0:01:04.404 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:122 Saturday 07 February 2026 06:42:11 -0500 (0:00:00.012) 0:01:04.417 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:134 Saturday 07 February 2026 06:42:11 -0500 (0:00:00.012) 0:01:04.429 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:144 Saturday 07 February 2026 06:42:11 -0500 (0:00:00.022) 0:01:04.451 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:150 Saturday 07 February 2026 06:42:12 -0500 (0:00:01.074) 0:01:05.526 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770464527.0669193, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1770464522.7218962, "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": 1770464522.7218962, "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:155 Saturday 07 February 2026 06:42:13 -0500 (0:00:00.345) 0:01:05.871 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770464527.0689194, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1770464521.6348903, "dev": 6, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 603, "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": 1770464521.6348903, "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:160 Saturday 07 February 2026 06:42:13 -0500 (0:00:00.342) 0:01:06.214 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.hpc : Get current LV size of rootlv] *********** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:165 Saturday 07 February 2026 06:42:13 -0500 (0:00:00.331) 0:01:06.546 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--units", "g", "--nosuffix", "-o", "lv_size", "/dev/mapper/rootvg-rootlv" ], "delta": "0:00:00.030106", "end": "2026-02-07 06:42:14.217852", "rc": 0, "start": "2026-02-07 06:42:14.187746" } STDOUT: 2.00 TASK [fedora.linux_system_roles.hpc : Get current LV size of usrlv] ************ task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:171 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.488) 0:01:07.034 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--units", "g", "--nosuffix", "-o", "lv_size", "/dev/mapper/rootvg-usrlv" ], "delta": "0:00:00.029744", "end": "2026-02-07 06:42:14.591858", "rc": 0, "start": "2026-02-07 06:42:14.562114" } STDOUT: 1.00 TASK [fedora.linux_system_roles.hpc : Get current LV size of varlv] ************ task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:177 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.372) 0:01:07.406 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:183 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.014) 0:01:07.421 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:187 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.016) 0:01:07.437 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:201 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.037) 0:01:07.475 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:215 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.044) 0:01:07.520 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:229 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.014) 0:01:07.534 ***** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.052) 0:01:07.587 ***** included: /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.044) 0:01:07.631 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.037) 0:01:07.669 ***** 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-0aJ/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-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.047) 0:01:07.716 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.020) 0:01:07.737 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 07 February 2026 06:42:14 -0500 (0:00:00.019) 0:01:07.757 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 07 February 2026 06:42:15 -0500 (0:00:00.017) 0:01:07.775 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 07 February 2026 06:42:15 -0500 (0:00:00.016) 0:01:07.791 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 07 February 2026 06:42:15 -0500 (0:00:00.043) 0:01:07.835 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 07 February 2026 06:42:16 -0500 (0:00:01.090) 0:01:08.926 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 07 February 2026 06:42:16 -0500 (0:00:00.039) 0:01:08.965 ***** ok: [managed-node1] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 07 February 2026 06:42:16 -0500 (0:00:00.037) 0:01:09.003 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 07 February 2026 06:42:17 -0500 (0:00:01.241) 0:01:10.245 ***** included: /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 07 February 2026 06:42:17 -0500 (0:00:00.032) 0:01:10.277 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 07 February 2026 06:42:17 -0500 (0:00:00.032) 0:01:10.309 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 07 February 2026 06:42:17 -0500 (0:00:00.034) 0:01:10.343 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 07 February 2026 06:42:17 -0500 (0:00:00.033) 0:01:10.377 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 07 February 2026 06:42:18 -0500 (0:00:01.091) 0:01:11.469 ***** 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" }, "containerd.service": { "name": "containerd.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "docker.service": { "name": "docker.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "stopped", "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" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ipset.service": { "name": "ipset.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "nvidia-cdi-refresh.service": { "name": "nvidia-cdi-refresh.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "polkit.service": { "name": "polkit.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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 07 February 2026 06:42:20 -0500 (0:00:01.801) 0:01:13.270 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 07 February 2026 06:42:20 -0500 (0:00:00.048) 0:01:13.319 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 07 February 2026 06:42:20 -0500 (0:00:00.012) 0:01:13.331 ***** 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": [ "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-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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 07 February 2026 06:42:22 -0500 (0:00:01.595) 0:01:14.927 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 07 February 2026 06:42:22 -0500 (0:00:00.035) 0:01:14.963 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770464525.3799102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b8bb8965ce51a4a5a16484e9cc826a7dd864267a", "ctime": 1770464525.3769104, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 50339182, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1770464525.3769104, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1515, "uid": 0, "version": "3570277514", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 07 February 2026 06:42:22 -0500 (0:00:00.364) 0:01:15.327 ***** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 07 February 2026 06:42:22 -0500 (0:00:00.352) 0:01:15.680 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 07 February 2026 06:42:22 -0500 (0:00:00.012) 0:01:15.693 ***** 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": [ "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-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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 07 February 2026 06:42:22 -0500 (0:00:00.022) 0:01:15.715 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 07 February 2026 06:42:22 -0500 (0:00:00.021) 0:01:15.736 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 07 February 2026 06:42:22 -0500 (0:00:00.018) 0:01:15.755 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 07 February 2026 06:42:23 -0500 (0:00:00.036) 0:01:15.791 ***** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 07 February 2026 06:42:23 -0500 (0:00:00.683) 0:01:16.475 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 07 February 2026 06:42:24 -0500 (0:00:00.373) 0:01:16.849 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 07 February 2026 06:42:24 -0500 (0:00:00.042) 0:01:16.891 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 07 February 2026 06:42:24 -0500 (0:00:00.675) 0:01:17.566 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770463841.1971064, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1770276900.38, "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": 1770276547.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2271804512", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 07 February 2026 06:42:25 -0500 (0:00:00.339) 0:01:17.905 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 07 February 2026 06:42:25 -0500 (0:00:00.012) 0:01:17.918 ***** ok: [managed-node1] TASK [fedora.linux_system_roles.hpc : Force install kernel version] ************ task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:239 Saturday 07 February 2026 06:42:26 -0500 (0:00:00.872) 0:01:18.790 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:247 Saturday 07 February 2026 06:42:26 -0500 (0:00:00.018) 0:01:18.808 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:256 Saturday 07 February 2026 06:42:27 -0500 (0:00:01.066) 0:01:19.875 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:261 Saturday 07 February 2026 06:42:28 -0500 (0:00:00.998) 0:01:20.873 ***** ok: [managed-node1] => (item={'name': 'kernel', 'version': '5.14.0', 'release': '669.el9', 'epoch': None, 'arch': 'x86_64', 'source': 'rpm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "669.el9", "source": "rpm", "version": "5.14.0" }, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kernel-devel-5.14.0-669.el9 kernel-headers-5.14.0-669.el9 TASK [fedora.linux_system_roles.hpc : Ensure that dnf-command(versionlock) is installed] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:272 Saturday 07 February 2026 06:42:29 -0500 (0:00:01.081) 0:01:21.954 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:277 Saturday 07 February 2026 06:42:30 -0500 (0:00:01.061) 0:01:23.016 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770464469.4226348, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1770464465.961618, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9140424, "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": 1770464465.961618, "nlink": 1, "path": "/etc/dnf/plugins/versionlock.list", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": "644190392", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:286 Saturday 07 February 2026 06:42:30 -0500 (0:00:00.346) 0:01:23.362 ***** changed: [managed-node1] => (item=kernel) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel" ], "delta": "0:00:00.764895", "end": "2026-02-07 06:42:31.650822", "item": "kernel", "rc": 0, "start": "2026-02-07 06:42:30.885927" } STDOUT: Last metadata expiration check: 0:01:27 ago on Sat 07 Feb 2026 06:41:04 AM EST. Adding versionlock on: kernel-0:5.14.0-669.el9.* changed: [managed-node1] => (item=kernel-core) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-core" ], "delta": "0:00:00.766493", "end": "2026-02-07 06:42:32.737804", "item": "kernel-core", "rc": 0, "start": "2026-02-07 06:42:31.971311" } STDOUT: Last metadata expiration check: 0:01:28 ago on Sat 07 Feb 2026 06:41:04 AM EST. Adding versionlock on: kernel-core-0:5.14.0-669.el9.* changed: [managed-node1] => (item=kernel-modules) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-modules" ], "delta": "0:00:00.763430", "end": "2026-02-07 06:42:33.820059", "item": "kernel-modules", "rc": 0, "start": "2026-02-07 06:42:33.056629" } STDOUT: Last metadata expiration check: 0:01:29 ago on Sat 07 Feb 2026 06:41:04 AM EST. Adding versionlock on: kernel-modules-0:5.14.0-669.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.758692", "end": "2026-02-07 06:42:34.897789", "item": "kernel-modules-extra", "rc": 0, "start": "2026-02-07 06:42:34.139097" } STDOUT: Last metadata expiration check: 0:01:30 ago on Sat 07 Feb 2026 06:41:04 AM EST. Adding versionlock on: kernel-modules-extra-0:5.14.0-665.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-658.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-661.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-669.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-655.el9.* changed: [managed-node1] => (item=kernel-devel) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-devel" ], "delta": "0:00:00.766408", "end": "2026-02-07 06:42:35.982125", "item": "kernel-devel", "rc": 0, "start": "2026-02-07 06:42:35.215717" } STDOUT: Last metadata expiration check: 0:01:31 ago on Sat 07 Feb 2026 06:41:04 AM EST. Adding versionlock on: kernel-devel-0:5.14.0-669.el9.* changed: [managed-node1] => (item=kernel-headers) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-headers" ], "delta": "0:00:00.761155", "end": "2026-02-07 06:42:37.062328", "item": "kernel-headers", "rc": 0, "start": "2026-02-07 06:42:36.301173" } STDOUT: Last metadata expiration check: 0:01:32 ago on Sat 07 Feb 2026 06:41:04 AM EST. Adding versionlock on: kernel-headers-0:5.14.0-669.el9.* TASK [fedora.linux_system_roles.hpc : Update all packages to bring system to the latest state] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:294 Saturday 07 February 2026 06:42:37 -0500 (0:00:06.523) 0:01:29.885 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_update_all_packages", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Get list of enabled nvidia-driver modules] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:305 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.019) 0:01:29.905 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:315 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.026) 0:01:29.931 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:319 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.024) 0:01:29.955 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:325 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.024) 0:01:29.979 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:331 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.026) 0:01:30.005 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:339 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.023) 0:01:30.029 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:349 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.023) 0:01:30.053 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:360 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.026) 0:01:30.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 : Enable nvidia-persistenced.service] ****** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:368 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.023) 0:01:30.102 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:378 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.023) 0:01:30.126 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:387 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.041) 0:01:30.167 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:398 Saturday 07 February 2026 06:42:37 -0500 (0:00:00.030) 0:01:30.198 ***** changed: [managed-node1] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: libnccl-2.27.5-1+cuda12.9.x86_64", "Installed: libnccl-devel-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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:407 Saturday 07 February 2026 06:42:57 -0500 (0:00:20.135) 0:01:50.334 ***** 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.767622", "end": "2026-02-07 06:42:58.652419", "item": "libnccl-2.27.5-1+cuda12.9", "rc": 0, "start": "2026-02-07 06:42:57.884797" } STDOUT: Last metadata expiration check: 0:01:54 ago on Sat 07 Feb 2026 06:41:04 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.764710", "end": "2026-02-07 06:42:59.736433", "item": "libnccl-devel-2.27.5-1+cuda12.9", "rc": 0, "start": "2026-02-07 06:42:58.971723" } STDOUT: Last metadata expiration check: 0:01:55 ago on Sat 07 Feb 2026 06:41:04 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:418 Saturday 07 February 2026 06:42:59 -0500 (0:00:02.224) 0:01:52.559 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:426 Saturday 07 February 2026 06:42:59 -0500 (0:00:00.018) 0:01:52.578 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:434 Saturday 07 February 2026 06:42:59 -0500 (0:00:00.017) 0:01:52.595 ***** changed: [managed-node1] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: ucx-rdmacm-1.19.1-2.el9.x86_64", "Installed: rdma-core-devel-61.0-2.el9.x86_64", "Installed: libibumad-61.0-2.el9.x86_64", "Installed: librdmacm-61.0-2.el9.x86_64", "Installed: ucx-1.19.1-2.el9.x86_64", "Installed: rdma-core-61.0-2.el9.x86_64", "Installed: librdmacm-utils-61.0-2.el9.x86_64", "Installed: python3-pyasn1-0.4.8-6.el9.noarch", "Installed: libibverbs-61.0-2.el9.x86_64", "Installed: azure-vm-utils-0.7.0-1.el9.x86_64", "Installed: infiniband-diags-61.0-2.el9.x86_64", "Installed: libibverbs-utils-61.0-2.el9.x86_64", "Installed: pciutils-3.7.0-7.el9.x86_64", "Installed: ucx-ib-1.19.1-2.el9.x86_64", "Installed: pciutils-devel-3.7.0-7.el9.x86_64", "Installed: WALinuxAgent-2.14.0.1-3.el9.noarch", "Installed: perftest-25.10.0.0.128-3.el9.x86_64", "Installed: WALinuxAgent-udev-2.14.0.1-3.el9.noarch" ] } lsrpackages: WALinuxAgent 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:444 Saturday 07 February 2026 06:43:04 -0500 (0:00:04.584) 0:01:57.179 ***** Notification for handler Restart waagent has been saved. changed: [managed-node1] => { "backup": "/etc/waagent.conf.54190.2026-02-07@06:43:04~", "changed": true } MSG: line added TASK [fedora.linux_system_roles.hpc : Install common OpenMPI packages] ********* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:453 Saturday 07 February 2026 06:43:04 -0500 (0:00:00.499) 0:01:57.678 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:462 Saturday 07 February 2026 06:43:04 -0500 (0:00:00.019) 0:01:57.698 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:474 Saturday 07 February 2026 06:43:04 -0500 (0:00:00.019) 0:01:57.718 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:484 Saturday 07 February 2026 06:43:04 -0500 (0:00:00.018) 0:01:57.736 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:490 Saturday 07 February 2026 06:43:04 -0500 (0:00:00.017) 0:01:57.754 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:500 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.018) 0:01:57.773 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:508 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.019) 0:01:57.792 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:513 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.017) 0:01:57.809 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:526 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.020) 0:01:57.829 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:535 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.017) 0:01:57.847 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:554 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.017) 0:01:57.865 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:559 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.019) 0:01:57.884 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:567 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.018) 0:01:57.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 : Remove extracted tarball] **************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:577 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.017) 0:01:57.920 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:583 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.019) 0:01:57.939 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:591 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.017) 0:01:57.957 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:598 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.018) 0:01:57.975 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:612 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.020) 0:01:57.995 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:619 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.018) 0:01:58.014 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:628 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.017) 0:01:58.032 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:641 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.020) 0:01:58.052 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:650 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.017) 0:01:58.069 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:656 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.017) 0:01:58.087 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:664 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.019) 0:01:58.106 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:673 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.019) 0:01:58.126 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:683 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.018) 0:01:58.145 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:691 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.046) 0:01:58.191 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:696 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.020) 0:01:58.212 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:714 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.020) 0:01:58.232 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:720 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.020) 0:01:58.252 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:731 Saturday 07 February 2026 06:43:05 -0500 (0:00:00.019) 0:01:58.272 ***** ok: [managed-node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: moby-cli-29.1.4-1.el9 moby-engine-29.1.4-1.el9 TASK [fedora.linux_system_roles.hpc : Enable and start Docker service] ********* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:740 Saturday 07 February 2026 06:43:06 -0500 (0:00:01.467) 0:01:59.739 ***** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "docker", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:container_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-02-07 06:40:09 EST", "ActiveEnterTimestampMonotonic": "751197442", "ActiveExitTimestamp": "Sat 2026-02-07 06:40:08 EST", "ActiveExitTimestampMonotonic": "749854380", "ActiveState": "active", "After": "system.slice sysinit.target containerd.service network-online.target basic.target docker.socket systemd-journald.socket firewalld.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-02-07 06:40:09 EST", "AssertTimestampMonotonic": "750753597", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "438782000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-02-07 06:40:09 EST", "ConditionTimestampMonotonic": "750753594", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ConsistsOf": "docker.socket", "ControlGroup": "/system.slice/docker.service", "ControlGroupId": "6200", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "yes", "DelegateControllers": "cpu cpuacct cpuset io blkio memory devices pids bpf-firewall bpf-devices bpf-foreign bpf-socket-bind bpf-restrict-network-interfaces", "Description": "Docker Application Container Engine", "DevicePolicy": "auto", "Documentation": "https://docs.docker.com", "DynamicUser": "no", "EffectiveCPUs": "0-1", "EffectiveMemoryNodes": "0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "26489", "ExecMainStartTimestamp": "Sat 2026-02-07 06:40:09 EST", "ExecMainStartTimestampMonotonic": "750754830", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -s HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/dockerd ; argv[]=/usr/bin/dockerd -H fd:// --containerd /var/run/containerd/containerd.sock ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/dockerd ; argv[]=/usr/bin/dockerd -H fd:// --containerd /var/run/containerd/containerd.sock ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/docker.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "docker.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2026-02-07 06:40:09 EST", "InactiveEnterTimestampMonotonic": "750741557", "InactiveExitTimestamp": "Sat 2026-02-07 06:40:09 EST", "InactiveExitTimestampMonotonic": "750755175", "InvocationID": "bf83cfb589ce43e3aacd38e00cacd55c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13684", "LimitSIGPENDINGSoft": "13684", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "26489", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "36052992", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "38670336", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "docker.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "continue", "OOMScoreAdjust": "-500", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "containerd.service system.slice docker.socket sysinit.target", "Restart": "always", "RestartKillSignal": "15", "RestartUSec": "2s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "1min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2026-02-07 06:40:09 EST", "StateChangeTimestampMonotonic": "751197442", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "9", "TasksMax": "infinity", "TimeoutAbortUSec": "infinity", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "infinity", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "infinity", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "docker.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.hpc : Prevent update of Docker packages] ******* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:746 Saturday 07 February 2026 06:43:07 -0500 (0:00:00.492) 0:02:00.232 ***** changed: [managed-node1] => (item=moby-engine-29.1.4-1.el9) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "moby-engine-29.1.4-1.el9" ], "delta": "0:00:00.767071", "end": "2026-02-07 06:43:08.517609", "item": "moby-engine-29.1.4-1.el9", "rc": 0, "start": "2026-02-07 06:43:07.750538" } STDOUT: Last metadata expiration check: 0:02:04 ago on Sat 07 Feb 2026 06:41:04 AM EST. Adding versionlock on: moby-engine-0:29.1.4-1.el9.* changed: [managed-node1] => (item=moby-cli-29.1.4-1.el9) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "moby-cli-29.1.4-1.el9" ], "delta": "0:00:00.764472", "end": "2026-02-07 06:43:09.601114", "item": "moby-cli-29.1.4-1.el9", "rc": 0, "start": "2026-02-07 06:43:08.836642" } STDOUT: Last metadata expiration check: 0:02:05 ago on Sat 07 Feb 2026 06:41:04 AM EST. Adding versionlock on: moby-cli-0:29.1.4-1.el9.* TASK [fedora.linux_system_roles.hpc : Install NVIDIA Container Toolkit] ******** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:757 Saturday 07 February 2026 06:43:09 -0500 (0:00:02.190) 0:02:02.423 ***** ok: [managed-node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: nvidia-container-toolkit TASK [fedora.linux_system_roles.hpc : Check if NVIDIA runtime is configured in Docker daemon] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:765 Saturday 07 February 2026 06:43:10 -0500 (0:00:01.084) 0:02:03.507 ***** ok: [managed-node1] => { "changed": false, "examined": 1, "files": [ { "atime": 1770464408.769688, "ctime": 1770463921.1384726, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 390070466, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1770463921.1384726, "nlink": 1, "path": "/etc/docker/daemon.json", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 128, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1, "skipped_paths": {} } MSG: All paths examined TASK [fedora.linux_system_roles.hpc : Configure NVIDIA Container Toolkit for Docker runtime] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:773 Saturday 07 February 2026 06:43:11 -0500 (0:00:00.432) 0:02:03.940 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "docker_nvidia_runtime_check.matched == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Ensure containerd config directory exists] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:779 Saturday 07 February 2026 06:43:11 -0500 (0:00:00.019) 0:02:03.959 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containerd", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 85, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.hpc : Generate default containerd config] ****** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:787 Saturday 07 February 2026 06:43:11 -0500 (0:00:00.434) 0:02:04.394 ***** ok: [managed-node1] => { "changed": false, "cmd": "containerd config default > /etc/containerd/config.toml", "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/containerd/config.toml exists MSG: Did not run command since '/etc/containerd/config.toml' exists TASK [fedora.linux_system_roles.hpc : Enable SystemdCgroup in containerd config] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:792 Saturday 07 February 2026 06:43:11 -0500 (0:00:00.342) 0:02:04.736 ***** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.hpc : Check if NVIDIA Container Toolkit drop-in file exists] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:799 Saturday 07 February 2026 06:43:12 -0500 (0:00:00.346) 0:02:05.083 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770464408.5756886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "08b57f85a6d3cc2df03b37c44f46fbae01bdb4c2", "ctime": 1770463923.460482, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 448790722, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1770463923.460482, "nlink": 1, "path": "/etc/containerd/conf.d/99-nvidia.toml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3062, "uid": 0, "version": "3867826134", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.hpc : Check if containerd config has drop-in imports] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:804 Saturday 07 February 2026 06:43:12 -0500 (0:00:00.353) 0:02:05.436 ***** ok: [managed-node1] => { "changed": false, "examined": 3, "files": [ { "atime": 1770464408.5756886, "ctime": 1770463923.460482, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 415236294, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1770463923.460482, "nlink": 1, "path": "/etc/containerd/config.toml", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 8016, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1, "skipped_paths": {} } MSG: All paths examined TASK [fedora.linux_system_roles.hpc : Configure NVIDIA Container Toolkit for containerd runtime] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:811 Saturday 07 February 2026 06:43:13 -0500 (0:00:00.346) 0:02:05.782 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not nvidia_containerd_dropin.stat.exists or containerd_imports_check.matched == 0", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:820 Saturday 07 February 2026 06:43:13 -0500 (0:00:00.021) 0:02:05.803 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:828 Saturday 07 February 2026 06:43:13 -0500 (0:00:00.603) 0:02:06.407 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:837 Saturday 07 February 2026 06:43:14 -0500 (0:00:00.614) 0:02:07.021 ***** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.hpc : Check if sunrpc module is loaded] ******** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:847 Saturday 07 February 2026 06:43:14 -0500 (0:00:00.345) 0:02:07.367 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "lsmod" ], "delta": "0:00:00.005342", "end": "2026-02-07 06:43:14.892007", "rc": 0, "start": "2026-02-07 06:43:14.886665" } STDOUT: Module Size Used by dm_mod 249856 7 xt_conntrack 12288 1 xt_MASQUERADE 16384 1 bridge 421888 0 stp 12288 1 bridge llc 16384 2 bridge,stp xt_set 24576 0 ip_set 69632 1 xt_set nft_counter 12288 19 nft_chain_nat 12288 5 nf_nat 65536 2 nft_chain_nat,xt_MASQUERADE nf_conntrack 225280 3 xt_conntrack,nf_nat,xt_MASQUERADE nf_defrag_ipv6 24576 1 nf_conntrack nf_defrag_ipv4 12288 1 nf_conntrack xt_addrtype 12288 4 nft_compat 24576 6 nf_tables 356352 39 nft_compat,nft_counter,nft_chain_nat nfnetlink 20480 4 nft_compat,nf_tables,ip_set overlay 237568 0 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 rapl 24576 0 cirrus_qemu 16384 0 drm_client_lib 16384 1 cirrus_qemu drm_shmem_helper 36864 2 cirrus_qemu i2c_piix4 36864 0 drm_kms_helper 270336 3 cirrus_qemu,drm_shmem_helper,drm_client_lib 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 4 nf_conntrack,nf_nat,nf_tables,xfs ata_generic 12288 0 crct10dif_pclmul 12288 1 ata_piix 45056 0 crc32_pclmul 12288 0 crc32c_intel 24576 1 libata 516096 2 ata_piix,ata_generic xen_blkfront 57344 2 xen_netfront 53248 1 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:852 Saturday 07 February 2026 06:43:14 -0500 (0:00:00.343) 0:02:07.710 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:857 Saturday 07 February 2026 06:43:14 -0500 (0:00:00.021) 0:02:07.732 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:866 Saturday 07 February 2026 06:43:15 -0500 (0:00:00.609) 0:02:08.342 ***** 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": 61, "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:883 Saturday 07 February 2026 06:43:17 -0500 (0:00:01.652) 0:02:09.995 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770463928.8795037, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1770463930.943512, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 599785666, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1770463930.943512, "nlink": 2, "path": "/opt/hpc/azure/topology", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 112, "uid": 0, "version": "2088759861", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:891 Saturday 07 February 2026 06:43:17 -0500 (0:00:00.346) 0:02:10.341 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:899 Saturday 07 February 2026 06:43:17 -0500 (0:00:00.019) 0:02:10.361 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:907 Saturday 07 February 2026 06:43:17 -0500 (0:00:00.020) 0:02:10.381 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:915 Saturday 07 February 2026 06:43:17 -0500 (0:00:00.018) 0:02:10.400 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:923 Saturday 07 February 2026 06:43:17 -0500 (0:00:00.018) 0:02:10.419 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:931 Saturday 07 February 2026 06:43:17 -0500 (0:00:00.019) 0:02:10.438 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:936 Saturday 07 February 2026 06:43:17 -0500 (0:00:00.018) 0:02:10.457 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:944 Saturday 07 February 2026 06:43:17 -0500 (0:00:00.018) 0:02:10.475 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:958 Saturday 07 February 2026 06:43:18 -0500 (0:00:01.089) 0:02:11.564 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:966 Saturday 07 February 2026 06:43:18 -0500 (0:00:00.047) 0:02:11.612 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:974 Saturday 07 February 2026 06:43:18 -0500 (0:00:00.019) 0:02:11.631 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:979 Saturday 07 February 2026 06:43:18 -0500 (0:00:00.018) 0:02:11.650 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:988 Saturday 07 February 2026 06:43:18 -0500 (0:00:00.019) 0:02:11.670 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:994 Saturday 07 February 2026 06:43:18 -0500 (0:00:00.017) 0:02:11.688 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:999 Saturday 07 February 2026 06:43:18 -0500 (0:00:00.017) 0:02:11.705 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1007 Saturday 07 February 2026 06:43:18 -0500 (0:00:00.019) 0:02:11.724 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1017 Saturday 07 February 2026 06:43:18 -0500 (0:00:00.016) 0:02:11.741 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1025 Saturday 07 February 2026 06:43:18 -0500 (0:00:00.017) 0:02:11.759 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1034 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.018) 0:02:11.777 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1050 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.017) 0:02:11.795 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1058 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.017) 0:02:11.813 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1065 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.018) 0:02:11.831 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1072 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.017) 0:02:11.849 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1082 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.017) 0:02:11.866 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770464443.9396014, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 40, "charset": "binary", "checksum": "80a963a887f9dd703b76f5dd36a23e848e13e587", "ctime": 1770463941.6315513, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 545259714, "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": 1770463941.2815504, "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": "1571691526", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1090 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.344) 0:02:12.210 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1096 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.019) 0:02:12.230 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1103 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.018) 0:02:12.249 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1108 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.020) 0:02:12.270 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1117 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.017) 0:02:12.287 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1125 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.017) 0:02:12.305 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "docker", "images", "-q", "mcr.microsoft.com/aznhc/aznhc-nv:latest" ], "delta": "0:00:00.114457", "end": "2026-02-07 06:43:19.937358", "failed_when_result": false, "rc": 0, "start": "2026-02-07 06:43:19.822901" } STDOUT: 13b54515b03d TASK [fedora.linux_system_roles.hpc : Check if azurehpc-health-checks directory exists] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1131 Saturday 07 February 2026 06:43:19 -0500 (0:00:00.452) 0:02:12.757 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770463946.9945648, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1770463947.0025647, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 281018564, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1770463946.9945648, "nlink": 11, "path": "/opt/hpc/azure/tests/azurehpc-health-checks", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 0, "version": "905486923", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.hpc : Determine if installation is complete] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1136 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.345) 0:02:13.103 ***** ok: [managed-node1] => { "ansible_facts": { "__hpc_aznhc_installed": true }, "changed": false } TASK [fedora.linux_system_roles.hpc : Check for existing installation] ********* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1140 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.024) 0:02:13.127 ***** ok: [managed-node1] => {} MSG: azurehpc-health-checks found. Checking for updates and ensuring latest version... TASK [fedora.linux_system_roles.hpc : Determine if files need to be extracted] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1145 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.042) 0:02:13.170 ***** ok: [managed-node1] => { "ansible_facts": { "__hpc_aznhc_need_extract": false }, "changed": false } TASK [fedora.linux_system_roles.hpc : Get /var free space] ********************* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1156 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.021) 0:02:13.192 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_docker_image.stdout == ''", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1161 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.019) 0:02:13.211 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_docker_image.stdout == ''", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1174 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.019) 0:02:13.230 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_docker_image.stdout == ''", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Skip space check when image already exists] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1179 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.017) 0:02:13.248 ***** ok: [managed-node1] => { "ansible_facts": { "__hpc_skip_healthcheck": false }, "changed": false } TASK [fedora.linux_system_roles.hpc : Download and extract azurehpc-health-checks] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1187 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.021) 0:02:13.270 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1192 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.040) 0:02:13.310 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1198 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.037) 0:02:13.348 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Create azurehpc-health-checks directory] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1204 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.036) 0:02:13.384 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Copy extracted files for azurehpc-health-checks] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1210 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.100) 0:02:13.485 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install dos2unix if not present] ********* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1217 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.038) 0:02:13.524 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Find config files in triggerGHR/config] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1223 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.036) 0:02:13.560 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Convert config files from DOS to Unix format] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1229 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.047) 0:02:13.607 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Make triggerGHR.sh executable] *********** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1235 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.037) 0:02:13.645 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Make pull-image-mcr.sh executable] ******* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1240 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.037) 0:02:13.682 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Configure NCCL allreduce check for nd96isr_h200_v5] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1245 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.040) 0:02:13.723 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Configure NCCL allreduce check for nd96isr_h100_v5] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1251 Saturday 07 February 2026 06:43:20 -0500 (0:00:00.037) 0:02:13.760 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Clean up temporary extraction directory] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1257 Saturday 07 February 2026 06:43:21 -0500 (0:00:00.036) 0:02:13.796 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__hpc_aznhc_need_extract | bool and not __hpc_skip_healthcheck | bool", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1263 Saturday 07 February 2026 06:43:21 -0500 (0:00:00.041) 0:02:13.838 ***** changed: [managed-node1] => { "changed": true, "cmd": [ "./dockerfile/pull-image-mcr.sh", "cuda" ], "delta": "0:00:00.377335", "end": "2026-02-07 06:43:21.752139", "rc": 0, "start": "2026-02-07 06:43:21.374804" } STDOUT: Using default tag: latest latest: Pulling from aznhc/aznhc-nv Digest: sha256:13b54515b03de1787bedb992b6af236f707c7a1f922326a65db47879fc9c4216 Status: Image is up to date for mcr.microsoft.com/aznhc/aznhc-nv:latest mcr.microsoft.com/aznhc/aznhc-nv:latest TASK [fedora.linux_system_roles.hpc : Clean dnf cache] ************************* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:1270 Saturday 07 February 2026 06:43:21 -0500 (0:00:00.733) 0:02:14.571 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "dnf", "clean", "all" ], "delta": "0:00:00.219101", "end": "2026-02-07 06:43:22.311819", "rc": 0, "start": "2026-02-07 06:43:22.092718" } STDOUT: 59 files removed TASK [Assert current LV size of {{ item }}] ************************************ task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:93 Saturday 07 February 2026 06:43:22 -0500 (0:00:00.571) 0:02:15.142 ***** 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.030982", "end": "2026-02-07 06:43:22.695836", "failed_when_result": false, "item": "rootlv", "rc": 0, "start": "2026-02-07 06:43:22.664854" } 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.029889", "end": "2026-02-07 06:43:23.076803", "failed_when_result": false, "item": "usrlv", "rc": 0, "start": "2026-02-07 06:43:23.046914" } STDOUT: 2.00 TASK [Flush handlers] ********************************************************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:104 Saturday 07 February 2026 06:43:23 -0500 (0:00:00.756) 0:02:15.898 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/handlers/main.yml:6 Saturday 07 February 2026 06:43:23 -0500 (0:00:00.006) 0:02:15.905 ***** changed: [managed-node1] => { "changed": true, "name": "waagent", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target basic.target systemd-journald.socket sysinit.target azure.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Azure Linux Agent", "DevicePolicy": "auto", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/python3 ; argv[]=/usr/bin/python3 -u /usr/sbin/waagent -daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/python3 ; argv[]=/usr/bin/python3 -u /usr/sbin/waagent -daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/waagent.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "waagent.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13684", "LimitNPROCSoft": "13684", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13684", "LimitSIGPENDINGSoft": "13684", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "18446744073709551615", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "waagent.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target azure.slice", "Restart": "always", "RestartKillSignal": "15", "RestartUSec": "5s", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "azure.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21895", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target sshd-keygen.service sshd.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Print 90-hpc-limits.conf file] ******************************************* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:108 Saturday 07 February 2026 06:43:23 -0500 (0:00:00.502) 0:02:16.407 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/security/limits.d/90-hpc-limits.conf" ], "delta": "0:00:00.003387", "end": "2026-02-07 06:43:23.928838", "rc": 0, "start": "2026-02-07 06:43:23.925451" } STDOUT: # # Ansible managed # # system_role:hpc * hard memlock unlimited * soft memlock unlimited * hard nofile 65535 * soft nofile 65535 * hard stack unlimited * soft stack unlimited TASK [Verify limits in 90-hpc-limits.conf] ************************************* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:113 Saturday 07 February 2026 06:43:23 -0500 (0:00:00.339) 0:02:16.747 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify sysctl settings set from templates] ******************************* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:135 Saturday 07 February 2026 06:43:24 -0500 (0:00:00.027) 0:02:16.774 ***** ok: [managed-node1] => (item={'setting': 'vm.zone_reclaim_mode', 'value': 1}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "sysctl", "-n", "vm.zone_reclaim_mode" ], "delta": "0:00:00.003358", "end": "2026-02-07 06:43:24.296921", "failed_when_result": false, "item": { "setting": "vm.zone_reclaim_mode", "value": 1 }, "rc": 0, "start": "2026-02-07 06:43:24.293563" } STDOUT: 1 ok: [managed-node1] => (item={'setting': 'net.ipv4.neigh.default.gc_thresh1', 'value': 4096}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "sysctl", "-n", "net.ipv4.neigh.default.gc_thresh1" ], "delta": "0:00:00.003278", "end": "2026-02-07 06:43:24.636472", "failed_when_result": false, "item": { "setting": "net.ipv4.neigh.default.gc_thresh1", "value": 4096 }, "rc": 0, "start": "2026-02-07 06:43:24.633194" } STDOUT: 4096 ok: [managed-node1] => (item={'setting': 'net.ipv4.neigh.default.gc_thresh2', 'value': 8192}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "sysctl", "-n", "net.ipv4.neigh.default.gc_thresh2" ], "delta": "0:00:01.004278", "end": "2026-02-07 06:43:25.959910", "failed_when_result": false, "item": { "setting": "net.ipv4.neigh.default.gc_thresh2", "value": 8192 }, "rc": 0, "start": "2026-02-07 06:43:24.955632" } STDOUT: 8192 ok: [managed-node1] => (item={'setting': 'net.ipv4.neigh.default.gc_thresh3', 'value': 16384}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "sysctl", "-n", "net.ipv4.neigh.default.gc_thresh3" ], "delta": "0:00:00.003599", "end": "2026-02-07 06:43:26.284391", "failed_when_result": false, "item": { "setting": "net.ipv4.neigh.default.gc_thresh3", "value": 16384 }, "rc": 0, "start": "2026-02-07 06:43:26.280792" } STDOUT: 16384 ok: [managed-node1] => (item={'setting': 'sunrpc.tcp_max_slot_table_entries', 'value': 128}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "sysctl", "-n", "sunrpc.tcp_max_slot_table_entries" ], "delta": "0:00:00.003211", "end": "2026-02-07 06:43:26.606877", "failed_when_result": false, "item": { "setting": "sunrpc.tcp_max_slot_table_entries", "value": 128 }, "rc": 0, "start": "2026-02-07 06:43:26.603666" } STDOUT: 128 TASK [Remove both of the LVM logical volumes in 'foo' created above] *********** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:153 Saturday 07 February 2026 06:43:26 -0500 (0:00:02.656) 0:02:19.431 ***** included: fedora.linux_system_roles.storage for managed-node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Saturday 07 February 2026 06:43:26 -0500 (0:00:00.123) 0:02:19.554 ***** included: /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Saturday 07 February 2026 06:43:26 -0500 (0:00:00.030) 0:02:19.585 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Saturday 07 February 2026 06:43:26 -0500 (0:00:00.049) 0:02:19.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-0aJ/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-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Saturday 07 February 2026 06:43:26 -0500 (0:00:00.062) 0:02:19.697 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Saturday 07 February 2026 06:43:26 -0500 (0:00:00.023) 0:02:19.720 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Saturday 07 February 2026 06:43:26 -0500 (0:00:00.024) 0:02:19.744 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Saturday 07 February 2026 06:43:27 -0500 (0:00:00.020) 0:02:19.764 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Saturday 07 February 2026 06:43:27 -0500 (0:00:00.020) 0:02:19.785 ***** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Saturday 07 February 2026 06:43:27 -0500 (0:00:00.077) 0:02:19.862 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Saturday 07 February 2026 06:43:45 -0500 (0:00:18.139) 0:02:38.002 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Saturday 07 February 2026 06:43:45 -0500 (0:00:00.046) 0:02:38.049 ***** ok: [managed-node1] => { "storage_volumes | d([])": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Saturday 07 February 2026 06:43:45 -0500 (0:00:00.039) 0:02:38.089 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:32 Saturday 07 February 2026 06:43:46 -0500 (0:00:01.219) 0:02:39.309 ***** included: /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Saturday 07 February 2026 06:43:46 -0500 (0:00:00.039) 0:02:39.348 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Saturday 07 February 2026 06:43:46 -0500 (0:00:00.036) 0:02:39.384 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Saturday 07 February 2026 06:43:46 -0500 (0:00:00.039) 0:02:39.423 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:38 Saturday 07 February 2026 06:43:46 -0500 (0:00:00.035) 0:02:39.459 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 Saturday 07 February 2026 06:43:47 -0500 (0:00:01.096) 0:02:40.556 ***** 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" }, "azure-ephemeral-disk-setup.service": { "name": "azure-ephemeral-disk-setup.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "containerd.service": { "name": "containerd.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "docker.service": { "name": "docker.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "stopped", "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" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ipset.service": { "name": "ipset.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "nvidia-cdi-refresh.service": { "name": "nvidia-cdi-refresh.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "polkit.service": { "name": "polkit.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" }, "waagent.service": { "name": "waagent.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58 Saturday 07 February 2026 06:43:49 -0500 (0:00:01.790) 0:02:42.346 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 Saturday 07 February 2026 06:43:49 -0500 (0:00:00.057) 0:02:42.404 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Saturday 07 February 2026 06:43:49 -0500 (0:00:00.017) 0:02:42.422 ***** 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/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:85 Saturday 07 February 2026 06:43:52 -0500 (0:00:02.346) 0:02:44.769 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:92 Saturday 07 February 2026 06:43:52 -0500 (0:00:00.042) 0:02:44.811 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770464525.3799102, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b8bb8965ce51a4a5a16484e9cc826a7dd864267a", "ctime": 1770464525.3769104, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 50339182, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1770464525.3769104, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1515, "uid": 0, "version": "3570277514", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:97 Saturday 07 February 2026 06:43:52 -0500 (0:00:00.352) 0:02:45.164 ***** ok: [managed-node1] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:115 Saturday 07 February 2026 06:43:52 -0500 (0:00:00.344) 0:02:45.508 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121 Saturday 07 February 2026 06:43:52 -0500 (0:00:00.018) 0:02:45.527 ***** 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/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Saturday 07 February 2026 06:43:52 -0500 (0:00:00.026) 0:02:45.554 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:134 Saturday 07 February 2026 06:43:52 -0500 (0:00:00.025) 0:02:45.579 ***** ok: [managed-node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:150 Saturday 07 February 2026 06:43:52 -0500 (0:00:00.022) 0:02:45.601 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161 Saturday 07 February 2026 06:43:53 -0500 (0:00:00.696) 0:02:46.298 ***** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:166 Saturday 07 February 2026 06:43:54 -0500 (0:00:00.688) 0:02:46.986 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Saturday 07 February 2026 06:43:54 -0500 (0:00:00.045) 0:02:47.032 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:189 Saturday 07 February 2026 06:43:54 -0500 (0:00:00.039) 0:02:47.071 ***** 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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:197 Saturday 07 February 2026 06:43:54 -0500 (0:00:00.677) 0:02:47.748 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770463841.1971064, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1770276900.38, "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": 1770276547.526, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "2271804512", "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-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:202 Saturday 07 February 2026 06:43:55 -0500 (0:00:00.345) 0:02:48.094 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:224 Saturday 07 February 2026 06:43:55 -0500 (0:00:00.017) 0:02:48.112 ***** ok: [managed-node1] TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:170 Saturday 07 February 2026 06:43:56 -0500 (0:00:00.898) 0:02:49.010 ***** included: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml for managed-node1 TASK [Check if versionlock entries exist] ************************************** task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:3 Saturday 07 February 2026 06:43:56 -0500 (0:00:00.073) 0:02:49.084 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1770464590.5812516, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "344f429d4539f8b2bbafea3b837bdd84be170710", "ctime": 1770464589.564248, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9140424, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1770464589.564248, "nlink": 1, "path": "/etc/dnf/plugins/versionlock.list", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 898, "uid": 0, "version": "644190392", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Clear dnf versionlock entries] ******************************************* task path: /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tasks/cleanup.yml:8 Saturday 07 February 2026 06:43:56 -0500 (0:00:00.350) 0:02:49.434 ***** changed: [managed-node1] => { "changed": true, "cmd": [ "dnf", "versionlock", "clear" ], "delta": "0:00:00.679812", "end": "2026-02-07 06:43:57.634744", "rc": 0, "start": "2026-02-07 06:43:56.954932" } STDOUT: Last metadata expiration check: 0:00:14 ago on Sat 07 Feb 2026 06:43:43 AM EST. PLAY RECAP ********************************************************************* managed-node1 : ok=144 changed=16 unreachable=0 failed=0 skipped=143 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 07 February 2026 06:43:57 -0500 (0:00:01.012) 0:02:50.446 ***** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 44.78s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.hpc : Install NVIDIA NCCL -------------------- 20.14s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:398 fedora.linux_system_roles.storage : Make sure blivet is available ------ 18.14s /tmp/collections-0aJ/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.52s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:286 fedora.linux_system_roles.hpc : Install RDMA packages ------------------- 4.58s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:434 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.13s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 Verify sysctl settings set from templates ------------------------------- 2.66s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_skip_toolkit.yml:135 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 2.35s /tmp/collections-0aJ/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.22s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:407 fedora.linux_system_roles.hpc : Prevent update of Docker packages ------- 2.19s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:746 fedora.linux_system_roles.storage : Get service facts ------------------- 1.88s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.storage : Get service facts ------------------- 1.80s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:52 fedora.linux_system_roles.storage : Get service facts ------------------- 1.79s /tmp/collections-0aJ/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-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:866 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.60s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:70 fedora.linux_system_roles.hpc : Deploy GPG keys for repositories -------- 1.54s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:47 fedora.linux_system_roles.hpc : Install Docker packages ----------------- 1.47s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:731 fedora.linux_system_roles.storage : Get required packages --------------- 1.24s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.hpc : Install EPEL release package ------------ 1.23s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:57 fedora.linux_system_roles.storage : Get required packages --------------- 1.22s /tmp/collections-0aJ/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19