ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmpq6mp_rlx
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_raid_volume_options.yml ****************************************
1 plays in /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:2
Wednesday 06 July 2022  16:25:27 +0000 (0:00:00.013)       0:00:00.013 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [include_role : linux-system-roles.storage] *******************************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:10
Wednesday 06 July 2022  16:25:28 +0000 (0:00:01.320)       0:00:01.333 ******** 

TASK [linux-system-roles.storage : set platform/version specific variables] ****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2
Wednesday 06 July 2022  16:25:28 +0000 (0:00:00.033)       0:00:01.367 ******** 
included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.storage : Ensure ansible_facts used by role] **********
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2
Wednesday 06 July 2022  16:25:28 +0000 (0:00:00.031)       0:00:01.399 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [linux-system-roles.storage : Set platform/version specific variables] ****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8
Wednesday 06 July 2022  16:25:28 +0000 (0:00:00.538)       0:00:01.938 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}

TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5
Wednesday 06 July 2022  16:25:29 +0000 (0:00:00.066)       0:00:02.005 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9
Wednesday 06 July 2022  16:25:29 +0000 (0:00:00.029)       0:00:02.034 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : include the appropriate provider tasks] *****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13
Wednesday 06 July 2022  16:25:29 +0000 (0:00:00.030)       0:00:02.064 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2
Wednesday 06 July 2022  16:25:29 +0000 (0:00:00.044)       0:00:02.108 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure blivet is available] **************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7
Wednesday 06 July 2022  16:25:29 +0000 (0:00:00.018)       0:00:02.127 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.storage : show storage_pools] *************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14
Wednesday 06 July 2022  16:25:30 +0000 (0:00:01.282)       0:00:03.410 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [linux-system-roles.storage : show storage_volumes] ***********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19
Wednesday 06 July 2022  16:25:30 +0000 (0:00:00.031)       0:00:03.442 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [linux-system-roles.storage : get required packages] **********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24
Wednesday 06 July 2022  16:25:30 +0000 (0:00:00.030)       0:00:03.472 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [linux-system-roles.storage : enable copr repositories if needed] *********
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37
Wednesday 06 July 2022  16:25:31 +0000 (0:00:00.703)       0:00:04.176 ******** 
included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.storage : check if the COPR support packages should be installed] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2
Wednesday 06 July 2022  16:25:31 +0000 (0:00:00.042)       0:00:04.218 ******** 

TASK [linux-system-roles.storage : make sure COPR support packages are present] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13
Wednesday 06 July 2022  16:25:31 +0000 (0:00:00.031)       0:00:04.250 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : enable COPRs] *******************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:18
Wednesday 06 July 2022  16:25:31 +0000 (0:00:00.035)       0:00:04.285 ******** 

TASK [linux-system-roles.storage : make sure required packages are installed] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44
Wednesday 06 July 2022  16:25:31 +0000 (0:00:00.034)       0:00:04.320 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [linux-system-roles.storage : get service facts] **************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51
Wednesday 06 July 2022  16:25:32 +0000 (0:00:00.826)       0:00:05.146 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "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"
            },
            "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.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-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"
            },
            "cockpit-motd.service": {
                "name": "cockpit-motd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-http.service": {
                "name": "cockpit-wsinstance-http.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-https-factory@.service": {
                "name": "cockpit-wsinstance-https-factory@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit-wsinstance-https@.service": {
                "name": "cockpit-wsinstance-https@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit.service": {
                "name": "cockpit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-broker.service": {
                "name": "dbus-broker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "active",
                "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"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "logrotate.service": {
                "name": "logrotate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "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@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"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "nm-priv-helper.service": {
                "name": "nm-priv-helper.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "packagekit-offline-update.service": {
                "name": "packagekit-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "packagekit.service": {
                "name": "packagekit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "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": "inactive",
                "status": "static"
            },
            "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": "inactive",
                "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"
            },
            "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"
            },
            "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"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-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-boot-check-no-failures.service": {
                "name": "systemd-boot-check-no-failures.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "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": "running",
                "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-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "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": "inactive",
                "status": "disabled"
            },
            "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-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"
            },
            "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 [linux-system-roles.storage : Set storage_cryptsetup_services] ************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58
Wednesday 06 July 2022  16:25:34 +0000 (0:00:01.892)       0:00:07.038 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] *******
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.081)       0:00:07.120 ******** 

TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.023)       0:00:07.144 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.566)       0:00:07.710 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] *****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.038)       0:00:07.748 ******** 

TASK [linux-system-roles.storage : show blivet_output] *************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.021)       0:00:07.770 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [],
        "changed": false,
        "crypts": [],
        "failed": false,
        "leaves": [],
        "mounts": [],
        "packages": [],
        "pools": [],
        "volumes": []
    }
}

TASK [linux-system-roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.041)       0:00:07.811 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.037)       0:00:07.849 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : remove obsolete mounts] *********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.036)       0:00:07.885 ******** 

TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.032)       0:00:07.917 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : set up new/current mounts] ******************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.020)       0:00:07.938 ******** 

TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163
Wednesday 06 July 2022  16:25:34 +0000 (0:00:00.044)       0:00:07.983 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171
Wednesday 06 July 2022  16:25:35 +0000 (0:00:00.036)       0:00:08.019 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657114115.7373767,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1654524050.107,
        "dev": 64513,
        "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": 1654523851.529,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "610860986",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176
Wednesday 06 July 2022  16:25:35 +0000 (0:00:00.499)       0:00:08.519 ******** 

TASK [linux-system-roles.storage : Update facts] *******************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198
Wednesday 06 July 2022  16:25:35 +0000 (0:00:00.031)       0:00:08.551 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Mark tasks to be skipped] ************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:13
Wednesday 06 July 2022  16:25:36 +0000 (0:00:01.002)       0:00:09.553 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_skip_checks": [
            "blivet_available",
            "packages_installed",
            "service_facts"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:20
Wednesday 06 July 2022  16:25:36 +0000 (0:00:00.035)       0:00:09.588 ******** 
included: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml for /cache/centos-9.qcow2.snap

TASK [Find unused disks in the system] *****************************************
task path: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml:2
Wednesday 06 July 2022  16:25:36 +0000 (0:00:00.034)       0:00:09.623 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "disks": [
        "sda",
        "sdb",
        "sdc"
    ]
}

TASK [Set unused_disks if necessary] *******************************************
task path: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml:9
Wednesday 06 July 2022  16:25:37 +0000 (0:00:00.525)       0:00:10.149 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "unused_disks": [
            "sda",
            "sdb",
            "sdc"
        ]
    },
    "changed": false
}

TASK [Exit playbook when there's not enough unused disks in the system] ********
task path: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml:14
Wednesday 06 July 2022  16:25:37 +0000 (0:00:00.069)       0:00:10.218 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Print unused disks] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml:19
Wednesday 06 July 2022  16:25:37 +0000 (0:00:00.038)       0:00:10.256 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "unused_disks": [
        "sda",
        "sdb",
        "sdc"
    ]
}

TASK [Create a RAID0 device mounted on "/opt/test1"] ***************************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:25
Wednesday 06 July 2022  16:25:37 +0000 (0:00:00.036)       0:00:10.293 ******** 

TASK [linux-system-roles.storage : set platform/version specific variables] ****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2
Wednesday 06 July 2022  16:25:37 +0000 (0:00:00.042)       0:00:10.335 ******** 
included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.storage : Ensure ansible_facts used by role] **********
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2
Wednesday 06 July 2022  16:25:37 +0000 (0:00:00.061)       0:00:10.397 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [linux-system-roles.storage : Set platform/version specific variables] ****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8
Wednesday 06 July 2022  16:25:37 +0000 (0:00:00.531)       0:00:10.929 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}

TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5
Wednesday 06 July 2022  16:25:37 +0000 (0:00:00.067)       0:00:10.996 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.034)       0:00:11.031 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : include the appropriate provider tasks] *****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.033)       0:00:11.064 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.043)       0:00:11.107 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure blivet is available] **************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.021)       0:00:11.129 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : show storage_pools] *************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.026)       0:00:11.156 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [linux-system-roles.storage : show storage_volumes] ***********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.036)       0:00:11.193 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_volumes": [
        {
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "state": "present",
            "type": "raid"
        }
    ]
}

TASK [linux-system-roles.storage : get required packages] **********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.039)       0:00:11.232 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : enable copr repositories if needed] *********
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.029)       0:00:11.262 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure required packages are installed] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.028)       0:00:11.290 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : get service facts] **************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.026)       0:00:11.316 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.027)       0:00:11.344 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] *******
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.058)       0:00:11.402 ******** 

TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77
Wednesday 06 July 2022  16:25:38 +0000 (0:00:00.020)       0:00:11.422 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "actions": [
        {
            "action": "create format",
            "device": "/dev/sdc",
            "fs_type": "disklabel"
        },
        {
            "action": "create device",
            "device": "/dev/sdc1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/sdc1",
            "fs_type": "mdmember"
        },
        {
            "action": "create format",
            "device": "/dev/sdb",
            "fs_type": "disklabel"
        },
        {
            "action": "create device",
            "device": "/dev/sdb1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/sdb1",
            "fs_type": "mdmember"
        },
        {
            "action": "create format",
            "device": "/dev/sda",
            "fs_type": "disklabel"
        },
        {
            "action": "create device",
            "device": "/dev/sda1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/sda1",
            "fs_type": "mdmember"
        },
        {
            "action": "create device",
            "device": "/dev/md/test1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/md/test1",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf",
        "/dev/md/test1"
    ],
    "mounts": [
        {
            "dump": 0,
            "fstype": "xfs",
            "opts": "defaults",
            "passno": 0,
            "path": "/opt/test1",
            "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
            "state": "mounted"
        }
    ],
    "packages": [
        "xfsprogs",
        "mdadm",
        "e2fsprogs"
    ],
    "pools": [],
    "volumes": [
        {
            "_device": "/dev/md/test1",
            "_kernel_device": "/dev/md127",
            "_mount_id": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
            "_raw_device": "/dev/md/test1",
            "_raw_kernel_device": "/dev/md127",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": null,
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 0,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91
Wednesday 06 July 2022  16:25:46 +0000 (0:00:08.201)       0:00:19.624 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] *****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103
Wednesday 06 July 2022  16:25:46 +0000 (0:00:00.036)       0:00:19.660 ******** 

TASK [linux-system-roles.storage : show blivet_output] *************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109
Wednesday 06 July 2022  16:25:46 +0000 (0:00:00.019)       0:00:19.680 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [
            {
                "action": "create format",
                "device": "/dev/sdc",
                "fs_type": "disklabel"
            },
            {
                "action": "create device",
                "device": "/dev/sdc1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/sdc1",
                "fs_type": "mdmember"
            },
            {
                "action": "create format",
                "device": "/dev/sdb",
                "fs_type": "disklabel"
            },
            {
                "action": "create device",
                "device": "/dev/sdb1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/sdb1",
                "fs_type": "mdmember"
            },
            {
                "action": "create format",
                "device": "/dev/sda",
                "fs_type": "disklabel"
            },
            {
                "action": "create device",
                "device": "/dev/sda1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/sda1",
                "fs_type": "mdmember"
            },
            {
                "action": "create device",
                "device": "/dev/md/test1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/md/test1",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf",
            "/dev/md/test1"
        ],
        "mounts": [
            {
                "dump": 0,
                "fstype": "xfs",
                "opts": "defaults",
                "passno": 0,
                "path": "/opt/test1",
                "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
                "state": "mounted"
            }
        ],
        "packages": [
            "xfsprogs",
            "mdadm",
            "e2fsprogs"
        ],
        "pools": [],
        "volumes": [
            {
                "_device": "/dev/md/test1",
                "_kernel_device": "/dev/md127",
                "_mount_id": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
                "_raw_device": "/dev/md/test1",
                "_raw_kernel_device": "/dev/md127",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": null,
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 0,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    }
}

TASK [linux-system-roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114
Wednesday 06 July 2022  16:25:46 +0000 (0:00:00.065)       0:00:19.746 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118
Wednesday 06 July 2022  16:25:46 +0000 (0:00:00.033)       0:00:19.779 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": [
            {
                "_device": "/dev/md/test1",
                "_kernel_device": "/dev/md127",
                "_mount_id": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
                "_raw_device": "/dev/md/test1",
                "_raw_kernel_device": "/dev/md127",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": null,
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 0,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    },
    "changed": false
}

TASK [linux-system-roles.storage : remove obsolete mounts] *********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134
Wednesday 06 July 2022  16:25:46 +0000 (0:00:00.062)       0:00:19.842 ******** 

TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146
Wednesday 06 July 2022  16:25:46 +0000 (0:00:00.036)       0:00:19.878 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [linux-system-roles.storage : set up new/current mounts] ******************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151
Wednesday 06 July 2022  16:25:47 +0000 (0:00:00.980)       0:00:20.859 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [/cache/centos-9.qcow2.snap] => (item={'src': 'UUID=dca59df6-f913-46a4-907f-fec818f93641', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "opts": "defaults",
        "passno": 0,
        "path": "/opt/test1",
        "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641"
}

TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163
Wednesday 06 July 2022  16:25:48 +0000 (0:00:00.609)       0:00:21.468 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171
Wednesday 06 July 2022  16:25:49 +0000 (0:00:00.685)       0:00:22.154 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657114115.7373767,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1654524050.107,
        "dev": 64513,
        "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": 1654523851.529,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "610860986",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176
Wednesday 06 July 2022  16:25:49 +0000 (0:00:00.393)       0:00:22.548 ******** 

TASK [linux-system-roles.storage : Update facts] *******************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198
Wednesday 06 July 2022  16:25:49 +0000 (0:00:00.021)       0:00:22.570 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:40
Wednesday 06 July 2022  16:25:50 +0000 (0:00:00.977)       0:00:23.547 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap

TASK [Print out pool information] **********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1
Wednesday 06 July 2022  16:25:50 +0000 (0:00:00.041)       0:00:23.589 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6
Wednesday 06 July 2022  16:25:50 +0000 (0:00:00.036)       0:00:23.625 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_volumes_list": [
        {
            "_device": "/dev/md/test1",
            "_kernel_device": "/dev/md127",
            "_mount_id": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
            "_raw_device": "/dev/md/test1",
            "_raw_kernel_device": "/dev/md127",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": null,
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 0,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14
Wednesday 06 July 2022  16:25:50 +0000 (0:00:00.054)       0:00:23.679 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "info": {
        "/dev/md/test1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/md/test1",
            "size": "10G",
            "type": "raid1",
            "uuid": "dca59df6-f913-46a4-907f-fec818f93641"
        },
        "/dev/nvme0n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme0n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme1n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme1n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme2n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme2n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda": {
            "fstype": "",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sda1",
            "size": "10G",
            "type": "partition",
            "uuid": "dc7b597d-5928-be4c-e311-eddc654b1be7"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdb1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sdb1",
            "size": "10G",
            "type": "partition",
            "uuid": "dc7b597d-5928-be4c-e311-eddc654b1be7"
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sdc1",
            "size": "10G",
            "type": "partition",
            "uuid": "dc7b597d-5928-be4c-e311-eddc654b1be7"
        },
        "/dev/sr0": {
            "fstype": "iso9660",
            "label": "cidata",
            "name": "/dev/sr0",
            "size": "364K",
            "type": "rom",
            "uuid": "2022-07-06-16-25-11-00"
        },
        "/dev/vda": {
            "fstype": "",
            "label": "",
            "name": "/dev/vda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vda1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/vda1",
            "size": "10G",
            "type": "partition",
            "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737"
        },
        "/dev/vdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdb",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdb1": {
            "fstype": "ext4",
            "label": "yumcache",
            "name": "/dev/vdb1",
            "size": "2G",
            "type": "partition",
            "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2"
        },
        "/dev/vdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdc",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdc1": {
            "fstype": "ext4",
            "label": "yumvarlib",
            "name": "/dev/vdc1",
            "size": "2G",
            "type": "partition",
            "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5"
        },
        "/dev/vdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdd",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vde": {
            "fstype": "",
            "label": "",
            "name": "/dev/vde",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19
Wednesday 06 July 2022  16:25:51 +0000 (0:00:00.506)       0:00:24.186 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.002982",
    "end": "2022-07-06 12:25:50.878459",
    "rc": 0,
    "start": "2022-07-06 12:25:50.875477"
}

STDOUT:


#
# /etc/fstab
# Created by anaconda on Mon Jun  6 13:57:31 2022
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 /                       xfs     defaults        0 0
/dev/vdb1	/var/cache/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2
/dev/vdc1	/var/lib/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2
UUID=dca59df6-f913-46a4-907f-fec818f93641 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24
Wednesday 06 July 2022  16:25:51 +0000 (0:00:00.506)       0:00:24.693 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.002974",
    "end": "2022-07-06 12:25:51.275704",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 12:25:51.272730"
}

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.409)       0:00:25.102 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.024)       0:00:25.127 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_pool": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.035)       0:00:25.162 ******** 
included: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': 'raid1', 'size': 0, 'state': 'present', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_chunk_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/md/test1', '_raw_device': '/dev/md/test1', '_mount_id': 'UUID=dca59df6-f913-46a4-907f-fec818f93641', '_kernel_device': '/dev/md127', '_raw_kernel_device': '/dev/md127'})

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:2
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.070)       0:00:25.233 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:10
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.057)       0:00:25.290 ******** 
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml for /cache/centos-9.qcow2.snap => (item=mount)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml for /cache/centos-9.qcow2.snap => (item=fstab)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml for /cache/centos-9.qcow2.snap => (item=fs)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml for /cache/centos-9.qcow2.snap => (item=device)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml for /cache/centos-9.qcow2.snap => (item=encryption)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml for /cache/centos-9.qcow2.snap => (item=md)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml for /cache/centos-9.qcow2.snap => (item=size)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml for /cache/centos-9.qcow2.snap => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:6
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.078)       0:00:25.368 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/md127"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:14
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.046)       0:00:25.415 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 2592070,
                "block_size": 4096,
                "block_total": 2618592,
                "block_used": 26522,
                "device": "/dev/md127",
                "fstype": "xfs",
                "inode_available": 5242301,
                "inode_total": 5242304,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10617118720,
                "size_total": 10725752832,
                "uuid": "dca59df6-f913-46a4-907f-fec818f93641"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 2592070,
                "block_size": 4096,
                "block_total": 2618592,
                "block_used": 26522,
                "device": "/dev/md127",
                "fstype": "xfs",
                "inode_available": 5242301,
                "inode_total": 5242304,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10617118720,
                "size_total": 10725752832,
                "uuid": "dca59df6-f913-46a4-907f-fec818f93641"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Verify the current mount state by device] ********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:28
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.064)       0:00:25.479 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:37
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.054)       0:00:25.533 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the mount fs type] ************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:45
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.050)       0:00:25.584 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [command] *****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:54
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.050)       0:00:25.634 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:58
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.025)       0:00:25.659 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:63
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.024)       0:00:25.684 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:75
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.024)       0:00:25.708 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:2
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.031)       0:00:25.740 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "UUID=dca59df6-f913-46a4-907f-fec818f93641 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:25
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.060)       0:00:25.800 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:32
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.050)       0:00:25.851 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:39
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.050)       0:00:25.901 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:49
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.038)       0:00:25.939 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml:4
Wednesday 06 July 2022  16:25:52 +0000 (0:00:00.036)       0:00:25.975 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml:10
Wednesday 06 July 2022  16:25:53 +0000 (0:00:00.041)       0:00:26.017 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:4
Wednesday 06 July 2022  16:25:53 +0000 (0:00:00.039)       0:00:26.056 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657124745.73329,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1657124745.73329,
        "dev": 5,
        "device_type": 2431,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 813,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1657124745.73329,
        "nlink": 1,
        "path": "/dev/md/test1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:10
