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_existing_lvm_pool.yml ******************************************
1 plays in /tmp/tmpnhy4yzav/tests/tests_existing_lvm_pool.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_existing_lvm_pool.yml:2
Wednesday 06 July 2022  14:44:43 +0000 (0:00:00.012)       0:00:00.012 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [include_role : linux-system-roles.storage] *******************************
task path: /tmp/tmpnhy4yzav/tests/tests_existing_lvm_pool.yml:13
Wednesday 06 July 2022  14:44:44 +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  14:44:44 +0000 (0:00:00.034)       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  14:44:44 +0000 (0:00:00.031)       0:00:01.398 ******** 
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  14:44:45 +0000 (0:00:00.543)       0:00:01.941 ******** 
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  14:44:45 +0000 (0:00:00.075)       0:00:02.016 ******** 
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  14:44:45 +0000 (0:00:00.031)       0:00:02.048 ******** 
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  14:44:45 +0000 (0:00:00.030)       0:00:02.079 ******** 
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  14:44:45 +0000 (0:00:00.048)       0:00:02.127 ******** 
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  14:44:45 +0000 (0:00:00.019)       0:00:02.146 ******** 
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  14:44:46 +0000 (0:00:01.399)       0:00:03.546 ******** 
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  14:44:47 +0000 (0:00:00.033)       0:00:03.579 ******** 
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  14:44:47 +0000 (0:00:00.032)       0:00:03.612 ******** 
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  14:44:47 +0000 (0:00:00.762)       0:00:04.374 ******** 
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  14:44:47 +0000 (0:00:00.042)       0:00:04.417 ******** 

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  14:44:47 +0000 (0:00:00.031)       0:00:04.448 ******** 
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  14:44:47 +0000 (0:00:00.035)       0:00:04.484 ******** 

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  14:44:47 +0000 (0:00:00.041)       0:00:04.525 ******** 
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  14:44:48 +0000 (0:00:00.897)       0:00:05.423 ******** 
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  14:44:51 +0000 (0:00:02.839)       0:00:08.262 ******** 
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  14:44:51 +0000 (0:00:00.088)       0:00:08.350 ******** 

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  14:44:51 +0000 (0:00:00.048)       0:00:08.399 ******** 
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  14:44:52 +0000 (0:00:00.540)       0:00:08.939 ******** 
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  14:44:52 +0000 (0:00:00.039)       0:00:08.979 ******** 

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  14:44:52 +0000 (0:00:00.024)       0:00:09.004 ******** 
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  14:44:52 +0000 (0:00:00.039)       0:00:09.043 ******** 
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  14:44:52 +0000 (0:00:00.038)       0:00:09.081 ******** 
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  14:44:52 +0000 (0:00:00.038)       0:00:09.120 ******** 

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  14:44:52 +0000 (0:00:00.037)       0:00:09.157 ******** 
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  14:44:52 +0000 (0:00:00.024)       0:00:09.182 ******** 

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  14:44:52 +0000 (0:00:00.035)       0:00:09.218 ******** 
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  14:44:52 +0000 (0:00:00.022)       0:00:09.241 ******** 
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  14:44:53 +0000 (0:00:00.505)       0:00:09.746 ******** 

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  14:44:53 +0000 (0:00:00.021)       0:00:09.767 ******** 
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_existing_lvm_pool.yml:16
Wednesday 06 July 2022  14:44:54 +0000 (0:00:00.969)       0:00:10.737 ******** 
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_existing_lvm_pool.yml:23
Wednesday 06 July 2022  14:44:54 +0000 (0:00:00.032)       0:00:10.770 ******** 
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  14:44:54 +0000 (0:00:00.036)       0:00:10.806 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "disks": [
        "sda"
    ]
}

TASK [Set unused_disks if necessary] *******************************************
task path: /tmp/tmpnhy4yzav/tests/get_unused_disk.yml:9
Wednesday 06 July 2022  14:44:54 +0000 (0:00:00.530)       0:00:11.336 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "unused_disks": [
            "sda"
        ]
    },
    "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  14:44:54 +0000 (0:00:00.040)       0:00:11.377 ******** 
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  14:44:54 +0000 (0:00:00.041)       0:00:11.418 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "unused_disks": [
        "sda"
    ]
}

TASK [Create one LVM logical volume under one volume group] ********************
task path: /tmp/tmpnhy4yzav/tests/tests_existing_lvm_pool.yml:28
Wednesday 06 July 2022  14:44:54 +0000 (0:00:00.035)       0:00:11.454 ******** 

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  14:44:54 +0000 (0:00:00.044)       0:00:11.499 ******** 
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  14:44:54 +0000 (0:00:00.035)       0:00:11.534 ******** 
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  14:44:55 +0000 (0:00:00.541)       0:00:12.076 ******** 
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  14:44:55 +0000 (0:00:00.076)       0:00:12.152 ******** 
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  14:44:55 +0000 (0:00:00.037)       0:00:12.189 ******** 
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  14:44:55 +0000 (0:00:00.033)       0:00:12.223 ******** 
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  14:44:55 +0000 (0:00:00.046)       0:00:12.269 ******** 
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  14:44:55 +0000 (0:00:00.020)       0:00:12.290 ******** 
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  14:44:55 +0000 (0:00:00.025)       0:00:12.316 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "volumes": [
                {
                    "name": "test1",
                    "size": "4g"
                }
            ]
        }
    ]
}

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  14:44:55 +0000 (0:00:00.037)       0:00:12.353 ******** 
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  14:44:55 +0000 (0:00:00.033)       0:00:12.387 ******** 
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  14:44:55 +0000 (0:00:00.028)       0:00:12.416 ******** 
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  14:44:55 +0000 (0:00:00.025)       0:00:12.442 ******** 
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  14:44:55 +0000 (0:00:00.026)       0:00:12.468 ******** 
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  14:44:55 +0000 (0:00:00.028)       0:00:12.497 ******** 
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  14:44:55 +0000 (0:00:00.055)       0:00:12.552 ******** 

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  14:44:56 +0000 (0:00:00.022)       0:00:12.574 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "actions": [
        {
            "action": "create format",
            "device": "/dev/sda",
            "fs_type": "lvmpv"
        },
        {
            "action": "create device",
            "device": "/dev/foo",
            "fs_type": null
        },
        {
            "action": "create device",
            "device": "/dev/mapper/foo-test1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/foo-test1",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/sdb",
        "/dev/sdc",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf",
        "/dev/mapper/foo-test1"
    ],
    "mounts": [],
    "packages": [
        "xfsprogs",
        "e2fsprogs",
        "lvm2"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/foo-test1",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "/dev/mapper/foo-test1",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "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  14:44:57 +0000 (0:00:01.924)       0:00:14.499 ******** 
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  14:44:58 +0000 (0:00:00.091)       0:00:14.590 ******** 

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  14:44:58 +0000 (0:00:00.022)       0:00:14.612 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [
            {
                "action": "create format",
                "device": "/dev/sda",
                "fs_type": "lvmpv"
            },
            {
                "action": "create device",
                "device": "/dev/foo",
                "fs_type": null
            },
            {
                "action": "create device",
                "device": "/dev/mapper/foo-test1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/foo-test1",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/sdb",
            "/dev/sdc",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf",
            "/dev/mapper/foo-test1"
        ],
        "mounts": [],
        "packages": [
            "xfsprogs",
            "e2fsprogs",
            "lvm2"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/foo-test1",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "/dev/mapper/foo-test1",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "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  14:44:58 +0000 (0:00:00.038)       0:00:14.651 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/foo-test1",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "/dev/mapper/foo-test1",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "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  14:44:58 +0000 (0:00:00.037)       0:00:14.689 ******** 
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  14:44:58 +0000 (0:00:00.033)       0:00:14.722 ******** 

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  14:44:58 +0000 (0:00:00.034)       0:00:14.757 ******** 
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  14:44:58 +0000 (0:00:00.023)       0:00:14.780 ******** 

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  14:44:58 +0000 (0:00:00.043)       0:00:14.824 ******** 
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  14:44:58 +0000 (0:00:00.024)       0:00:14.848 ******** 
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  14:44:58 +0000 (0:00:00.410)       0:00:15.258 ******** 

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  14:44:58 +0000 (0:00:00.024)       0:00:15.283 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_existing_lvm_pool.yml:39
Wednesday 06 July 2022  14:44:59 +0000 (0:00:00.999)       0:00:16.283 ******** 
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  14:44:59 +0000 (0:00:00.039)       0:00:16.322 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/foo-test1",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "/dev/mapper/foo-test1",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6
Wednesday 06 July 2022  14:44:59 +0000 (0:00:00.051)       0:00:16.374 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14
Wednesday 06 July 2022  14:44:59 +0000 (0:00:00.034)       0:00:16.408 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "info": {
        "/dev/mapper/foo-test1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/foo-test1",
            "size": "4G",
            "type": "lvm",
            "uuid": "132185e5-5c26-40e2-bd8b-11ccf9cc556e"
        },
        "/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": "LVM2_member",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "Wuozbx-KDuY-1gAD-Xl4z-J7yS-h3TO-6KI756"
        },
        "/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-14-44-29-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  14:45:00 +0000 (0:00:00.508)       0:00:16.917 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003066",
    "end": "2022-07-06 10:45:00.803311",
    "rc": 0,
    "start": "2022-07-06 10:45:00.800245"
}

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  14:45:00 +0000 (0:00:00.556)       0:00:17.473 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003119",
    "end": "2022-07-06 10:45:01.220253",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 10:45:01.217134"
}

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  14:45:01 +0000 (0:00:00.461)       0:00:17.935 ******** 
included: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'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': '', 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}], 'raid_chunk_size': None})

TASK [Set _storage_pool_tests] *************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5
Wednesday 06 July 2022  14:45:01 +0000 (0:00:00.062)       0:00:17.997 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18
Wednesday 06 July 2022  14:45:01 +0000 (0:00:00.035)       0:00:18.033 ******** 
included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members)
included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes)

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1
Wednesday 06 July 2022  14:45:01 +0000 (0:00:00.048)       0:00:18.081 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_count": "1",
        "_storage_test_pool_pvs_lvm": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Get the canonical device path for each member device] ********************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10
Wednesday 06 July 2022  14:45:01 +0000 (0:00:00.059)       0:00:18.140 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "device": "/dev/sda",
    "pv": "/dev/sda"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.494)       0:00:18.635 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": "1"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.056)       0:00:18.692 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_pool_pvs": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Verify PV count] *********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.052)       0:00:18.744 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.052)       0:00:18.797 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.037)       0:00:18.835 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.049)       0:00:18.885 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.023)       0:00:18.908 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "pv": "/dev/sda"
}

MSG:

All assertions passed

TASK [Check MD RAID] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.041)       0:00:18.950 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap

TASK [get information about RAID] **********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.048)       0:00:18.998 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.026)       0:00:19.025 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.030)       0:00:19.055 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.049)       0:00:19.104 ******** 
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/verify-pool-md.yml:24
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.043)       0:00:19.147 ******** 
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/verify-pool-md.yml:30
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.043)       0:00:19.191 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check RAID metadata version] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.044)       0:00:19.235 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.041)       0:00:19.277 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:59
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.061)       0:00:19.338 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member LVM RAID settings] **********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.081)       0:00:19.420 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.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': '', 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about LVM RAID] ******************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.yml:3
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.050)       0:00:19.470 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is LVM RAID] *******************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.yml:8
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.028)       0:00:19.499 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.yml:12
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.030)       0:00:19.529 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check Thin Pools] ********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62
Wednesday 06 July 2022  14:45:02 +0000 (0:00:00.029)       0:00:19.558 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member thinpool settings] **********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.047)       0:00:19.606 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.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': '', 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about thinpool] ******************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:3
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.080)       0:00:19.687 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in correct thinpool (when thinp name is provided)] ***
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:8
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.025)       0:00:19.712 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in thinpool (when thinp name is not provided)] ******
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:13
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.023)       0:00:19.736 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:17
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.024)       0:00:19.760 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check member encryption] *************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.025)       0:00:19.785 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.046)       0:00:19.832 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.053)       0:00:19.885 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/sda)  => {
    "_storage_test_pool_member_path": "/dev/sda",
    "ansible_loop_var": "_storage_test_pool_member_path",
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Validate pool member crypttab entries] ***********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.026)       0:00:19.912 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/sda)

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.042)       0:00:19.954 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": []
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.051)       0:00:20.006 ******** 
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/verify-pool-member-crypttab.yml:11
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.054)       0:00:20.060 ******** 
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/verify-pool-member-crypttab.yml:17
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.037)       0:00:20.098 ******** 
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/verify-pool-member-crypttab.yml:23
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.042)       0:00:20.140 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.037)       0:00:20.178 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.035)       0:00:20.214 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.036)       0:00:20.250 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member VDO settings] ***************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.049)       0:00:20.300 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.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': '', 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [get information about VDO deduplication] *********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:3
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.046)       0:00:20.346 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:8
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.025)       0:00:20.372 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:11
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.024)       0:00:20.396 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:16
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.023)       0:00:20.419 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:21
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.026)       0:00:20.446 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:24
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.023)       0:00:20.470 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:29
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.025)       0:00:20.495 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:39
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.023)       0:00:20.518 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_vdo_status": null
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71
Wednesday 06 July 2022  14:45:03 +0000 (0:00:00.036)       0:00:20.555 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [verify the volumes] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3
Wednesday 06 July 2022  14:45:04 +0000 (0:00:00.033)       0:00:20.589 ******** 
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': '', 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:2
Wednesday 06 July 2022  14:45:04 +0000 (0:00:00.041)       0:00:20.631 ******** 
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  14:45:04 +0000 (0:00:00.048)       0:00:20.679 ******** 
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  14:45:04 +0000 (0:00:00.082)       0:00:20.761 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/foo-test1"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:14
Wednesday 06 July 2022  14:45:04 +0000 (0:00:00.072)       0:00:20.834 ******** 
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  14:45:04 +0000 (0:00:00.107)       0:00:20.942 ******** 
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  14:45:04 +0000 (0:00:00.026)       0:00:20.968 ******** 
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  14:45:04 +0000 (0:00:00.051)       0:00:21.020 ******** 
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  14:45:04 +0000 (0:00:00.040)       0:00:21.060 ******** 
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  14:45:04 +0000 (0:00:00.022)       0:00:21.083 ******** 
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  14:45:04 +0000 (0:00:00.024)       0:00:21.107 ******** 
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  14:45:04 +0000 (0:00:00.024)       0:00:21.132 ******** 
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  14:45:04 +0000 (0:00:00.037)       0:00:21.170 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "0",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "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  14:45:04 +0000 (0:00:00.060)       0:00:21.230 ******** 
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  14:45:04 +0000 (0:00:00.052)       0:00:21.283 ******** 
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  14:45:04 +0000 (0:00:00.051)       0:00:21.335 ******** 
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  14:45:04 +0000 (0:00:00.042)       0:00:21.377 ******** 
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  14:45:04 +0000 (0:00:00.036)       0:00:21.413 ******** 
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  14:45:04 +0000 (0:00:00.040)       0:00:21.453 ******** 
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  14:45:04 +0000 (0:00:00.042)       0:00:21.496 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657118697.7712,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1657118697.7712,
        "dev": 5,
        "device_type": 64768,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 673,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1657118697.7712,
        "nlink": 1,
        "path": "/dev/mapper/foo-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  14:45:05 +0000 (0:00:00.403)       0:00:21.899 ******** 
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  14:45:05 +0000 (0:00:00.040)       0:00:21.940 ******** 
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  14:45:05 +0000 (0:00:00.041)       0:00:21.981 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "lvm"
    },
    "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  14:45:05 +0000 (0:00:00.038)       0:00:22.019 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:33