Wednesday 06 July 2022  16:25:53 +0000 (0:00:00.388)       0:00:26.445 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about this volume] *********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:18
Wednesday 06 July 2022  16:25:53 +0000 (0:00:00.038)       0:00:26.484 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [(1/2) Process volume type (set initial value)] ***************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:24
Wednesday 06 July 2022  16:25:53 +0000 (0:00:00.037)       0:00:26.522 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid"
    },
    "changed": false
}

TASK [(2/2) Process volume type (get RAID value)] ******************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:28
Wednesday 06 July 2022  16:25:53 +0000 (0:00:00.040)       0:00:26.562 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid1"
    },
    "changed": false
}

TASK [Verify the volume's device type] *****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:33
Wednesday 06 July 2022  16:25:53 +0000 (0:00:00.089)       0:00:26.652 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:3
Wednesday 06 July 2022  16:25:53 +0000 (0:00:00.103)       0:00:26.755 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:10
Wednesday 06 July 2022  16:25:53 +0000 (0:00:00.025)       0:00:26.781 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Collect LUKS info for this volume] ***************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:15
Wednesday 06 July 2022  16:25:54 +0000 (0:00:00.898)       0:00:27.680 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:21
Wednesday 06 July 2022  16:25:54 +0000 (0:00:00.025)       0:00:27.706 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:30
Wednesday 06 July 2022  16:25:54 +0000 (0:00:00.026)       0:00:27.732 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:38
Wednesday 06 July 2022  16:25:54 +0000 (0:00:00.052)       0:00:27.784 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:44
Wednesday 06 July 2022  16:25:54 +0000 (0:00:00.032)       0:00:27.817 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS version] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:49
Wednesday 06 July 2022  16:25:54 +0000 (0:00:00.025)       0:00:27.842 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:55
Wednesday 06 July 2022  16:25:54 +0000 (0:00:00.024)       0:00:27.867 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:61
Wednesday 06 July 2022  16:25:54 +0000 (0:00:00.024)       0:00:27.892 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:67
Wednesday 06 July 2022  16:25:54 +0000 (0:00:00.025)       0:00:27.917 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [],
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:74
Wednesday 06 July 2022  16:25:54 +0000 (0:00:00.051)       0:00:27.969 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:79
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.050)       0:00:28.019 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:85
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.040)       0:00:28.059 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:91
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.042)       0:00:28.102 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:97
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.038)       0:00:28.141 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [get information about RAID] **********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:7
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.034)       0:00:28.175 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "mdadm",
        "--detail",
        "/dev/md/test1"
    ],
    "delta": "0:00:00.008494",
    "end": "2022-07-06 12:25:54.766759",
    "rc": 0,
    "start": "2022-07-06 12:25:54.758265"
}

STDOUT:

/dev/md/test1:
           Version : 1.0
     Creation Time : Wed Jul  6 12:25:40 2022
        Raid Level : raid1
        Array Size : 10484608 (10.00 GiB 10.74 GB)
     Used Dev Size : 10484608 (10.00 GiB 10.74 GB)
      Raid Devices : 2
     Total Devices : 3
       Persistence : Superblock is persistent

     Intent Bitmap : Internal

       Update Time : Wed Jul  6 12:25:54 2022
             State : clean, resyncing 
    Active Devices : 2
   Working Devices : 3
    Failed Devices : 0
     Spare Devices : 1

Consistency Policy : bitmap

     Resync Status : 28% complete

              Name : test1
              UUID : dc7b597d:5928be4c:e311eddc:654b1be7
            Events : 9

    Number   Major   Minor   RaidDevice State
       0       8        1        0      active sync   /dev/sda1
       1       8       17        1      active sync   /dev/sdb1

       2       8       33        -      spare   /dev/sdc1

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:13
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.411)       0:00:28.587 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:17
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.055)       0:00:28.642 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:21
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.053)       0:00:28.695 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n"
    },
    "changed": false
}

TASK [check RAID active devices count] *****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:25
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.054)       0:00:28.750 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [check RAID spare devices count] ******************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:31
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.055)       0:00:28.805 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [check RAID metadata version] *********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:37
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.091)       0:00:28.897 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [parse the actual size of the volume] *************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:3
Wednesday 06 July 2022  16:25:55 +0000 (0:00:00.084)       0:00:28.982 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 10737418240,
    "changed": false,
    "lvm": "10g",
    "parted": "10GiB",
    "size": "10 GiB"
}

TASK [parse the requested size of the volume] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:9
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.497)       0:00:29.479 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:15
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.036)       0:00:29.516 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:20
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.105)       0:00:29.622 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:25
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.037)       0:00:29.659 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:28
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.043)       0:00:29.702 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Get the size of parent/pool device] **************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:31
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.036)       0:00:29.739 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:36
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.034)       0:00:29.774 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:39
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.036)       0:00:29.810 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:44
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.036)       0:00:29.847 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_actual_size": {
        "bytes": 10737418240,
        "changed": false,
        "failed": false,
        "lvm": "10g",
        "parted": "10GiB",
        "size": "10 GiB"
    }
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:47
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.039)       0:00:29.887 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:50
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.036)       0:00:29.923 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:6
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.024)       0:00:29.948 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:14
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.024)       0:00:29.973 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check segment type] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:17
Wednesday 06 July 2022  16:25:56 +0000 (0:00:00.024)       0:00:29.998 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:22
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.022)       0:00:30.020 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [parse the requested cache size] ******************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:26
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.024)       0:00:30.045 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:32
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.024)       0:00:30.070 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:36
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.028)       0:00:30.098 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:16
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.023)       0:00:30.122 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.034)       0:00:30.157 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null,
        "storage_test_volume": null
    },
    "changed": false
}

TASK [Re-run the same invocation without the RAID params] **********************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:42
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.035)       0:00:30.192 ******** 

TASK [linux-system-roles.storage : set platform/version specific variables] ****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.061)       0:00:30.254 ******** 
included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.storage : Ensure ansible_facts used by role] **********
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.039)       0:00:30.293 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [linux-system-roles.storage : Set platform/version specific variables] ****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.532)       0:00:30.826 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}

TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.075)       0:00:30.901 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.033)       0:00:30.934 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : include the appropriate provider tasks] *****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13
Wednesday 06 July 2022  16:25:57 +0000 (0:00:00.033)       0:00:30.967 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.045)       0:00:31.013 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure blivet is available] **************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.020)       0:00:31.033 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : show storage_pools] *************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.027)       0:00:31.061 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [linux-system-roles.storage : show storage_volumes] ***********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.040)       0:00:31.101 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_volumes": [
        {
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "mount_point": "/opt/test1",
            "name": "test1",
            "state": "present",
            "type": "raid"
        }
    ]
}

TASK [linux-system-roles.storage : get required packages] **********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.038)       0:00:31.139 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : enable copr repositories if needed] *********
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.029)       0:00:31.169 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure required packages are installed] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.028)       0:00:31.197 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : get service facts] **************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.071)       0:00:31.268 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.030)       0:00:31.298 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] *******
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.059)       0:00:31.358 ******** 

TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77
Wednesday 06 July 2022  16:25:58 +0000 (0:00:00.024)       0:00:31.383 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/md/test1",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf"
    ],
    "mounts": [
        {
            "dump": 0,
            "fstype": "xfs",
            "opts": "defaults",
            "passno": 0,
            "path": "/opt/test1",
            "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
            "state": "mounted"
        }
    ],
    "packages": [
        "xfsprogs",
        "e2fsprogs",
        "mdadm"
    ],
    "pools": [],
    "volumes": [
        {
            "_device": "/dev/md/test1",
            "_kernel_device": "/dev/md127",
            "_mount_id": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
            "_raw_device": "/dev/md/test1",
            "_raw_kernel_device": "/dev/md127",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": "0 B",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 10736238592,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91
Wednesday 06 July 2022  16:26:00 +0000 (0:00:01.708)       0:00:33.091 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] *****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103
Wednesday 06 July 2022  16:26:00 +0000 (0:00:00.036)       0:00:33.127 ******** 

TASK [linux-system-roles.storage : show blivet_output] *************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109
Wednesday 06 July 2022  16:26:00 +0000 (0:00:00.023)       0:00:33.151 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [],
        "changed": false,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/md/test1",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf"
        ],
        "mounts": [
            {
                "dump": 0,
                "fstype": "xfs",
                "opts": "defaults",
                "passno": 0,
                "path": "/opt/test1",
                "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
                "state": "mounted"
            }
        ],
        "packages": [
            "xfsprogs",
            "e2fsprogs",
            "mdadm"
        ],
        "pools": [],
        "volumes": [
            {
                "_device": "/dev/md/test1",
                "_kernel_device": "/dev/md127",
                "_mount_id": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
                "_raw_device": "/dev/md/test1",
                "_raw_kernel_device": "/dev/md127",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": "0 B",
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 10736238592,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    }
}

TASK [linux-system-roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114
Wednesday 06 July 2022  16:26:00 +0000 (0:00:00.038)       0:00:33.189 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118
Wednesday 06 July 2022  16:26:00 +0000 (0:00:00.037)       0:00:33.227 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": [
            {
                "_device": "/dev/md/test1",
                "_kernel_device": "/dev/md127",
                "_mount_id": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
                "_raw_device": "/dev/md/test1",
                "_raw_kernel_device": "/dev/md127",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": "0 B",
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 10736238592,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    },
    "changed": false
}

TASK [linux-system-roles.storage : remove obsolete mounts] *********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134
Wednesday 06 July 2022  16:26:00 +0000 (0:00:00.039)       0:00:33.266 ******** 

TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146
Wednesday 06 July 2022  16:26:00 +0000 (0:00:00.039)       0:00:33.306 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [linux-system-roles.storage : set up new/current mounts] ******************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151
Wednesday 06 July 2022  16:26:00 +0000 (0:00:00.687)       0:00:33.994 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
ok: [/cache/centos-9.qcow2.snap] => (item={'src': 'UUID=dca59df6-f913-46a4-907f-fec818f93641', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": false,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "opts": "defaults",
        "passno": 0,
        "path": "/opt/test1",
        "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641"
}

TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163
Wednesday 06 July 2022  16:26:01 +0000 (0:00:00.434)       0:00:34.429 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171
Wednesday 06 July 2022  16:26:02 +0000 (0:00:00.664)       0:00:35.093 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657114115.7373767,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1654524050.107,
        "dev": 64513,
        "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": 1654523851.529,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "610860986",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176
Wednesday 06 July 2022  16:26:02 +0000 (0:00:00.398)       0:00:35.492 ******** 

TASK [linux-system-roles.storage : Update facts] *******************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198
Wednesday 06 July 2022  16:26:02 +0000 (0:00:00.035)       0:00:35.528 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Assert to preserve RAID settings for preexisting volume] *****************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:53
Wednesday 06 July 2022  16:26:03 +0000 (0:00:00.983)       0:00:36.511 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:62
Wednesday 06 July 2022  16:26:03 +0000 (0:00:00.042)       0:00:36.553 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap

TASK [Print out pool information] **********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1
Wednesday 06 July 2022  16:26:03 +0000 (0:00:00.045)       0:00:36.599 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6
Wednesday 06 July 2022  16:26:03 +0000 (0:00:00.038)       0:00:36.638 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_volumes_list": [
        {
            "_device": "/dev/md/test1",
            "_kernel_device": "/dev/md127",
            "_mount_id": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
            "_raw_device": "/dev/md/test1",
            "_raw_kernel_device": "/dev/md127",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": "0 B",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 10736238592,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14
Wednesday 06 July 2022  16:26:03 +0000 (0:00:00.101)       0:00:36.739 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "info": {
        "/dev/md/test1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/md/test1",
            "size": "10G",
            "type": "raid1",
            "uuid": "dca59df6-f913-46a4-907f-fec818f93641"
        },
        "/dev/nvme0n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme0n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme1n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme1n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme2n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme2n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda": {
            "fstype": "",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sda1",
            "size": "10G",
            "type": "partition",
            "uuid": "dc7b597d-5928-be4c-e311-eddc654b1be7"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdb1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sdb1",
            "size": "10G",
            "type": "partition",
            "uuid": "dc7b597d-5928-be4c-e311-eddc654b1be7"
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sdc1",
            "size": "10G",
            "type": "partition",
            "uuid": "dc7b597d-5928-be4c-e311-eddc654b1be7"
        },
        "/dev/sr0": {
            "fstype": "iso9660",
            "label": "cidata",
            "name": "/dev/sr0",
            "size": "364K",
            "type": "rom",
            "uuid": "2022-07-06-16-25-11-00"
        },
        "/dev/vda": {
            "fstype": "",
            "label": "",
            "name": "/dev/vda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vda1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/vda1",
            "size": "10G",
            "type": "partition",
            "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737"
        },
        "/dev/vdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdb",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdb1": {
            "fstype": "ext4",
            "label": "yumcache",
            "name": "/dev/vdb1",
            "size": "2G",
            "type": "partition",
            "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2"
        },
        "/dev/vdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdc",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdc1": {
            "fstype": "ext4",
            "label": "yumvarlib",
            "name": "/dev/vdc1",
            "size": "2G",
            "type": "partition",
            "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5"
        },
        "/dev/vdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdd",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vde": {
            "fstype": "",
            "label": "",
            "name": "/dev/vde",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19
Wednesday 06 July 2022  16:26:04 +0000 (0:00:00.382)       0:00:37.121 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:01.004179",
    "end": "2022-07-06 12:26:04.691733",
    "rc": 0,
    "start": "2022-07-06 12:26:03.687554"
}

STDOUT:


#
# /etc/fstab
# Created by anaconda on Mon Jun  6 13:57:31 2022
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 /                       xfs     defaults        0 0
/dev/vdb1	/var/cache/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2
/dev/vdc1	/var/lib/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2
UUID=dca59df6-f913-46a4-907f-fec818f93641 /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24
Wednesday 06 July 2022  16:26:05 +0000 (0:00:01.392)       0:00:38.514 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:01.004416",
    "end": "2022-07-06 12:26:06.066288",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 12:26:05.061872"
}

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33
Wednesday 06 July 2022  16:26:06 +0000 (0:00:01.372)       0:00:39.886 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40
Wednesday 06 July 2022  16:26:06 +0000 (0:00:00.023)       0:00:39.909 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_pool": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47
Wednesday 06 July 2022  16:26:06 +0000 (0:00:00.034)       0:00:39.944 ******** 
[WARNING]: The loop variable 'storage_test_volume' is already in use. You
should set the `loop_var` value in the `loop_control` option for the task to
something else to avoid variable collisions and unexpected behavior.
included: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': 'raid1', 'size': 10736238592, 'state': 'present', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_chunk_size': '0 B', 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/md/test1', '_raw_device': '/dev/md/test1', '_mount_id': 'UUID=dca59df6-f913-46a4-907f-fec818f93641', '_kernel_device': '/dev/md127', '_raw_kernel_device': '/dev/md127'})

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:2
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.059)       0:00:40.004 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:10
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.047)       0:00:40.052 ******** 
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml for /cache/centos-9.qcow2.snap => (item=mount)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml for /cache/centos-9.qcow2.snap => (item=fstab)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml for /cache/centos-9.qcow2.snap => (item=fs)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml for /cache/centos-9.qcow2.snap => (item=device)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml for /cache/centos-9.qcow2.snap => (item=encryption)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml for /cache/centos-9.qcow2.snap => (item=md)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml for /cache/centos-9.qcow2.snap => (item=size)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml for /cache/centos-9.qcow2.snap => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:6
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.071)       0:00:40.124 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/md127"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:14
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.042)       0:00:40.166 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 2592070,
                "block_size": 4096,
                "block_total": 2618592,
                "block_used": 26522,
                "device": "/dev/md127",
                "fstype": "xfs",
                "inode_available": 5242301,
                "inode_total": 5242304,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10617118720,
                "size_total": 10725752832,
                "uuid": "dca59df6-f913-46a4-907f-fec818f93641"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 2592070,
                "block_size": 4096,
                "block_total": 2618592,
                "block_used": 26522,
                "device": "/dev/md127",
                "fstype": "xfs",
                "inode_available": 5242301,
                "inode_total": 5242304,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10617118720,
                "size_total": 10725752832,
                "uuid": "dca59df6-f913-46a4-907f-fec818f93641"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Verify the current mount state by device] ********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:28
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.084)       0:00:40.250 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:37
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.048)       0:00:40.298 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the mount fs type] ************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:45
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.075)       0:00:40.374 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [command] *****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:54
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.085)       0:00:40.459 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:58
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.028)       0:00:40.488 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:63
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.025)       0:00:40.514 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:75
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.024)       0:00:40.538 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:2
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.065)       0:00:40.604 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "UUID=dca59df6-f913-46a4-907f-fec818f93641 "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:25
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.094)       0:00:40.699 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:32
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.078)       0:00:40.778 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:39
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.074)       0:00:40.852 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:49
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.038)       0:00:40.891 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml:4
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.035)       0:00:40.926 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml:10
Wednesday 06 July 2022  16:26:07 +0000 (0:00:00.039)       0:00:40.966 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:4
Wednesday 06 July 2022  16:26:08 +0000 (0:00:00.040)       0:00:41.006 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657124745.73329,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1657124745.73329,
        "dev": 5,
        "device_type": 2431,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 813,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1657124745.73329,
        "nlink": 1,
        "path": "/dev/md/test1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:10
Wednesday 06 July 2022  16:26:08 +0000 (0:00:00.415)       0:00:41.422 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about this volume] *********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:18
Wednesday 06 July 2022  16:26:08 +0000 (0:00:00.041)       0:00:41.463 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [(1/2) Process volume type (set initial value)] ***************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:24
Wednesday 06 July 2022  16:26:08 +0000 (0:00:00.039)       0:00:41.502 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid"
    },
    "changed": false
}

TASK [(2/2) Process volume type (get RAID value)] ******************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:28
Wednesday 06 July 2022  16:26:08 +0000 (0:00:00.035)       0:00:41.538 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid1"
    },
    "changed": false
}

TASK [Verify the volume's device type] *****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:33
Wednesday 06 July 2022  16:26:08 +0000 (0:00:00.038)       0:00:41.576 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:3
Wednesday 06 July 2022  16:26:08 +0000 (0:00:00.038)       0:00:41.615 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:10
Wednesday 06 July 2022  16:26:08 +0000 (0:00:00.023)       0:00:41.638 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Collect LUKS info for this volume] ***************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:15
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.930)       0:00:42.569 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:21
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.028)       0:00:42.597 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:30
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.025)       0:00:42.623 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:38
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.054)       0:00:42.677 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:44
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.022)       0:00:42.700 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS version] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:49
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.022)       0:00:42.722 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:55
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.022)       0:00:42.745 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:61
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.021)       0:00:42.767 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:67
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.022)       0:00:42.789 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [],
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:74
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.050)       0:00:42.840 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:79
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.052)       0:00:42.892 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:85
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.038)       0:00:42.931 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:91
Wednesday 06 July 2022  16:26:09 +0000 (0:00:00.036)       0:00:42.967 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:97
Wednesday 06 July 2022  16:26:10 +0000 (0:00:00.035)       0:00:43.002 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [get information about RAID] **********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:7
Wednesday 06 July 2022  16:26:10 +0000 (0:00:00.037)       0:00:43.040 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "mdadm",
        "--detail",
        "/dev/md/test1"
    ],
    "delta": "0:00:00.007980",
    "end": "2022-07-06 12:26:09.661628",
    "rc": 0,
    "start": "2022-07-06 12:26:09.653648"
}

STDOUT:

/dev/md/test1:
           Version : 1.0
     Creation Time : Wed Jul  6 12:25:40 2022
        Raid Level : raid1
        Array Size : 10484608 (10.00 GiB 10.74 GB)
     Used Dev Size : 10484608 (10.00 GiB 10.74 GB)
      Raid Devices : 2
     Total Devices : 3
       Persistence : Superblock is persistent

     Intent Bitmap : Internal

       Update Time : Wed Jul  6 12:26:08 2022
             State : clean, resyncing 
    Active Devices : 2
   Working Devices : 3
    Failed Devices : 0
     Spare Devices : 1

Consistency Policy : bitmap

     Resync Status : 55% complete

              Name : test1
              UUID : dc7b597d:5928be4c:e311eddc:654b1be7
            Events : 14

    Number   Major   Minor   RaidDevice State
       0       8        1        0      active sync   /dev/sda1
       1       8       17        1      active sync   /dev/sdb1

       2       8       33        -      spare   /dev/sdc1

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:13
Wednesday 06 July 2022  16:26:10 +0000 (0:00:00.436)       0:00:43.477 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:17
Wednesday 06 July 2022  16:26:10 +0000 (0:00:00.121)       0:00:43.598 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:21
Wednesday 06 July 2022  16:26:10 +0000 (0:00:00.056)       0:00:43.655 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n"
    },
    "changed": false
}

TASK [check RAID active devices count] *****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:25
Wednesday 06 July 2022  16:26:10 +0000 (0:00:00.053)       0:00:43.708 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [check RAID spare devices count] ******************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:31
Wednesday 06 July 2022  16:26:10 +0000 (0:00:00.059)       0:00:43.768 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [check RAID metadata version] *********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:37
Wednesday 06 July 2022  16:26:10 +0000 (0:00:00.055)       0:00:43.823 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [parse the actual size of the volume] *************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:3
Wednesday 06 July 2022  16:26:10 +0000 (0:00:00.054)       0:00:43.877 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 10737418240,
    "changed": false,
    "lvm": "10g",
    "parted": "10GiB",
    "size": "10 GiB"
}

TASK [parse the requested size of the volume] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:9
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.373)       0:00:44.251 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:15
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.040)       0:00:44.291 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:20
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.038)       0:00:44.330 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:25
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.037)       0:00:44.368 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:28
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.040)       0:00:44.408 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Get the size of parent/pool device] **************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:31
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.037)       0:00:44.445 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:36
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.039)       0:00:44.485 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:39
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.039)       0:00:44.524 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:44
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.040)       0:00:44.565 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_actual_size": {
        "bytes": 10737418240,
        "changed": false,
        "failed": false,
        "lvm": "10g",
        "parted": "10GiB",
        "size": "10 GiB"
    }
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:47
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.036)       0:00:44.601 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:50
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.037)       0:00:44.638 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:6
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.023)       0:00:44.662 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:14
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.025)       0:00:44.687 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check segment type] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:17
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.024)       0:00:44.711 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:22
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.023)       0:00:44.735 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [parse the requested cache size] ******************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:26
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.022)       0:00:44.758 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:32
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.025)       0:00:44.783 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:36
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.023)       0:00:44.807 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:16
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.023)       0:00:44.831 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.034)       0:00:44.866 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null,
        "storage_test_volume": null
    },
    "changed": false
}

TASK [Remove the disk device created above] ************************************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:64
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.034)       0:00:44.900 ******** 

TASK [linux-system-roles.storage : set platform/version specific variables] ****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:2
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.053)       0:00:44.954 ******** 
included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.storage : Ensure ansible_facts used by role] **********
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2
Wednesday 06 July 2022  16:26:11 +0000 (0:00:00.036)       0:00:44.990 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [linux-system-roles.storage : Set platform/version specific variables] ****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.563)       0:00:45.554 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}

TASK [linux-system-roles.storage : define an empty list of pools to be used in testing] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:5
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.075)       0:00:45.629 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : define an empty list of volumes to be used in testing] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:9
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.038)       0:00:45.668 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : include the appropriate provider tasks] *****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main.yml:13
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.041)       0:00:45.709 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.047)       0:00:45.757 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure blivet is available] **************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.023)       0:00:45.780 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : show storage_pools] *************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:14
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.030)       0:00:45.810 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [linux-system-roles.storage : show storage_volumes] ***********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:19
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.036)       0:00:45.846 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_volumes": [
        {
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "state": "absent",
            "type": "raid"
        }
    ]
}

TASK [linux-system-roles.storage : get required packages] **********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.037)       0:00:45.884 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : enable copr repositories if needed] *********
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:37
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.029)       0:00:45.913 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : make sure required packages are installed] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.028)       0:00:45.942 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : get service facts] **************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51
Wednesday 06 July 2022  16:26:12 +0000 (0:00:00.032)       0:00:45.974 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:58
Wednesday 06 July 2022  16:26:13 +0000 (0:00:00.031)       0:00:46.006 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] *******
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:71
Wednesday 06 July 2022  16:26:13 +0000 (0:00:00.062)       0:00:46.069 ******** 

TASK [linux-system-roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77
Wednesday 06 July 2022  16:26:13 +0000 (0:00:00.021)       0:00:46.091 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/md/test1",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/md/test1",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sdc1",
            "fs_type": "mdmember"
        },
        {
            "action": "destroy device",
            "device": "/dev/sdc1",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sdc",
            "fs_type": "disklabel"
        },
        {
            "action": "destroy format",
            "device": "/dev/sda1",
            "fs_type": "mdmember"
        },
        {
            "action": "destroy device",
            "device": "/dev/sda1",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sda",
            "fs_type": "disklabel"
        },
        {
            "action": "destroy format",
            "device": "/dev/sdb1",
            "fs_type": "mdmember"
        },
        {
            "action": "destroy device",
            "device": "/dev/sdb1",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sdb",
            "fs_type": "disklabel"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/sdb",
        "/dev/sda",
        "/dev/sdc",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
            "state": "absent"
        }
    ],
    "packages": [
        "xfsprogs",
        "e2fsprogs"
    ],
    "pools": [],
    "volumes": [
        {
            "_device": "",
            "_mount_id": "",
            "_raw_device": "",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": "0 B",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 10736238592,
            "state": "absent",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:91
Wednesday 06 July 2022  16:26:16 +0000 (0:00:02.990)       0:00:49.082 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] *****
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:103
Wednesday 06 July 2022  16:26:16 +0000 (0:00:00.037)       0:00:49.119 ******** 

TASK [linux-system-roles.storage : show blivet_output] *************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:109
Wednesday 06 July 2022  16:26:16 +0000 (0:00:00.021)       0:00:49.141 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/md/test1",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/md/test1",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sdc1",
                "fs_type": "mdmember"
            },
            {
                "action": "destroy device",
                "device": "/dev/sdc1",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sdc",
                "fs_type": "disklabel"
            },
            {
                "action": "destroy format",
                "device": "/dev/sda1",
                "fs_type": "mdmember"
            },
            {
                "action": "destroy device",
                "device": "/dev/sda1",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sda",
                "fs_type": "disklabel"
            },
            {
                "action": "destroy format",
                "device": "/dev/sdb1",
                "fs_type": "mdmember"
            },
            {
                "action": "destroy device",
                "device": "/dev/sdb1",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sdb",
                "fs_type": "disklabel"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/sdb",
            "/dev/sda",
            "/dev/sdc",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
                "state": "absent"
            }
        ],
        "packages": [
            "xfsprogs",
            "e2fsprogs"
        ],
        "pools": [],
        "volumes": [
            {
                "_device": "",
                "_mount_id": "",
                "_raw_device": "",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": "0 B",
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 10736238592,
                "state": "absent",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    }
}