Wednesday 06 July 2022  14:45:05 +0000 (0:00:00.027)       0:00:22.047 ******** 
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  14:45:05 +0000 (0:00:00.042)       0:00:22.089 ******** 
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  14:45:05 +0000 (0:00:00.024)       0:00:22.114 ******** 
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  14:45:06 +0000 (0:00:00.913)       0:00:23.027 ******** 
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  14:45:06 +0000 (0:00:00.026)       0:00:23.053 ******** 
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  14:45:06 +0000 (0:00:00.024)       0:00:23.078 ******** 
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  14:45:06 +0000 (0:00:00.052)       0:00:23.130 ******** 
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  14:45:06 +0000 (0:00:00.026)       0:00:23.157 ******** 
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  14:45:06 +0000 (0:00:00.026)       0:00:23.183 ******** 
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  14:45:06 +0000 (0:00:00.022)       0:00:23.206 ******** 
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  14:45:06 +0000 (0:00:00.024)       0:00:23.230 ******** 
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  14:45:06 +0000 (0:00:00.050)       0:00:23.281 ******** 
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  14:45:06 +0000 (0:00:00.051)       0:00:23.333 ******** 
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  14:45:06 +0000 (0:00:00.050)       0:00:23.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/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:85
Wednesday 06 July 2022  14:45:06 +0000 (0:00:00.042)       0:00:23.425 ******** 
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  14:45:06 +0000 (0:00:00.038)       0:00:23.464 ******** 
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  14:45:06 +0000 (0:00:00.038)       0:00:23.502 ******** 
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  14:45:06 +0000 (0:00:00.035)       0:00:23.538 ******** 
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  14:45:07 +0000 (0:00:00.043)       0:00:23.581 ******** 
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  14:45:07 +0000 (0:00:00.040)       0:00:23.622 ******** 
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  14:45:07 +0000 (0:00:00.039)       0:00:23.661 ******** 
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  14:45:07 +0000 (0:00:00.039)       0:00:23.701 ******** 
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  14:45:07 +0000 (0:00:00.042)       0:00:23.743 ******** 
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  14:45:07 +0000 (0:00:00.043)       0:00:23.787 ******** 
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  14:45:07 +0000 (0:00:00.049)       0:00:23.836 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [parse the requested size of the volume] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:9
Wednesday 06 July 2022  14:45:07 +0000 (0:00:00.556)       0:00:24.393 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [Establish base value for expected size] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:15
Wednesday 06 July 2022  14:45:08 +0000 (0:00:00.391)       0:00:24.784 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_expected_size": "4294967296"
    },
    "changed": false
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:20
Wednesday 06 July 2022  14:45:08 +0000 (0:00:00.054)       0:00:24.839 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "4294967296"
}

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

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:28
Wednesday 06 July 2022  14:45:08 +0000 (0:00:00.039)       0:00:24.921 ******** 
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  14:45:08 +0000 (0:00:00.047)       0:00:24.968 ******** 
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  14:45:08 +0000 (0:00:00.040)       0:00:25.009 ******** 
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  14:45:08 +0000 (0:00:00.044)       0:00:25.053 ******** 
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  14:45:08 +0000 (0:00:00.042)       0:00:25.095 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_actual_size": {
        "bytes": 4294967296,
        "changed": false,
        "failed": false,
        "lvm": "4g",
        "parted": "4GiB",
        "size": "4 GiB"
    }
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:47
Wednesday 06 July 2022  14:45:08 +0000 (0:00:00.049)       0:00:25.145 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "4294967296"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:50
Wednesday 06 July 2022  14:45:08 +0000 (0:00:00.040)       0:00:25.185 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get information about the LV] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:6
Wednesday 06 July 2022  14:45:08 +0000 (0:00:00.054)       0:00:25.240 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "lvs",
        "--noheadings",
        "--nameprefixes",
        "--units=b",
        "--nosuffix",
        "--unquoted",
        "-o",
        "name,attr,cache_total_blocks,chunk_size,segtype",
        "foo/test1"
    ],
    "delta": "0:00:00.029819",
    "end": "2022-07-06 10:45:08.986292",
    "rc": 0,
    "start": "2022-07-06 10:45:08.956473"
}

STDOUT:

  LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:14
Wednesday 06 July 2022  14:45:09 +0000 (0:00:00.416)       0:00:25.657 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_lv_segtype": [
            "linear"
        ]
    },
    "changed": false
}

TASK [check segment type] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:17
Wednesday 06 July 2022  14:45:09 +0000 (0:00:00.094)       0:00:25.752 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:22
Wednesday 06 July 2022  14:45:09 +0000 (0:00:00.088)       0:00:25.841 ******** 
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  14:45:09 +0000 (0:00:00.039)       0:00:25.880 ******** 
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  14:45:09 +0000 (0:00:00.038)       0:00:25.919 ******** 
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  14:45:09 +0000 (0:00:00.039)       0:00:25.958 ******** 
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  14:45:09 +0000 (0:00:00.041)       0:00:26.000 ******** 
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:40
Wednesday 06 July 2022  14:45:09 +0000 (0:00:00.087)       0:00:26.087 ******** 
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  14:45:09 +0000 (0:00:00.034)       0:00:26.122 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57
Wednesday 06 July 2022  14:45:09 +0000 (0:00:00.026)       0:00:26.148 ******** 
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 [Create another volume in the existing pool, identified only by name.] ****
task path: /tmp/tmpnhy4yzav/tests/tests_existing_lvm_pool.yml:41
Wednesday 06 July 2022  14:45:09 +0000 (0:00:00.035)       0:00:26.184 ******** 

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  14:45:09 +0000 (0:00:00.048)       0:00:26.232 ******** 
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  14:45:09 +0000 (0:00:00.035)       0:00:26.267 ******** 
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  14:45:10 +0000 (0:00:00.531)       0:00:26.799 ******** 
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  14:45:10 +0000 (0:00:00.073)       0:00:26.873 ******** 
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  14:45:10 +0000 (0:00:00.035)       0:00:26.909 ******** 
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  14:45:10 +0000 (0:00:00.037)       0:00:26.946 ******** 
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  14:45:10 +0000 (0:00:00.049)       0:00:26.996 ******** 
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  14:45:10 +0000 (0:00:00.021)       0:00:27.017 ******** 
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  14:45:10 +0000 (0:00:00.029)       0:00:27.047 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": [
        {
            "name": "foo",
            "volumes": [
                {
                    "fs_label": "newvol",
                    "fs_type": "ext4",
                    "name": "newvol",
                    "size": "2 GiB"
                }
            ]
        }
    ]
}

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  14:45:10 +0000 (0:00:00.040)       0:00:27.087 ******** 
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  14:45:10 +0000 (0:00:00.040)       0:00:27.127 ******** 
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  14:45:10 +0000 (0:00:00.032)       0:00:27.161 ******** 
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  14:45:10 +0000 (0:00:00.031)       0:00:27.192 ******** 
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  14:45:10 +0000 (0:00:00.033)       0:00:27.226 ******** 
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  14:45:10 +0000 (0:00:00.028)       0:00:27.254 ******** 
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  14:45:10 +0000 (0:00:00.060)       0:00:27.315 ******** 

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  14:45:10 +0000 (0:00:00.023)       0:00:27.338 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "actions": [
        {
            "action": "create device",
            "device": "/dev/mapper/foo-newvol",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/foo-newvol",
            "fs_type": "ext4"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/mapper/foo-test1",
        "/dev/sdb",
        "/dev/sdc",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf",
        "/dev/mapper/foo-newvol"
    ],
    "mounts": [],
    "packages": [
        "xfsprogs",
        "lvm2",
        "e2fsprogs"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/foo-newvol",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "/dev/mapper/foo-newvol",
                    "_raw_device": "/dev/mapper/foo-newvol",
                    "_raw_kernel_device": "/dev/dm-1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "newvol",
                    "fs_overwrite_existing": true,
                    "fs_type": "ext4",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "name": "newvol",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "size": "2 GiB",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "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  14:45:12 +0000 (0:00:01.765)       0:00:29.104 ******** 
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  14:45:12 +0000 (0:00:00.038)       0:00:29.142 ******** 

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  14:45:12 +0000 (0:00:00.024)       0:00:29.167 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [
            {
                "action": "create device",
                "device": "/dev/mapper/foo-newvol",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/foo-newvol",
                "fs_type": "ext4"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/mapper/foo-test1",
            "/dev/sdb",
            "/dev/sdc",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf",
            "/dev/mapper/foo-newvol"
        ],
        "mounts": [],
        "packages": [
            "xfsprogs",
            "lvm2",
            "e2fsprogs"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/foo-newvol",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "/dev/mapper/foo-newvol",
                        "_raw_device": "/dev/mapper/foo-newvol",
                        "_raw_kernel_device": "/dev/dm-1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "newvol",
                        "fs_overwrite_existing": true,
                        "fs_type": "ext4",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "name": "newvol",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "size": "2 GiB",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "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  14:45:12 +0000 (0:00:00.041)       0:00:29.208 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/foo-newvol",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "/dev/mapper/foo-newvol",
                        "_raw_device": "/dev/mapper/foo-newvol",
                        "_raw_kernel_device": "/dev/dm-1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "newvol",
                        "fs_overwrite_existing": true,
                        "fs_type": "ext4",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "name": "newvol",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "size": "2 GiB",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "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  14:45:12 +0000 (0:00:00.042)       0:00:29.250 ******** 
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  14:45:12 +0000 (0:00:00.036)       0:00:29.286 ******** 

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  14:45:12 +0000 (0:00:00.037)       0:00:29.324 ******** 
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  14:45:12 +0000 (0:00:00.023)       0:00:29.347 ******** 

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  14:45:12 +0000 (0:00:00.037)       0:00:29.385 ******** 
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  14:45:12 +0000 (0:00:00.024)       0:00:29.410 ******** 
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  14:45:13 +0000 (0:00:00.378)       0:00:29.788 ******** 

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  14:45:13 +0000 (0:00:00.022)       0:00:29.811 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_existing_lvm_pool.yml:53
Wednesday 06 July 2022  14:45:14 +0000 (0:00:00.965)       0:00:30.777 ******** 
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  14:45:14 +0000 (0:00:00.045)       0:00:30.822 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/foo-newvol",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "/dev/mapper/foo-newvol",
                    "_raw_device": "/dev/mapper/foo-newvol",
                    "_raw_kernel_device": "/dev/dm-1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "newvol",
                    "fs_overwrite_existing": true,
                    "fs_type": "ext4",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "name": "newvol",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "size": "2 GiB",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6
Wednesday 06 July 2022  14:45:14 +0000 (0:00:00.079)       0:00:30.902 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14
Wednesday 06 July 2022  14:45:14 +0000 (0:00:00.037)       0:00:30.939 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "info": {
        "/dev/mapper/foo-newvol": {
            "fstype": "ext4",
            "label": "newvol",
            "name": "/dev/mapper/foo-newvol",
            "size": "2G",
            "type": "lvm",
            "uuid": "945eb9ea-5ec2-4ada-aaec-a06dbf960f92"
        },
        "/dev/mapper/foo-test1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/foo-test1",
            "size": "4G",
            "type": "lvm",
            "uuid": "132185e5-5c26-40e2-bd8b-11ccf9cc556e"
        },
        "/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": "LVM2_member",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "Wuozbx-KDuY-1gAD-Xl4z-J7yS-h3TO-6KI756"
        },
        "/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-14-44-29-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  14:45:14 +0000 (0:00:00.389)       0:00:31.329 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003752",
    "end": "2022-07-06 10:45:15.075004",
    "rc": 0,
    "start": "2022-07-06 10:45:15.071252"
}

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  14:45:15 +0000 (0:00:00.420)       0:00:31.749 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003041",
    "end": "2022-07-06 10:45:15.493074",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 10:45:15.490033"
}

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  14:45:15 +0000 (0:00:00.412)       0:00:32.161 ******** 
[WARNING]: The loop variable 'storage_test_pool' 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-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': 'newvol', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '', 'name': 'newvol', 'raid_level': None, 'size': '2 GiB', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-newvol', '_raw_device': '/dev/mapper/foo-newvol', '_mount_id': '/dev/mapper/foo-newvol', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}], 'raid_chunk_size': None})