TASK [linux-system-roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:114
Wednesday 06 July 2022  16:26:16 +0000 (0:00:00.044)       0:00:49.185 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [linux-system-roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:118
Wednesday 06 July 2022  16:26:16 +0000 (0:00:00.040)       0:00:49.226 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": [
            {
                "_device": "",
                "_mount_id": "",
                "_raw_device": "",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": "0 B",
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 10736238592,
                "state": "absent",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    },
    "changed": false
}

TASK [linux-system-roles.storage : remove obsolete mounts] *********************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:134
Wednesday 06 July 2022  16:26:16 +0000 (0:00:00.037)       0:00:49.264 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [/cache/centos-9.qcow2.snap] => (item={'src': 'UUID=dca59df6-f913-46a4-907f-fec818f93641', 'path': '/opt/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": "/opt/test1",
        "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "UUID=dca59df6-f913-46a4-907f-fec818f93641"
}

TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146
Wednesday 06 July 2022  16:26:16 +0000 (0:00:00.455)       0:00:49.719 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [linux-system-roles.storage : set up new/current mounts] ******************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:151
Wednesday 06 July 2022  16:26:17 +0000 (0:00:00.722)       0:00:50.442 ******** 

TASK [linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:163
Wednesday 06 July 2022  16:26:17 +0000 (0:00:00.040)       0:00:50.483 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [linux-system-roles.storage : retrieve facts for the /etc/crypttab file] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:171
Wednesday 06 July 2022  16:26:18 +0000 (0:00:00.684)       0:00:51.167 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657114115.7373767,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1654524050.107,
        "dev": 64513,
        "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": 1654523851.529,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "610860986",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [linux-system-roles.storage : manage /etc/crypttab to account for changes we just made] ***
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:176
Wednesday 06 July 2022  16:26:18 +0000 (0:00:00.380)       0:00:51.548 ******** 

TASK [linux-system-roles.storage : Update facts] *******************************
task path: /tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198
Wednesday 06 July 2022  16:26:18 +0000 (0:00:00.023)       0:00:51.571 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:79
Wednesday 06 July 2022  16:26:19 +0000 (0:00:00.946)       0:00:52.518 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-role-results.yml for /cache/centos-9.qcow2.snap

TASK [Print out pool information] **********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:1
Wednesday 06 July 2022  16:26:19 +0000 (0:00:00.044)       0:00:52.563 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6
Wednesday 06 July 2022  16:26:19 +0000 (0:00:00.036)       0:00:52.599 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_volumes_list": [
        {
            "_device": "",
            "_mount_id": "",
            "_raw_device": "",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": "0 B",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 10736238592,
            "state": "absent",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14
Wednesday 06 July 2022  16:26:19 +0000 (0:00:00.052)       0:00:52.651 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "info": {
        "/dev/nvme0n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme0n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme1n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme1n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme2n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme2n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda": {
            "fstype": "",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sr0": {
            "fstype": "iso9660",
            "label": "cidata",
            "name": "/dev/sr0",
            "size": "364K",
            "type": "rom",
            "uuid": "2022-07-06-16-25-11-00"
        },
        "/dev/vda": {
            "fstype": "",
            "label": "",
            "name": "/dev/vda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vda1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/vda1",
            "size": "10G",
            "type": "partition",
            "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737"
        },
        "/dev/vdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdb",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdb1": {
            "fstype": "ext4",
            "label": "yumcache",
            "name": "/dev/vdb1",
            "size": "2G",
            "type": "partition",
            "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2"
        },
        "/dev/vdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdc",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdc1": {
            "fstype": "ext4",
            "label": "yumvarlib",
            "name": "/dev/vdc1",
            "size": "2G",
            "type": "partition",
            "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5"
        },
        "/dev/vdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdd",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vde": {
            "fstype": "",
            "label": "",
            "name": "/dev/vde",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:19
Wednesday 06 July 2022  16:26:20 +0000 (0:00:00.384)       0:00:53.036 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003057",
    "end": "2022-07-06 12:26:19.602499",
    "rc": 0,
    "start": "2022-07-06 12:26:19.599442"
}

STDOUT:


#
# /etc/fstab
# Created by anaconda on Mon Jun  6 13:57:31 2022
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 /                       xfs     defaults        0 0
/dev/vdb1	/var/cache/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2
/dev/vdc1	/var/lib/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2

TASK [Read the /etc/crypttab file] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:24
Wednesday 06 July 2022  16:26:20 +0000 (0:00:00.383)       0:00:53.419 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003043",
    "end": "2022-07-06 12:26:19.996802",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 12:26:19.993759"
}

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:33
Wednesday 06 July 2022  16:26:20 +0000 (0:00:00.394)       0:00:53.814 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40
Wednesday 06 July 2022  16:26:20 +0000 (0:00:00.023)       0:00:53.837 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_pool": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:47
Wednesday 06 July 2022  16:26:20 +0000 (0:00:00.035)       0:00:53.873 ******** 
[WARNING]: The loop variable 'storage_test_volume' is already in use. You
should set the `loop_var` value in the `loop_control` option for the task to
something else to avoid variable collisions and unexpected behavior.
included: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': 'raid1', 'size': 10736238592, 'state': 'absent', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_chunk_size': '0 B', 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '', '_raw_device': '', '_mount_id': ''})

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:2
Wednesday 06 July 2022  16:26:20 +0000 (0:00:00.058)       0:00:53.931 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": false,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:10
Wednesday 06 July 2022  16:26:20 +0000 (0:00:00.051)       0:00:53.983 ******** 
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml for /cache/centos-9.qcow2.snap => (item=mount)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml for /cache/centos-9.qcow2.snap => (item=fstab)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml for /cache/centos-9.qcow2.snap => (item=fs)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml for /cache/centos-9.qcow2.snap => (item=device)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml for /cache/centos-9.qcow2.snap => (item=encryption)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml for /cache/centos-9.qcow2.snap => (item=md)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml for /cache/centos-9.qcow2.snap => (item=size)
included: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml for /cache/centos-9.qcow2.snap => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:6
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.098)       0:00:54.081 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_device_path": ""
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:14
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.038)       0:00:54.119 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [],
        "storage_test_mount_expected_match_count": "0",
        "storage_test_mount_point_matches": [],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Verify the current mount state by device] ********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:28
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.053)       0:00:54.173 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by mount point] ***************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:37
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.023)       0:00:54.197 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the mount fs type] ************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:45
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.048)       0:00:54.245 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [command] *****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:54
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.034)       0:00:54.280 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:58
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.022)       0:00:54.303 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:63
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.023)       0:00:54.326 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:75
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.022)       0:00:54.349 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:2
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.035)       0:00:54.384 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "0",
        "storage_test_fstab_expected_mount_options_matches": "0",
        "storage_test_fstab_expected_mount_point_matches": "0",
        "storage_test_fstab_id_matches": [],
        "storage_test_fstab_mount_options_matches": [],
        "storage_test_fstab_mount_point_matches": []
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:25
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.059)       0:00:54.444 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the fstab mount point] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:32
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.023)       0:00:54.468 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:39
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.047)       0:00:54.515 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fstab.yml:49
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.034)       0:00:54.550 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml:4
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.032)       0:00:54.582 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify fs label] *********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-fs.yml:10
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.022)       0:00:54.605 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [See whether the device node is present] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:4
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.021)       0:00:54.626 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:10
Wednesday 06 July 2022  16:26:21 +0000 (0:00:00.358)       0:00:54.984 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about this volume] *********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:18
Wednesday 06 July 2022  16:26:22 +0000 (0:00:00.038)       0:00:55.023 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [(1/2) Process volume type (set initial value)] ***************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:24
Wednesday 06 July 2022  16:26:22 +0000 (0:00:00.023)       0:00:55.047 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid"
    },
    "changed": false
}

TASK [(2/2) Process volume type (get RAID value)] ******************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:28
Wednesday 06 July 2022  16:26:22 +0000 (0:00:00.039)       0:00:55.086 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid1"
    },
    "changed": false
}

TASK [Verify the volume's device type] *****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:33
Wednesday 06 July 2022  16:26:22 +0000 (0:00:00.044)       0:00:55.131 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:3
Wednesday 06 July 2022  16:26:22 +0000 (0:00:00.025)       0:00:55.156 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:10
Wednesday 06 July 2022  16:26:22 +0000 (0:00:00.022)       0:00:55.179 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Collect LUKS info for this volume] ***************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:15
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.893)       0:00:56.073 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:21
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.026)       0:00:56.100 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:30
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.033)       0:00:56.133 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:38
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.027)       0:00:56.161 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:44
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.025)       0:00:56.186 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS version] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:49
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.024)       0:00:56.211 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:55
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.026)       0:00:56.238 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:61
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.056)       0:00:56.294 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:67
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.023)       0:00:56.318 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [],
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:74
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.050)       0:00:56.368 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:79
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.048)       0:00:56.417 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:85
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.036)       0:00:56.454 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:91
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.036)       0:00:56.491 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:97
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.035)       0:00:56.527 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [get information about RAID] **********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:7
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.036)       0:00:56.563 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:13
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.040)       0:00:56.604 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:17
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.035)       0:00:56.640 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:21
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.034)       0:00:56.675 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check RAID active devices count] *****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:25
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.035)       0:00:56.710 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check RAID spare devices count] ******************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:31
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.040)       0:00:56.751 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check RAID metadata version] *********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-md.yml:37
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.037)       0:00:56.788 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [parse the actual size of the volume] *************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:3
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.038)       0:00:56.826 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [parse the requested size of the volume] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:9
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.028)       0:00:56.855 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:15
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.039)       0:00:56.894 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:20
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.035)       0:00:56.930 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:25
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.034)       0:00:56.964 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:28
Wednesday 06 July 2022  16:26:23 +0000 (0:00:00.033)       0:00:56.998 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Get the size of parent/pool device] **************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:31
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.038)       0:00:57.036 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:36
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.034)       0:00:57.071 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:39
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.034)       0:00:57.105 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:44
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.033)       0:00:57.139 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_actual_size": {
        "changed": false,
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:47
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.036)       0:00:57.175 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:50
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.039)       0:00:57.214 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:6
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.025)       0:00:57.239 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:14
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.025)       0:00:57.264 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check segment type] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:17
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.025)       0:00:57.290 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:22
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.025)       0:00:57.316 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [parse the requested cache size] ******************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:26
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.023)       0:00:57.339 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:32
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.022)       0:00:57.361 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:36
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.023)       0:00:57.385 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:16
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.022)       0:00:57.407 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57
Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.032)       0:00:57.439 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null,
        "storage_test_volume": null
    },
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-9.qcow2.snap : ok=221  changed=4    unreachable=0    failed=0    skipped=158  rescued=0    ignored=0   

Wednesday 06 July 2022  16:26:24 +0000 (0:00:00.044)       0:00:57.484 ******** 
=============================================================================== 
linux-system-roles.storage : manage the pools and volumes to match the specified state --- 8.20s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 
linux-system-roles.storage : manage the pools and volumes to match the specified state --- 2.99s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 
linux-system-roles.storage : get service facts -------------------------- 1.89s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:51 
linux-system-roles.storage : manage the pools and volumes to match the specified state --- 1.71s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 
Read the /etc/fstab file for volume existence --------------------------- 1.39s
/tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 -----------------------------
Read the /etc/crypttab file --------------------------------------------- 1.37s
/tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 -----------------------------
Gathering Facts --------------------------------------------------------- 1.32s
/tmp/tmpnhy4yzav/tests/tests_raid_volume_options.yml:2 ------------------------
linux-system-roles.storage : make sure blivet is available -------------- 1.28s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 
linux-system-roles.storage : Update facts ------------------------------- 1.00s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 
linux-system-roles.storage : Update facts ------------------------------- 0.98s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 
linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.98s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 
linux-system-roles.storage : Update facts ------------------------------- 0.98s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 
linux-system-roles.storage : Update facts ------------------------------- 0.95s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 
Ensure cryptsetup is present -------------------------------------------- 0.93s
/tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:10 -------------------
Ensure cryptsetup is present -------------------------------------------- 0.90s
/tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:10 -------------------
Ensure cryptsetup is present -------------------------------------------- 0.89s
/tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:10 -------------------
linux-system-roles.storage : make sure required packages are installed --- 0.83s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 
linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.72s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 
linux-system-roles.storage : get required packages ---------------------- 0.70s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 
linux-system-roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.69s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:146 
ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmpq6mp_rlx
  executable location = /usr/bin/ansible-playbook
  python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)]
  jinja version = 2.11.3
  libyaml = True
Using /etc/ansible/ansible.cfg as config file
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_raid_volume_options.yml ****************************************
1 plays in /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:2
Wednesday 06 July 2022  19:53:24 +0000 (0:00:00.013)       0:00:00.013 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [include_role : fedora.linux_system_roles.storage] ************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:10
Wednesday 06 July 2022  19:53:25 +0000 (0:00:01.357)       0:00:01.371 ******** 

TASK [fedora.linux_system_roles.storage : set platform/version specific variables] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Wednesday 06 July 2022  19:53:25 +0000 (0:00:00.036)       0:00:01.408 ******** 
included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Wednesday 06 July 2022  19:53:25 +0000 (0:00:00.030)       0:00:01.439 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Wednesday 06 July 2022  19:53:26 +0000 (0:00:00.529)       0:00:01.968 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpq6mp_rlx/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 : define an empty list of pools to be used in testing] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Wednesday 06 July 2022  19:53:26 +0000 (0:00:00.067)       0:00:02.035 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Wednesday 06 July 2022  19:53:26 +0000 (0:00:00.031)       0:00:02.067 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Wednesday 06 July 2022  19:53:26 +0000 (0:00:00.032)       0:00:02.099 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Wednesday 06 July 2022  19:53:26 +0000 (0:00:00.054)       0:00:02.154 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure blivet is available] *******
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7
Wednesday 06 July 2022  19:53:26 +0000 (0:00:00.019)       0:00:02.173 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.storage : show storage_pools] ******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13
Wednesday 06 July 2022  19:53:27 +0000 (0:00:01.279)       0:00:03.452 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : show storage_volumes] ****************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18
Wednesday 06 July 2022  19:53:27 +0000 (0:00:00.032)       0:00:03.485 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined"
}

TASK [fedora.linux_system_roles.storage : get required packages] ***************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23
Wednesday 06 July 2022  19:53:27 +0000 (0:00:00.033)       0:00:03.518 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35
Wednesday 06 July 2022  19:53:28 +0000 (0:00:00.720)       0:00:04.238 ******** 
included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.storage : check if the COPR support packages should be installed] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2
Wednesday 06 July 2022  19:53:28 +0000 (0:00:00.042)       0:00:04.281 ******** 

TASK [fedora.linux_system_roles.storage : make sure COPR support packages are present] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13
Wednesday 06 July 2022  19:53:28 +0000 (0:00:00.030)       0:00:04.312 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : enable COPRs] ************************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:18
Wednesday 06 July 2022  19:53:28 +0000 (0:00:00.035)       0:00:04.347 ******** 

TASK [fedora.linux_system_roles.storage : make sure required packages are installed] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41
Wednesday 06 July 2022  19:53:28 +0000 (0:00:00.029)       0:00:04.377 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.storage : get service facts] *******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47
Wednesday 06 July 2022  19:53:29 +0000 (0:00:00.868)       0:00:05.245 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "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"
            },
            "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.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-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"
            },
            "cockpit-motd.service": {
                "name": "cockpit-motd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-http.service": {
                "name": "cockpit-wsinstance-http.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cockpit-wsinstance-https-factory@.service": {
                "name": "cockpit-wsinstance-https-factory@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit-wsinstance-https@.service": {
                "name": "cockpit-wsinstance-https@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cockpit.service": {
                "name": "cockpit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-broker.service": {
                "name": "dbus-broker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "active",
                "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"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "fcoe.service": {
                "name": "fcoe.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "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"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "iscsi-shutdown.service": {
                "name": "iscsi-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsi.service": {
                "name": "iscsi.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iscsid.service": {
                "name": "iscsid.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "logrotate.service": {
                "name": "logrotate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "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@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"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "nm-priv-helper.service": {
                "name": "nm-priv-helper.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "packagekit-offline-update.service": {
                "name": "packagekit-offline-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "packagekit.service": {
                "name": "packagekit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "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": "inactive",
                "status": "static"
            },
            "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": "inactive",
                "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"
            },
            "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"
            },
            "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"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-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-boot-check-no-failures.service": {
                "name": "systemd-boot-check-no-failures.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-fsck@dev-vdb1.service": {
                "name": "systemd-fsck@dev-vdb1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "systemd-fsck@dev-vdc1.service": {
                "name": "systemd-fsck@dev-vdc1.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "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": "running",
                "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-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "stopped",
                "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": "inactive",
                "status": "disabled"
            },
            "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-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"
            },
            "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53
Wednesday 06 July 2022  19:53:31 +0000 (0:00:01.805)       0:00:07.050 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58
Wednesday 06 July 2022  19:53:31 +0000 (0:00:00.057)       0:00:07.108 ******** 

TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64
Wednesday 06 July 2022  19:53:31 +0000 (0:00:00.022)       0:00:07.131 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [],
    "mounts": [],
    "packages": [],
    "pools": [],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78
Wednesday 06 July 2022  19:53:31 +0000 (0:00:00.522)       0:00:07.653 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90
Wednesday 06 July 2022  19:53:31 +0000 (0:00:00.035)       0:00:07.689 ******** 

TASK [fedora.linux_system_roles.storage : show blivet_output] ******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96
Wednesday 06 July 2022  19:53:31 +0000 (0:00:00.022)       0:00:07.711 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [],
        "changed": false,
        "crypts": [],
        "failed": false,
        "leaves": [],
        "mounts": [],
        "packages": [],
        "pools": [],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Wednesday 06 July 2022  19:53:32 +0000 (0:00:00.037)       0:00:07.749 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105
Wednesday 06 July 2022  19:53:32 +0000 (0:00:00.036)       0:00:07.785 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : remove obsolete mounts] **************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121
Wednesday 06 July 2022  19:53:32 +0000 (0:00:00.042)       0:00:07.827 ******** 

TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132
Wednesday 06 July 2022  19:53:32 +0000 (0:00:00.038)       0:00:07.866 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : set up new/current mounts] ***********
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Wednesday 06 July 2022  19:53:32 +0000 (0:00:00.024)       0:00:07.890 ******** 

TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148
Wednesday 06 July 2022  19:53:32 +0000 (0:00:00.036)       0:00:07.926 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156
Wednesday 06 July 2022  19:53:32 +0000 (0:00:00.025)       0:00:07.952 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657114115.7373767,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1654524050.107,
        "dev": 64513,
        "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": 1654523851.529,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "610860986",
        "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161
Wednesday 06 July 2022  19:53:32 +0000 (0:00:00.522)       0:00:08.474 ******** 

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183
Wednesday 06 July 2022  19:53:32 +0000 (0:00:00.022)       0:00:08.497 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Mark tasks to be skipped] ************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:13
Wednesday 06 July 2022  19:53:33 +0000 (0:00:00.939)       0:00:09.436 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_skip_checks": [
            "blivet_available",
            "packages_installed",
            "service_facts"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:20
Wednesday 06 July 2022  19:53:33 +0000 (0:00:00.063)       0:00:09.500 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml for /cache/centos-9.qcow2.snap

TASK [Find unused disks in the system] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml:2
Wednesday 06 July 2022  19:53:33 +0000 (0:00:00.064)       0:00:09.564 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "disks": [
        "sda",
        "sdb",
        "sdc"
    ]
}

TASK [Set unused_disks if necessary] *******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml:9
Wednesday 06 July 2022  19:53:34 +0000 (0:00:00.514)       0:00:10.079 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "unused_disks": [
            "sda",
            "sdb",
            "sdc"
        ]
    },
    "changed": false
}

TASK [Exit playbook when there's not enough unused disks in the system] ********
task path: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml:14
Wednesday 06 July 2022  19:53:34 +0000 (0:00:00.038)       0:00:10.117 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Print unused disks] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml:19
Wednesday 06 July 2022  19:53:34 +0000 (0:00:00.038)       0:00:10.155 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "unused_disks": [
        "sda",
        "sdb",
        "sdc"
    ]
}

TASK [Create a RAID0 device mounted on "/opt/test1"] ***************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:25
Wednesday 06 July 2022  19:53:34 +0000 (0:00:00.038)       0:00:10.194 ******** 

TASK [fedora.linux_system_roles.storage : set platform/version specific variables] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Wednesday 06 July 2022  19:53:34 +0000 (0:00:00.044)       0:00:10.239 ******** 
included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Wednesday 06 July 2022  19:53:34 +0000 (0:00:00.036)       0:00:10.275 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.520)       0:00:10.796 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpq6mp_rlx/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 : define an empty list of pools to be used in testing] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.074)       0:00:10.870 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.036)       0:00:10.907 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.034)       0:00:10.941 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.055)       0:00:10.997 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure blivet is available] *******
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.021)       0:00:11.018 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : show storage_pools] ******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.027)       0:00:11.045 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : show storage_volumes] ****************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.032)       0:00:11.078 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_volumes": [
        {
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "state": "present",
            "type": "raid"
        }
    ]
}

TASK [fedora.linux_system_roles.storage : get required packages] ***************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.036)       0:00:11.115 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.029)       0:00:11.145 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure required packages are installed] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.030)       0:00:11.176 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : get service facts] *******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.027)       0:00:11.203 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] *****
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.029)       0:00:11.232 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.057)       0:00:11.290 ******** 

TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64
Wednesday 06 July 2022  19:53:35 +0000 (0:00:00.023)       0:00:11.314 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "actions": [
        {
            "action": "create format",
            "device": "/dev/sdc",
            "fs_type": "disklabel"
        },
        {
            "action": "create device",
            "device": "/dev/sdc1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/sdc1",
            "fs_type": "mdmember"
        },
        {
            "action": "create format",
            "device": "/dev/sdb",
            "fs_type": "disklabel"
        },
        {
            "action": "create device",
            "device": "/dev/sdb1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/sdb1",
            "fs_type": "mdmember"
        },
        {
            "action": "create format",
            "device": "/dev/sda",
            "fs_type": "disklabel"
        },
        {
            "action": "create device",
            "device": "/dev/sda1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/sda1",
            "fs_type": "mdmember"
        },
        {
            "action": "create device",
            "device": "/dev/md/test1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/md/test1",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf",
        "/dev/md/test1"
    ],
    "mounts": [
        {
            "dump": 0,
            "fstype": "xfs",
            "opts": "defaults",
            "passno": 0,
            "path": "/opt/test1",
            "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
            "state": "mounted"
        }
    ],
    "packages": [
        "e2fsprogs",
        "mdadm",
        "xfsprogs"
    ],
    "pools": [],
    "volumes": [
        {
            "_device": "/dev/md/test1",
            "_kernel_device": "/dev/md127",
            "_mount_id": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
            "_raw_device": "/dev/md/test1",
            "_raw_kernel_device": "/dev/md127",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": null,
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 0,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78
Wednesday 06 July 2022  19:53:43 +0000 (0:00:08.213)       0:00:19.528 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90
Wednesday 06 July 2022  19:53:43 +0000 (0:00:00.038)       0:00:19.567 ******** 

TASK [fedora.linux_system_roles.storage : show blivet_output] ******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96
Wednesday 06 July 2022  19:53:43 +0000 (0:00:00.021)       0:00:19.588 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [
            {
                "action": "create format",
                "device": "/dev/sdc",
                "fs_type": "disklabel"
            },
            {
                "action": "create device",
                "device": "/dev/sdc1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/sdc1",
                "fs_type": "mdmember"
            },
            {
                "action": "create format",
                "device": "/dev/sdb",
                "fs_type": "disklabel"
            },
            {
                "action": "create device",
                "device": "/dev/sdb1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/sdb1",
                "fs_type": "mdmember"
            },
            {
                "action": "create format",
                "device": "/dev/sda",
                "fs_type": "disklabel"
            },
            {
                "action": "create device",
                "device": "/dev/sda1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/sda1",
                "fs_type": "mdmember"
            },
            {
                "action": "create device",
                "device": "/dev/md/test1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/md/test1",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf",
            "/dev/md/test1"
        ],
        "mounts": [
            {
                "dump": 0,
                "fstype": "xfs",
                "opts": "defaults",
                "passno": 0,
                "path": "/opt/test1",
                "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
                "state": "mounted"
            }
        ],
        "packages": [
            "e2fsprogs",
            "mdadm",
            "xfsprogs"
        ],
        "pools": [],
        "volumes": [
            {
                "_device": "/dev/md/test1",
                "_kernel_device": "/dev/md127",
                "_mount_id": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
                "_raw_device": "/dev/md/test1",
                "_raw_kernel_device": "/dev/md127",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": null,
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 0,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    }
}

TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Wednesday 06 July 2022  19:53:43 +0000 (0:00:00.037)       0:00:19.626 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105
Wednesday 06 July 2022  19:53:43 +0000 (0:00:00.038)       0:00:19.664 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": [
            {
                "_device": "/dev/md/test1",
                "_kernel_device": "/dev/md127",
                "_mount_id": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
                "_raw_device": "/dev/md/test1",
                "_raw_kernel_device": "/dev/md127",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": null,
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 0,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : remove obsolete mounts] **************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121
Wednesday 06 July 2022  19:53:43 +0000 (0:00:00.041)       0:00:19.705 ******** 

TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132
Wednesday 06 July 2022  19:53:44 +0000 (0:00:00.038)       0:00:19.744 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : set up new/current mounts] ***********
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Wednesday 06 July 2022  19:53:44 +0000 (0:00:00.931)       0:00:20.676 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [/cache/centos-9.qcow2.snap] => (item={'src': 'UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": true,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "opts": "defaults",
        "passno": 0,
        "path": "/opt/test1",
        "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd"
}

TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148
Wednesday 06 July 2022  19:53:45 +0000 (0:00:00.562)       0:00:21.238 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156
Wednesday 06 July 2022  19:53:46 +0000 (0:00:00.682)       0:00:21.921 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657114115.7373767,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1654524050.107,
        "dev": 64513,
        "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": 1654523851.529,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "610860986",
        "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161
Wednesday 06 July 2022  19:53:46 +0000 (0:00:00.389)       0:00:22.310 ******** 

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183
Wednesday 06 July 2022  19:53:46 +0000 (0:00:00.021)       0:00:22.332 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:40
Wednesday 06 July 2022  19:53:47 +0000 (0:00:00.987)       0:00:23.319 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap

TASK [Print out pool information] **********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1
Wednesday 06 July 2022  19:53:47 +0000 (0:00:00.041)       0:00:23.361 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6
Wednesday 06 July 2022  19:53:47 +0000 (0:00:00.038)       0:00:23.400 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_volumes_list": [
        {
            "_device": "/dev/md/test1",
            "_kernel_device": "/dev/md127",
            "_mount_id": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
            "_raw_device": "/dev/md/test1",
            "_raw_kernel_device": "/dev/md127",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": null,
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 0,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14
Wednesday 06 July 2022  19:53:47 +0000 (0:00:00.078)       0:00:23.478 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "info": {
        "/dev/md/test1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/md/test1",
            "size": "10G",
            "type": "raid1",
            "uuid": "e3ed5cf6-747a-4120-a9d6-b45797c73fcd"
        },
        "/dev/nvme0n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme0n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme1n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme1n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme2n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme2n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda": {
            "fstype": "",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sda1",
            "size": "10G",
            "type": "partition",
            "uuid": "ff40901b-706f-f5cc-6eac-4cf5b7eb2a6d"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdb1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sdb1",
            "size": "10G",
            "type": "partition",
            "uuid": "ff40901b-706f-f5cc-6eac-4cf5b7eb2a6d"
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sdc1",
            "size": "10G",
            "type": "partition",
            "uuid": "ff40901b-706f-f5cc-6eac-4cf5b7eb2a6d"
        },
        "/dev/sr0": {
            "fstype": "iso9660",
            "label": "cidata",
            "name": "/dev/sr0",
            "size": "364K",
            "type": "rom",
            "uuid": "2022-07-06-19-53-08-00"
        },
        "/dev/vda": {
            "fstype": "",
            "label": "",
            "name": "/dev/vda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vda1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/vda1",
            "size": "10G",
            "type": "partition",
            "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737"
        },
        "/dev/vdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdb",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdb1": {
            "fstype": "ext4",
            "label": "yumcache",
            "name": "/dev/vdb1",
            "size": "2G",
            "type": "partition",
            "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2"
        },
        "/dev/vdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdc",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdc1": {
            "fstype": "ext4",
            "label": "yumvarlib",
            "name": "/dev/vdc1",
            "size": "2G",
            "type": "partition",
            "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5"
        },
        "/dev/vdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdd",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vde": {
            "fstype": "",
            "label": "",
            "name": "/dev/vde",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19
Wednesday 06 July 2022  19:53:48 +0000 (0:00:00.478)       0:00:23.957 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003235",
    "end": "2022-07-06 15:53:47.641320",
    "rc": 0,
    "start": "2022-07-06 15:53:47.638085"
}

STDOUT:


#
# /etc/fstab
# Created by anaconda on Mon Jun  6 13:57:31 2022
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 /                       xfs     defaults        0 0
/dev/vdb1	/var/cache/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2
/dev/vdc1	/var/lib/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2
UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24
Wednesday 06 July 2022  19:53:48 +0000 (0:00:00.478)       0:00:24.436 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.002976",
    "end": "2022-07-06 15:53:48.009724",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 15:53:48.006748"
}

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.372)       0:00:24.808 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.021)       0:00:24.829 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_pool": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.033)       0:00:24.863 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': 'raid1', 'size': 0, 'state': 'present', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_chunk_size': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/md/test1', '_raw_device': '/dev/md/test1', '_mount_id': 'UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd', '_kernel_device': '/dev/md127', '_raw_kernel_device': '/dev/md127'})

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:2
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.059)       0:00:24.922 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:10
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.047)       0:00:24.970 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml for /cache/centos-9.qcow2.snap => (item=mount)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml for /cache/centos-9.qcow2.snap => (item=fstab)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml for /cache/centos-9.qcow2.snap => (item=fs)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml for /cache/centos-9.qcow2.snap => (item=device)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml for /cache/centos-9.qcow2.snap => (item=encryption)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml for /cache/centos-9.qcow2.snap => (item=md)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml for /cache/centos-9.qcow2.snap => (item=size)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml for /cache/centos-9.qcow2.snap => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:6
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.085)       0:00:25.055 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/md127"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:10
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.050)       0:00:25.105 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 2592070,
                "block_size": 4096,
                "block_total": 2618592,
                "block_used": 26522,
                "device": "/dev/md127",
                "fstype": "xfs",
                "inode_available": 5242301,
                "inode_total": 5242304,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10617118720,
                "size_total": 10725752832,
                "uuid": "e3ed5cf6-747a-4120-a9d6-b45797c73fcd"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 2592070,
                "block_size": 4096,
                "block_total": 2618592,
                "block_used": 26522,
                "device": "/dev/md127",
                "fstype": "xfs",
                "inode_available": 5242301,
                "inode_total": 5242304,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10617118720,
                "size_total": 10725752832,
                "uuid": "e3ed5cf6-747a-4120-a9d6-b45797c73fcd"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Verify the current mount state by device] ********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:20
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.060)       0:00:25.166 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:29
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.052)       0:00:25.218 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the mount fs type] ************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:37
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.047)       0:00:25.265 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [command] *****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:46
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.054)       0:00:25.320 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:50
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.030)       0:00:25.350 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:55
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.026)       0:00:25.377 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:65
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.026)       0:00:25.404 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:2
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.034)       0:00:25.438 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:12
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.100)       0:00:25.539 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:19
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.117)       0:00:25.657 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:25
Wednesday 06 July 2022  19:53:49 +0000 (0:00:00.049)       0:00:25.706 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:34
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.037)       0:00:25.744 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml:4
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.037)       0:00:25.781 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml:10
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.042)       0:00:25.823 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:4
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.040)       0:00:25.864 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657137222.6503527,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1657137222.6503527,
        "dev": 5,
        "device_type": 2431,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 813,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1657137222.6503527,
        "nlink": 1,
        "path": "/dev/md/test1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:10
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.388)       0:00:26.253 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about this volume] *********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:15
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.039)       0:00:26.293 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [(1/2) Process volume type (set initial value)] ***************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:21
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.038)       0:00:26.332 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid"
    },
    "changed": false
}