TASK [Set _storage_pool_tests] *************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5
Wednesday 06 July 2022  14:45:15 +0000 (0:00:00.060)       0:00:32.222 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18
Wednesday 06 July 2022  14:45:15 +0000 (0:00:00.036)       0:00:32.258 ******** 
included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members)
included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes)

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1
Wednesday 06 July 2022  14:45:15 +0000 (0:00:00.047)       0:00:32.306 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_count": "1",
        "_storage_test_pool_pvs_lvm": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Get the canonical device path for each member device] ********************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10
Wednesday 06 July 2022  14:45:15 +0000 (0:00:00.056)       0:00:32.363 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "device": "/dev/sda",
    "pv": "/dev/sda"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.381)       0:00:32.744 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": "1"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.055)       0:00:32.800 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_pool_pvs": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Verify PV count] *********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.058)       0:00:32.858 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.053)       0:00:32.912 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.039)       0:00:32.951 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

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

TASK [Check the type of each PV] ***********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.024)       0:00:33.027 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "pv": "/dev/sda"
}

MSG:

All assertions passed

TASK [Check MD RAID] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.044)       0:00:33.071 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap

TASK [get information about RAID] **********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.043)       0:00:33.114 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

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

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.025)       0:00:33.191 ******** 
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/verify-pool-md.yml:24
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.026)       0:00:33.217 ******** 
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/verify-pool-md.yml:30
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.024)       0:00:33.242 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check RAID metadata version] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.024)       0:00:33.267 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.022)       0:00:33.290 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:59
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.040)       0:00:33.331 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member LVM RAID settings] **********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.046)       0:00:33.377 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.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': 'newvol', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '', 'name': 'newvol', 'raid_level': None, 'size': '2 GiB', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-newvol', '_raw_device': '/dev/mapper/foo-newvol', '_mount_id': '/dev/mapper/foo-newvol', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'})

TASK [Get information about LVM RAID] ******************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.yml:3
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.045)       0:00:33.423 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is LVM RAID] *******************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.yml:8
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.030)       0:00:33.453 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-lvmraid.yml:12
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.028)       0:00:33.482 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check Thin Pools] ********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62
Wednesday 06 July 2022  14:45:16 +0000 (0:00:00.031)       0:00:33.513 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member thinpool settings] **********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.088)       0:00:33.602 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.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': 'newvol', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '', 'name': 'newvol', 'raid_level': None, 'size': '2 GiB', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-newvol', '_raw_device': '/dev/mapper/foo-newvol', '_mount_id': '/dev/mapper/foo-newvol', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'})

TASK [Get information about thinpool] ******************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:3
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.044)       0:00:33.646 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in correct thinpool (when thinp name is provided)] ***
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:8
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.024)       0:00:33.670 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in thinpool (when thinp name is not provided)] ******
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:13
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.024)       0:00:33.695 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-thin.yml:17
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.026)       0:00:33.721 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check member encryption] *************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.025)       0:00:33.746 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.048)       0:00:33.795 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.049)       0:00:33.844 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/sda)  => {
    "_storage_test_pool_member_path": "/dev/sda",
    "ansible_loop_var": "_storage_test_pool_member_path",
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Validate pool member crypttab entries] ***********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.025)       0:00:33.870 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/sda)

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:1
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.044)       0:00:33.915 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": []
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:6
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.052)       0:00:33.968 ******** 
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/verify-pool-member-crypttab.yml:11
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.059)       0:00:34.027 ******** 
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/verify-pool-member-crypttab.yml:17
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.038)       0:00:34.066 ******** 
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/verify-pool-member-crypttab.yml:23
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.037)       0:00:34.103 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-crypttab.yml:29
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.037)       0:00:34.141 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.036)       0:00:34.178 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.032)       0:00:34.210 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member VDO settings] ***************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.045)       0:00:34.256 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.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': 'newvol', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '', 'name': 'newvol', 'raid_level': None, 'size': '2 GiB', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-newvol', '_raw_device': '/dev/mapper/foo-newvol', '_mount_id': '/dev/mapper/foo-newvol', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'})

TASK [get information about VDO deduplication] *********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:3
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.043)       0:00:34.300 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:8
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.025)       0:00:34.325 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:11
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.024)       0:00:34.350 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:16
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.026)       0:00:34.377 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:21
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.024)       0:00:34.402 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:24
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.026)       0:00:34.428 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:29
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.026)       0:00:34.454 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-member-vdo.yml:39
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.028)       0:00:34.483 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_vdo_status": null
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.035)       0:00:34.518 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [verify the volumes] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3
Wednesday 06 July 2022  14:45:17 +0000 (0:00:00.037)       0:00:34.556 ******** 
[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': 'newvol', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '', 'name': 'newvol', 'raid_level': None, 'size': '2 GiB', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-newvol', '_raw_device': '/dev/mapper/foo-newvol', '_mount_id': '/dev/mapper/foo-newvol', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'})

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume.yml:2
Wednesday 06 July 2022  14:45:18 +0000 (0:00:00.046)       0:00:34.602 ******** 
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  14:45:18 +0000 (0:00:00.050)       0:00:34.653 ******** 
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  14:45:18 +0000 (0:00:00.076)       0:00:34.729 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/foo-newvol"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-mount.yml:14
Wednesday 06 July 2022  14:45:18 +0000 (0:00:00.075)       0:00:34.805 ******** 
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  14:45:18 +0000 (0:00:00.084)       0:00:34.889 ******** 
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  14:45:18 +0000 (0:00:00.025)       0:00:34.915 ******** 
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  14:45:18 +0000 (0:00:00.060)       0:00:34.976 ******** 
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  14:45:18 +0000 (0:00:00.046)       0:00:35.022 ******** 
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  14:45:18 +0000 (0:00:00.026)       0:00:35.049 ******** 
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  14:45:18 +0000 (0:00:00.025)       0:00:35.074 ******** 
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  14:45:18 +0000 (0:00:00.023)       0:00:35.098 ******** 
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  14:45:18 +0000 (0:00:00.040)       0:00:35.139 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "0",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "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  14:45:18 +0000 (0:00:00.065)       0:00:35.205 ******** 
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  14:45:18 +0000 (0:00:00.056)       0:00:35.261 ******** 
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  14:45:18 +0000 (0:00:00.054)       0:00:35.315 ******** 
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  14:45:18 +0000 (0:00:00.039)       0:00:35.355 ******** 
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  14:45:18 +0000 (0:00:00.038)       0:00:35.394 ******** 
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  14:45:18 +0000 (0:00:00.043)       0:00:35.437 ******** 
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  14:45:18 +0000 (0:00:00.045)       0:00:35.483 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657118712.3662,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1657118712.3662,
        "dev": 5,
        "device_type": 64769,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 733,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1657118712.3662,
        "nlink": 1,
        "path": "/dev/mapper/foo-newvol",
        "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  14:45:19 +0000 (0:00:00.390)       0:00:35.874 ******** 
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  14:45:19 +0000 (0:00:00.041)       0:00:35.915 ******** 
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  14:45:19 +0000 (0:00:00.042)       0:00:35.957 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "lvm"
    },
    "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  14:45:19 +0000 (0:00:00.038)       0:00:35.995 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the volume's device type] *****************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-device.yml:33
Wednesday 06 July 2022  14:45:19 +0000 (0:00:00.025)       0:00:36.021 ******** 
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  14:45:19 +0000 (0:00:00.042)       0:00:36.063 ******** 
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  14:45:19 +0000 (0:00:00.026)       0:00:36.090 ******** 
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  14:45:20 +0000 (0:00:00.832)       0:00:36.922 ******** 
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  14:45:20 +0000 (0:00:00.024)       0:00:36.947 ******** 
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  14:45:20 +0000 (0:00:00.027)       0:00:36.974 ******** 
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  14:45:20 +0000 (0:00:00.101)       0:00:37.076 ******** 
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  14:45:20 +0000 (0:00:00.027)       0:00:37.104 ******** 
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  14:45:20 +0000 (0:00:00.070)       0:00:37.174 ******** 
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  14:45:20 +0000 (0:00:00.025)       0:00:37.200 ******** 
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  14:45:20 +0000 (0:00:00.024)       0:00:37.225 ******** 
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  14:45:20 +0000 (0:00:00.024)       0:00:37.249 ******** 
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  14:45:20 +0000 (0:00:00.051)       0:00:37.300 ******** 
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  14:45:20 +0000 (0:00:00.046)       0:00:37.347 ******** 
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  14:45:20 +0000 (0:00:00.035)       0:00:37.382 ******** 
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  14:45:20 +0000 (0:00:00.036)       0:00:37.419 ******** 
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  14:45:20 +0000 (0:00:00.033)       0:00:37.452 ******** 
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  14:45:20 +0000 (0:00:00.032)       0:00:37.485 ******** 
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  14:45:20 +0000 (0:00:00.033)       0:00:37.519 ******** 
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  14:45:20 +0000 (0:00:00.037)       0:00:37.557 ******** 
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  14:45:21 +0000 (0:00:00.035)       0:00:37.592 ******** 
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  14:45:21 +0000 (0:00:00.035)       0:00:37.628 ******** 
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  14:45:21 +0000 (0:00:00.037)       0:00:37.666 ******** 
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  14:45:21 +0000 (0:00:00.041)       0:00:37.707 ******** 
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  14:45:21 +0000 (0:00:00.037)       0:00:37.745 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 2147483648,
    "changed": false,
    "lvm": "2g",
    "parted": "2GiB",
    "size": "2 GiB"
}

TASK [parse the requested size of the volume] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:9
Wednesday 06 July 2022  14:45:21 +0000 (0:00:00.390)       0:00:38.135 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 2147483648,
    "changed": false,
    "lvm": "2g",
    "parted": "2GiB",
    "size": "2 GiB"
}

TASK [Establish base value for expected size] **********************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:15
Wednesday 06 July 2022  14:45:21 +0000 (0:00:00.389)       0:00:38.525 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_expected_size": "2147483648"
    },
    "changed": false
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:20
Wednesday 06 July 2022  14:45:22 +0000 (0:00:00.048)       0:00:38.573 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "2147483648"
}

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

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:28
Wednesday 06 July 2022  14:45:22 +0000 (0:00:00.042)       0:00:38.654 ******** 
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  14:45:22 +0000 (0:00:00.045)       0:00:38.699 ******** 
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  14:45:22 +0000 (0:00:00.061)       0:00:38.761 ******** 
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  14:45:22 +0000 (0:00:00.043)       0:00:38.804 ******** 
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  14:45:22 +0000 (0:00:00.041)       0:00:38.846 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_actual_size": {
        "bytes": 2147483648,
        "changed": false,
        "failed": false,
        "lvm": "2g",
        "parted": "2GiB",
        "size": "2 GiB"
    }
}

TASK [debug] *******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:47
Wednesday 06 July 2022  14:45:22 +0000 (0:00:00.038)       0:00:38.884 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "2147483648"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:50
Wednesday 06 July 2022  14:45:22 +0000 (0:00:00.039)       0:00:38.923 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get information about the LV] ********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:6
Wednesday 06 July 2022  14:45:22 +0000 (0:00:00.058)       0:00:38.981 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "lvs",
        "--noheadings",
        "--nameprefixes",
        "--units=b",
        "--nosuffix",
        "--unquoted",
        "-o",
        "name,attr,cache_total_blocks,chunk_size,segtype",
        "foo/newvol"
    ],
    "delta": "0:00:00.033209",
    "end": "2022-07-06 10:45:22.727095",
    "rc": 0,
    "start": "2022-07-06 10:45:22.693886"
}

STDOUT:

  LVM2_LV_NAME=newvol LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:14
Wednesday 06 July 2022  14:45:22 +0000 (0:00:00.414)       0:00:39.396 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_lv_segtype": [
            "linear"
        ]
    },
    "changed": false
}

TASK [check segment type] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:17
Wednesday 06 July 2022  14:45:22 +0000 (0:00:00.095)       0:00:39.491 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-volume-cache.yml:22
Wednesday 06 July 2022  14:45:23 +0000 (0:00:00.089)       0:00:39.580 ******** 
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  14:45:23 +0000 (0:00:00.040)       0:00:39.621 ******** 
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  14:45:23 +0000 (0:00:00.037)       0:00:39.659 ******** 
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  14:45:23 +0000 (0:00:00.041)       0:00:39.700 ******** 
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  14:45:23 +0000 (0:00:00.109)       0:00:39.809 ******** 
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:40
Wednesday 06 July 2022  14:45:23 +0000 (0:00:00.035)       0:00:39.845 ******** 
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  14:45:23 +0000 (0:00:00.035)       0:00:39.881 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57
Wednesday 06 July 2022  14:45:23 +0000 (0:00:00.023)       0:00:39.905 ******** 
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 [Clean up.] ***************************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_existing_lvm_pool.yml:55
Wednesday 06 July 2022  14:45:23 +0000 (0:00:00.034)       0:00:39.939 ******** 

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  14:45:23 +0000 (0:00:00.055)       0:00:39.994 ******** 
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  14:45:23 +0000 (0:00:00.033)       0:00:40.028 ******** 
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  14:45:23 +0000 (0:00:00.517)       0:00:40.546 ******** 
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  14:45:24 +0000 (0:00:00.073)       0:00:40.619 ******** 
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  14:45:24 +0000 (0:00:00.036)       0:00:40.655 ******** 
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  14:45:24 +0000 (0:00:00.034)       0:00:40.690 ******** 
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  14:45:24 +0000 (0:00:00.048)       0:00:40.739 ******** 
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  14:45:24 +0000 (0:00:00.019)       0:00:40.758 ******** 
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  14:45:24 +0000 (0:00:00.026)       0:00:40.785 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": [
        {
            "name": "foo",
            "state": "absent"
        }
    ]
}

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  14:45:24 +0000 (0:00:00.039)       0:00:40.824 ******** 
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  14:45:24 +0000 (0:00:00.040)       0:00:40.864 ******** 
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  14:45:24 +0000 (0:00:00.028)       0:00:40.892 ******** 
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  14:45:24 +0000 (0:00:00.026)       0:00:40.919 ******** 
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  14:45:24 +0000 (0:00:00.026)       0:00:40.945 ******** 
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  14:45:24 +0000 (0:00:00.030)       0:00:40.976 ******** 
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  14:45:24 +0000 (0:00:00.054)       0:00:41.031 ******** 

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  14:45:24 +0000 (0:00:00.020)       0:00:41.051 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/mapper/foo-newvol",
            "fs_type": "ext4"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/foo-newvol",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/foo-test1",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/foo-test1",
            "fs_type": null
        },
        {
            "action": "destroy device",
            "device": "/dev/foo",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sda",
            "fs_type": "lvmpv"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/sda",
        "/dev/sdb",
        "/dev/sdc",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf"
    ],
    "mounts": [],
    "packages": [
        "e2fsprogs",
        "xfsprogs"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "absent",
            "type": "lvm",
            "volumes": []
        }
    ],
    "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  14:45:26 +0000 (0:00:02.098)       0:00:43.150 ******** 
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  14:45:26 +0000 (0:00:00.039)       0:00:43.189 ******** 

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  14:45:26 +0000 (0:00:00.021)       0:00:43.211 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/mapper/foo-newvol",
                "fs_type": "ext4"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/foo-newvol",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/foo-test1",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/foo-test1",
                "fs_type": null
            },
            {
                "action": "destroy device",
                "device": "/dev/foo",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sda",
                "fs_type": "lvmpv"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/sda",
            "/dev/sdb",
            "/dev/sdc",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf"
        ],
        "mounts": [],
        "packages": [
            "e2fsprogs",
            "xfsprogs"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "absent",
                "type": "lvm",
                "volumes": []
            }
        ],
        "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  14:45:26 +0000 (0:00:00.040)       0:00:43.251 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "absent",
                "type": "lvm",
                "volumes": []
            }
        ]
    },
    "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  14:45:26 +0000 (0:00:00.035)       0:00:43.287 ******** 
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  14:45:26 +0000 (0:00:00.035)       0:00:43.322 ******** 

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  14:45:26 +0000 (0:00:00.043)       0:00:43.366 ******** 
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  14:45:26 +0000 (0:00:00.032)       0:00:43.399 ******** 

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  14:45:26 +0000 (0:00:00.037)       0:00:43.436 ******** 
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  14:45:26 +0000 (0:00:00.023)       0:00:43.459 ******** 
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  14:45:27 +0000 (0:00:00.401)       0:00:43.861 ******** 

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  14:45:27 +0000 (0:00:00.023)       0:00:43.884 ******** 
ok: [/cache/centos-9.qcow2.snap]
META: role_complete for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/tests_existing_lvm_pool.yml:63
Wednesday 06 July 2022  14:45:28 +0000 (0:00:00.967)       0:00:44.852 ******** 
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  14:45:28 +0000 (0:00:00.046)       0:00:44.898 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "absent",
            "type": "lvm",
            "volumes": []
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:6
Wednesday 06 July 2022  14:45:28 +0000 (0:00:00.049)       0:00:44.948 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:14
Wednesday 06 July 2022  14:45:28 +0000 (0:00:00.038)       0:00:44.986 ******** 
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-14-44-29-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  14:45:28 +0000 (0:00:00.385)       0:00:45.371 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.002832",
    "end": "2022-07-06 10:45:29.122230",
    "rc": 0,
    "start": "2022-07-06 10:45:29.119398"
}

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  14:45:29 +0000 (0:00:00.417)       0:00:45.789 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:01.004269",
    "end": "2022-07-06 10:45:30.527111",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 10:45:29.522842"
}

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  14:45:30 +0000 (0:00:01.411)       0:00:47.200 ******** 
[WARNING]: The loop variable 'storage_test_pool' 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-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'absent', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None})

TASK [Set _storage_pool_tests] *************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:5
Wednesday 06 July 2022  14:45:30 +0000 (0:00:00.058)       0:00:47.258 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool.yml:18
Wednesday 06 July 2022  14:45:30 +0000 (0:00:00.034)       0:00:47.293 ******** 
included: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members)
included: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes)

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:1
Wednesday 06 July 2022  14:45:30 +0000 (0:00:00.046)       0:00:47.340 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_count": "0",
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [Get the canonical device path for each member device] ********************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:10
Wednesday 06 July 2022  14:45:30 +0000 (0:00:00.051)       0:00:47.392 ******** 

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:19
Wednesday 06 July 2022  14:45:30 +0000 (0:00:00.021)       0:00:47.414 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": "0"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:23
Wednesday 06 July 2022  14:45:30 +0000 (0:00:00.051)       0:00:47.466 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_pool_pvs": []
    },
    "changed": false
}

TASK [Verify PV count] *********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:27
Wednesday 06 July 2022  14:45:30 +0000 (0:00:00.049)       0:00:47.516 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:34
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.051)       0:00:47.567 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:38
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.039)       0:00:47.607 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:42
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.053)       0:00:47.660 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:46
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.024)       0:00:47.685 ******** 

TASK [Check MD RAID] ***********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:56
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.023)       0:00:47.708 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml for /cache/centos-9.qcow2.snap

TASK [get information about RAID] **********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:6
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.044)       0:00:47.753 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:12
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.026)       0:00:47.779 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:16
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.026)       0:00:47.806 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:20
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.026)       0:00:47.832 ******** 
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/verify-pool-md.yml:24
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.026)       0:00:47.859 ******** 
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/verify-pool-md.yml:30
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.026)       0:00:47.885 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [check RAID metadata version] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:36
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.026)       0:00:47.911 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-md.yml:44
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.027)       0:00:47.939 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:59
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.036)       0:00:47.975 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member LVM RAID settings] **********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-lvmraid.yml:1
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.045)       0:00:48.021 ******** 

TASK [Check Thin Pools] ********************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:62
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.054)       0:00:48.075 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member thinpool settings] **********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-thin.yml:1
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.044)       0:00:48.120 ******** 

TASK [Check member encryption] *************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:65
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.021)       0:00:48.141 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:4
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.058)       0:00:48.200 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:8
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.054)       0:00:48.254 ******** 

TASK [Validate pool member crypttab entries] ***********************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:15
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.022)       0:00:48.277 ******** 

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-encryption.yml:22
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.022)       0:00:48.299 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:68
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.035)       0:00:48.335 ******** 
included: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member VDO settings] ***************************************
task path: /tmp/tmpnhy4yzav/tests/verify-pool-members-vdo.yml:1
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.050)       0:00:48.386 ******** 

TASK [set_fact] ****************************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-members.yml:71
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.023)       0:00:48.410 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [verify the volumes] ******************************************************
task path: /tmp/tmpnhy4yzav/tests/test-verify-pool-volumes.yml:3
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.038)       0:00:48.448 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:40
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.023)       0:00:48.471 ******** 
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  14:45:31 +0000 (0:00:00.040)       0:00:48.511 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpnhy4yzav/tests/verify-role-results.yml:57
Wednesday 06 July 2022  14:45:31 +0000 (0:00:00.023)       0:00:48.534 ******** 
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=251  changed=3    unreachable=0    failed=0    skipped=197  rescued=0    ignored=0   

Wednesday 06 July 2022  14:45:32 +0000 (0:00:00.047)       0:00:48.582 ******** 
=============================================================================== 
linux-system-roles.storage : get service facts -------------------------- 2.84s
/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 --- 2.10s
/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 --- 1.92s
/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 --- 1.77s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 
Read the /etc/crypttab file --------------------------------------------- 1.41s
/tmp/tmpnhy4yzav/tests/verify-role-results.yml:24 -----------------------------
linux-system-roles.storage : make sure blivet is available -------------- 1.40s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:7 
Gathering Facts --------------------------------------------------------- 1.32s
/tmp/tmpnhy4yzav/tests/tests_existing_lvm_pool.yml:2 --------------------------
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.97s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 
linux-system-roles.storage : Update facts ------------------------------- 0.97s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 
linux-system-roles.storage : Update facts ------------------------------- 0.97s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:198 
Ensure cryptsetup is present -------------------------------------------- 0.91s
/tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:10 -------------------
linux-system-roles.storage : make sure required packages are installed --- 0.90s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:44 
Ensure cryptsetup is present -------------------------------------------- 0.83s
/tmp/tmpnhy4yzav/tests/test-verify-volume-encryption.yml:10 -------------------
linux-system-roles.storage : get required packages ---------------------- 0.76s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:24 
parse the actual size of the volume ------------------------------------- 0.56s
/tmp/tmpnhy4yzav/tests/test-verify-volume-size.yml:3 --------------------------
Read the /etc/fstab file for volume existence --------------------------- 0.56s
/tmp/tmpnhy4yzav/tests/verify-role-results.yml:19 -----------------------------
linux-system-roles.storage : Ensure ansible_facts used by role ---------- 0.54s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 --
linux-system-roles.storage : Ensure ansible_facts used by role ---------- 0.54s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 --
linux-system-roles.storage : manage the pools and volumes to match the specified state --- 0.54s
/tmp/tmpnhy4yzav/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:77 
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_existing_lvm_pool.yml ******************************************
1 plays in /tmp/tmpaxpydj_h/tests/storage/tests_existing_lvm_pool.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_existing_lvm_pool.yml:2
Wednesday 06 July 2022  18:12:09 +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_existing_lvm_pool.yml:13
Wednesday 06 July 2022  18:12:10 +0000 (0:00:01.363)       0:00:01.376 ******** 

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  18:12:10 +0000 (0:00:00.035)       0:00:01.411 ******** 
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  18:12:10 +0000 (0:00:00.031)       0:00:01.443 ******** 
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  18:12:11 +0000 (0:00:00.539)       0:00:01.983 ******** 
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  18:12:11 +0000 (0:00:00.066)       0:00:02.050 ******** 
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  18:12:11 +0000 (0:00:00.030)       0:00:02.080 ******** 
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  18:12:11 +0000 (0:00:00.032)       0:00:02.113 ******** 
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  18:12:11 +0000 (0:00:00.056)       0:00:02.169 ******** 
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  18:12:11 +0000 (0:00:00.018)       0:00:02.188 ******** 
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  18:12:12 +0000 (0:00:01.396)       0:00:03.584 ******** 
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  18:12:12 +0000 (0:00:00.034)       0:00:03.618 ******** 
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  18:12:12 +0000 (0:00:00.033)       0:00:03.652 ******** 
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  18:12:13 +0000 (0:00:00.725)       0:00:04.378 ******** 
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  18:12:13 +0000 (0:00:00.046)       0:00:04.425 ******** 

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  18:12:13 +0000 (0:00:00.033)       0:00:04.459 ******** 
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  18:12:13 +0000 (0:00:00.037)       0:00:04.496 ******** 

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  18:12:13 +0000 (0:00:00.032)       0:00:04.529 ******** 
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  18:12:14 +0000 (0:00:00.875)       0:00:05.404 ******** 
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  18:12:16 +0000 (0:00:01.806)       0:00:07.211 ******** 
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  18:12:16 +0000 (0:00:00.130)       0:00:07.341 ******** 

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  18:12:16 +0000 (0:00:00.021)       0:00:07.363 ******** 
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  18:12:17 +0000 (0:00:00.539)       0:00:07.903 ******** 
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  18:12:17 +0000 (0:00:00.036)       0:00:07.940 ******** 

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  18:12:17 +0000 (0:00:00.022)       0:00:07.962 ******** 
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  18:12:17 +0000 (0:00:00.040)       0:00:08.002 ******** 
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  18:12:17 +0000 (0:00:00.035)       0:00:08.038 ******** 
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  18:12:17 +0000 (0:00:00.044)       0:00:08.082 ******** 

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  18:12:17 +0000 (0:00:00.039)       0:00:08.121 ******** 
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  18:12:17 +0000 (0:00:00.028)       0:00:08.150 ******** 

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  18:12:17 +0000 (0:00:00.034)       0:00:08.184 ******** 
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  18:12:17 +0000 (0:00:00.024)       0:00:08.209 ******** 
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  18:12:18 +0000 (0:00:00.519)       0:00:08.728 ******** 

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  18:12:18 +0000 (0:00:00.021)       0:00:08.750 ******** 
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_existing_lvm_pool.yml:16
Wednesday 06 July 2022  18:12:19 +0000 (0:00:00.951)       0:00:09.701 ******** 
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_existing_lvm_pool.yml:23
Wednesday 06 July 2022  18:12:19 +0000 (0:00:00.033)       0:00:09.734 ******** 
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  18:12:19 +0000 (0:00:00.036)       0:00:09.771 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "disks": [
        "sda"
    ]
}

TASK [Set unused_disks if necessary] *******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml:9
Wednesday 06 July 2022  18:12:19 +0000 (0:00:00.541)       0:00:10.313 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "unused_disks": [
            "sda"
        ]
    },
    "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  18:12:19 +0000 (0:00:00.075)       0:00:10.388 ******** 
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  18:12:19 +0000 (0:00:00.038)       0:00:10.426 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "unused_disks": [
        "sda"
    ]
}