TASK [(2/2) Process volume type (get RAID value)] ******************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:25
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.034)       0:00:26.366 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid1"
    },
    "changed": false
}

TASK [Verify the volume's device type] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:30
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.037)       0:00:26.403 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:3
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.038)       0:00:26.442 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:10
Wednesday 06 July 2022  19:53:50 +0000 (0:00:00.026)       0:00:26.469 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Collect LUKS info for this volume] ***************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:15
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.878)       0:00:27.347 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:21
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.026)       0:00:27.374 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:27
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.024)       0:00:27.398 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:33
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.052)       0:00:27.451 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:39
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.025)       0:00:27.476 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS version] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:44
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.025)       0:00:27.501 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:50
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.023)       0:00:27.525 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:56
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.025)       0:00:27.550 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:62
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.022)       0:00:27.573 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [],
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:67
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.048)       0:00:27.621 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:72
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.048)       0:00:27.669 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:78
Wednesday 06 July 2022  19:53:51 +0000 (0:00:00.034)       0:00:27.704 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:84
Wednesday 06 July 2022  19:53:52 +0000 (0:00:00.036)       0:00:27.741 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:90
Wednesday 06 July 2022  19:53:52 +0000 (0:00:00.038)       0:00:27.779 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [get information about RAID] **********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:7
Wednesday 06 July 2022  19:53:52 +0000 (0:00:00.044)       0:00:27.823 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "mdadm",
        "--detail",
        "/dev/md/test1"
    ],
    "delta": "0:00:00.007553",
    "end": "2022-07-06 15:53:51.452652",
    "rc": 0,
    "start": "2022-07-06 15:53:51.445099"
}

STDOUT:

/dev/md/test1:
           Version : 1.0
     Creation Time : Wed Jul  6 15:53:37 2022
        Raid Level : raid1
        Array Size : 10484608 (10.00 GiB 10.74 GB)
     Used Dev Size : 10484608 (10.00 GiB 10.74 GB)
      Raid Devices : 2
     Total Devices : 3
       Persistence : Superblock is persistent

     Intent Bitmap : Internal

       Update Time : Wed Jul  6 15:53:48 2022
             State : clean, resyncing 
    Active Devices : 2
   Working Devices : 3
    Failed Devices : 0
     Spare Devices : 1

Consistency Policy : bitmap

     Resync Status : 26% complete

              Name : test1
              UUID : ff40901b:706ff5cc:6eac4cf5:b7eb2a6d
            Events : 8

    Number   Major   Minor   RaidDevice State
       0       8        1        0      active sync   /dev/sda1
       1       8       17        1      active sync   /dev/sdb1

       2       8       33        -      spare   /dev/sdc1

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:13
Wednesday 06 July 2022  19:53:52 +0000 (0:00:00.428)       0:00:28.251 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:17
Wednesday 06 July 2022  19:53:52 +0000 (0:00:00.089)       0:00:28.341 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:21
Wednesday 06 July 2022  19:53:52 +0000 (0:00:00.084)       0:00:28.426 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n"
    },
    "changed": false
}

TASK [check RAID active devices count] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:25
Wednesday 06 July 2022  19:53:52 +0000 (0:00:00.052)       0:00:28.479 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [check RAID spare devices count] ******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:31
Wednesday 06 July 2022  19:53:52 +0000 (0:00:00.056)       0:00:28.536 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [check RAID metadata version] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:37
Wednesday 06 July 2022  19:53:52 +0000 (0:00:00.055)       0:00:28.591 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [parse the actual size of the volume] *************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:3
Wednesday 06 July 2022  19:53:52 +0000 (0:00:00.056)       0:00:28.647 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 10737418240,
    "changed": false,
    "lvm": "10g",
    "parted": "10GiB",
    "size": "10 GiB"
}

TASK [parse the requested size of the volume] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:9
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.469)       0:00:29.117 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:15
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.038)       0:00:29.155 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:20
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.043)       0:00:29.199 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:25
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.044)       0:00:29.244 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:28
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.041)       0:00:29.285 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Get the size of parent/pool device] **************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:31
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.036)       0:00:29.322 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:36
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.034)       0:00:29.357 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:39
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.038)       0:00:29.395 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:44
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.038)       0:00:29.434 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_actual_size": {
        "bytes": 10737418240,
        "changed": false,
        "failed": false,
        "lvm": "10g",
        "parted": "10GiB",
        "size": "10 GiB"
    }
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:47
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.035)       0:00:29.469 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:50
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.035)       0:00:29.505 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:6
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.025)       0:00:29.530 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:14
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.026)       0:00:29.557 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check segment type] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:17
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.025)       0:00:29.582 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:22
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.023)       0:00:29.605 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [parse the requested cache size] ******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:26
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.025)       0:00:29.631 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:32
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.024)       0:00:29.656 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:36
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.026)       0:00:29.682 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:16
Wednesday 06 July 2022  19:53:53 +0000 (0:00:00.025)       0:00:29.707 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.038)       0:00:29.746 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null,
        "storage_test_volume": null
    },
    "changed": false
}

TASK [Re-run the same invocation without the RAID params] **********************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:42
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.031)       0:00:29.778 ******** 

TASK [fedora.linux_system_roles.storage : set platform/version specific variables] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.051)       0:00:29.829 ******** 
included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.037)       0:00:29.866 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.553)       0:00:30.420 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpq6mp_rlx/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 : define an empty list of pools to be used in testing] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.075)       0:00:30.496 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.039)       0:00:30.535 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.038)       0:00:30.574 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.056)       0:00:30.630 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure blivet is available] *******
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.022)       0:00:30.653 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : show storage_pools] ******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13
Wednesday 06 July 2022  19:53:54 +0000 (0:00:00.028)       0:00:30.681 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : show storage_volumes] ****************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18
Wednesday 06 July 2022  19:53:55 +0000 (0:00:00.036)       0:00:30.718 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_volumes": [
        {
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "mount_point": "/opt/test1",
            "name": "test1",
            "state": "present",
            "type": "raid"
        }
    ]
}

TASK [fedora.linux_system_roles.storage : get required packages] ***************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23
Wednesday 06 July 2022  19:53:55 +0000 (0:00:00.040)       0:00:30.758 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35
Wednesday 06 July 2022  19:53:55 +0000 (0:00:00.032)       0:00:30.790 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure required packages are installed] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41
Wednesday 06 July 2022  19:53:55 +0000 (0:00:00.028)       0:00:30.819 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : get service facts] *******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47
Wednesday 06 July 2022  19:53:55 +0000 (0:00:00.031)       0:00:30.851 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] *****
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53
Wednesday 06 July 2022  19:53:55 +0000 (0:00:00.030)       0:00:30.881 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58
Wednesday 06 July 2022  19:53:55 +0000 (0:00:00.061)       0:00:30.942 ******** 

TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64
Wednesday 06 July 2022  19:53:55 +0000 (0:00:00.026)       0:00:30.969 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "actions": [],
    "changed": false,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/md/test1",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf"
    ],
    "mounts": [
        {
            "dump": 0,
            "fstype": "xfs",
            "opts": "defaults",
            "passno": 0,
            "path": "/opt/test1",
            "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
            "state": "mounted"
        }
    ],
    "packages": [
        "e2fsprogs",
        "mdadm",
        "xfsprogs"
    ],
    "pools": [],
    "volumes": [
        {
            "_device": "/dev/md/test1",
            "_kernel_device": "/dev/md127",
            "_mount_id": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
            "_raw_device": "/dev/md/test1",
            "_raw_kernel_device": "/dev/md127",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": "0 B",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 10736238592,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78
Wednesday 06 July 2022  19:53:56 +0000 (0:00:01.598)       0:00:32.568 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90
Wednesday 06 July 2022  19:53:56 +0000 (0:00:00.038)       0:00:32.606 ******** 

TASK [fedora.linux_system_roles.storage : show blivet_output] ******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96
Wednesday 06 July 2022  19:53:56 +0000 (0:00:00.023)       0:00:32.630 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [],
        "changed": false,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/md/test1",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf"
        ],
        "mounts": [
            {
                "dump": 0,
                "fstype": "xfs",
                "opts": "defaults",
                "passno": 0,
                "path": "/opt/test1",
                "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
                "state": "mounted"
            }
        ],
        "packages": [
            "e2fsprogs",
            "mdadm",
            "xfsprogs"
        ],
        "pools": [],
        "volumes": [
            {
                "_device": "/dev/md/test1",
                "_kernel_device": "/dev/md127",
                "_mount_id": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
                "_raw_device": "/dev/md/test1",
                "_raw_kernel_device": "/dev/md127",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": "0 B",
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 10736238592,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    }
}

TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Wednesday 06 July 2022  19:53:56 +0000 (0:00:00.042)       0:00:32.672 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105
Wednesday 06 July 2022  19:53:57 +0000 (0:00:00.069)       0:00:32.742 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": [
            {
                "_device": "/dev/md/test1",
                "_kernel_device": "/dev/md127",
                "_mount_id": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
                "_raw_device": "/dev/md/test1",
                "_raw_kernel_device": "/dev/md127",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": "0 B",
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 10736238592,
                "state": "present",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : remove obsolete mounts] **************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121
Wednesday 06 July 2022  19:53:57 +0000 (0:00:00.043)       0:00:32.785 ******** 

TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132
Wednesday 06 July 2022  19:53:57 +0000 (0:00:00.040)       0:00:32.825 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : set up new/current mounts] ***********
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Wednesday 06 July 2022  19:53:57 +0000 (0:00:00.732)       0:00:33.558 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
ok: [/cache/centos-9.qcow2.snap] => (item={'src': 'UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd', 'path': '/opt/test1', 'fstype': 'xfs', 'opts': 'defaults', 'dump': 0, 'passno': 0, 'state': 'mounted'}) => {
    "ansible_loop_var": "mount_info",
    "backup_file": "",
    "boot": "yes",
    "changed": false,
    "dump": "0",
    "fstab": "/etc/fstab",
    "fstype": "xfs",
    "mount_info": {
        "dump": 0,
        "fstype": "xfs",
        "opts": "defaults",
        "passno": 0,
        "path": "/opt/test1",
        "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
        "state": "mounted"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd"
}

TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148
Wednesday 06 July 2022  19:53:58 +0000 (0:00:00.446)       0:00:34.004 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156
Wednesday 06 July 2022  19:53:59 +0000 (0:00:00.711)       0:00:34.716 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657114115.7373767,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1654524050.107,
        "dev": 64513,
        "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": 1654523851.529,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "610860986",
        "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161
Wednesday 06 July 2022  19:53:59 +0000 (0:00:00.376)       0:00:35.093 ******** 

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183
Wednesday 06 July 2022  19:53:59 +0000 (0:00:00.025)       0:00:35.118 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Assert to preserve RAID settings for preexisting volume] *****************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:53
Wednesday 06 July 2022  19:54:00 +0000 (0:00:01.023)       0:00:36.142 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:58
Wednesday 06 July 2022  19:54:00 +0000 (0:00:00.037)       0:00:36.180 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap

TASK [Print out pool information] **********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1
Wednesday 06 July 2022  19:54:00 +0000 (0:00:00.044)       0:00:36.224 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6
Wednesday 06 July 2022  19:54:00 +0000 (0:00:00.041)       0:00:36.265 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_volumes_list": [
        {
            "_device": "/dev/md/test1",
            "_kernel_device": "/dev/md127",
            "_mount_id": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
            "_raw_device": "/dev/md/test1",
            "_raw_kernel_device": "/dev/md127",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": "0 B",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 10736238592,
            "state": "present",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14
Wednesday 06 July 2022  19:54:00 +0000 (0:00:00.049)       0:00:36.314 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "info": {
        "/dev/md/test1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/md/test1",
            "size": "10G",
            "type": "raid1",
            "uuid": "e3ed5cf6-747a-4120-a9d6-b45797c73fcd"
        },
        "/dev/nvme0n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme0n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme1n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme1n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme2n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme2n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda": {
            "fstype": "",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sda1",
            "size": "10G",
            "type": "partition",
            "uuid": "ff40901b-706f-f5cc-6eac-4cf5b7eb2a6d"
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdb1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sdb1",
            "size": "10G",
            "type": "partition",
            "uuid": "ff40901b-706f-f5cc-6eac-4cf5b7eb2a6d"
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc1": {
            "fstype": "linux_raid_member",
            "label": "test1",
            "name": "/dev/sdc1",
            "size": "10G",
            "type": "partition",
            "uuid": "ff40901b-706f-f5cc-6eac-4cf5b7eb2a6d"
        },
        "/dev/sr0": {
            "fstype": "iso9660",
            "label": "cidata",
            "name": "/dev/sr0",
            "size": "364K",
            "type": "rom",
            "uuid": "2022-07-06-19-53-08-00"
        },
        "/dev/vda": {
            "fstype": "",
            "label": "",
            "name": "/dev/vda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vda1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/vda1",
            "size": "10G",
            "type": "partition",
            "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737"
        },
        "/dev/vdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdb",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdb1": {
            "fstype": "ext4",
            "label": "yumcache",
            "name": "/dev/vdb1",
            "size": "2G",
            "type": "partition",
            "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2"
        },
        "/dev/vdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdc",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdc1": {
            "fstype": "ext4",
            "label": "yumvarlib",
            "name": "/dev/vdc1",
            "size": "2G",
            "type": "partition",
            "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5"
        },
        "/dev/vdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdd",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vde": {
            "fstype": "",
            "label": "",
            "name": "/dev/vde",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19
Wednesday 06 July 2022  19:54:01 +0000 (0:00:00.429)       0:00:36.744 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.002978",
    "end": "2022-07-06 15:54:00.321297",
    "rc": 0,
    "start": "2022-07-06 15:54:00.318319"
}

STDOUT:


#
# /etc/fstab
# Created by anaconda on Mon Jun  6 13:57:31 2022
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 /                       xfs     defaults        0 0
/dev/vdb1	/var/cache/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2
/dev/vdc1	/var/lib/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2
UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd /opt/test1 xfs defaults 0 0