TASK [Create one LVM logical volume under one volume group] ********************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_existing_lvm_pool.yml:28
Wednesday 06 July 2022  18:12:19 +0000 (0:00:00.073)       0:00:10.499 ******** 

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  18:12:19 +0000 (0:00:00.070)       0:00:10.570 ******** 
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  18:12:19 +0000 (0:00:00.036)       0:00:10.606 ******** 
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  18:12:20 +0000 (0:00:00.568)       0:00:11.174 ******** 
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  18:12:20 +0000 (0:00:00.076)       0:00:11.251 ******** 
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  18:12:20 +0000 (0:00:00.038)       0:00:11.290 ******** 
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  18:12:20 +0000 (0:00:00.039)       0:00:11.329 ******** 
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  18:12:20 +0000 (0:00:00.059)       0:00:11.389 ******** 
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  18:12:20 +0000 (0:00:00.023)       0:00:11.413 ******** 
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  18:12:20 +0000 (0:00:00.033)       0:00:11.447 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": [
        {
            "disks": [
                "sda"
            ],
            "name": "foo",
            "volumes": [
                {
                    "name": "test1",
                    "size": "4g"
                }
            ]
        }
    ]
}

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  18:12:20 +0000 (0:00:00.041)       0:00:11.488 ******** 
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  18:12:20 +0000 (0:00:00.040)       0:00:11.528 ******** 
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  18:12:20 +0000 (0:00:00.030)       0:00:11.559 ******** 
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  18:12:20 +0000 (0:00:00.034)       0:00:11.594 ******** 
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  18:12:20 +0000 (0:00:00.032)       0:00:11.626 ******** 
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  18:12:20 +0000 (0:00:00.031)       0:00:11.657 ******** 
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  18:12:21 +0000 (0:00:00.063)       0:00:11.720 ******** 

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  18:12:21 +0000 (0:00:00.024)       0:00:11.744 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "actions": [
        {
            "action": "create format",
            "device": "/dev/sda",
            "fs_type": "lvmpv"
        },
        {
            "action": "create device",
            "device": "/dev/foo",
            "fs_type": null
        },
        {
            "action": "create device",
            "device": "/dev/mapper/foo-test1",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/foo-test1",
            "fs_type": "xfs"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/sdb",
        "/dev/sdc",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf",
        "/dev/mapper/foo-test1"
    ],
    "mounts": [],
    "packages": [
        "e2fsprogs",
        "xfsprogs",
        "lvm2"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/foo-test1",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "/dev/mapper/foo-test1",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78
Wednesday 06 July 2022  18:12:23 +0000 (0:00:02.074)       0:00:13.819 ******** 
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  18:12:23 +0000 (0:00:00.035)       0:00:13.855 ******** 

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  18:12:23 +0000 (0:00:00.020)       0:00:13.875 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [
            {
                "action": "create format",
                "device": "/dev/sda",
                "fs_type": "lvmpv"
            },
            {
                "action": "create device",
                "device": "/dev/foo",
                "fs_type": null
            },
            {
                "action": "create device",
                "device": "/dev/mapper/foo-test1",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/foo-test1",
                "fs_type": "xfs"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/sdb",
            "/dev/sdc",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf",
            "/dev/mapper/foo-test1"
        ],
        "mounts": [],
        "packages": [
            "e2fsprogs",
            "xfsprogs",
            "lvm2"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/foo-test1",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "/dev/mapper/foo-test1",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Wednesday 06 July 2022  18:12:23 +0000 (0:00:00.064)       0:00:13.940 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/foo-test1",
                        "_kernel_device": "/dev/dm-0",
                        "_mount_id": "/dev/mapper/foo-test1",
                        "_raw_device": "/dev/mapper/foo-test1",
                        "_raw_kernel_device": "/dev/dm-0",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "",
                        "fs_overwrite_existing": true,
                        "fs_type": "xfs",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "name": "test1",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "size": "4g",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105
Wednesday 06 July 2022  18:12:23 +0000 (0:00:00.068)       0:00:14.009 ******** 
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  18:12:23 +0000 (0:00:00.041)       0:00:14.050 ******** 

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  18:12:23 +0000 (0:00:00.034)       0:00:14.085 ******** 
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  18:12:23 +0000 (0:00:00.024)       0:00:14.109 ******** 

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  18:12:23 +0000 (0:00:00.034)       0:00:14.144 ******** 
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  18:12:23 +0000 (0:00:00.023)       0:00:14.168 ******** 
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  18:12:23 +0000 (0:00:00.436)       0:00:14.604 ******** 

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  18:12:23 +0000 (0:00:00.023)       0:00:14.628 ******** 
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_existing_lvm_pool.yml:39
Wednesday 06 July 2022  18:12:24 +0000 (0:00:01.019)       0:00:15.647 ******** 
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  18:12:25 +0000 (0:00:00.041)       0:00:15.688 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/foo-test1",
                    "_kernel_device": "/dev/dm-0",
                    "_mount_id": "/dev/mapper/foo-test1",
                    "_raw_device": "/dev/mapper/foo-test1",
                    "_raw_kernel_device": "/dev/dm-0",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "",
                    "fs_overwrite_existing": true,
                    "fs_type": "xfs",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "name": "test1",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "size": "4g",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6
Wednesday 06 July 2022  18:12:25 +0000 (0:00:00.058)       0:00:15.747 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14
Wednesday 06 July 2022  18:12:25 +0000 (0:00:00.036)       0:00:15.783 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "info": {
        "/dev/mapper/foo-test1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/foo-test1",
            "size": "4G",
            "type": "lvm",
            "uuid": "6a76bab2-14ff-4d2e-a809-1bd97c291eea"
        },
        "/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": "LVM2_member",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "8pe7t9-64jv-ez2y-fhY2-vwgP-HXTi-SJj0gh"
        },
        "/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-18-11-55-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  18:12:25 +0000 (0:00:00.535)       0:00:16.318 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003256",
    "end": "2022-07-06 14:12:26.242220",
    "rc": 0,
    "start": "2022-07-06 14:12:26.238964"
}

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  18:12:26 +0000 (0:00:00.514)       0:00:16.833 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003429",
    "end": "2022-07-06 14:12:26.688294",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 14:12:26.684865"
}

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  18:12:26 +0000 (0:00:00.456)       0:00:17.290 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'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': '', 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}], 'raid_chunk_size': None})

TASK [Set _storage_pool_tests] *************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5
Wednesday 06 July 2022  18:12:26 +0000 (0:00:00.084)       0:00:17.374 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18
Wednesday 06 July 2022  18:12:26 +0000 (0:00:00.035)       0:00:17.409 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes)

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1
Wednesday 06 July 2022  18:12:26 +0000 (0:00:00.050)       0:00:17.460 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_count": "1",
        "_storage_test_pool_pvs_lvm": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Get the canonical device path for each member device] ********************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6
Wednesday 06 July 2022  18:12:26 +0000 (0:00:00.054)       0:00:17.515 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "device": "/dev/sda",
    "pv": "/dev/sda"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.502)       0:00:18.018 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": "1"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.051)       0:00:18.069 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_pool_pvs": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Verify PV count] *********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.063)       0:00:18.133 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.059)       0:00:18.192 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.037)       0:00:18.229 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.049)       0:00:18.279 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.023)       0:00:18.302 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "pv": "/dev/sda"
}

MSG:

All assertions passed

TASK [Check MD RAID] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.046)       0:00:18.349 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap

TASK [get information about RAID] **********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.047)       0:00:18.397 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.028)       0:00:18.426 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.026)       0:00:18.453 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.026)       0:00:18.479 ******** 
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/verify-pool-md.yml:24
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.025)       0:00:18.504 ******** 
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/verify-pool-md.yml:30
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.026)       0:00:18.531 ******** 
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/verify-pool-md.yml:36
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.025)       0:00:18.557 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.024)       0:00:18.582 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.035)       0:00:18.618 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member LVM RAID settings] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1
Wednesday 06 July 2022  18:12:27 +0000 (0:00:00.046)       0:00:18.665 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.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': '', 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about LVM RAID] ******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.yml:3
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.042)       0:00:18.707 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is LVM RAID] *******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.yml:8
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.056)       0:00:18.764 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.yml:12
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.029)       0:00:18.794 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check Thin Pools] ********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.027)       0:00:18.822 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member thinpool settings] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.044)       0:00:18.867 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.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': '', 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [Get information about thinpool] ******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:3
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.043)       0:00:18.910 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in correct thinpool (when thinp name is provided)] ***
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:8
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.022)       0:00:18.932 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in thinpool (when thinp name is not provided)] ******
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:13
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.022)       0:00:18.955 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:17
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.022)       0:00:18.977 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check member encryption] *************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.023)       0:00:19.000 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.046)       0:00:19.046 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.050)       0:00:19.097 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/sda)  => {
    "_storage_test_pool_member_path": "/dev/sda",
    "ansible_loop_var": "_storage_test_pool_member_path",
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Validate pool member crypttab entries] ***********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.031)       0:00:19.129 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/sda)

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.044)       0:00:19.173 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": []
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.047)       0:00:19.221 ******** 
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/verify-pool-member-crypttab.yml:9
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.050)       0:00:19.272 ******** 
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/verify-pool-member-crypttab.yml:15
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.041)       0:00:19.313 ******** 
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/verify-pool-member-crypttab.yml:21
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.047)       0:00:19.360 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.036)       0:00:19.397 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.036)       0:00:19.434 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.034)       0:00:19.469 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member VDO settings] ***************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.046)       0:00:19.515 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.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': '', 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [get information about VDO deduplication] *********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:3
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.046)       0:00:19.561 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:8
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.025)       0:00:19.587 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:11
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.025)       0:00:19.612 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:16
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.025)       0:00:19.637 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:21
Wednesday 06 July 2022  18:12:28 +0000 (0:00:00.025)       0:00:19.663 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:24
Wednesday 06 July 2022  18:12:29 +0000 (0:00:00.024)       0:00:19.687 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:29
Wednesday 06 July 2022  18:12:29 +0000 (0:00:00.023)       0:00:19.711 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:39
Wednesday 06 July 2022  18:12:29 +0000 (0:00:00.026)       0:00:19.737 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_vdo_status": null
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65
Wednesday 06 July 2022  18:12:29 +0000 (0:00:00.032)       0:00:19.770 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [verify the volumes] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3
Wednesday 06 July 2022  18:12:29 +0000 (0:00:00.033)       0:00:19.803 ******** 
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': '', 'name': 'test1', 'raid_level': None, 'size': '4g', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'})

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:2
Wednesday 06 July 2022  18:12:29 +0000 (0:00:00.046)       0:00:19.850 ******** 
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  18:12:29 +0000 (0:00:00.084)       0:00:19.935 ******** 
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  18:12:29 +0000 (0:00:00.137)       0:00:20.073 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/foo-test1"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:10
Wednesday 06 July 2022  18:12:29 +0000 (0:00:00.043)       0:00:20.117 ******** 
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  18:12:29 +0000 (0:00:00.057)       0:00:20.174 ******** 
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  18:12:29 +0000 (0:00:00.026)       0:00:20.201 ******** 
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  18:12:29 +0000 (0:00:00.051)       0:00:20.253 ******** 
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  18:12:29 +0000 (0:00:00.035)       0:00:20.288 ******** 
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  18:12:29 +0000 (0:00:00.022)       0:00:20.311 ******** 
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  18:12:29 +0000 (0:00:00.025)       0:00:20.337 ******** 
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  18:12:29 +0000 (0:00:00.026)       0:00:20.363 ******** 
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  18:12:29 +0000 (0:00:00.036)       0:00:20.400 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "0",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "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  18:12:29 +0000 (0:00:00.065)       0:00:20.465 ******** 
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  18:12:29 +0000 (0:00:00.057)       0:00:20.522 ******** 
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  18:12:29 +0000 (0:00:00.050)       0:00:20.572 ******** 
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  18:12:29 +0000 (0:00:00.037)       0:00:20.610 ******** 
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  18:12:29 +0000 (0:00:00.037)       0:00:20.647 ******** 
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  18:12:30 +0000 (0:00:00.044)       0:00:20.691 ******** 
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  18:12:30 +0000 (0:00:00.041)       0:00:20.733 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657131143.1295173,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1657131143.1295173,
        "dev": 5,
        "device_type": 64768,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 665,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1657131143.1295173,
        "nlink": 1,
        "path": "/dev/mapper/foo-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  18:12:30 +0000 (0:00:00.426)       0:00:21.160 ******** 
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  18:12:30 +0000 (0:00:00.038)       0:00:21.199 ******** 
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  18:12:30 +0000 (0:00:00.037)       0:00:21.236 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "lvm"
    },
    "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  18:12:30 +0000 (0:00:00.034)       0:00:21.271 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was 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  18:12:30 +0000 (0:00:00.022)       0:00:21.294 ******** 
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  18:12:30 +0000 (0:00:00.042)       0:00:21.336 ******** 
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  18:12:30 +0000 (0:00:00.032)       0:00:21.369 ******** 
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  18:12:31 +0000 (0:00:00.971)       0:00:22.340 ******** 
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  18:12:31 +0000 (0:00:00.025)       0:00:22.366 ******** 
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  18:12:31 +0000 (0:00:00.026)       0:00:22.392 ******** 
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  18:12:31 +0000 (0:00:00.051)       0:00:22.444 ******** 
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  18:12:31 +0000 (0:00:00.024)       0:00:22.468 ******** 
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  18:12:31 +0000 (0:00:00.024)       0:00:22.493 ******** 
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  18:12:31 +0000 (0:00:00.027)       0:00:22.520 ******** 
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  18:12:31 +0000 (0:00:00.025)       0:00:22.546 ******** 
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  18:12:31 +0000 (0:00:00.025)       0:00:22.571 ******** 
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  18:12:31 +0000 (0:00:00.055)       0:00:22.627 ******** 
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  18:12:32 +0000 (0:00:00.052)       0:00:22.680 ******** 
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  18:12:32 +0000 (0:00:00.037)       0:00:22.718 ******** 
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  18:12:32 +0000 (0:00:00.040)       0:00:22.758 ******** 
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  18:12:32 +0000 (0:00:00.042)       0:00:22.801 ******** 
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  18:12:32 +0000 (0:00:00.040)       0:00:22.841 ******** 
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  18:12:32 +0000 (0:00:00.039)       0:00:22.881 ******** 
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  18:12:32 +0000 (0:00:00.037)       0:00:22.918 ******** 
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  18:12:32 +0000 (0:00:00.040)       0:00:22.959 ******** 
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  18:12:32 +0000 (0:00:00.041)       0:00:23.000 ******** 
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  18:12:32 +0000 (0:00:00.038)       0:00:23.041 ******** 
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  18:12:32 +0000 (0:00:00.054)       0:00:23.095 ******** 
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  18:12:32 +0000 (0:00:00.043)       0:00:23.139 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 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  18:12:33 +0000 (0:00:00.549)       0:00:23.688 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 4294967296,
    "changed": false,
    "lvm": "4g",
    "parted": "4GiB",
    "size": "4 GiB"
}