TASK [Read the /etc/crypttab file] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24
Wednesday 06 July 2022  19:54:01 +0000 (0:00:00.375)       0:00:37.120 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.002903",
    "end": "2022-07-06 15:54:00.732151",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 15:54:00.729248"
}

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33
Wednesday 06 July 2022  19:54:01 +0000 (0:00:00.408)       0:00:37.528 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40
Wednesday 06 July 2022  19:54:01 +0000 (0:00:00.046)       0:00:37.575 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_pool": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47
Wednesday 06 July 2022  19:54:01 +0000 (0:00:00.031)       0:00:37.607 ******** 
[WARNING]: The loop variable 'storage_test_volume' is already in use. You
should set the `loop_var` value in the `loop_control` option for the task to
something else to avoid variable collisions and unexpected behavior.
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': 'raid1', 'size': 10736238592, 'state': 'present', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_chunk_size': '0 B', 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '/dev/md/test1', '_raw_device': '/dev/md/test1', '_mount_id': 'UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd', '_kernel_device': '/dev/md127', '_raw_kernel_device': '/dev/md127'})

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:2
Wednesday 06 July 2022  19:54:01 +0000 (0:00:00.060)       0:00:37.667 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": true,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:10
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.047)       0:00:37.715 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml for /cache/centos-9.qcow2.snap => (item=mount)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml for /cache/centos-9.qcow2.snap => (item=fstab)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml for /cache/centos-9.qcow2.snap => (item=fs)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml for /cache/centos-9.qcow2.snap => (item=device)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml for /cache/centos-9.qcow2.snap => (item=encryption)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml for /cache/centos-9.qcow2.snap => (item=md)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml for /cache/centos-9.qcow2.snap => (item=size)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml for /cache/centos-9.qcow2.snap => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:6
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.081)       0:00:37.796 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/md127"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:10
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.045)       0:00:37.842 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [
            {
                "block_available": 2592070,
                "block_size": 4096,
                "block_total": 2618592,
                "block_used": 26522,
                "device": "/dev/md127",
                "fstype": "xfs",
                "inode_available": 5242301,
                "inode_total": 5242304,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10617118720,
                "size_total": 10725752832,
                "uuid": "e3ed5cf6-747a-4120-a9d6-b45797c73fcd"
            }
        ],
        "storage_test_mount_expected_match_count": "1",
        "storage_test_mount_point_matches": [
            {
                "block_available": 2592070,
                "block_size": 4096,
                "block_total": 2618592,
                "block_used": 26522,
                "device": "/dev/md127",
                "fstype": "xfs",
                "inode_available": 5242301,
                "inode_total": 5242304,
                "inode_used": 3,
                "mount": "/opt/test1",
                "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota",
                "size_available": 10617118720,
                "size_total": 10725752832,
                "uuid": "e3ed5cf6-747a-4120-a9d6-b45797c73fcd"
            }
        ],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Verify the current mount state by device] ********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:20
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.056)       0:00:37.899 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the current mount state by mount point] ***************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:29
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.052)       0:00:37.951 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the mount fs type] ************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:37
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.050)       0:00:38.001 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [command] *****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:46
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.050)       0:00:38.052 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:50
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.026)       0:00:38.078 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:55
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.024)       0:00:38.103 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:65
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.025)       0:00:38.129 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:2
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.042)       0:00:38.171 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "1",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "storage_test_fstab_expected_mount_point_matches": "1",
        "storage_test_fstab_id_matches": [
            "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd "
        ],
        "storage_test_fstab_mount_options_matches": [
            " /opt/test1 xfs defaults "
        ],
        "storage_test_fstab_mount_point_matches": [
            " /opt/test1 "
        ]
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:12
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.066)       0:00:38.237 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the fstab mount point] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:19
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.054)       0:00:38.292 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:25
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.052)       0:00:38.344 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:34
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.035)       0:00:38.380 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml:4
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.031)       0:00:38.412 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify fs label] *********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml:10
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.037)       0:00:38.449 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [See whether the device node is present] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:4
Wednesday 06 July 2022  19:54:02 +0000 (0:00:00.041)       0:00:38.490 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657137222.6503527,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1657137222.6503527,
        "dev": 5,
        "device_type": 2431,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 813,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1657137222.6503527,
        "nlink": 1,
        "path": "/dev/md/test1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": null,
        "wgrp": true,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:10
Wednesday 06 July 2022  19:54:03 +0000 (0:00:00.377)       0:00:38.868 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about this volume] *********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:15
Wednesday 06 July 2022  19:54:03 +0000 (0:00:00.037)       0:00:38.906 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [(1/2) Process volume type (set initial value)] ***************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:21
Wednesday 06 July 2022  19:54:03 +0000 (0:00:00.042)       0:00:38.948 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid"
    },
    "changed": false
}

TASK [(2/2) Process volume type (get RAID value)] ******************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:25
Wednesday 06 July 2022  19:54:03 +0000 (0:00:00.039)       0:00:38.987 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid1"
    },
    "changed": false
}

TASK [Verify the volume's device type] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:30
Wednesday 06 July 2022  19:54:03 +0000 (0:00:00.049)       0:00:39.037 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:3
Wednesday 06 July 2022  19:54:03 +0000 (0:00:00.040)       0:00:39.077 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:10
Wednesday 06 July 2022  19:54:03 +0000 (0:00:00.025)       0:00:39.103 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Collect LUKS info for this volume] ***************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:15
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.892)       0:00:39.995 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:21
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.026)       0:00:40.022 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:27
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.026)       0:00:40.048 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:33
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.053)       0:00:40.102 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:39
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.024)       0:00:40.126 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS version] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:44
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.023)       0:00:40.150 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:50
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.025)       0:00:40.176 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:56
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.024)       0:00:40.201 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:62
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.025)       0:00:40.226 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [],
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:67
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.051)       0:00:40.277 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:72
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.050)       0:00:40.328 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:78
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.035)       0:00:40.363 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:84
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.035)       0:00:40.399 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:90
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.037)       0:00:40.436 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [get information about RAID] **********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:7
Wednesday 06 July 2022  19:54:04 +0000 (0:00:00.039)       0:00:40.476 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "mdadm",
        "--detail",
        "/dev/md/test1"
    ],
    "delta": "0:00:00.007920",
    "end": "2022-07-06 15:54:04.096687",
    "rc": 0,
    "start": "2022-07-06 15:54:04.088767"
}

STDOUT:

/dev/md/test1:
           Version : 1.0
     Creation Time : Wed Jul  6 15:53:37 2022
        Raid Level : raid1
        Array Size : 10484608 (10.00 GiB 10.74 GB)
     Used Dev Size : 10484608 (10.00 GiB 10.74 GB)
      Raid Devices : 2
     Total Devices : 3
       Persistence : Superblock is persistent

     Intent Bitmap : Internal

       Update Time : Wed Jul  6 15:54:02 2022
             State : clean, resyncing 
    Active Devices : 2
   Working Devices : 3
    Failed Devices : 0
     Spare Devices : 1

Consistency Policy : bitmap

     Resync Status : 51% complete

              Name : test1
              UUID : ff40901b:706ff5cc:6eac4cf5:b7eb2a6d
            Events : 13

    Number   Major   Minor   RaidDevice State
       0       8        1        0      active sync   /dev/sda1
       1       8       17        1      active sync   /dev/sdb1

       2       8       33        -      spare   /dev/sdc1

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:13
Wednesday 06 July 2022  19:54:05 +0000 (0:00:00.421)       0:00:40.898 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:17
Wednesday 06 July 2022  19:54:05 +0000 (0:00:00.053)       0:00:40.951 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 1\\\n"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:21
Wednesday 06 July 2022  19:54:05 +0000 (0:00:00.049)       0:00:41.001 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.0\\\n"
    },
    "changed": false
}

TASK [check RAID active devices count] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:25
Wednesday 06 July 2022  19:54:05 +0000 (0:00:00.051)       0:00:41.052 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [check RAID spare devices count] ******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:31
Wednesday 06 July 2022  19:54:05 +0000 (0:00:00.059)       0:00:41.112 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [check RAID metadata version] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:37
Wednesday 06 July 2022  19:54:05 +0000 (0:00:00.054)       0:00:41.166 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [parse the actual size of the volume] *************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:3
Wednesday 06 July 2022  19:54:05 +0000 (0:00:00.057)       0:00:41.223 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 10737418240,
    "changed": false,
    "lvm": "10g",
    "parted": "10GiB",
    "size": "10 GiB"
}

TASK [parse the requested size of the volume] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:9
Wednesday 06 July 2022  19:54:05 +0000 (0:00:00.380)       0:00:41.603 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:15
Wednesday 06 July 2022  19:54:05 +0000 (0:00:00.038)       0:00:41.642 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:20
Wednesday 06 July 2022  19:54:05 +0000 (0:00:00.037)       0:00:41.679 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:25
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.069)       0:00:41.748 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:28
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.040)       0:00:41.789 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Get the size of parent/pool device] **************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:31
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.036)       0:00:41.826 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:36
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.035)       0:00:41.862 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:39
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.037)       0:00:41.900 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:44
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.070)       0:00:41.971 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_actual_size": {
        "bytes": 10737418240,
        "changed": false,
        "failed": false,
        "lvm": "10g",
        "parted": "10GiB",
        "size": "10 GiB"
    }
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:47
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.070)       0:00:42.041 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:50
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.070)       0:00:42.111 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:6
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.054)       0:00:42.166 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:14
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.023)       0:00:42.190 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check segment type] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:17
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.023)       0:00:42.213 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:22
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.024)       0:00:42.238 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [parse the requested cache size] ******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:26
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.026)       0:00:42.264 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:32
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.023)       0:00:42.287 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:36
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.022)       0:00:42.310 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:16
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.024)       0:00:42.335 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.038)       0:00:42.373 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null,
        "storage_test_volume": null
    },
    "changed": false
}

TASK [Remove the disk device created above] ************************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:60
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.034)       0:00:42.408 ******** 

TASK [fedora.linux_system_roles.storage : set platform/version specific variables] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.059)       0:00:42.467 ******** 
included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2
Wednesday 06 July 2022  19:54:06 +0000 (0:00:00.042)       0:00:42.510 ******** 
ok: [/cache/centos-9.qcow2.snap]

TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.521)       0:00:43.032 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/centos-9.qcow2.snap] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_9.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_9.yml"
}
ok: [/cache/centos-9.qcow2.snap] => (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"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/tmpq6mp_rlx/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 : define an empty list of pools to be used in testing] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.080)       0:00:43.112 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.041)       0:00:43.154 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : include the appropriate provider tasks] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.039)       0:00:43.193 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
included: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.storage : get a list of rpm packages installed on host machine] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.056)       0:00:43.250 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure blivet is available] *******
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.022)       0:00:43.273 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : show storage_pools] ******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:13
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.027)       0:00:43.301 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined"
}

TASK [fedora.linux_system_roles.storage : show storage_volumes] ****************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:18
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.036)       0:00:43.337 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_volumes": [
        {
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "state": "absent",
            "type": "raid"
        }
    ]
}

TASK [fedora.linux_system_roles.storage : get required packages] ***************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.043)       0:00:43.381 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : enable copr repositories if needed] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:35
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.031)       0:00:43.412 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : make sure required packages are installed] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.029)       0:00:43.442 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : get service facts] *******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.031)       0:00:43.473 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] *****
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:53
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.033)       0:00:43.506 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_cryptsetup_services": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:58
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.061)       0:00:43.568 ******** 

TASK [fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64
Wednesday 06 July 2022  19:54:07 +0000 (0:00:00.023)       0:00:43.592 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/md/test1",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/md/test1",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sdb1",
            "fs_type": "mdmember"
        },
        {
            "action": "destroy device",
            "device": "/dev/sdb1",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sdb",
            "fs_type": "disklabel"
        },
        {
            "action": "destroy format",
            "device": "/dev/sda1",
            "fs_type": "mdmember"
        },
        {
            "action": "destroy device",
            "device": "/dev/sda1",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sda",
            "fs_type": "disklabel"
        },
        {
            "action": "destroy format",
            "device": "/dev/sdc1",
            "fs_type": "mdmember"
        },
        {
            "action": "destroy device",
            "device": "/dev/sdc1",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sdc",
            "fs_type": "disklabel"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/sdb",
        "/dev/sda",
        "/dev/sdc",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf"
    ],
    "mounts": [
        {
            "fstype": "xfs",
            "path": "/opt/test1",
            "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
            "state": "absent"
        }
    ],
    "packages": [
        "e2fsprogs",
        "xfsprogs"
    ],
    "pools": [],
    "volumes": [
        {
            "_device": "",
            "_mount_id": "",
            "_raw_device": "",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": "0 B",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 10736238592,
            "state": "absent",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78
Wednesday 06 July 2022  19:54:10 +0000 (0:00:02.539)       0:00:46.131 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90
Wednesday 06 July 2022  19:54:10 +0000 (0:00:00.037)       0:00:46.169 ******** 

TASK [fedora.linux_system_roles.storage : show blivet_output] ******************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:96
Wednesday 06 July 2022  19:54:10 +0000 (0:00:00.022)       0:00:46.191 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/md/test1",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/md/test1",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sdb1",
                "fs_type": "mdmember"
            },
            {
                "action": "destroy device",
                "device": "/dev/sdb1",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sdb",
                "fs_type": "disklabel"
            },
            {
                "action": "destroy format",
                "device": "/dev/sda1",
                "fs_type": "mdmember"
            },
            {
                "action": "destroy device",
                "device": "/dev/sda1",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sda",
                "fs_type": "disklabel"
            },
            {
                "action": "destroy format",
                "device": "/dev/sdc1",
                "fs_type": "mdmember"
            },
            {
                "action": "destroy device",
                "device": "/dev/sdc1",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sdc",
                "fs_type": "disklabel"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/sdb",
            "/dev/sda",
            "/dev/sdc",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf"
        ],
        "mounts": [
            {
                "fstype": "xfs",
                "path": "/opt/test1",
                "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
                "state": "absent"
            }
        ],
        "packages": [
            "e2fsprogs",
            "xfsprogs"
        ],
        "pools": [],
        "volumes": [
            {
                "_device": "",
                "_mount_id": "",
                "_raw_device": "",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": "0 B",
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 10736238592,
                "state": "absent",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    }
}

TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Wednesday 06 July 2022  19:54:10 +0000 (0:00:00.041)       0:00:46.233 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": []
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105
Wednesday 06 July 2022  19:54:10 +0000 (0:00:00.040)       0:00:46.273 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_volumes_list": [
            {
                "_device": "",
                "_mount_id": "",
                "_raw_device": "",
                "cache_devices": [],
                "cache_mode": null,
                "cache_size": 0,
                "cached": false,
                "compression": null,
                "deduplication": null,
                "disks": [
                    "sda",
                    "sdb",
                    "sdc"
                ],
                "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_options": "defaults",
                "mount_passno": 0,
                "mount_point": "/opt/test1",
                "name": "test1",
                "raid_chunk_size": "0 B",
                "raid_device_count": 2,
                "raid_level": "raid1",
                "raid_metadata_version": "1.0",
                "raid_spare_count": 1,
                "size": 10736238592,
                "state": "absent",
                "thin": null,
                "thin_pool_name": null,
                "thin_pool_size": null,
                "type": "raid",
                "vdo_pool_size": null
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : remove obsolete mounts] **************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:121
Wednesday 06 July 2022  19:54:10 +0000 (0:00:00.040)       0:00:46.314 ******** 
redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount
changed: [/cache/centos-9.qcow2.snap] => (item={'src': 'UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd', 'path': '/opt/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": "/opt/test1",
        "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd",
        "state": "absent"
    },
    "name": "/opt/test1",
    "opts": "defaults",
    "passno": "0",
    "src": "UUID=e3ed5cf6-747a-4120-a9d6-b45797c73fcd"
}

TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132
Wednesday 06 July 2022  19:54:10 +0000 (0:00:00.378)       0:00:46.692 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : set up new/current mounts] ***********
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:137
Wednesday 06 July 2022  19:54:11 +0000 (0:00:00.667)       0:00:47.360 ******** 