TASK [Establish base value for expected size] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:15
Wednesday 06 July 2022  18:12:33 +0000 (0:00:00.399)       0:00:24.087 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_expected_size": "4294967296"
    },
    "changed": false
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:20
Wednesday 06 July 2022  18:12:33 +0000 (0:00:00.049)       0:00:24.137 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "4294967296"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:25
Wednesday 06 July 2022  18:12:33 +0000 (0:00:00.038)       0:00:24.176 ******** 
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  18:12:33 +0000 (0:00:00.042)       0:00:24.218 ******** 
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  18:12:33 +0000 (0:00:00.039)       0:00:24.258 ******** 
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  18:12:33 +0000 (0:00:00.039)       0:00:24.297 ******** 
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  18:12:33 +0000 (0:00:00.039)       0:00:24.337 ******** 
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  18:12:33 +0000 (0:00:00.043)       0:00:24.380 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_actual_size": {
        "bytes": 4294967296,
        "changed": false,
        "failed": false,
        "lvm": "4g",
        "parted": "4GiB",
        "size": "4 GiB"
    }
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:47
Wednesday 06 July 2022  18:12:33 +0000 (0:00:00.038)       0:00:24.419 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "4294967296"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:50
Wednesday 06 July 2022  18:12:33 +0000 (0:00:00.039)       0:00:24.459 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get information about the LV] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:6
Wednesday 06 July 2022  18:12:33 +0000 (0:00:00.115)       0:00:24.574 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "lvs",
        "--noheadings",
        "--nameprefixes",
        "--units=b",
        "--nosuffix",
        "--unquoted",
        "-o",
        "name,attr,cache_total_blocks,chunk_size,segtype",
        "foo/test1"
    ],
    "delta": "0:00:00.042683",
    "end": "2022-07-06 14:12:34.412510",
    "rc": 0,
    "start": "2022-07-06 14:12:34.369827"
}

STDOUT:

  LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:14
Wednesday 06 July 2022  18:12:34 +0000 (0:00:00.428)       0:00:25.002 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_lv_segtype": [
            "linear"
        ]
    },
    "changed": false
}

TASK [check segment type] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:17
Wednesday 06 July 2022  18:12:34 +0000 (0:00:00.087)       0:00:25.090 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:22
Wednesday 06 July 2022  18:12:34 +0000 (0:00:00.091)       0:00:25.182 ******** 
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  18:12:34 +0000 (0:00:00.041)       0:00:25.223 ******** 
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  18:12:34 +0000 (0:00:00.039)       0:00:25.262 ******** 
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  18:12:34 +0000 (0:00:00.054)       0:00:25.316 ******** 
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  18:12:34 +0000 (0:00:00.043)       0:00:25.360 ******** 
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:40
Wednesday 06 July 2022  18:12:34 +0000 (0:00:00.037)       0:00:25.398 ******** 
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  18:12:34 +0000 (0:00:00.036)       0:00:25.434 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57
Wednesday 06 July 2022  18:12:34 +0000 (0:00:00.025)       0:00:25.459 ******** 
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 [Create another volume in the existing pool, identified only by name.] ****
task path: /tmp/tmpaxpydj_h/tests/storage/tests_existing_lvm_pool.yml:41
Wednesday 06 July 2022  18:12:34 +0000 (0:00:00.044)       0:00:25.503 ******** 

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  18:12:34 +0000 (0:00:00.053)       0:00:25.557 ******** 
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  18:12:34 +0000 (0:00:00.039)       0:00:25.596 ******** 
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  18:12:35 +0000 (0:00:00.549)       0:00:26.145 ******** 
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  18:12:35 +0000 (0:00:00.071)       0:00:26.216 ******** 
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  18:12:35 +0000 (0:00:00.038)       0:00:26.254 ******** 
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  18:12:35 +0000 (0:00:00.033)       0:00:26.288 ******** 
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  18:12:35 +0000 (0:00:00.054)       0:00:26.343 ******** 
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  18:12:35 +0000 (0:00:00.019)       0:00:26.363 ******** 
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  18:12:35 +0000 (0:00:00.030)       0:00:26.393 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": [
        {
            "name": "foo",
            "volumes": [
                {
                    "fs_label": "newvol",
                    "fs_type": "ext4",
                    "name": "newvol",
                    "size": "2 GiB"
                }
            ]
        }
    ]
}

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  18:12:35 +0000 (0:00:00.037)       0:00:26.430 ******** 
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  18:12:35 +0000 (0:00:00.036)       0:00:26.467 ******** 
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  18:12:35 +0000 (0:00:00.028)       0:00:26.496 ******** 
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  18:12:35 +0000 (0:00:00.030)       0:00:26.526 ******** 
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  18:12:35 +0000 (0:00:00.031)       0:00:26.557 ******** 
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  18:12:35 +0000 (0:00:00.031)       0:00:26.589 ******** 
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  18:12:35 +0000 (0:00:00.060)       0:00:26.649 ******** 

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  18:12:36 +0000 (0:00:00.023)       0:00:26.673 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "actions": [
        {
            "action": "create device",
            "device": "/dev/mapper/foo-newvol",
            "fs_type": null
        },
        {
            "action": "create format",
            "device": "/dev/mapper/foo-newvol",
            "fs_type": "ext4"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/mapper/foo-test1",
        "/dev/sdb",
        "/dev/sdc",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf",
        "/dev/mapper/foo-newvol"
    ],
    "mounts": [],
    "packages": [
        "lvm2",
        "xfsprogs",
        "e2fsprogs"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/foo-newvol",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "/dev/mapper/foo-newvol",
                    "_raw_device": "/dev/mapper/foo-newvol",
                    "_raw_kernel_device": "/dev/dm-1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "newvol",
                    "fs_overwrite_existing": true,
                    "fs_type": "ext4",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "name": "newvol",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "size": "2 GiB",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ],
    "volumes": []
}

TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:78
Wednesday 06 July 2022  18:12:37 +0000 (0:00:01.872)       0:00:28.546 ******** 
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  18:12:37 +0000 (0:00:00.037)       0:00:28.583 ******** 

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  18:12:37 +0000 (0:00:00.024)       0:00:28.607 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [
            {
                "action": "create device",
                "device": "/dev/mapper/foo-newvol",
                "fs_type": null
            },
            {
                "action": "create format",
                "device": "/dev/mapper/foo-newvol",
                "fs_type": "ext4"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/mapper/foo-test1",
            "/dev/sdb",
            "/dev/sdc",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf",
            "/dev/mapper/foo-newvol"
        ],
        "mounts": [],
        "packages": [
            "lvm2",
            "xfsprogs",
            "e2fsprogs"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/foo-newvol",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "/dev/mapper/foo-newvol",
                        "_raw_device": "/dev/mapper/foo-newvol",
                        "_raw_kernel_device": "/dev/dm-1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "newvol",
                        "fs_overwrite_existing": true,
                        "fs_type": "ext4",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "name": "newvol",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "size": "2 GiB",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ],
        "volumes": []
    }
}

TASK [fedora.linux_system_roles.storage : set the list of pools for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101
Wednesday 06 July 2022  18:12:37 +0000 (0:00:00.046)       0:00:28.653 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "present",
                "type": "lvm",
                "volumes": [
                    {
                        "_device": "/dev/mapper/foo-newvol",
                        "_kernel_device": "/dev/dm-1",
                        "_mount_id": "/dev/mapper/foo-newvol",
                        "_raw_device": "/dev/mapper/foo-newvol",
                        "_raw_kernel_device": "/dev/dm-1",
                        "cache_devices": [],
                        "cache_mode": null,
                        "cache_size": 0,
                        "cached": false,
                        "compression": null,
                        "deduplication": null,
                        "disks": [],
                        "encryption": false,
                        "encryption_cipher": null,
                        "encryption_key": null,
                        "encryption_key_size": null,
                        "encryption_luks_version": null,
                        "encryption_password": null,
                        "fs_create_options": "",
                        "fs_label": "newvol",
                        "fs_overwrite_existing": true,
                        "fs_type": "ext4",
                        "mount_check": 0,
                        "mount_device_identifier": "uuid",
                        "mount_options": "defaults",
                        "mount_passno": 0,
                        "mount_point": "",
                        "name": "newvol",
                        "raid_chunk_size": null,
                        "raid_device_count": null,
                        "raid_disks": [],
                        "raid_level": null,
                        "raid_metadata_version": null,
                        "raid_spare_count": null,
                        "size": "2 GiB",
                        "state": "present",
                        "thin": false,
                        "thin_pool_name": null,
                        "thin_pool_size": null,
                        "type": "lvm",
                        "vdo_pool_size": null
                    }
                ]
            }
        ]
    },
    "changed": false
}

TASK [fedora.linux_system_roles.storage : set the list of volumes for test verification] ***
task path: /tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:105
Wednesday 06 July 2022  18:12:38 +0000 (0:00:00.043)       0:00:28.697 ******** 
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  18:12:38 +0000 (0:00:00.039)       0:00:28.736 ******** 

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  18:12:38 +0000 (0:00:00.034)       0:00:28.771 ******** 
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  18:12:38 +0000 (0:00:00.023)       0:00:28.795 ******** 

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  18:12:38 +0000 (0:00:00.038)       0:00:28.833 ******** 
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  18:12:38 +0000 (0:00:00.025)       0:00:28.859 ******** 
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  18:12:38 +0000 (0:00:00.404)       0:00:29.264 ******** 

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  18:12:38 +0000 (0:00:00.025)       0:00:29.289 ******** 
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_existing_lvm_pool.yml:53
Wednesday 06 July 2022  18:12:39 +0000 (0:00:00.979)       0:00:30.269 ******** 
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  18:12:39 +0000 (0:00:00.047)       0:00:30.316 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "present",
            "type": "lvm",
            "volumes": [
                {
                    "_device": "/dev/mapper/foo-newvol",
                    "_kernel_device": "/dev/dm-1",
                    "_mount_id": "/dev/mapper/foo-newvol",
                    "_raw_device": "/dev/mapper/foo-newvol",
                    "_raw_kernel_device": "/dev/dm-1",
                    "cache_devices": [],
                    "cache_mode": null,
                    "cache_size": 0,
                    "cached": false,
                    "compression": null,
                    "deduplication": null,
                    "disks": [],
                    "encryption": false,
                    "encryption_cipher": null,
                    "encryption_key": null,
                    "encryption_key_size": null,
                    "encryption_luks_version": null,
                    "encryption_password": null,
                    "fs_create_options": "",
                    "fs_label": "newvol",
                    "fs_overwrite_existing": true,
                    "fs_type": "ext4",
                    "mount_check": 0,
                    "mount_device_identifier": "uuid",
                    "mount_options": "defaults",
                    "mount_passno": 0,
                    "mount_point": "",
                    "name": "newvol",
                    "raid_chunk_size": null,
                    "raid_device_count": null,
                    "raid_disks": [],
                    "raid_level": null,
                    "raid_metadata_version": null,
                    "raid_spare_count": null,
                    "size": "2 GiB",
                    "state": "present",
                    "thin": false,
                    "thin_pool_name": null,
                    "thin_pool_size": null,
                    "type": "lvm",
                    "vdo_pool_size": null
                }
            ]
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6
Wednesday 06 July 2022  18:12:39 +0000 (0:00:00.062)       0:00:30.379 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14
Wednesday 06 July 2022  18:12:39 +0000 (0:00:00.050)       0:00:30.429 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "info": {
        "/dev/mapper/foo-newvol": {
            "fstype": "ext4",
            "label": "newvol",
            "name": "/dev/mapper/foo-newvol",
            "size": "2G",
            "type": "lvm",
            "uuid": "b1662755-85f1-4fbc-81d1-e2722466af3d"
        },
        "/dev/mapper/foo-test1": {
            "fstype": "xfs",
            "label": "",
            "name": "/dev/mapper/foo-test1",
            "size": "4G",
            "type": "lvm",
            "uuid": "6a76bab2-14ff-4d2e-a809-1bd97c291eea"
        },
        "/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": "LVM2_member",
            "label": "",
            "name": "/dev/sda",
            "size": "10G",
            "type": "disk",
            "uuid": "8pe7t9-64jv-ez2y-fhY2-vwgP-HXTi-SJj0gh"
        },
        "/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-18-11-55-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  18:12:40 +0000 (0:00:00.432)       0:00:30.861 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003091",
    "end": "2022-07-06 14:12:40.678595",
    "rc": 0,
    "start": "2022-07-06 14:12:40.675504"
}

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  18:12:40 +0000 (0:00:00.406)       0:00:31.268 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003545",
    "end": "2022-07-06 14:12:41.122056",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 14:12:41.118511"
}

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  18:12:41 +0000 (0:00:00.444)       0:00:31.712 ******** 
[WARNING]: The loop variable 'storage_test_pool' 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-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'present', 'type': 'lvm', 'volumes': [{'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'fs_create_options': '', 'fs_label': 'newvol', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '', 'name': 'newvol', 'raid_level': None, 'size': '2 GiB', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-newvol', '_raw_device': '/dev/mapper/foo-newvol', '_mount_id': '/dev/mapper/foo-newvol', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'}], 'raid_chunk_size': None})

TASK [Set _storage_pool_tests] *************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.061)       0:00:31.774 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.035)       0:00:31.809 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes)

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.049)       0:00:31.858 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_count": "1",
        "_storage_test_pool_pvs_lvm": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Get the canonical device path for each member device] ********************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.064)       0:00:31.923 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "device": "/dev/sda",
    "pv": "/dev/sda"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.390)       0:00:32.313 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": "1"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.054)       0:00:32.368 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_pool_pvs": [
            "/dev/sda"
        ]
    },
    "changed": false
}

TASK [Verify PV count] *********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.054)       0:00:32.422 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.053)       0:00:32.476 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.039)       0:00:32.515 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.055)       0:00:32.570 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.024)       0:00:32.595 ******** 
ok: [/cache/centos-9.qcow2.snap] => (item=/dev/sda) => {
    "ansible_loop_var": "pv",
    "changed": false,
    "pv": "/dev/sda"
}

MSG:

All assertions passed

TASK [Check MD RAID] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50
Wednesday 06 July 2022  18:12:41 +0000 (0:00:00.048)       0:00:32.644 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap

TASK [get information about RAID] **********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.043)       0:00:32.687 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.030)       0:00:32.742 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.035)       0:00:32.778 ******** 
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/verify-pool-md.yml:24
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.030)       0:00:32.809 ******** 
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/verify-pool-md.yml:30
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.027)       0:00:32.837 ******** 
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/verify-pool-md.yml:36
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.028)       0:00:32.865 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.028)       0:00:32.893 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.037)       0:00:32.931 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member LVM RAID settings] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.044)       0:00:32.975 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.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': 'newvol', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '', 'name': 'newvol', 'raid_level': None, 'size': '2 GiB', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-newvol', '_raw_device': '/dev/mapper/foo-newvol', '_mount_id': '/dev/mapper/foo-newvol', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'})

TASK [Get information about LVM RAID] ******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.yml:3
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.044)       0:00:33.020 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is LVM RAID] *******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.yml:8
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.031)       0:00:33.051 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-lvmraid.yml:12
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.034)       0:00:33.086 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check Thin Pools] ********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.034)       0:00:33.120 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member thinpool settings] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.110)       0:00:33.231 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.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': 'newvol', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '', 'name': 'newvol', 'raid_level': None, 'size': '2 GiB', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-newvol', '_raw_device': '/dev/mapper/foo-newvol', '_mount_id': '/dev/mapper/foo-newvol', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'})

TASK [Get information about thinpool] ******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:3
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.047)       0:00:33.278 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in correct thinpool (when thinp name is provided)] ***
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:8
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.024)       0:00:33.303 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check that volume is in thinpool (when thinp name is not provided)] ******
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:13
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.027)       0:00:33.330 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-thin.yml:17
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.027)       0:00:33.358 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check member encryption] *************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.027)       0:00:33.385 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.050)       0:00:33.435 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.054)       0:00:33.490 ******** 
skipping: [/cache/centos-9.qcow2.snap] => (item=/dev/sda)  => {
    "_storage_test_pool_member_path": "/dev/sda",
    "ansible_loop_var": "_storage_test_pool_member_path",
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Validate pool member crypttab entries] ***********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.030)       0:00:33.520 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml for /cache/centos-9.qcow2.snap => (item=/dev/sda)

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:1
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.044)       0:00:33.565 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": []
    },
    "changed": false
}

TASK [Check for /etc/crypttab entry] *******************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:4
Wednesday 06 July 2022  18:12:42 +0000 (0:00:00.051)       0:00:33.617 ******** 
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/verify-pool-member-crypttab.yml:9
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.052)       0:00:33.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/verify-pool-member-crypttab.yml:15
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.038)       0:00:33.708 ******** 
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/verify-pool-member-crypttab.yml:21
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.038)       0:00:33.746 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-crypttab.yml:27
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.039)       0:00:33.786 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.033)       0:00:33.819 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.034)       0:00:33.854 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member VDO settings] ***************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.047)       0:00:33.902 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.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': 'newvol', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '', 'name': 'newvol', 'raid_level': None, 'size': '2 GiB', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-newvol', '_raw_device': '/dev/mapper/foo-newvol', '_mount_id': '/dev/mapper/foo-newvol', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'})

TASK [get information about VDO deduplication] *********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:3
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.046)       0:00:33.948 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:8
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.026)       0:00:33.974 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:11
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.027)       0:00:34.002 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:16
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.026)       0:00:34.028 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:21
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.025)       0:00:34.054 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:24
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.023)       0:00:34.078 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:29
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.024)       0:00:34.102 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-member-vdo.yml:39
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.022)       0:00:34.125 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_vdo_status": null
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.037)       0:00:34.162 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [verify the volumes] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.037)       0:00:34.199 ******** 
[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': 'newvol', 'fs_type': 'ext4', 'mount_options': 'defaults', 'mount_point': '', 'name': 'newvol', 'raid_level': None, 'size': '2 GiB', 'state': 'present', 'type': 'lvm', 'cached': False, 'cache_devices': [], 'cache_mode': None, 'cache_size': 0, 'compression': None, 'deduplication': None, 'raid_disks': [], 'thin_pool_name': None, 'thin_pool_size': None, 'thin': False, 'vdo_pool_size': None, 'disks': [], 'fs_overwrite_existing': True, 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, '_device': '/dev/mapper/foo-newvol', '_raw_device': '/dev/mapper/foo-newvol', '_mount_id': '/dev/mapper/foo-newvol', '_kernel_device': '/dev/dm-1', '_raw_kernel_device': '/dev/dm-1'})

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume.yml:2
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.046)       0:00:34.245 ******** 
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  18:12:43 +0000 (0:00:00.052)       0:00:34.298 ******** 
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  18:12:43 +0000 (0:00:00.082)       0:00:34.381 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_device_path": "/dev/mapper/foo-newvol"
    },
    "changed": false
}

TASK [Set some facts] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-mount.yml:10
Wednesday 06 July 2022  18:12:43 +0000 (0:00:00.147)       0:00:34.529 ******** 
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  18:12:43 +0000 (0:00:00.058)       0:00:34.587 ******** 
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  18:12:43 +0000 (0:00:00.026)       0:00:34.614 ******** 
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  18:12:44 +0000 (0:00:00.054)       0:00:34.668 ******** 
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  18:12:44 +0000 (0:00:00.038)       0:00:34.706 ******** 
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  18:12:44 +0000 (0:00:00.025)       0:00:34.731 ******** 
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  18:12:44 +0000 (0:00:00.026)       0:00:34.757 ******** 
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  18:12:44 +0000 (0:00:00.026)       0:00:34.783 ******** 
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  18:12:44 +0000 (0:00:00.032)       0:00:34.816 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_fstab_expected_id_matches": "0",
        "storage_test_fstab_expected_mount_options_matches": "1",
        "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  18:12:44 +0000 (0:00:00.060)       0:00:34.877 ******** 
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  18:12:44 +0000 (0:00:00.055)       0:00:34.932 ******** 
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  18:12:44 +0000 (0:00:00.049)       0:00:34.981 ******** 
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  18:12:44 +0000 (0:00:00.035)       0:00:35.017 ******** 
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  18:12:44 +0000 (0:00:00.038)       0:00:35.055 ******** 
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  18:12:44 +0000 (0:00:00.042)       0:00:35.097 ******** 
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  18:12:44 +0000 (0:00:00.041)       0:00:35.139 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1657131157.8885174,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 0,
        "charset": "binary",
        "ctime": 1657131157.8885174,
        "dev": 5,
        "device_type": 64769,
        "executable": false,
        "exists": true,
        "gid": 6,
        "gr_name": "disk",
        "inode": 725,
        "isblk": true,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "mimetype": "inode/symlink",
        "mode": "0660",
        "mtime": 1657131157.8885174,
        "nlink": 1,
        "path": "/dev/mapper/foo-newvol",
        "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  18:12:44 +0000 (0:00:00.407)       0:00:35.547 ******** 
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  18:12:44 +0000 (0:00:00.040)       0:00:35.587 ******** 
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  18:12:44 +0000 (0:00:00.038)       0:00:35.626 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "st_volume_type": "lvm"
    },
    "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  18:12:44 +0000 (0:00:00.035)       0:00:35.662 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was 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  18:12:45 +0000 (0:00:00.025)       0:00:35.687 ******** 
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  18:12:45 +0000 (0:00:00.042)       0:00:35.729 ******** 
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  18:12:45 +0000 (0:00:00.024)       0:00:35.754 ******** 
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  18:12:45 +0000 (0:00:00.868)       0:00:36.623 ******** 
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  18:12:45 +0000 (0:00:00.024)       0:00:36.648 ******** 
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  18:12:46 +0000 (0:00:00.023)       0:00:36.671 ******** 
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  18:12:46 +0000 (0:00:00.099)       0:00:36.771 ******** 
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  18:12:46 +0000 (0:00:00.026)       0:00:36.797 ******** 
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  18:12:46 +0000 (0:00:00.025)       0:00:36.823 ******** 
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  18:12:46 +0000 (0:00:00.031)       0:00:36.854 ******** 
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  18:12:46 +0000 (0:00:00.066)       0:00:36.921 ******** 
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  18:12:46 +0000 (0:00:00.026)       0:00:36.948 ******** 
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  18:12:46 +0000 (0:00:00.053)       0:00:37.002 ******** 
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  18:12:46 +0000 (0:00:00.054)       0:00:37.057 ******** 
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  18:12:46 +0000 (0:00:00.040)       0:00:37.098 ******** 
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  18:12:46 +0000 (0:00:00.036)       0:00:37.134 ******** 
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  18:12:46 +0000 (0:00:00.035)       0:00:37.169 ******** 
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  18:12:46 +0000 (0:00:00.037)       0:00:37.207 ******** 
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  18:12:46 +0000 (0:00:00.035)       0:00:37.243 ******** 
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  18:12:46 +0000 (0:00:00.035)       0:00:37.278 ******** 
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  18:12:46 +0000 (0:00:00.037)       0:00:37.316 ******** 
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  18:12:46 +0000 (0:00:00.044)       0:00:37.360 ******** 
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  18:12:46 +0000 (0:00:00.040)       0:00:37.400 ******** 
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  18:12:46 +0000 (0:00:00.039)       0:00:37.440 ******** 
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  18:12:46 +0000 (0:00:00.039)       0:00:37.480 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 2147483648,
    "changed": false,
    "lvm": "2g",
    "parted": "2GiB",
    "size": "2 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  18:12:47 +0000 (0:00:00.379)       0:00:37.859 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "bytes": 2147483648,
    "changed": false,
    "lvm": "2g",
    "parted": "2GiB",
    "size": "2 GiB"
}

TASK [Establish base value for expected size] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:15
Wednesday 06 July 2022  18:12:47 +0000 (0:00:00.402)       0:00:38.262 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_expected_size": "2147483648"
    },
    "changed": false
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:20
Wednesday 06 July 2022  18:12:47 +0000 (0:00:00.052)       0:00:38.315 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "2147483648"
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:25
Wednesday 06 July 2022  18:12:47 +0000 (0:00:00.039)       0:00:38.354 ******** 
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  18:12:47 +0000 (0:00:00.038)       0:00:38.393 ******** 
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  18:12:47 +0000 (0:00:00.037)       0:00:38.430 ******** 
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  18:12:47 +0000 (0:00:00.043)       0:00:38.473 ******** 
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  18:12:47 +0000 (0:00:00.041)       0:00:38.515 ******** 
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  18:12:47 +0000 (0:00:00.038)       0:00:38.554 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_actual_size": {
        "bytes": 2147483648,
        "changed": false,
        "failed": false,
        "lvm": "2g",
        "parted": "2GiB",
        "size": "2 GiB"
    }
}

TASK [debug] *******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:47
Wednesday 06 July 2022  18:12:47 +0000 (0:00:00.037)       0:00:38.591 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_test_expected_size": "2147483648"
}

TASK [assert] ******************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:50
Wednesday 06 July 2022  18:12:47 +0000 (0:00:00.035)       0:00:38.626 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Get information about the LV] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:6
Wednesday 06 July 2022  18:12:48 +0000 (0:00:00.056)       0:00:38.683 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "lvs",
        "--noheadings",
        "--nameprefixes",
        "--units=b",
        "--nosuffix",
        "--unquoted",
        "-o",
        "name,attr,cache_total_blocks,chunk_size,segtype",
        "foo/newvol"
    ],
    "delta": "0:00:00.030199",
    "end": "2022-07-06 14:12:48.494808",
    "rc": 0,
    "start": "2022-07-06 14:12:48.464609"
}

STDOUT:

  LVM2_LV_NAME=newvol LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:14
Wednesday 06 July 2022  18:12:48 +0000 (0:00:00.402)       0:00:39.085 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_lv_segtype": [
            "linear"
        ]
    },
    "changed": false
}