TASK [fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148
Wednesday 06 July 2022  19:54:11 +0000 (0:00:00.038)       0:00:47.399 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "name": null,
    "status": {}
}

TASK [fedora.linux_system_roles.storage : retrieve facts for the /etc/crypttab file] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:156
Wednesday 06 July 2022  19:54:12 +0000 (0:00:00.650)       0:00:48.050 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657114115.7373767,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
        "ctime": 1654524050.107,
        "dev": 64513,
        "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": 1654523851.529,
        "nlink": 1,
        "path": "/etc/crypttab",
        "pw_name": "root",
        "readable": true,
        "rgrp": false,
        "roth": false,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "version": "610860986",
        "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/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:161
Wednesday 06 July 2022  19:54:12 +0000 (0:00:00.385)       0:00:48.435 ******** 

TASK [fedora.linux_system_roles.storage : Update facts] ************************
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183
Wednesday 06 July 2022  19:54:12 +0000 (0:00:00.024)       0:00:48.459 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:75
Wednesday 06 July 2022  19:54:13 +0000 (0:00:00.983)       0:00:49.442 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml for /cache/centos-9.qcow2.snap

TASK [Print out pool information] **********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:1
Wednesday 06 July 2022  19:54:13 +0000 (0:00:00.048)       0:00:49.491 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6
Wednesday 06 July 2022  19:54:13 +0000 (0:00:00.037)       0:00:49.529 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_volumes_list": [
        {
            "_device": "",
            "_mount_id": "",
            "_raw_device": "",
            "cache_devices": [],
            "cache_mode": null,
            "cache_size": 0,
            "cached": false,
            "compression": null,
            "deduplication": null,
            "disks": [
                "sda",
                "sdb",
                "sdc"
            ],
            "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_options": "defaults",
            "mount_passno": 0,
            "mount_point": "/opt/test1",
            "name": "test1",
            "raid_chunk_size": "0 B",
            "raid_device_count": 2,
            "raid_level": "raid1",
            "raid_metadata_version": "1.0",
            "raid_spare_count": 1,
            "size": 10736238592,
            "state": "absent",
            "thin": null,
            "thin_pool_name": null,
            "thin_pool_size": null,
            "type": "raid",
            "vdo_pool_size": null
        }
    ]
}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14
Wednesday 06 July 2022  19:54:13 +0000 (0:00:00.085)       0:00:49.614 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "info": {
        "/dev/nvme0n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme0n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme1n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme1n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/nvme2n1": {
            "fstype": "",
            "label": "",
            "name": "/dev/nvme2n1",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sda": {
            "fstype": "",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdb",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/sdc",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/sr0": {
            "fstype": "iso9660",
            "label": "cidata",
            "name": "/dev/sr0",
            "size": "364K",
            "type": "rom",
            "uuid": "2022-07-06-19-53-08-00"
        },
        "/dev/vda": {
            "fstype": "",
            "label": "",
            "name": "/dev/vda",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vda1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/vda1",
            "size": "10G",
            "type": "partition",
            "uuid": "4a8e5519-5f4a-41ef-bec6-391aaa7a9737"
        },
        "/dev/vdb": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdb",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdb1": {
            "fstype": "ext4",
            "label": "yumcache",
            "name": "/dev/vdb1",
            "size": "2G",
            "type": "partition",
            "uuid": "7e2b11b8-7ad7-4ea1-8ccb-c55a9090cba2"
        },
        "/dev/vdc": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdc",
            "size": "2G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdc1": {
            "fstype": "ext4",
            "label": "yumvarlib",
            "name": "/dev/vdc1",
            "size": "2G",
            "type": "partition",
            "uuid": "8ea8e052-f2d2-4f4b-8ff7-0b4eb5686df5"
        },
        "/dev/vdd": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdd",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vde": {
            "fstype": "",
            "label": "",
            "name": "/dev/vde",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        },
        "/dev/vdf": {
            "fstype": "",
            "label": "",
            "name": "/dev/vdf",
            "size": "10G",
            "type": "disk",
            "uuid": ""
        }
    }
}

TASK [Read the /etc/fstab file for volume existence] ***************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:19
Wednesday 06 July 2022  19:54:14 +0000 (0:00:00.418)       0:00:50.033 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.002990",
    "end": "2022-07-06 15:54:13.614045",
    "rc": 0,
    "start": "2022-07-06 15:54:13.611055"
}

STDOUT:


#
# /etc/fstab
# Created by anaconda on Mon Jun  6 13:57:31 2022
#
# Accessible filesystems, by reference, are maintained under '/dev/disk/'.
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
UUID=4a8e5519-5f4a-41ef-bec6-391aaa7a9737 /                       xfs     defaults        0 0
/dev/vdb1	/var/cache/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2
/dev/vdc1	/var/lib/dnf	auto	defaults,nofail,x-systemd.requires=cloud-init.service,_netdev,comment=cloudconfig	0	2

TASK [Read the /etc/crypttab file] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:24
Wednesday 06 July 2022  19:54:14 +0000 (0:00:00.378)       0:00:50.411 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003589",
    "end": "2022-07-06 15:54:13.991879",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 15:54:13.988290"
}

TASK [Verify the volumes listed in storage_pools were correctly managed] *******
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:33
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.377)       0:00:50.789 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.020)       0:00:50.810 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_pool": null
    },
    "changed": false
}

TASK [Verify the volumes with no pool were correctly managed] ******************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:47
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.035)       0:00:50.845 ******** 
[WARNING]: The loop variable 'storage_test_volume' is already in use. You
should set the `loop_var` value in the `loop_control` option for the task to
something else to avoid variable collisions and unexpected behavior.
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml for /cache/centos-9.qcow2.snap => (item={'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': '', 'fs_type': 'xfs', 'mount_options': 'defaults', 'mount_point': '/opt/test1', 'name': 'test1', 'raid_level': 'raid1', 'size': 10736238592, 'state': 'absent', 'type': 'raid', 'disks': ['sda', 'sdb', 'sdc'], 'raid_device_count': 2, 'raid_spare_count': 1, 'raid_metadata_version': '1.0', 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_chunk_size': '0 B', 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': [], '_device': '', '_raw_device': '', '_mount_id': ''})

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:2
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.062)       0:00:50.908 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": false,
        "_storage_volume_tests": [
            "mount",
            "fstab",
            "fs",
            "device",
            "encryption",
            "md",
            "size",
            "cache"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:10
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.047)       0:00:50.956 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml for /cache/centos-9.qcow2.snap => (item=mount)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml for /cache/centos-9.qcow2.snap => (item=fstab)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml for /cache/centos-9.qcow2.snap => (item=fs)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml for /cache/centos-9.qcow2.snap => (item=device)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml for /cache/centos-9.qcow2.snap => (item=encryption)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml for /cache/centos-9.qcow2.snap => (item=md)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml for /cache/centos-9.qcow2.snap => (item=size)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml for /cache/centos-9.qcow2.snap => (item=cache)

TASK [Get expected mount device based on device type] **************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:6
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.072)       0:00:51.028 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_device_path": ""
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:10
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.039)       0:00:51.068 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": [],
        "storage_test_mount_expected_match_count": "0",
        "storage_test_mount_point_matches": [],
        "storage_test_swap_expected_matches": "0"
    },
    "changed": false
}

TASK [Verify the current mount state by device] ********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:20
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.056)       0:00:51.124 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the current mount state by mount point] ***************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:29
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.023)       0:00:51.148 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify the mount fs type] ************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:37
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.051)       0:00:51.199 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [command] *****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:46
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.036)       0:00:51.236 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Gather swap info] ********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:50
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.024)       0:00:51.261 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify swap status] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:55
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.022)       0:00:51.284 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Unset facts] *************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:65
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.023)       0:00:51.307 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_mount_device_matches": null,
        "storage_test_mount_expected_match_count": null,
        "storage_test_mount_point_matches": null,
        "storage_test_swap_expected_matches": null,
        "storage_test_swaps": null,
        "storage_test_sys_node": null
    },
    "changed": false
}

TASK [Set some variables for fstab checking] ***********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:2
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.034)       0:00:51.342 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "0",
        "storage_test_fstab_expected_mount_options_matches": "0",
        "storage_test_fstab_expected_mount_point_matches": "0",
        "storage_test_fstab_id_matches": [],
        "storage_test_fstab_mount_options_matches": [],
        "storage_test_fstab_mount_point_matches": []
    },
    "changed": false
}

TASK [Verify that the device identifier appears in /etc/fstab] *****************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:12
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.061)       0:00:51.403 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the fstab mount point] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:19
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.023)       0:00:51.426 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Verify mount_options] ****************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:25
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.047)       0:00:51.474 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up variables] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fstab.yml:34
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.036)       0:00:51.510 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": null,
        "storage_test_fstab_expected_mount_options_matches": null,
        "storage_test_fstab_expected_mount_point_matches": null,
        "storage_test_fstab_id_matches": null,
        "storage_test_fstab_mount_options_matches": null,
        "storage_test_fstab_mount_point_matches": null
    },
    "changed": false
}

TASK [Verify fs type] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml:4
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.033)       0:00:51.543 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify fs label] *********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-fs.yml:10
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.023)       0:00:51.567 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [See whether the device node is present] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:4
Wednesday 06 July 2022  19:54:15 +0000 (0:00:00.022)       0:00:51.590 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Verify the presence/absence of the device node] **************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:10
Wednesday 06 July 2022  19:54:16 +0000 (0:00:00.418)       0:00:52.008 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Make sure we got info about this volume] *********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:15
Wednesday 06 July 2022  19:54:16 +0000 (0:00:00.046)       0:00:52.055 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [(1/2) Process volume type (set initial value)] ***************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:21
Wednesday 06 July 2022  19:54:16 +0000 (0:00:00.025)       0:00:52.081 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid"
    },
    "changed": false
}

TASK [(2/2) Process volume type (get RAID value)] ******************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:25
Wednesday 06 July 2022  19:54:16 +0000 (0:00:00.037)       0:00:52.119 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "raid1"
    },
    "changed": false
}

TASK [Verify the volume's device type] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-device.yml:30
Wednesday 06 July 2022  19:54:16 +0000 (0:00:00.040)       0:00:52.159 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Stat the LUKS device, if encrypted] **************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:3
Wednesday 06 July 2022  19:54:16 +0000 (0:00:00.024)       0:00:52.183 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure cryptsetup is present] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:10
Wednesday 06 July 2022  19:54:16 +0000 (0:00:00.022)       0:00:52.206 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Collect LUKS info for this volume] ***************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:15
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.849)       0:00:53.055 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the presence/absence of the LUKS device node] *********************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:21
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.026)       0:00:53.081 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify that the raw device is the same as the device if not encrypted] ***
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:27
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.028)       0:00:53.110 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Make sure we got info about the LUKS volume if encrypted] ****************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:33
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.028)       0:00:53.138 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the LUKS volume's device type if encrypted] ***********************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:39
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.028)       0:00:53.167 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS version] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:44
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.024)       0:00:53.192 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS key size] *****************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:50
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.027)       0:00:53.219 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check LUKS cipher] *******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:56
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.031)       0:00:53.251 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:62
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.023)       0:00:53.275 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": [],
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:67
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.051)       0:00:53.327 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Validate the format of the crypttab entry] *******************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:72
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.056)       0:00:53.383 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check backing device of crypttab entry] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:78
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.040)       0:00:53.424 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check key file of crypttab entry] ****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:84
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.043)       0:00:53.467 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:90
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.038)       0:00:53.505 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_expected_crypttab_entries": null,
        "_storage_test_expected_crypttab_key_file": null
    },
    "changed": false
}

TASK [get information about RAID] **********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:7
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.038)       0:00:53.544 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:13
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.037)       0:00:53.581 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:17
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.038)       0:00:53.619 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:21
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.038)       0:00:53.658 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check RAID active devices count] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:25
Wednesday 06 July 2022  19:54:17 +0000 (0:00:00.040)       0:00:53.698 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check RAID spare devices count] ******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:31
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.037)       0:00:53.736 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check RAID metadata version] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-md.yml:37
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.035)       0:00:53.771 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [parse the actual size of the volume] *************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:3
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.033)       0:00:53.805 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [parse the requested size of the volume] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:9
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.024)       0:00:53.829 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Establish base value for expected size] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:15
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.034)       0:00:53.864 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:20
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.035)       0:00:53.899 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:25
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.073)       0:00:53.973 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:28
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.037)       0:00:54.011 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Get the size of parent/pool device] **************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:31
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.036)       0:00:54.047 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:36
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.036)       0:00:54.084 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Calculate the expected size based on pool size and percentage value] *****
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:39
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.080)       0:00:54.164 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:44
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.037)       0:00:54.201 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_actual_size": {
        "changed": false,
        "skip_reason": "Conditional result was False",
        "skipped": true
    }
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:47
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.037)       0:00:54.239 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:50
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.037)       0:00:54.276 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get information about the LV] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:6
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.025)       0:00:54.302 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:14
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.023)       0:00:54.325 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check segment type] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:17
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.023)       0:00:54.349 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:22
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.022)       0:00:54.372 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [parse the requested cache size] ******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:26
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.026)       0:00:54.398 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:32
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.024)       0:00:54.423 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check cache size] ********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:36
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.024)       0:00:54.447 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Clean up facts] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:16
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.024)       0:00:54.471 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_volume_present": null
    },
    "changed": false
}

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57
Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.035)       0:00:54.507 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_blkinfo": null,
        "storage_test_crypttab": null,
        "storage_test_fstab": null,
        "storage_test_volume": null
    },
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-9.qcow2.snap : ok=221  changed=4    unreachable=0    failed=0    skipped=158  rescued=0    ignored=0   

Wednesday 06 July 2022  19:54:18 +0000 (0:00:00.046)       0:00:54.553 ******** 
=============================================================================== 
fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 8.21s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 
fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 2.54s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 
fedora.linux_system_roles.storage : get service facts ------------------- 1.81s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:47 
fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 1.60s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 
Gathering Facts --------------------------------------------------------- 1.36s
/tmp/tmpaxpydj_h/tests/storage/tests_raid_volume_options.yml:2 ----------------
fedora.linux_system_roles.storage : make sure blivet is available ------- 1.28s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 
fedora.linux_system_roles.storage : Update facts ------------------------ 1.02s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 
fedora.linux_system_roles.storage : Update facts ------------------------ 0.99s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 
fedora.linux_system_roles.storage : Update facts ------------------------ 0.98s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 
fedora.linux_system_roles.storage : Update facts ------------------------ 0.94s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 
fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.93s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 
Ensure cryptsetup is present -------------------------------------------- 0.89s
/tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:10 -----------
Ensure cryptsetup is present -------------------------------------------- 0.88s
/tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:10 -----------
fedora.linux_system_roles.storage : make sure required packages are installed --- 0.87s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 
Ensure cryptsetup is present -------------------------------------------- 0.85s
/tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:10 -----------
fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.73s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 
fedora.linux_system_roles.storage : get required packages --------------- 0.72s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 
fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.71s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 
fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.68s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 
fedora.linux_system_roles.storage : tell systemd to refresh its view of /etc/fstab --- 0.67s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132