TASK [check segment type] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:17
Wednesday 06 July 2022  18:12:48 +0000 (0:00:00.056)       0:00:39.141 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-volume-cache.yml:22
Wednesday 06 July 2022  18:12:48 +0000 (0:00:00.053)       0:00:39.195 ******** 
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  18:12:48 +0000 (0:00:00.038)       0:00:39.234 ******** 
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  18:12:48 +0000 (0:00:00.036)       0:00:39.270 ******** 
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  18:12:48 +0000 (0:00:00.039)       0:00:39.309 ******** 
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  18:12:48 +0000 (0:00:00.040)       0:00:39.350 ******** 
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:40
Wednesday 06 July 2022  18:12:48 +0000 (0:00:00.081)       0:00:39.431 ******** 
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  18:12:48 +0000 (0:00:00.038)       0:00:39.470 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57
Wednesday 06 July 2022  18:12:48 +0000 (0:00:00.022)       0:00:39.493 ******** 
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 [Clean up.] ***************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/tests_existing_lvm_pool.yml:55
Wednesday 06 July 2022  18:12:48 +0000 (0:00:00.082)       0:00:39.576 ******** 

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  18:12:49 +0000 (0:00:00.097)       0:00:39.673 ******** 
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  18:12:49 +0000 (0:00:00.036)       0:00:39.710 ******** 
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  18:12:49 +0000 (0:00:00.531)       0:00:40.242 ******** 
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  18:12:49 +0000 (0:00:00.074)       0:00:40.316 ******** 
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  18:12:49 +0000 (0:00:00.034)       0:00:40.351 ******** 
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  18:12:49 +0000 (0:00:00.034)       0:00:40.385 ******** 
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  18:12:49 +0000 (0:00:00.062)       0:00:40.448 ******** 
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  18:12:49 +0000 (0:00:00.023)       0:00:40.471 ******** 
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  18:12:49 +0000 (0:00:00.031)       0:00:40.503 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "storage_pools": [
        {
            "name": "foo",
            "state": "absent"
        }
    ]
}

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  18:12:49 +0000 (0:00:00.035)       0:00:40.538 ******** 
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  18:12:49 +0000 (0:00:00.034)       0:00:40.573 ******** 
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  18:12:49 +0000 (0:00:00.027)       0:00:40.601 ******** 
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  18:12:49 +0000 (0:00:00.030)       0:00:40.631 ******** 
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  18:12:49 +0000 (0:00:00.030)       0:00:40.662 ******** 
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  18:12:50 +0000 (0:00:00.030)       0:00:40.692 ******** 
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  18:12:50 +0000 (0:00:00.063)       0:00:40.755 ******** 

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  18:12:50 +0000 (0:00:00.024)       0:00:40.780 ******** 
changed: [/cache/centos-9.qcow2.snap] => {
    "actions": [
        {
            "action": "destroy format",
            "device": "/dev/mapper/foo-newvol",
            "fs_type": "ext4"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/foo-newvol",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/mapper/foo-test1",
            "fs_type": "xfs"
        },
        {
            "action": "destroy device",
            "device": "/dev/mapper/foo-test1",
            "fs_type": null
        },
        {
            "action": "destroy device",
            "device": "/dev/foo",
            "fs_type": null
        },
        {
            "action": "destroy format",
            "device": "/dev/sda",
            "fs_type": "lvmpv"
        }
    ],
    "changed": true,
    "crypts": [],
    "leaves": [
        "/dev/sr0",
        "/dev/vda1",
        "/dev/sda",
        "/dev/sdb",
        "/dev/sdc",
        "/dev/nvme0n1",
        "/dev/nvme1n1",
        "/dev/nvme2n1",
        "/dev/vdb1",
        "/dev/vdc1",
        "/dev/vdd",
        "/dev/vde",
        "/dev/vdf"
    ],
    "mounts": [],
    "packages": [
        "xfsprogs",
        "e2fsprogs"
    ],
    "pools": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "absent",
            "type": "lvm",
            "volumes": []
        }
    ],
    "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  18:12:52 +0000 (0:00:02.155)       0:00:42.936 ******** 
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  18:12:52 +0000 (0:00:00.036)       0:00:42.972 ******** 

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  18:12:52 +0000 (0:00:00.022)       0:00:42.995 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "blivet_output": {
        "actions": [
            {
                "action": "destroy format",
                "device": "/dev/mapper/foo-newvol",
                "fs_type": "ext4"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/foo-newvol",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/mapper/foo-test1",
                "fs_type": "xfs"
            },
            {
                "action": "destroy device",
                "device": "/dev/mapper/foo-test1",
                "fs_type": null
            },
            {
                "action": "destroy device",
                "device": "/dev/foo",
                "fs_type": null
            },
            {
                "action": "destroy format",
                "device": "/dev/sda",
                "fs_type": "lvmpv"
            }
        ],
        "changed": true,
        "crypts": [],
        "failed": false,
        "leaves": [
            "/dev/sr0",
            "/dev/vda1",
            "/dev/sda",
            "/dev/sdb",
            "/dev/sdc",
            "/dev/nvme0n1",
            "/dev/nvme1n1",
            "/dev/nvme2n1",
            "/dev/vdb1",
            "/dev/vdc1",
            "/dev/vdd",
            "/dev/vde",
            "/dev/vdf"
        ],
        "mounts": [],
        "packages": [
            "xfsprogs",
            "e2fsprogs"
        ],
        "pools": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "absent",
                "type": "lvm",
                "volumes": []
            }
        ],
        "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  18:12:52 +0000 (0:00:00.042)       0:00:43.037 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pools_list": [
            {
                "disks": [
                    "sda"
                ],
                "encryption": false,
                "encryption_cipher": null,
                "encryption_key": null,
                "encryption_key_size": null,
                "encryption_luks_version": null,
                "encryption_password": null,
                "name": "foo",
                "raid_chunk_size": null,
                "raid_device_count": null,
                "raid_level": null,
                "raid_metadata_version": null,
                "raid_spare_count": null,
                "state": "absent",
                "type": "lvm",
                "volumes": []
            }
        ]
    },
    "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  18:12:52 +0000 (0:00:00.043)       0:00:43.080 ******** 
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  18:12:52 +0000 (0:00:00.042)       0:00:43.123 ******** 

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  18:12:52 +0000 (0:00:00.037)       0:00:43.160 ******** 
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  18:12:52 +0000 (0:00:00.024)       0:00:43.185 ******** 

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  18:12:52 +0000 (0:00:00.041)       0:00:43.226 ******** 
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  18:12:52 +0000 (0:00:00.025)       0:00:43.251 ******** 
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  18:12:52 +0000 (0:00:00.385)       0:00:43.637 ******** 

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  18:12:52 +0000 (0:00:00.024)       0:00:43.661 ******** 
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_existing_lvm_pool.yml:63
Wednesday 06 July 2022  18:12:53 +0000 (0:00:00.991)       0:00:44.652 ******** 
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  18:12:54 +0000 (0:00:00.048)       0:00:44.701 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "_storage_pools_list": [
        {
            "disks": [
                "sda"
            ],
            "encryption": false,
            "encryption_cipher": null,
            "encryption_key": null,
            "encryption_key_size": null,
            "encryption_luks_version": null,
            "encryption_password": null,
            "name": "foo",
            "raid_chunk_size": null,
            "raid_device_count": null,
            "raid_level": null,
            "raid_metadata_version": null,
            "raid_spare_count": null,
            "state": "absent",
            "type": "lvm",
            "volumes": []
        }
    ]
}

TASK [Print out volume information] ********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:6
Wednesday 06 July 2022  18:12:54 +0000 (0:00:00.053)       0:00:44.755 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [Collect info about the volumes.] *****************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:14
Wednesday 06 July 2022  18:12:54 +0000 (0:00:00.041)       0:00:44.796 ******** 
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-18-11-55-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  18:12:54 +0000 (0:00:00.384)       0:00:45.181 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/fstab"
    ],
    "delta": "0:00:00.003381",
    "end": "2022-07-06 14:12:55.024772",
    "rc": 0,
    "start": "2022-07-06 14:12:55.021391"
}

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  18:12:54 +0000 (0:00:00.432)       0:00:45.613 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "cat",
        "/etc/crypttab"
    ],
    "delta": "0:00:00.003474",
    "end": "2022-07-06 14:12:55.406384",
    "failed_when_result": false,
    "rc": 0,
    "start": "2022-07-06 14:12:55.402910"
}

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  18:12:55 +0000 (0:00:00.383)       0:00:45.997 ******** 
[WARNING]: The loop variable 'storage_test_pool' 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-pool.yml for /cache/centos-9.qcow2.snap => (item={'disks': ['sda'], 'encryption': False, 'encryption_cipher': None, 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'encryption_password': None, 'name': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'state': 'absent', 'type': 'lvm', 'volumes': [], 'raid_chunk_size': None})

TASK [Set _storage_pool_tests] *************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:5
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.059)       0:00:46.056 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_pool_tests": [
            "members",
            "volumes"
        ]
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool.yml:18
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.111)       0:00:46.168 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml for /cache/centos-9.qcow2.snap => (item=members)
included: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml for /cache/centos-9.qcow2.snap => (item=volumes)

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:1
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.047)       0:00:46.215 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_count": "0",
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [Get the canonical device path for each member device] ********************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:6
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.051)       0:00:46.266 ******** 

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:15
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.020)       0:00:46.287 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": "0"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:19
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.047)       0:00:46.334 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_pool_pvs": []
    },
    "changed": false
}

TASK [Verify PV count] *********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:23
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.047)       0:00:46.382 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:29
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.047)       0:00:46.429 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:33
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.040)       0:00:46.470 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_pv_type": "disk"
    },
    "changed": false
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:37
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.052)       0:00:46.522 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Check the type of each PV] ***********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:41
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.025)       0:00:46.548 ******** 

TASK [Check MD RAID] ***********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:50
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.022)       0:00:46.571 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml for /cache/centos-9.qcow2.snap

TASK [get information about RAID] **********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:6
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.044)       0:00:46.615 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:12
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.025)       0:00:46.640 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:16
Wednesday 06 July 2022  18:12:55 +0000 (0:00:00.025)       0:00:46.666 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:20
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.025)       0:00:46.692 ******** 
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/verify-pool-md.yml:24
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.026)       0:00:46.719 ******** 
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/verify-pool-md.yml:30
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.025)       0:00:46.744 ******** 
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/verify-pool-md.yml:36
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.023)       0:00:46.767 ******** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-md.yml:44
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.023)       0:00:46.790 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "storage_test_md_active_devices_re": null,
        "storage_test_md_metadata_version_re": null,
        "storage_test_md_spare_devices_re": null
    },
    "changed": false
}

TASK [Check LVM RAID] **********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:53
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.038)       0:00:46.829 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member LVM RAID settings] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-lvmraid.yml:1
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.053)       0:00:46.882 ******** 

TASK [Check Thin Pools] ********************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:56
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.023)       0:00:46.906 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member thinpool settings] **********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-thin.yml:1
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.046)       0:00:46.952 ******** 

TASK [Check member encryption] *************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:59
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.023)       0:00:46.976 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml for /cache/centos-9.qcow2.snap

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:4
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.049)       0:00:47.026 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_expected_crypttab_entries": "0",
        "_storage_test_expected_crypttab_key_file": "-"
    },
    "changed": false
}

TASK [Validate pool member LUKS settings] **************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:8
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.051)       0:00:47.077 ******** 

TASK [Validate pool member crypttab entries] ***********************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:15
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.022)       0:00:47.100 ******** 

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-encryption.yml:22
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.022)       0:00:47.123 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "_storage_test_crypttab_entries": null,
        "_storage_test_crypttab_key_file": null
    },
    "changed": false
}

TASK [Check VDO] ***************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:62
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.034)       0:00:47.158 ******** 
included: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml for /cache/centos-9.qcow2.snap

TASK [Validate pool member VDO settings] ***************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-pool-members-vdo.yml:1
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.046)       0:00:47.205 ******** 

TASK [set_fact] ****************************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-members.yml:65
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.020)       0:00:47.225 ******** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "__pvs_lvm_len": null,
        "_storage_test_expected_pv_count": null,
        "_storage_test_expected_pv_type": null,
        "_storage_test_pool_pvs": [],
        "_storage_test_pool_pvs_lvm": []
    },
    "changed": false
}

TASK [verify the volumes] ******************************************************
task path: /tmp/tmpaxpydj_h/tests/storage/test-verify-pool-volumes.yml:3
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.064)       0:00:47.290 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:40
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.023)       0:00:47.313 ******** 
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  18:12:56 +0000 (0:00:00.134)       0:00:47.448 ******** 

TASK [Clean up variable namespace] *********************************************
task path: /tmp/tmpaxpydj_h/tests/storage/verify-role-results.yml:57
Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.027)       0:00:47.475 ******** 
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=251  changed=3    unreachable=0    failed=0    skipped=197  rescued=0    ignored=0   

Wednesday 06 July 2022  18:12:56 +0000 (0:00:00.056)       0:00:47.531 ******** 
=============================================================================== 
fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 2.16s
/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.08s
/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 --- 1.87s
/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 : make sure blivet is available ------- 1.40s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:7 
Gathering Facts --------------------------------------------------------- 1.36s
/tmp/tmpaxpydj_h/tests/storage/tests_existing_lvm_pool.yml:2 ------------------
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 
Ensure cryptsetup is present -------------------------------------------- 0.97s
/tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:10 -----------
fedora.linux_system_roles.storage : Update facts ------------------------ 0.95s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:183 
fedora.linux_system_roles.storage : make sure required packages are installed --- 0.88s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:41 
Ensure cryptsetup is present -------------------------------------------- 0.87s
/tmp/tmpaxpydj_h/tests/storage/test-verify-volume-encryption.yml:10 -----------
fedora.linux_system_roles.storage : get required packages --------------- 0.73s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:23 
fedora.linux_system_roles.storage : Ensure ansible_facts used by role --- 0.57s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 
fedora.linux_system_roles.storage : Ensure ansible_facts used by role --- 0.55s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 
parse the actual size of the volume ------------------------------------- 0.55s
/tmp/tmpaxpydj_h/tests/storage/test-verify-volume-size.yml:3 ------------------
Find unused disks in the system ----------------------------------------- 0.54s
/tmp/tmpaxpydj_h/tests/storage/get_unused_disk.yml:2 --------------------------
fedora.linux_system_roles.storage : manage the pools and volumes to match the specified state --- 0.54s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:64 
fedora.linux_system_roles.storage : Ensure ansible_facts used by role --- 0.54s
/tmp/tmpq6mp_rlx/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2