# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_create_raid_pool_then_remove.yml ******************************* 1 plays in /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml PLAY [Test create raid pool and remove] **************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:2 Wednesday 26 June 2024 19:45:13 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:18 Wednesday 26 June 2024 19:45:14 +0000 (0:00:00.798) 0:00:00.811 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 26 June 2024 19:45:14 +0000 (0:00:00.017) 0:00:00.828 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 26 June 2024 19:45:14 +0000 (0:00:00.022) 0:00:00.851 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 26 June 2024 19:45:14 +0000 (0:00:00.018) 0:00:00.870 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Wednesday 26 June 2024 19:45:14 +0000 (0:00:00.032) 0:00:00.902 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Wednesday 26 June 2024 19:45:15 +0000 (0:00:00.188) 0:00:01.091 ******** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 26 June 2024 19:45:15 +0000 (0:00:00.020) 0:00:01.111 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 26 June 2024 19:45:15 +0000 (0:00:00.008) 0:00:01.120 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 26 June 2024 19:45:15 +0000 (0:00:00.008) 0:00:01.129 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 26 June 2024 19:45:15 +0000 (0:00:00.030) 0:00:01.159 ******** changed: [sut] => { "changed": true, "changes": { "installed": [ "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package libblockdev-crypto.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: libblockdev-utils(x86-64) = 2.18-5.el7 for package: libblockdev-crypto-2.18-5.el7.x86_64\n--> Processing Dependency: libvolume_key.so.1()(64bit) for package: libblockdev-crypto-2.18-5.el7.x86_64\n--> Processing Dependency: libbd_utils.so.2()(64bit) for package: libblockdev-crypto-2.18-5.el7.x86_64\n---> Package libblockdev-dm.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: libdmraid.so.1(Base)(64bit) for package: libblockdev-dm-2.18-5.el7.x86_64\n--> Processing Dependency: dmraid for package: libblockdev-dm-2.18-5.el7.x86_64\n--> Processing Dependency: libdmraid.so.1()(64bit) for package: libblockdev-dm-2.18-5.el7.x86_64\n---> Package libblockdev-lvm.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: lvm2 for package: libblockdev-lvm-2.18-5.el7.x86_64\n--> Processing Dependency: device-mapper-persistent-data for package: libblockdev-lvm-2.18-5.el7.x86_64\n---> Package libblockdev-mdraid.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: mdadm for package: libblockdev-mdraid-2.18-5.el7.x86_64\n--> Processing Dependency: libbytesize.so.1()(64bit) for package: libblockdev-mdraid-2.18-5.el7.x86_64\n---> Package libblockdev-swap.x86_64 0:2.18-5.el7 will be installed\n---> Package python2-blivet3.noarch 1:3.1.3-3.el7 will be installed\n--> Processing Dependency: blivet3-data = 1:3.1.3-3.el7 for package: 1:python2-blivet3-3.1.3-3.el7.noarch\n--> Processing Dependency: python2-bytesize >= 0.3 for package: 1:python2-blivet3-3.1.3-3.el7.noarch\n--> Processing Dependency: python2-blockdev >= 2.17 for package: 1:python2-blivet3-3.1.3-3.el7.noarch\n--> Processing Dependency: pyparted >= 3.9 for package: 1:python2-blivet3-3.1.3-3.el7.noarch\n--> Processing Dependency: lsof for package: 1:python2-blivet3-3.1.3-3.el7.noarch\n--> Running transaction check\n---> Package blivet3-data.noarch 1:3.1.3-3.el7 will be installed\n---> Package device-mapper-persistent-data.x86_64 0:0.8.5-3.el7_9.2 will be installed\n--> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64\n--> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64\n--> Processing Dependency: libaio.so.1()(64bit) for package: device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64\n---> Package dmraid.x86_64 0:1.0.0.rc16-28.el7 will be installed\n--> Processing Dependency: libdevmapper-event.so.1.02(Base)(64bit) for package: dmraid-1.0.0.rc16-28.el7.x86_64\n--> Processing Dependency: dmraid-events for package: dmraid-1.0.0.rc16-28.el7.x86_64\n--> Processing Dependency: libdevmapper-event.so.1.02()(64bit) for package: dmraid-1.0.0.rc16-28.el7.x86_64\n---> Package libblockdev-utils.x86_64 0:2.18-5.el7 will be installed\n---> Package libbytesize.x86_64 0:1.2-1.el7 will be installed\n---> Package lsof.x86_64 0:4.87-6.el7 will be installed\n---> Package lvm2.x86_64 7:2.02.187-6.el7_9.5 will be installed\n--> Processing Dependency: lvm2-libs = 7:2.02.187-6.el7_9.5 for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: liblvm2app.so.2.2(Base)(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: liblvm2app.so.2.2()(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n---> Package mdadm.x86_64 0:4.1-9.el7_9 will be installed\n---> Package pyparted.x86_64 1:3.9-15.el7 will be installed\n---> Package python2-blockdev.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: libblockdev(x86-64) = 2.18-5.el7 for package: python2-blockdev-2.18-5.el7.x86_64\n---> Package python2-bytesize.x86_64 0:1.2-1.el7 will be installed\n---> Package volume_key-libs.x86_64 0:0.3.9-9.el7 will be installed\n--> Running transaction check\n---> Package device-mapper-event-libs.x86_64 7:1.02.170-6.el7_9.5 will be installed\n---> Package dmraid-events.x86_64 0:1.0.0.rc16-28.el7 will be installed\n--> Processing Dependency: sgpio for package: dmraid-events-1.0.0.rc16-28.el7.x86_64\n--> Processing Dependency: device-mapper-event for package: dmraid-events-1.0.0.rc16-28.el7.x86_64\n---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed\n---> Package libblockdev.x86_64 0:2.18-5.el7 will be installed\n---> Package lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 will be installed\n--> Running transaction check\n---> Package device-mapper-event.x86_64 7:1.02.170-6.el7_9.5 will be installed\n---> Package sgpio.x86_64 0:1.2.0.10-13.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n libblockdev-crypto x86_64 2.18-5.el7 base 60 k\n libblockdev-dm x86_64 2.18-5.el7 base 54 k\n libblockdev-lvm x86_64 2.18-5.el7 base 62 k\n libblockdev-mdraid x86_64 2.18-5.el7 base 57 k\n libblockdev-swap x86_64 2.18-5.el7 base 52 k\n python2-blivet3 noarch 1:3.1.3-3.el7 base 851 k\nInstalling for dependencies:\n blivet3-data noarch 1:3.1.3-3.el7 base 77 k\n device-mapper-event x86_64 7:1.02.170-6.el7_9.5 updates 192 k\n device-mapper-event-libs x86_64 7:1.02.170-6.el7_9.5 updates 192 k\n device-mapper-persistent-data x86_64 0.8.5-3.el7_9.2 updates 423 k\n dmraid x86_64 1.0.0.rc16-28.el7 base 151 k\n dmraid-events x86_64 1.0.0.rc16-28.el7 base 21 k\n libaio x86_64 0.3.109-13.el7 base 24 k\n libblockdev x86_64 2.18-5.el7 base 119 k\n libblockdev-utils x86_64 2.18-5.el7 base 58 k\n libbytesize x86_64 1.2-1.el7 base 52 k\n lsof x86_64 4.87-6.el7 base 331 k\n lvm2 x86_64 7:2.02.187-6.el7_9.5 updates 1.3 M\n lvm2-libs x86_64 7:2.02.187-6.el7_9.5 updates 1.1 M\n mdadm x86_64 4.1-9.el7_9 updates 439 k\n pyparted x86_64 1:3.9-15.el7 base 195 k\n python2-blockdev x86_64 2.18-5.el7 base 61 k\n python2-bytesize x86_64 1.2-1.el7 base 22 k\n sgpio x86_64 1.2.0.10-13.el7 base 13 k\n volume_key-libs x86_64 0.3.9-9.el7 base 141 k\n\nTransaction Summary\n================================================================================\nInstall 6 Packages (+19 Dependent packages)\n\nTotal download size: 6.0 M\nInstalled size: 16 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 733 kB/s | 6.0 MB 00:08 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libblockdev-utils-2.18-5.el7.x86_64 1/25 \n Installing : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 2/25 \n Installing : libaio-0.3.109-13.el7.x86_64 3/25 \n Installing : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 4/25 \n Installing : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 5/25 \n Installing : libbytesize-1.2-1.el7.x86_64 6/25 \n Installing : python2-bytesize-1.2-1.el7.x86_64 7/25 \n Installing : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 8/25 \n Installing : 7:lvm2-2.02.187-6.el7_9.5.x86_64 9/25 \n Installing : libblockdev-2.18-5.el7.x86_64 10/25 \n Installing : python2-blockdev-2.18-5.el7.x86_64 11/25 \n Installing : 1:pyparted-3.9-15.el7.x86_64 12/25 \n Installing : sgpio-1.2.0.10-13.el7.x86_64 13/25 \n Installing : dmraid-1.0.0.rc16-28.el7.x86_64 14/25 \n Installing : dmraid-events-1.0.0.rc16-28.el7.x86_64 15/25 \n Installing : mdadm-4.1-9.el7_9.x86_64 16/25 \n Installing : volume_key-libs-0.3.9-9.el7.x86_64 17/25 \n Installing : 1:blivet3-data-3.1.3-3.el7.noarch 18/25 \n Installing : lsof-4.87-6.el7.x86_64 19/25 \n Installing : 1:python2-blivet3-3.1.3-3.el7.noarch 20/25 \n Installing : libblockdev-crypto-2.18-5.el7.x86_64 21/25 \n Installing : libblockdev-mdraid-2.18-5.el7.x86_64 22/25 \n Installing : libblockdev-dm-2.18-5.el7.x86_64 23/25 \n Installing : libblockdev-lvm-2.18-5.el7.x86_64 24/25 \n Installing : libblockdev-swap-2.18-5.el7.x86_64 25/25 \n Verifying : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 1/25 \n Verifying : libblockdev-swap-2.18-5.el7.x86_64 2/25 \n Verifying : libblockdev-lvm-2.18-5.el7.x86_64 3/25 \n Verifying : lsof-4.87-6.el7.x86_64 4/25 \n Verifying : libblockdev-mdraid-2.18-5.el7.x86_64 5/25 \n Verifying : 1:blivet3-data-3.1.3-3.el7.noarch 6/25 \n Verifying : dmraid-events-1.0.0.rc16-28.el7.x86_64 7/25 \n Verifying : python2-blockdev-2.18-5.el7.x86_64 8/25 \n Verifying : libblockdev-dm-2.18-5.el7.x86_64 9/25 \n Verifying : libaio-0.3.109-13.el7.x86_64 10/25 \n Verifying : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 11/25 \n Verifying : python2-bytesize-1.2-1.el7.x86_64 12/25 \n Verifying : libblockdev-2.18-5.el7.x86_64 13/25 \n Verifying : libbytesize-1.2-1.el7.x86_64 14/25 \n Verifying : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 15/25 \n Verifying : 7:lvm2-2.02.187-6.el7_9.5.x86_64 16/25 \n Verifying : libblockdev-utils-2.18-5.el7.x86_64 17/25 \n Verifying : volume_key-libs-0.3.9-9.el7.x86_64 18/25 \n Verifying : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 19/25 \n Verifying : 1:python2-blivet3-3.1.3-3.el7.noarch 20/25 \n Verifying : dmraid-1.0.0.rc16-28.el7.x86_64 21/25 \n Verifying : mdadm-4.1-9.el7_9.x86_64 22/25 \n Verifying : sgpio-1.2.0.10-13.el7.x86_64 23/25 \n Verifying : libblockdev-crypto-2.18-5.el7.x86_64 24/25 \n Verifying : 1:pyparted-3.9-15.el7.x86_64 25/25 \n\nInstalled:\n libblockdev-crypto.x86_64 0:2.18-5.el7 libblockdev-dm.x86_64 0:2.18-5.el7 \n libblockdev-lvm.x86_64 0:2.18-5.el7 libblockdev-mdraid.x86_64 0:2.18-5.el7\n libblockdev-swap.x86_64 0:2.18-5.el7 python2-blivet3.noarch 1:3.1.3-3.el7 \n\nDependency Installed:\n blivet3-data.noarch 1:3.1.3-3.el7 \n device-mapper-event.x86_64 7:1.02.170-6.el7_9.5 \n device-mapper-event-libs.x86_64 7:1.02.170-6.el7_9.5 \n device-mapper-persistent-data.x86_64 0:0.8.5-3.el7_9.2 \n dmraid.x86_64 0:1.0.0.rc16-28.el7 \n dmraid-events.x86_64 0:1.0.0.rc16-28.el7 \n libaio.x86_64 0:0.3.109-13.el7 \n libblockdev.x86_64 0:2.18-5.el7 \n libblockdev-utils.x86_64 0:2.18-5.el7 \n libbytesize.x86_64 0:1.2-1.el7 \n lsof.x86_64 0:4.87-6.el7 \n lvm2.x86_64 7:2.02.187-6.el7_9.5 \n lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 \n mdadm.x86_64 0:4.1-9.el7_9 \n pyparted.x86_64 1:3.9-15.el7 \n python2-blockdev.x86_64 0:2.18-5.el7 \n python2-bytesize.x86_64 0:1.2-1.el7 \n sgpio.x86_64 0:1.2.0.10-13.el7 \n volume_key-libs.x86_64 0:0.3.9-9.el7 \n\nComplete!\n" ] } lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python-blivet3 python-enum34 TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Wednesday 26 June 2024 19:45:32 +0000 (0:00:17.066) 0:00:18.225 ******** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Wednesday 26 June 2024 19:45:32 +0000 (0:00:00.019) 0:00:18.245 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Wednesday 26 June 2024 19:45:32 +0000 (0:00:00.018) 0:00:18.264 ******** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Wednesday 26 June 2024 19:45:32 +0000 (0:00:00.437) 0:00:18.701 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Wednesday 26 June 2024 19:45:32 +0000 (0:00:00.034) 0:00:18.735 ******** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Wednesday 26 June 2024 19:45:32 +0000 (0:00:00.009) 0:00:18.744 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Wednesday 26 June 2024 19:45:32 +0000 (0:00:00.010) 0:00:18.754 ******** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Wednesday 26 June 2024 19:45:32 +0000 (0:00:00.008) 0:00:18.763 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "kpartx-0.4.9-136.el7_9.x86_64 providing kpartx is already installed" ] } lsrpackages: kpartx TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Wednesday 26 June 2024 19:45:33 +0000 (0:00:00.363) 0:00:19.127 ******** ok: [sut] => { "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" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "brandbot.service": { "name": "brandbot.service", "source": "systemd", "state": "inactive", "status": "static" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "console-shell.service": { "name": "console-shell.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": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.import1.service": { "name": "dbus-org.freedesktop.import1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.machine1.service": { "name": "dbus-org.freedesktop.machine1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "lvm2-lvmetad.service": { "name": "lvm2-lvmetad.service", "source": "systemd", "state": "running", "status": "static" }, "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" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "netconsole": { "name": "netconsole", "source": "sysv", "state": "stopped", "status": "disabled" }, "network": { "name": "network", "source": "sysv", "state": "running", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-config.service": { "name": "nfs-config.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-idmap.service": { "name": "nfs-idmap.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-lock.service": { "name": "nfs-lock.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-rquotad.service": { "name": "nfs-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-secure.service": { "name": "nfs-secure.service", "source": "systemd", "state": "inactive", "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" }, "nfs.service": { "name": "nfs.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfslock.service": { "name": "nfslock.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "postfix.service": { "name": "postfix.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rhel-autorelabel-mark.service": { "name": "rhel-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-autorelabel.service": { "name": "rhel-autorelabel.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-configure.service": { "name": "rhel-configure.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-dmesg.service": { "name": "rhel-dmesg.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-domainname.service": { "name": "rhel-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-import-state.service": { "name": "rhel-import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-loadmodules.service": { "name": "rhel-loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-readonly.service": { "name": "rhel-readonly.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-rquotad.service": { "name": "rpc-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpcgssd.service": { "name": "rpcgssd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rpcidmapd.service": { "name": "rpcidmapd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rsyncd.service": { "name": "rsyncd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyncd@.service": { "name": "rsyncd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-policy-migrate-local-changes@.service": { "name": "selinux-policy-migrate-local-changes@.service", "source": "systemd", "state": "unknown", "status": "static" }, "selinux-policy-migrate-local-changes@targeted.service": { "name": "selinux-policy-migrate-local-changes@targeted.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "unknown" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "static" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.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-bootchart.service": { "name": "systemd-bootchart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-importd.service": { "name": "systemd-importd.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-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-machined.service": { "name": "systemd-machined.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-nspawn@.service": { "name": "systemd-nspawn@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-readahead-collect.service": { "name": "systemd-readahead-collect.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-readahead-done.service": { "name": "systemd-readahead-done.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "systemd-readahead-drop.service": { "name": "systemd-readahead-drop.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "systemd-readahead-replay.service": { "name": "systemd-readahead-replay.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill@.service": { "name": "systemd-rfkill@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-shutdownd.service": { "name": "systemd-shutdownd.service", "source": "systemd", "state": "stopped", "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-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "wpa_supplicant.service": { "name": "wpa_supplicant.service", "source": "systemd", "state": "inactive", "status": "disabled" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Wednesday 26 June 2024 19:45:33 +0000 (0:00:00.846) 0:00:19.973 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Wednesday 26 June 2024 19:45:33 +0000 (0:00:00.019) 0:00:19.992 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Wednesday 26 June 2024 19:45:33 +0000 (0:00:00.011) 0:00:20.003 ******** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.272) 0:00:20.276 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.014) 0:00:20.291 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.010) 0:00:20.301 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.013) 0:00:20.315 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.012) 0:00:20.328 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.013) 0:00:20.341 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.010) 0:00:20.352 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.010) 0:00:20.362 ******** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.010) 0:00:20.373 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.011) 0:00:20.384 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.011) 0:00:20.396 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719430273.0375717, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.129) 0:00:20.526 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.010) 0:00:20.537 ******** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:22 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.500) 0:00:21.037 ******** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:31 Wednesday 26 June 2024 19:45:34 +0000 (0:00:00.015) 0:00:21.053 ******** ok: [sut] => { "ansible_facts": { "packages": { "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-team": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-team", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "NetworkManager-tui": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-tui", "release": "2.el7_9", "source": "rpm", "version": "1.18.8" } ], "PyYAML": [ { "arch": "x86_64", "epoch": null, "name": "PyYAML", "release": "11.el7", "source": "rpm", "version": "3.10" } ], "acl": [ { "arch": "x86_64", "epoch": null, "name": "acl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "aic94xx-firmware": [ { "arch": "noarch", "epoch": null, "name": "aic94xx-firmware", "release": "6.el7", "source": "rpm", "version": "30" } ], "alsa-firmware": [ { "arch": "noarch", "epoch": null, "name": "alsa-firmware", "release": "2.el7", "source": "rpm", "version": "1.0.28" } ], "alsa-lib": [ { "arch": "x86_64", "epoch": null, "name": "alsa-lib", "release": "1.el7", "source": "rpm", "version": "1.1.8" } ], "alsa-tools-firmware": [ { "arch": "x86_64", "epoch": null, "name": "alsa-tools-firmware", "release": "1.el7", "source": "rpm", "version": "1.1.0" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "9.el7", "source": "rpm", "version": "0.60.6.1" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "audit-libs-python": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs-python", "release": "4.el7", "source": "rpm", "version": "2.8.5" } ], "authconfig": [ { "arch": "x86_64", "epoch": null, "name": "authconfig", "release": "30.el7", "source": "rpm", "version": "6.2.8" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "20.el7", "source": "rpm", "version": "0.6.31" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "7.el7.centos", "source": "rpm", "version": "10.0" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "35.el7_9", "source": "rpm", "version": "4.2.46" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "13.el7", "source": "rpm", "version": "1.06.95" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.el7bkr", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.el7bkr", "source": "rpm", "version": "1" } ], "bind-export-libs": [ { "arch": "x86_64", "epoch": 32, "name": "bind-export-libs", "release": "26.P2.el7_9.16", "source": "rpm", "version": "9.11.4" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "44.base.el7_9.1", "source": "rpm", "version": "2.27" } ], "biosdevname": [ { "arch": "x86_64", "epoch": null, "name": "biosdevname", "release": "2.el7", "source": "rpm", "version": "0.7.3" } ], "blivet3-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet3-data", "release": "3.el7", "source": "rpm", "version": "3.1.3" } ], "boost-date-time": [ { "arch": "x86_64", "epoch": null, "name": "boost-date-time", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "28.el7", "source": "rpm", "version": "1.53.0" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.el7", "source": "rpm", "version": "4.9.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.el7", "source": "rpm", "version": "1.0.6" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "72.el7_9", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "centos-logos": [ { "arch": "noarch", "epoch": null, "name": "centos-logos", "release": "3.el7.centos", "source": "rpm", "version": "70.0.6" } ], "centos-release": [ { "arch": "x86_64", "epoch": null, "name": "centos-release", "release": "9.2009.2.el7.centos", "source": "rpm", "version": "7" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "8.el7", "source": "rpm", "version": "2.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.el7", "source": "rpm", "version": "1.7.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.el7", "source": "rpm", "version": "3.4" } ], "cloud-init": [ { "arch": "x86_64", "epoch": null, "name": "cloud-init", "release": "24.el7", "source": "rpm", "version": "0.7.9" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "5.el7", "source": "rpm", "version": "0.29" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "24.el7_9.2", "source": "rpm", "version": "8.22" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "28.el7", "source": "rpm", "version": "2.11" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "11.el7", "source": "rpm", "version": "2.9.0" } ], "createrepo": [ { "arch": "noarch", "epoch": null, "name": "createrepo", "release": "28.el7", "source": "rpm", "version": "0.9.9" } ], "cronie": [ { "arch": "x86_64", "epoch": null, "name": "cronie", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "cronie-anacron": [ { "arch": "x86_64", "epoch": null, "name": "cronie-anacron", "release": "25.el7_9", "source": "rpm", "version": "1.4.11" } ], "crontabs": [ { "arch": "noarch", "epoch": null, "name": "crontabs", "release": "6.20121102git.el7", "source": "rpm", "version": "1.11" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "6.el7", "source": "rpm", "version": "2.0.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "24.el7_9", "source": "rpm", "version": "2.1.26" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-glib": [ { "arch": "x86_64", "epoch": null, "name": "dbus-glib", "release": "7.el7", "source": "rpm", "version": "0.100" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "15.el7", "source": "rpm", "version": "1.10.24" } ], "dbus-python": [ { "arch": "x86_64", "epoch": null, "name": "dbus-python", "release": "9.el7", "source": "rpm", "version": "1.1.1" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "device-mapper": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-event", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-event-libs", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": 7, "name": "device-mapper-libs", "release": "6.el7_9.5", "source": "rpm", "version": "1.02.170" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "3.el7_9.2", "source": "rpm", "version": "0.8.5" } ], "dhclient": [ { "arch": "x86_64", "epoch": 12, "name": "dhclient", "release": "83.el7.centos.2", "source": "rpm", "version": "4.2.5" } ], "dhcp-common": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-common", "release": "83.el7.centos.2", "source": "rpm", "version": "4.2.5" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "83.el7.centos.2", "source": "rpm", "version": "4.2.5" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el7_9", "source": "rpm", "version": "3.3" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "5.el7_9.1", "source": "rpm", "version": "3.2" } ], "dmraid": [ { "arch": "x86_64", "epoch": null, "name": "dmraid", "release": "28.el7", "source": "rpm", "version": "1.0.0.rc16" } ], "dmraid-events": [ { "arch": "x86_64", "epoch": null, "name": "dmraid-events", "release": "28.el7", "source": "rpm", "version": "1.0.0.rc16" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "572.el7", "source": "rpm", "version": "033" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.el7", "source": "rpm", "version": "9.3.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "ebtables": [ { "arch": "x86_64", "epoch": null, "name": "ebtables", "release": "16.el7", "source": "rpm", "version": "2.0.10" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "12.el7", "source": "rpm", "version": "36" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "14", "source": "rpm", "version": "7" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "10.el7", "source": "rpm", "version": "4.8" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "15.el7_9", "source": "rpm", "version": "2.1.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "25.el7", "source": "rpm", "version": "3.2" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "6.el7", "source": "rpm", "version": "4.5.11" } ], "fipscheck": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "fipscheck-lib": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "14.el7_9.1", "source": "rpm", "version": "2.8" } ], "fxload": [ { "arch": "x86_64", "epoch": null, "name": "fxload", "release": "16.el7", "source": "rpm", "version": "2002_04_11" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el7_3.1", "source": "rpm", "version": "4.0.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "gdbm": [ { "arch": "x86_64", "epoch": null, "name": "gdbm", "release": "8.el7", "source": "rpm", "version": "1.10" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "9.el7_9", "source": "rpm", "version": "2.56.1" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "326.el7_9.3", "source": "rpm", "version": "2.17" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "15.el7", "source": "rpm", "version": "6.0.0" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "5.el7_5", "source": "rpm", "version": "2.0.22" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.el7", "source": "rpm", "version": "1.56.1" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "52ae6884", "source": "rpm", "version": "352c64e5" }, { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "53a7ff4b", "source": "rpm", "version": "f4a80eb5" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.el7", "source": "rpm", "version": "1.3.2" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "6.el7", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.el7", "source": "rpm", "version": "2.20" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "8.el7", "source": "rpm", "version": "1.22.2" } ], "grub2": [ { "arch": "x86_64", "epoch": 1, "name": "grub2", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "0.87.0.2.el7.centos.14", "source": "rpm", "version": "2.02" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "26.el7", "source": "rpm", "version": "8.28" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "30.el7_9", "source": "rpm", "version": "0.7.0" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "11.el7_9", "source": "rpm", "version": "1.5" } ], "hardlink": [ { "arch": "x86_64", "epoch": 1, "name": "hardlink", "release": "19.el7", "source": "rpm", "version": "1.0" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "3.el7_7.1", "source": "rpm", "version": "3.13" } ], "hwdata": [ { "arch": "x86_64", "epoch": null, "name": "hwdata", "release": "9.7.el7", "source": "rpm", "version": "0.252" } ], "info": [ { "arch": "x86_64", "epoch": null, "name": "info", "release": "5.el7", "source": "rpm", "version": "5.1" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.el7_9.1", "source": "rpm", "version": "9.49.53" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "30.el7", "source": "rpm", "version": "4.11.0" } ], "iprutils": [ { "arch": "x86_64", "epoch": null, "name": "iprutils", "release": "3.el7_7", "source": "rpm", "version": "2.4.17.1" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "1.el7", "source": "rpm", "version": "7.1" } ], "iptables": [ { "arch": "x86_64", "epoch": null, "name": "iptables", "release": "35.el7", "source": "rpm", "version": "1.4.21" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "10.el7", "source": "rpm", "version": "20160308" } ], "irqbalance": [ { "arch": "x86_64", "epoch": 3, "name": "irqbalance", "release": "12.el7", "source": "rpm", "version": "1.0.7" } ], "ivtv-firmware": [ { "arch": "noarch", "epoch": 2, "name": "ivtv-firmware", "release": "26.el7", "source": "rpm", "version": "20080701" } ], "iwl100-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl100-firmware", "release": "82.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl1000-firmware": [ { "arch": "noarch", "epoch": 1, "name": "iwl1000-firmware", "release": "82.el7_9", "source": "rpm", "version": "39.31.5.1" } ], "iwl105-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl105-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl135-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl135-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2000-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl2030-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl2030-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl3160-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3160-firmware", "release": "82.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "iwl3945-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl3945-firmware", "release": "82.el7_9", "source": "rpm", "version": "15.32.2.9" } ], "iwl4965-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl4965-firmware", "release": "82.el7_9", "source": "rpm", "version": "228.61.2.24" } ], "iwl5000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5000-firmware", "release": "82.el7_9", "source": "rpm", "version": "8.83.5.1_1" } ], "iwl5150-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl5150-firmware", "release": "82.el7_9", "source": "rpm", "version": "8.24.2.2" } ], "iwl6000-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000-firmware", "release": "82.el7_9", "source": "rpm", "version": "9.221.4.1" } ], "iwl6000g2a-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2a-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6000g2b-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6000g2b-firmware", "release": "82.el7_9", "source": "rpm", "version": "18.168.6.1" } ], "iwl6050-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl6050-firmware", "release": "82.el7_9", "source": "rpm", "version": "41.28.5.1" } ], "iwl7260-firmware": [ { "arch": "noarch", "epoch": null, "name": "iwl7260-firmware", "release": "82.el7_9", "source": "rpm", "version": "25.30.13.0" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "1.el7", "source": "rpm", "version": "2.10" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "4.el7_0", "source": "rpm", "version": "0.11" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "16.el7_9", "source": "rpm", "version": "1.15.5" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-debug-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-debug-devel", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "kexec-tools": [ { "arch": "x86_64", "epoch": null, "name": "kexec-tools", "release": "51.el7_9.3", "source": "rpm", "version": "2.0.15" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "3.el7", "source": "rpm", "version": "1.5.8" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "28.el7", "source": "rpm", "version": "20" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "28.el7", "source": "rpm", "version": "20" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "136.el7_9", "source": "rpm", "version": "0.4.9" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "55.el7_9", "source": "rpm", "version": "1.15.1" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "10.el7_9", "source": "rpm", "version": "458" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el7", "source": "rpm", "version": "0.3.109" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el7", "source": "rpm", "version": "2.1.0" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "13.el7", "source": "rpm", "version": "2.4.46" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "32.el7", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.el7", "source": "rpm", "version": "1.2" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "11.el7", "source": "rpm", "version": "2.22" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "4.el7", "source": "rpm", "version": "0.7.5" } ], "libcgroup": [ { "arch": "x86_64", "epoch": null, "name": "libcgroup", "release": "21.el7", "source": "rpm", "version": "0.41" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "32.el7", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "6.el7_9", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "7.el7", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "libdrm": [ { "arch": "x86_64", "epoch": null, "name": "libdrm", "release": "2.el7", "source": "rpm", "version": "2.4.97" } ], "libdwarf": [ { "arch": "x86_64", "epoch": null, "name": "libdwarf", "release": "4.el7", "source": "rpm", "version": "20130207" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "12.20121213cvs.el7", "source": "rpm", "version": "3.0" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "2.el7", "source": "rpm", "version": "0.1.9" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "4.el7", "source": "rpm", "version": "2.0.21" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "3.el7", "source": "rpm", "version": "0.99.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.el7", "source": "rpm", "version": "3.0.13" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "14.el7", "source": "rpm", "version": "1.5.3" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "3.el7", "source": "rpm", "version": "1.12" } ], "libidn": [ { "arch": "x86_64", "epoch": null, "name": "libidn", "release": "4.el7", "source": "rpm", "version": "1.28" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "32.el7", "source": "rpm", "version": "1.3.1" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "7.el7", "source": "rpm", "version": "1.0.3" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el7", "source": "rpm", "version": "1.6.3" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.el7", "source": "rpm", "version": "1.0.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "9.el7", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el7_3", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "4.el7", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": null, "name": "libnfsidmap", "release": "19.el7", "source": "rpm", "version": "0.25" } ], "libnl": [ { "arch": "x86_64", "epoch": null, "name": "libnl", "release": "3.el7", "source": "rpm", "version": "1.1.4" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "32.el7", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": null, "name": "libpciaccess", "release": "1.el7", "source": "rpm", "version": "0.14" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.el7", "source": "rpm", "version": "1.2.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "8.el7", "source": "rpm", "version": "1.5.13" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "5.el7", "source": "rpm", "version": "1.2.3" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "32.el7", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "8.el7_9", "source": "rpm", "version": "1.8.1" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "53.el7.centos", "source": "rpm", "version": "2.1.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.el7", "source": "rpm", "version": "2.3.1" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-python": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-python", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsemanage-python": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage-python", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "10.el7", "source": "rpm", "version": "2.5" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "4.el7", "source": "rpm", "version": "0.6.34" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libssh2": [ { "arch": "x86_64", "epoch": null, "name": "libssh2", "release": "4.el7_9.1", "source": "rpm", "version": "1.8.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "16.el7", "source": "rpm", "version": "2.1.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.el7", "source": "rpm", "version": "4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.16.el7", "source": "rpm", "version": "0.2.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el7", "source": "rpm", "version": "0.9.3" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "9.el7", "source": "rpm", "version": "0.60" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "4.el7", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libverto-libevent": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxml2-python": [ { "arch": "x86_64", "epoch": null, "name": "libxml2-python", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el7", "source": "rpm", "version": "1.1.28" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "11.el7_0", "source": "rpm", "version": "0.1.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "82.git78c0348.el7_9", "source": "rpm", "version": "20200421" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "19.el7", "source": "rpm", "version": "3.8.6" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", "source": "rpm", "version": "B.02.19" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "6.el7", "source": "rpm", "version": "4.87" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el7", "source": "rpm", "version": "0.27" } ], "lua": [ { "arch": "x86_64", "epoch": null, "name": "lua", "release": "15.el7", "source": "rpm", "version": "5.1.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": 7, "name": "lvm2", "release": "6.el7_9.5", "source": "rpm", "version": "2.02.187" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 7, "name": "lvm2-libs", "release": "6.el7_9.5", "source": "rpm", "version": "2.02.187" } ], "lz4": [ { "arch": "x86_64", "epoch": null, "name": "lz4", "release": "1.el7", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "8.el7", "source": "rpm", "version": "2.06" } ], "mailcap": [ { "arch": "noarch", "epoch": null, "name": "mailcap", "release": "2.el7", "source": "rpm", "version": "2.1.41" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "24.el7", "source": "rpm", "version": "3.82" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "11.el7", "source": "rpm", "version": "2.6.3" } ], "mariadb-libs": [ { "arch": "x86_64", "epoch": 1, "name": "mariadb-libs", "release": "1.el7", "source": "rpm", "version": "5.5.68" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "9.el7_9", "source": "rpm", "version": "4.1" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 2, "name": "microcode_ctl", "release": "73.20.el7_9", "source": "rpm", "version": "2.1" } ], "mokutil": [ { "arch": "x86_64", "epoch": null, "name": "mokutil", "release": "8.el7", "source": "rpm", "version": "15" } ], "mozjs17": [ { "arch": "x86_64", "epoch": null, "name": "mozjs17", "release": "20.el7", "source": "rpm", "version": "17.0.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el7", "source": "rpm", "version": "3.1.1" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.25.20131004git.el7", "source": "rpm", "version": "2.0" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "newt-python": [ { "arch": "x86_64", "epoch": null, "name": "newt-python", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.68.el7.2", "source": "rpm", "version": "1.3.0" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el7_9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-pem": [ { "arch": "x86_64", "epoch": null, "name": "nss-pem", "release": "7.el7_9.1", "source": "rpm", "version": "1.0.3" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-tools": [ { "arch": "x86_64", "epoch": null, "name": "nss-tools", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.el7_9", "source": "rpm", "version": "3.90.0" } ], "ntpdate": [ { "arch": "x86_64", "epoch": null, "name": "ntpdate", "release": "29.el7.centos.2", "source": "rpm", "version": "4.2.6p5" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "5.el7", "source": "rpm", "version": "2.0.12" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "25.el7_9", "source": "rpm", "version": "2.4.44" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el7", "source": "rpm", "version": "1.58" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "23.el7", "source": "rpm", "version": "1.1.8" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "32.el7", "source": "rpm", "version": "3.1" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "6.el7", "source": "rpm", "version": "0.79" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el7", "source": "rpm", "version": "3.5.1" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "17.el7", "source": "rpm", "version": "8.32" } ], "perl": [ { "arch": "x86_64", "epoch": 4, "name": "perl", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-Business-ISBN": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN", "release": "2.el7", "source": "rpm", "version": "2.06" } ], "perl-Business-ISBN-Data": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN-Data", "release": "2.el7", "source": "rpm", "version": "20120719.001" } ], "perl-CGI": [ { "arch": "noarch", "epoch": null, "name": "perl-CGI", "release": "4.el7", "source": "rpm", "version": "3.63" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "244.el7", "source": "rpm", "version": "1.26" } ], "perl-Compress-Raw-Bzip2": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Bzip2", "release": "3.el7", "source": "rpm", "version": "2.061" } ], "perl-Compress-Raw-Zlib": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Compress-Raw-Zlib", "release": "4.el7", "source": "rpm", "version": "2.061" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.el7", "source": "rpm", "version": "2.145" } ], "perl-Date-Manip": [ { "arch": "noarch", "epoch": null, "name": "perl-Date-Manip", "release": "2.el7", "source": "rpm", "version": "6.41" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "245.el7", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "3.el7", "source": "rpm", "version": "2.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": null, "name": "perl-Encode", "release": "7.el7", "source": "rpm", "version": "2.51" } ], "perl-Encode-Locale": [ { "arch": "noarch", "epoch": null, "name": "perl-Encode-Locale", "release": "5.el7", "source": "rpm", "version": "1.03" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el7", "source": "rpm", "version": "0.17020" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "3.el7", "source": "rpm", "version": "5.68" } ], "perl-FCGI": [ { "arch": "x86_64", "epoch": 1, "name": "perl-FCGI", "release": "8.el7", "source": "rpm", "version": "0.74" } ], "perl-File-Listing": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Listing", "release": "7.el7", "source": "rpm", "version": "6.04" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el7", "source": "rpm", "version": "2.09" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "3.el7", "source": "rpm", "version": "0.23.01" } ], "perl-Filter": [ { "arch": "x86_64", "epoch": null, "name": "perl-Filter", "release": "3.el7", "source": "rpm", "version": "1.49" } ], "perl-Font-AFM": [ { "arch": "noarch", "epoch": null, "name": "perl-Font-AFM", "release": "13.el7", "source": "rpm", "version": "1.20" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": null, "name": "perl-Getopt-Long", "release": "3.el7", "source": "rpm", "version": "2.40" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "perl-HTML-Format": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Format", "release": "7.el7", "source": "rpm", "version": "2.10" } ], "perl-HTML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-HTML-Parser", "release": "4.el7", "source": "rpm", "version": "3.71" } ], "perl-HTML-Tagset": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Tagset", "release": "15.el7", "source": "rpm", "version": "3.20" } ], "perl-HTML-Tree": [ { "arch": "noarch", "epoch": 1, "name": "perl-HTML-Tree", "release": "2.el7", "source": "rpm", "version": "5.03" } ], "perl-HTTP-Cookies": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Cookies", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Daemon": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Daemon", "release": "8.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Date": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Date", "release": "8.el7", "source": "rpm", "version": "6.02" } ], "perl-HTTP-Message": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Message", "release": "6.el7", "source": "rpm", "version": "6.06" } ], "perl-HTTP-Negotiate": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Negotiate", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el7", "source": "rpm", "version": "0.033" } ], "perl-IO-Compress": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress", "release": "2.el7", "source": "rpm", "version": "2.061" } ], "perl-IO-HTML": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-HTML", "release": "2.el7", "source": "rpm", "version": "1.00" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el7", "source": "rpm", "version": "0.21" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "7.el7", "source": "rpm", "version": "1.94" } ], "perl-IO-Zlib": [ { "arch": "noarch", "epoch": 1, "name": "perl-IO-Zlib", "release": "299.el7_9", "source": "rpm", "version": "1.10" } ], "perl-IO-stringy": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-stringy", "release": "22.el7", "source": "rpm", "version": "2.110" } ], "perl-LWP-MediaTypes": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-MediaTypes", "release": "2.el7", "source": "rpm", "version": "6.02" } ], "perl-LWP-Protocol-https": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-Protocol-https", "release": "4.el7", "source": "rpm", "version": "6.04" } ], "perl-Module-Load": [ { "arch": "noarch", "epoch": 1, "name": "perl-Module-Load", "release": "3.el7", "source": "rpm", "version": "0.24" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "5.el7", "source": "rpm", "version": "20130114" } ], "perl-Net-HTTP": [ { "arch": "noarch", "epoch": null, "name": "perl-Net-HTTP", "release": "2.el7", "source": "rpm", "version": "6.06" } ], "perl-Net-LibIDN": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-LibIDN", "release": "15.el7", "source": "rpm", "version": "0.12" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "6.el7", "source": "rpm", "version": "1.55" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "5.el7", "source": "rpm", "version": "3.40" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "299.el7_9", "source": "rpm", "version": "1.04" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "4.el7", "source": "rpm", "version": "3.20" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el7", "source": "rpm", "version": "3.28" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Usage", "release": "3.el7", "source": "rpm", "version": "1.63" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": null, "name": "perl-Scalar-List-Utils", "release": "248.el7", "source": "rpm", "version": "1.27" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": null, "name": "perl-Socket", "release": "5.el7", "source": "rpm", "version": "2.010" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": null, "name": "perl-Storable", "release": "3.el7", "source": "rpm", "version": "2.45" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "20.el7", "source": "rpm", "version": "2.30" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "4.el7", "source": "rpm", "version": "3.29" } ], "perl-Time-HiRes": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Time-HiRes", "release": "3.el7", "source": "rpm", "version": "1.9725" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": null, "name": "perl-Time-Local", "release": "2.el7", "source": "rpm", "version": "1.2300" } ], "perl-TimeDate": [ { "arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "2.el7", "source": "rpm", "version": "2.30" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "9.el7", "source": "rpm", "version": "1.60" } ], "perl-WWW-RobotRules": [ { "arch": "noarch", "epoch": null, "name": "perl-WWW-RobotRules", "release": "5.el7", "source": "rpm", "version": "6.02" } ], "perl-XML-LibXML": [ { "arch": "x86_64", "epoch": 1, "name": "perl-XML-LibXML", "release": "5.el7", "source": "rpm", "version": "2.0018" } ], "perl-XML-NamespaceSupport": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-NamespaceSupport", "release": "10.el7", "source": "rpm", "version": "1.11" } ], "perl-XML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-XML-Parser", "release": "10.el7", "source": "rpm", "version": "2.41" } ], "perl-XML-SAX": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX", "release": "9.el7", "source": "rpm", "version": "0.99" } ], "perl-XML-SAX-Base": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX-Base", "release": "7.el7", "source": "rpm", "version": "1.08" } ], "perl-XML-Twig": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-Twig", "release": "2.el7", "source": "rpm", "version": "3.44" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "2.el7", "source": "rpm", "version": "1.27" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-libwww-perl": [ { "arch": "noarch", "epoch": null, "name": "perl-libwww-perl", "release": "2.el7", "source": "rpm", "version": "6.05" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "244.el7", "source": "rpm", "version": "0.225" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "3.el7", "source": "rpm", "version": "2.5.1" } ], "perl-threads": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads", "release": "4.el7", "source": "rpm", "version": "1.87" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "6.el7", "source": "rpm", "version": "1.43" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "17.el7", "source": "rpm", "version": "0.8.1" } ], "pkgconfig": [ { "arch": "x86_64", "epoch": 1, "name": "pkgconfig", "release": "4.el7", "source": "rpm", "version": "0.27.1" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "policycoreutils-python": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils-python", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "26.el7_9.1", "source": "rpm", "version": "0.112" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "4.el7", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "16.el7", "source": "rpm", "version": "1.13" } ], "postfix": [ { "arch": "x86_64", "epoch": 2, "name": "postfix", "release": "9.el7", "source": "rpm", "version": "2.10.1" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "28.el7", "source": "rpm", "version": "3.3.10" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "17.el7", "source": "rpm", "version": "22.20" } ], "pth": [ { "arch": "x86_64", "epoch": null, "name": "pth", "release": "23.el7", "source": "rpm", "version": "2.0.7" } ], "pygpgme": [ { "arch": "x86_64", "epoch": null, "name": "pygpgme", "release": "9.el7", "source": "rpm", "version": "0.3" } ], "pyliblzma": [ { "arch": "x86_64", "epoch": null, "name": "pyliblzma", "release": "11.el7", "source": "rpm", "version": "0.5.3" } ], "pyparsing": [ { "arch": "noarch", "epoch": null, "name": "pyparsing", "release": "9.el7", "source": "rpm", "version": "1.5.6" } ], "pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "pyparted", "release": "15.el7", "source": "rpm", "version": "3.9" } ], "pyserial": [ { "arch": "noarch", "epoch": null, "name": "pyserial", "release": "6.el7", "source": "rpm", "version": "2.6" } ], "python": [ { "arch": "x86_64", "epoch": null, "name": "python", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-IPy": [ { "arch": "noarch", "epoch": null, "name": "python-IPy", "release": "6.el7", "source": "rpm", "version": "0.75" } ], "python-babel": [ { "arch": "noarch", "epoch": null, "name": "python-babel", "release": "8.el7", "source": "rpm", "version": "0.9.6" } ], "python-backports": [ { "arch": "x86_64", "epoch": null, "name": "python-backports", "release": "8.el7", "source": "rpm", "version": "1.0" } ], "python-backports-ssl_match_hostname": [ { "arch": "noarch", "epoch": null, "name": "python-backports-ssl_match_hostname", "release": "1.el7", "source": "rpm", "version": "3.5.0.1" } ], "python-chardet": [ { "arch": "noarch", "epoch": null, "name": "python-chardet", "release": "3.el7", "source": "rpm", "version": "2.2.1" } ], "python-configobj": [ { "arch": "noarch", "epoch": null, "name": "python-configobj", "release": "7.el7", "source": "rpm", "version": "4.7.2" } ], "python-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python-configshell", "release": "1.el7", "source": "rpm", "version": "1.1.26" } ], "python-decorator": [ { "arch": "noarch", "epoch": null, "name": "python-decorator", "release": "3.el7", "source": "rpm", "version": "3.4.0" } ], "python-deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "python-deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "python-enum34": [ { "arch": "noarch", "epoch": null, "name": "python-enum34", "release": "1.el7", "source": "rpm", "version": "1.0.4" } ], "python-ethtool": [ { "arch": "x86_64", "epoch": null, "name": "python-ethtool", "release": "8.el7", "source": "rpm", "version": "0.8" } ], "python-firewall": [ { "arch": "noarch", "epoch": null, "name": "python-firewall", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "python-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python-gobject-base", "release": "1.el7_4.1", "source": "rpm", "version": "3.22.0" } ], "python-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python-iniparse", "release": "9.el7", "source": "rpm", "version": "0.4" } ], "python-ipaddress": [ { "arch": "noarch", "epoch": null, "name": "python-ipaddress", "release": "2.el7", "source": "rpm", "version": "1.0.16" } ], "python-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python-jinja2", "release": "4.el7", "source": "rpm", "version": "2.7.2" } ], "python-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpatch", "release": "4.el7", "source": "rpm", "version": "1.2" } ], "python-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpointer", "release": "2.el7", "source": "rpm", "version": "1.9" } ], "python-kitchen": [ { "arch": "noarch", "epoch": null, "name": "python-kitchen", "release": "5.el7", "source": "rpm", "version": "1.1.1" } ], "python-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python-kmod", "release": "4.el7", "source": "rpm", "version": "0.9" } ], "python-libs": [ { "arch": "x86_64", "epoch": null, "name": "python-libs", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python-linux-procfs", "release": "4.el7", "source": "rpm", "version": "0.4.11" } ], "python-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python-lxml", "release": "4.el7", "source": "rpm", "version": "3.2.1" } ], "python-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python-markupsafe", "release": "10.el7", "source": "rpm", "version": "0.11" } ], "python-perf": [ { "arch": "x86_64", "epoch": null, "name": "python-perf", "release": "1160.119.1.el7", "source": "rpm", "version": "3.10.0" } ], "python-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python-prettytable", "release": "3.el7", "source": "rpm", "version": "0.7.2" } ], "python-pycurl": [ { "arch": "x86_64", "epoch": null, "name": "python-pycurl", "release": "19.el7", "source": "rpm", "version": "7.19.0" } ], "python-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python-pyudev", "release": "9.el7", "source": "rpm", "version": "0.15" } ], "python-requests": [ { "arch": "noarch", "epoch": null, "name": "python-requests", "release": "10.el7", "source": "rpm", "version": "2.6.0" } ], "python-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python-rtslib", "release": "1.el7_9", "source": "rpm", "version": "2.1.74" } ], "python-schedutils": [ { "arch": "x86_64", "epoch": null, "name": "python-schedutils", "release": "6.el7", "source": "rpm", "version": "0.4" } ], "python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools", "release": "7.el7", "source": "rpm", "version": "0.9.8" } ], "python-six": [ { "arch": "noarch", "epoch": null, "name": "python-six", "release": "2.el7", "source": "rpm", "version": "1.9.0" } ], "python-slip": [ { "arch": "noarch", "epoch": null, "name": "python-slip", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python-slip-dbus", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-urlgrabber": [ { "arch": "noarch", "epoch": null, "name": "python-urlgrabber", "release": "10.el7", "source": "rpm", "version": "3.10" } ], "python-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python-urllib3", "release": "7.el7", "source": "rpm", "version": "1.10.2" } ], "python-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python-urwid", "release": "3.el7", "source": "rpm", "version": "1.1.1" } ], "python2-blivet3": [ { "arch": "noarch", "epoch": 1, "name": "python2-blivet3", "release": "3.el7", "source": "rpm", "version": "3.1.3" } ], "python2-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python2-blockdev", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "python2-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python2-bytesize", "release": "1.el7", "source": "rpm", "version": "1.2" } ], "python2-dnf": [ { "arch": "noarch", "epoch": null, "name": "python2-dnf", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "python2-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python2-hawkey", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python2-libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "python2-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python2-libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "pyxattr": [ { "arch": "x86_64", "epoch": null, "name": "pyxattr", "release": "5.el7", "source": "rpm", "version": "0.5.1" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el7_9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 10, "name": "qemu-guest-agent", "release": "3.el7", "source": "rpm", "version": "2.12.0" } ], "qrencode-libs": [ { "arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "3.el7", "source": "rpm", "version": "3.4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "11.el7", "source": "rpm", "version": "6.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "5.el7", "source": "rpm", "version": "6.3.1" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "11.el7", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "49.el7", "source": "rpm", "version": "0.2.0" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-python": [ { "arch": "x86_64", "epoch": null, "name": "rpm-python", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "12.el7_9", "source": "rpm", "version": "3.1.2" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "57.el7_9.3", "source": "rpm", "version": "8.24.0" } ], "ruby": [ { "arch": "x86_64", "epoch": null, "name": "ruby", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-irb": [ { "arch": "noarch", "epoch": null, "name": "ruby-irb", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-libs": [ { "arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "rubygem-bigdecimal": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "39.el7_9", "source": "rpm", "version": "1.2.0" } ], "rubygem-io-console": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "39.el7_9", "source": "rpm", "version": "0.4.2" } ], "rubygem-json": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "39.el7_9", "source": "rpm", "version": "1.7.7" } ], "rubygem-psych": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "39.el7_9", "source": "rpm", "version": "2.0.0" } ], "rubygem-rdoc": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "39.el7_9", "source": "rpm", "version": "4.0.0" } ], "rubygems": [ { "arch": "noarch", "epoch": null, "name": "rubygems", "release": "39.el7_9", "source": "rpm", "version": "2.0.14.1" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "7.el7", "source": "rpm", "version": "4.2.2" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "setools-libs": [ { "arch": "x86_64", "epoch": null, "name": "setools-libs", "release": "4.el7", "source": "rpm", "version": "3.3.8" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el7", "source": "rpm", "version": "2.8.71" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils-libs", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sgpio": [ { "arch": "x86_64", "epoch": null, "name": "sgpio", "release": "13.el7", "source": "rpm", "version": "1.2.0.10" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "5.el7", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.el7", "source": "rpm", "version": "1.8" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el7", "source": "rpm", "version": "2.2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el7", "source": "rpm", "version": "1.1.0" } ], "sqlite": [ { "arch": "x86_64", "epoch": null, "name": "sqlite", "release": "8.el7_7.1", "source": "rpm", "version": "3.7.17" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "7.el7_9", "source": "rpm", "version": "4.24" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el7_9.3", "source": "rpm", "version": "1.8.23" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemd-sysv": [ { "arch": "x86_64", "epoch": null, "name": "systemd-sysv", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "sysvinit-tools": [ { "arch": "x86_64", "epoch": null, "name": "sysvinit-tools", "release": "14.dsf.el7", "source": "rpm", "version": "2.88" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "35.el7", "source": "rpm", "version": "1.26" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "1.el7_9", "source": "rpm", "version": "2.1.53" } ], "tcp_wrappers": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "tcp_wrappers-libs": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers-libs", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "45.el7", "source": "rpm", "version": "1.7" } ], "tps-devel": [ { "arch": "noarch", "epoch": null, "name": "tps-devel", "release": "1", "source": "rpm", "version": "2.44.50" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "12.el7_9", "source": "rpm", "version": "2.11.0" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el7", "source": "rpm", "version": "2024a" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "24.el7_9", "source": "rpm", "version": "6.0" } ], "ustr": [ { "arch": "x86_64", "epoch": null, "name": "ustr", "release": "16.el7", "source": "rpm", "version": "1.0.4" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-filesystem": [ { "arch": "x86_64", "epoch": 2, "name": "vim-filesystem", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el7_9.1", "source": "rpm", "version": "1.18" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "9.el7", "source": "rpm", "version": "0.3.9" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "18.el7_6.1", "source": "rpm", "version": "1.14" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "7.el7", "source": "rpm", "version": "2.20" } ], "wpa_supplicant": [ { "arch": "x86_64", "epoch": 1, "name": "wpa_supplicant", "release": "12.el7_9.2", "source": "rpm", "version": "2.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "22.el7", "source": "rpm", "version": "4.5.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "168.el7.centos", "source": "rpm", "version": "3.4.3" } ], "yum-metadata-parser": [ { "arch": "x86_64", "epoch": null, "name": "yum-metadata-parser", "release": "10.el7", "source": "rpm", "version": "1.1.4" } ], "yum-plugin-fastestmirror": [ { "arch": "noarch", "epoch": null, "name": "yum-plugin-fastestmirror", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "11.el7", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "21.el7_9", "source": "rpm", "version": "1.2.7" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:34 Wednesday 26 June 2024 19:45:36 +0000 (0:00:01.090) 0:00:22.143 ******** ok: [sut] => { "ansible_facts": { "blivet_pkg_name": [ "python2-blivet3" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:39 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.028) 0:00:22.172 ******** ok: [sut] => { "ansible_facts": { "blivet_pkg_version": "3.1.3-3.el7" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:45 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.027) 0:00:22.199 ******** ok: [sut] => { "ansible_facts": { "is_fedora": false, "is_rhel8": false, "is_rhel9": false }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:55 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.035) 0:00:22.235 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/get_unused_disk.yml:2 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.034) 0:00:22.269 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "util-linux-2.23.2-65.el7_9.1.x86_64 providing util-linux is already installed" ] } lsrpackages: util-linux TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/get_unused_disk.yml:16 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.379) 0:00:22.649 ******** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/get_unused_disk.yml:25 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.234) 0:00:22.883 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/get_unused_disk.yml:34 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.021) 0:00:22.904 ******** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/get_unused_disk.yml:39 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.023) 0:00:22.928 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/get_unused_disk.yml:44 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.022) 0:00:22.951 ******** ok: [sut] => { "unused_disks": [ "sda", "sdb" ] } TASK [Create a RAID0 device] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:61 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.022) 0:00:22.973 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.041) 0:00:23.015 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 26 June 2024 19:45:36 +0000 (0:00:00.034) 0:00:23.049 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.027) 0:00:23.077 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.052) 0:00:23.129 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.021) 0:00:23.150 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.021) 0:00:23.172 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.021) 0:00:23.193 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.021) 0:00:23.214 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.068) 0:00:23.283 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.022) 0:00:23.305 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "raid_level": "raid0", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "lv3", "size": "3g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.029) 0:00:23.335 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.025) 0:00:23.360 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.024) 0:00:23.385 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.023) 0:00:23.408 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.023) 0:00:23.432 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.023) 0:00:23.455 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.033) 0:00:23.489 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Wednesday 26 June 2024 19:45:37 +0000 (0:00:00.021) 0:00:23.510 ******** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-lv2", "/dev/mapper/vg1-lv3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Wednesday 26 June 2024 19:45:51 +0000 (0:00:14.448) 0:00:37.958 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Wednesday 26 June 2024 19:45:51 +0000 (0:00:00.021) 0:00:37.980 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Wednesday 26 June 2024 19:45:51 +0000 (0:00:00.020) 0:00:38.001 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "create device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "create format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv3", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv3", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-lv2", "/dev/mapper/vg1-lv3" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Wednesday 26 June 2024 19:45:51 +0000 (0:00:00.031) 0:00:38.032 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Wednesday 26 June 2024 19:45:52 +0000 (0:00:00.043) 0:00:38.076 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Wednesday 26 June 2024 19:45:52 +0000 (0:00:00.022) 0:00:38.098 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Wednesday 26 June 2024 19:45:52 +0000 (0:00:00.021) 0:00:38.119 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Wednesday 26 June 2024 19:45:52 +0000 (0:00:00.431) 0:00:38.551 ******** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } changed: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv2" } changed: [sut] => (item={'src': '/dev/mapper/vg1-lv3', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test3', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv3" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Wednesday 26 June 2024 19:45:52 +0000 (0:00:00.490) 0:00:39.041 ******** skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv3', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test3', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Wednesday 26 June 2024 19:45:53 +0000 (0:00:00.031) 0:00:39.073 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Wednesday 26 June 2024 19:45:53 +0000 (0:00:00.254) 0:00:39.328 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719430273.0375717, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Wednesday 26 June 2024 19:45:53 +0000 (0:00:00.147) 0:00:39.475 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Wednesday 26 June 2024 19:45:53 +0000 (0:00:00.021) 0:00:39.497 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:82 Wednesday 26 June 2024 19:45:53 +0000 (0:00:00.503) 0:00:40.001 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:2 Wednesday 26 June 2024 19:45:53 +0000 (0:00:00.055) 0:00:40.056 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:7 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.027) 0:00:40.083 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:15 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.021) 0:00:40.105 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "dca7e6ba-f09b-495f-9e12-39c22532b13d" }, "/dev/mapper/vg1-lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-lv2", "size": "3G", "type": "lvm", "uuid": "61e5a3aa-21e9-47d5-a03e-d779e2c13048" }, "/dev/mapper/vg1-lv3": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test3", "name": "/dev/mapper/vg1-lv3", "size": "3G", "type": "lvm", "uuid": "cdd35131-566f-4100-820b-96ec1db61afe" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "20G", "type": "raid0", "uuid": "9jFZ12-1TzK-eJn9-0yOA-jvWr-uyp9-8MVase" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "6455197f-0d78-b0be-4f00-96906a5282bc" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "6455197f-0d78-b0be-4f00-96906a5282bc" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:20 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.194) 0:00:40.299 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003052", "end": "2024-06-26 19:45:54.398534", "rc": 0, "start": "2024-06-26 19:45:54.395482" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # 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 # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 /dev/mapper/vg1-lv2 /opt/test2 xfs defaults 0 0 /dev/mapper/vg1-lv3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:25 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.184) 0:00:40.484 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002970", "end": "2024-06-26 19:45:54.532785", "failed_when_result": false, "rc": 0, "start": "2024-06-26 19:45:54.529815" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:34 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.133) 0:00:40.617 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:5 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.045) 0:00:40.663 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:18 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.021) 0:00:40.684 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.020752", "end": "2024-06-26 19:45:54.754120", "rc": 0, "start": "2024-06-26 19:45:54.733368" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:24 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.155) 0:00:40.839 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:34 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.027) 0:00:40.867 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:2 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.066) 0:00:40.933 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:13 Wednesday 26 June 2024 19:45:54 +0000 (0:00:00.027) 0:00:40.961 ******** ok: [sut] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:22 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.187) 0:00:41.149 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:27 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.025) 0:00:41.174 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:33 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.031) 0:00:41.205 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:42 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.027) 0:00:41.233 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:48 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.032) 0:00:41.265 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:54 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.023) 0:00:41.288 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:59 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.023) 0:00:41.312 ******** ok: [sut] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:73 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.029) 0:00:41.342 ******** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:82 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.212) 0:00:41.554 ******** skipping: [sut] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:92 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.025) 0:00:41.579 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:8 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.046) 0:00:41.625 ******** ok: [sut] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.007890", "end": "2024-06-26 19:45:55.685996", "rc": 0, "start": "2024-06-26 19:45:55.678106" } STDOUT: /dev/md/vg1-1: Version : 1.2 Creation Time : Wed Jun 26 19:45:44 2024 Raid Level : raid0 Array Size : 20944896 (19.97 GiB 21.45 GB) Raid Devices : 2 Total Devices : 2 Persistence : Superblock is persistent Update Time : Wed Jun 26 19:45:44 2024 State : clean Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Chunk Size : 512K Consistency Policy : none Name : vg1-1 UUID : 6455197f:0d78b0be:4f009690:6a5282bc Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:14 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.172) 0:00:41.798 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ None\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:21 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.028) 0:00:41.826 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ None\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:28 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.027) 0:00:41.854 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ None\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:35 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.026) 0:00:41.881 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:45 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.025) 0:00:41.906 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:54 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.024) 0:00:41.930 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:64 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.025) 0:00:41.955 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:74 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.024) 0:00:41.980 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:85 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.024) 0:00:42.004 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:95 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.024) 0:00:42.029 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:95 Wednesday 26 June 2024 19:45:55 +0000 (0:00:00.020) 0:00:42.049 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml:2 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.040) 0:00:42.090 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.052) 0:00:42.143 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.045) 0:00:42.188 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.209 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.231 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.252 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.019) 0:00:42.272 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:42.293 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.314 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:42.335 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:42.355 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:42.376 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:42.397 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.418 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.439 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:42.460 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.482 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.503 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.524 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.047) 0:00:42.571 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.593 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.615 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:98 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.636 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml:2 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.041) 0:00:42.678 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.053) 0:00:42.731 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.021) 0:00:42.753 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.019) 0:00:42.773 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:42.793 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:42.813 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.019) 0:00:42.833 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.019) 0:00:42.853 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:42.873 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.019) 0:00:42.893 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.045) 0:00:42.938 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.022) 0:00:42.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:42.981 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:101 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.020) 0:00:43.001 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:5 Wednesday 26 June 2024 19:45:56 +0000 (0:00:00.043) 0:00:43.045 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:13 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.023) 0:00:43.068 ******** skipping: [sut] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:20 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.024) 0:00:43.092 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:2 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.039) 0:00:43.132 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:9 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.023) 0:00:43.155 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:18 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.023) 0:00:43.178 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:27 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.019) 0:00:43.198 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:37 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.218 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:47 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.238 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:27 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.019) 0:00:43.258 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:104 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.045) 0:00:43.303 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml:2 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.045) 0:00:43.349 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.055) 0:00:43.405 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.427 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.448 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.469 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.490 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.511 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.532 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.552 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.574 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.594 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.616 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.046) 0:00:43.663 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.684 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.706 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.727 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.748 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.770 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.791 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.812 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.834 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.021) 0:00:43.855 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:107 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.019) 0:00:43.874 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:6 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.045) 0:00:43.920 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:11 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.941 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:15 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.962 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:26 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.020) 0:00:43.982 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:36 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.019) 0:00:44.001 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:49 Wednesday 26 June 2024 19:45:57 +0000 (0:00:00.045) 0:00:44.047 ******** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:110 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.021) 0:00:44.069 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml:3 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.020) 0:00:44.089 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.050) 0:00:44.139 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.024) 0:00:44.163 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.076) 0:00:44.240 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.023) 0:00:44.264 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.024) 0:00:44.288 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.021) 0:00:44.310 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.022) 0:00:44.333 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.020) 0:00:44.353 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.046) 0:00:44.400 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.021) 0:00:44.422 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.021) 0:00:44.443 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.021) 0:00:44.465 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.019) 0:00:44.485 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.020) 0:00:44.506 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.033) 0:00:44.540 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.023) 0:00:44.563 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.023) 0:00:44.587 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.020) 0:00:44.608 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.019) 0:00:44.627 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.025) 0:00:44.653 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.026) 0:00:44.680 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719431151.798144, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719431151.798144, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 55348, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719431151.798144, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.139) 0:00:44.819 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.024) 0:00:44.843 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.021) 0:00:44.864 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.050) 0:00:44.915 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.022) 0:00:44.938 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.022) 0:00:44.960 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.024) 0:00:44.984 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:45:58 +0000 (0:00:00.020) 0:00:45.005 ******** changed: [sut] => { "changed": true, "changes": { "installed": [ "cryptsetup" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package cryptsetup.x86_64 0:2.0.3-6.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n cryptsetup x86_64 2.0.3-6.el7 base 154 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 154 k\nInstalled size: 354 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : cryptsetup-2.0.3-6.el7.x86_64 1/1 \n Verifying : cryptsetup-2.0.3-6.el7.x86_64 1/1 \n\nInstalled:\n cryptsetup.x86_64 0:2.0.3-6.el7 \n\nComplete!\n" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:46:00 +0000 (0:00:01.761) 0:00:46.767 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.021) 0:00:46.788 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.020) 0:00:46.809 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.025) 0:00:46.835 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.020) 0:00:46.855 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.042) 0:00:46.898 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.022) 0:00:46.920 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.021) 0:00:46.941 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.021) 0:00:46.963 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.025) 0:00:46.988 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.023) 0:00:47.011 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.021) 0:00:47.033 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:46:00 +0000 (0:00:00.020) 0:00:47.054 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.019) 0:00:47.074 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.020) 0:00:47.094 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.020) 0:00:47.114 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.019) 0:00:47.134 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.020) 0:00:47.155 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.020) 0:00:47.175 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.019) 0:00:47.195 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.020) 0:00:47.215 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.050) 0:00:47.265 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.021) 0:00:47.287 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.021) 0:00:47.309 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.021) 0:00:47.331 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.226) 0:00:47.558 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.141) 0:00:47.699 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.026) 0:00:47.726 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.021) 0:00:47.747 ******** ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.137) 0:00:47.884 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.025) 0:00:47.910 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.024) 0:00:47.934 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.024) 0:00:47.959 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.027) 0:00:47.986 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.021) 0:00:48.008 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:46:01 +0000 (0:00:00.020) 0:00:48.029 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.049) 0:00:48.079 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.021) 0:00:48.101 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.021) 0:00:48.123 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.023) 0:00:48.146 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.022) 0:00:48.169 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.021) 0:00:48.191 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.022) 0:00:48.213 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.023) 0:00:48.236 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.021) 0:00:48.258 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.020) 0:00:48.279 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.019) 0:00:48.299 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.020) 0:00:48.319 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.021) 0:00:48.340 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.025) 0:00:48.366 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.023) 0:00:48.389 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.028) 0:00:48.417 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.030006", "end": "2024-06-26 19:46:02.518055", "rc": 0, "start": "2024-06-26 19:46:02.488049" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.216) 0:00:48.633 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.025) 0:00:48.659 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.025) 0:00:48.684 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.022) 0:00:48.707 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.022) 0:00:48.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.024) 0:00:48.755 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.024) 0:00:48.779 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.022) 0:00:48.802 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.024) 0:00:48.826 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.073) 0:00:48.900 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.025) 0:00:48.925 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.028) 0:00:48.954 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.022) 0:00:48.976 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.023) 0:00:48.999 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:46:02 +0000 (0:00:00.052) 0:00:49.052 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.022) 0:00:49.075 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.021) 0:00:49.097 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.022) 0:00:49.119 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.022) 0:00:49.141 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.022) 0:00:49.163 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.023) 0:00:49.187 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.036) 0:00:49.223 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.025) 0:00:49.248 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.025) 0:00:49.273 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.021) 0:00:49.295 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.020) 0:00:49.315 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.027) 0:00:49.343 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.027) 0:00:49.371 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719431151.5361426, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719431151.5361426, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 55270, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719431151.5361426, "nlink": 1, "path": "/dev/mapper/vg1-lv2", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.145) 0:00:49.516 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.025) 0:00:49.542 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.066) 0:00:49.608 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.026) 0:00:49.635 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.025) 0:00:49.660 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.026) 0:00:49.687 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.026) 0:00:49.714 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:46:03 +0000 (0:00:00.022) 0:00:49.737 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.385) 0:00:50.122 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.022) 0:00:50.145 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.022) 0:00:50.167 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.028) 0:00:50.196 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.022) 0:00:50.218 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.021) 0:00:50.240 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.021) 0:00:50.262 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.020) 0:00:50.282 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.020) 0:00:50.302 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.052) 0:00:50.355 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.026) 0:00:50.381 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.024) 0:00:50.406 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.024) 0:00:50.430 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.022) 0:00:50.453 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.022) 0:00:50.475 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.025) 0:00:50.500 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.021) 0:00:50.522 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.023) 0:00:50.546 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.022) 0:00:50.568 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.020) 0:00:50.589 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.021) 0:00:50.610 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.020) 0:00:50.630 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.023) 0:00:50.654 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.023) 0:00:50.677 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.022) 0:00:50.699 ******** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.168) 0:00:50.868 ******** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.132) 0:00:51.000 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.028) 0:00:51.029 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:46:04 +0000 (0:00:00.026) 0:00:51.055 ******** ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.132) 0:00:51.188 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.024) 0:00:51.212 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.023) 0:00:51.236 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.030) 0:00:51.266 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.025) 0:00:51.292 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:51.315 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:51.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:51.360 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.021) 0:00:51.382 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.023) 0:00:51.405 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:51.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.021) 0:00:51.449 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.049) 0:00:51.499 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:51.521 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.020) 0:00:51.541 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:51.564 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:51.587 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:51.609 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:51.632 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:51.654 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.023) 0:00:51.678 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.023) 0:00:51.702 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.028) 0:00:51.730 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv2" ], "delta": "0:00:00.024936", "end": "2024-06-26 19:46:05.804118", "rc": 0, "start": "2024-06-26 19:46:05.779182" } STDOUT: LVM2_LV_NAME=lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.174) 0:00:51.904 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.026) 0:00:51.930 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.026) 0:00:51.956 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.023) 0:00:51.980 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:46:05 +0000 (0:00:00.022) 0:00:52.003 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.055) 0:00:52.058 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.024) 0:00:52.083 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.022) 0:00:52.105 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.027) 0:00:52.132 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.075) 0:00:52.208 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.025) 0:00:52.233 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.026) 0:00:52.260 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.022) 0:00:52.283 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.026) 0:00:52.309 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.022) 0:00:52.332 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.021) 0:00:52.354 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.023) 0:00:52.377 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.023) 0:00:52.401 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.021) 0:00:52.422 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.057) 0:00:52.480 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.023) 0:00:52.503 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.036) 0:00:52.539 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.032) 0:00:52.571 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.026) 0:00:52.597 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.022) 0:00:52.619 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.023) 0:00:52.643 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.028) 0:00:52.672 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.029) 0:00:52.702 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719431151.3351414, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719431151.3351414, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 55157, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719431151.3351414, "nlink": 1, "path": "/dev/mapper/vg1-lv3", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.142) 0:00:52.844 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.026) 0:00:52.870 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.022) 0:00:52.893 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.025) 0:00:52.918 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.023) 0:00:52.942 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.022) 0:00:52.964 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.023) 0:00:52.988 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:46:06 +0000 (0:00:00.054) 0:00:53.043 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.379) 0:00:53.422 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.022) 0:00:53.445 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.023) 0:00:53.468 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.040) 0:00:53.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.022) 0:00:53.531 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.023) 0:00:53.555 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.028) 0:00:53.583 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.021) 0:00:53.605 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.022) 0:00:53.628 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.029) 0:00:53.658 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.024) 0:00:53.682 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.025) 0:00:53.707 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.021) 0:00:53.729 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.021) 0:00:53.751 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.053) 0:00:53.804 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.025) 0:00:53.830 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.022) 0:00:53.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.024) 0:00:53.877 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.023) 0:00:53.900 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.022) 0:00:53.922 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.022) 0:00:53.945 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.022) 0:00:53.968 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.022) 0:00:53.990 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.023) 0:00:54.013 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:46:07 +0000 (0:00:00.022) 0:00:54.035 ******** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.133) 0:00:54.169 ******** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.131) 0:00:54.300 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.027) 0:00:54.328 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.025) 0:00:54.354 ******** ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.166) 0:00:54.520 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.025) 0:00:54.545 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.024) 0:00:54.570 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.024) 0:00:54.595 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.024) 0:00:54.619 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.020) 0:00:54.639 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.020) 0:00:54.660 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.020) 0:00:54.681 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.021) 0:00:54.702 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.023) 0:00:54.726 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.028) 0:00:54.755 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.022) 0:00:54.777 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.023) 0:00:54.800 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.022) 0:00:54.823 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.021) 0:00:54.845 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.022) 0:00:54.867 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.063) 0:00:54.931 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.028) 0:00:54.959 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.023) 0:00:54.982 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.022) 0:00:55.005 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.022) 0:00:55.027 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:46:08 +0000 (0:00:00.021) 0:00:55.049 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.026) 0:00:55.075 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv3" ], "delta": "0:00:00.021406", "end": "2024-06-26 19:46:09.142102", "rc": 0, "start": "2024-06-26 19:46:09.120696" } STDOUT: LVM2_LV_NAME=lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.154) 0:00:55.230 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.026) 0:00:55.257 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.027) 0:00:55.284 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.027) 0:00:55.311 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.023) 0:00:55.334 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.023) 0:00:55.358 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.023) 0:00:55.382 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:44 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.020) 0:00:55.403 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:54 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.021) 0:00:55.424 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:85 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.057) 0:00:55.481 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.044) 0:00:55.526 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.037) 0:00:55.563 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.029) 0:00:55.592 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.055) 0:00:55.648 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.023) 0:00:55.671 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.024) 0:00:55.696 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.022) 0:00:55.719 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.021) 0:00:55.740 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.042) 0:00:55.783 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.022) 0:00:55.806 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "raid_level": "raid0", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "lv3", "size": "3g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.026) 0:00:55.832 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.023) 0:00:55.856 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.051) 0:00:55.907 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.022) 0:00:55.929 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.022) 0:00:55.952 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.023) 0:00:55.976 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.031) 0:00:56.007 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Wednesday 26 June 2024 19:46:09 +0000 (0:00:00.020) 0:00:56.028 ******** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-lv2", "/dev/mapper/vg1-lv3", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Wednesday 26 June 2024 19:46:15 +0000 (0:00:05.765) 0:01:01.793 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Wednesday 26 June 2024 19:46:15 +0000 (0:00:00.047) 0:01:01.840 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Wednesday 26 June 2024 19:46:15 +0000 (0:00:00.021) 0:01:01.862 ******** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/mapper/vg1-lv2", "/dev/mapper/vg1-lv3", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" } ], "packages": [ "xfsprogs", "mdadm", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Wednesday 26 June 2024 19:46:15 +0000 (0:00:00.028) 0:01:01.891 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Wednesday 26 June 2024 19:46:15 +0000 (0:00:00.028) 0:01:01.919 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Wednesday 26 June 2024 19:46:15 +0000 (0:00:00.024) 0:01:01.944 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Wednesday 26 June 2024 19:46:15 +0000 (0:00:00.024) 0:01:01.968 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Wednesday 26 June 2024 19:46:16 +0000 (0:00:00.295) 0:01:02.263 ******** ok: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } ok: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv2" } ok: [sut] => (item={'src': '/dev/mapper/vg1-lv3', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test3', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv3" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Wednesday 26 June 2024 19:46:16 +0000 (0:00:00.417) 0:01:02.680 ******** skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv3', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test3', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Wednesday 26 June 2024 19:46:16 +0000 (0:00:00.037) 0:01:02.718 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Wednesday 26 June 2024 19:46:16 +0000 (0:00:00.252) 0:01:02.971 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719430273.0375717, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Wednesday 26 June 2024 19:46:17 +0000 (0:00:00.179) 0:01:03.150 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Wednesday 26 June 2024 19:46:17 +0000 (0:00:00.064) 0:01:03.215 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:106 Wednesday 26 June 2024 19:46:17 +0000 (0:00:00.538) 0:01:03.753 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:2 Wednesday 26 June 2024 19:46:17 +0000 (0:00:00.059) 0:01:03.813 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_kernel_device": "/dev/dm-1", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:7 Wednesday 26 June 2024 19:46:17 +0000 (0:00:00.028) 0:01:03.841 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:15 Wednesday 26 June 2024 19:46:17 +0000 (0:00:00.024) 0:01:03.866 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "dca7e6ba-f09b-495f-9e12-39c22532b13d" }, "/dev/mapper/vg1-lv2": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test2", "name": "/dev/mapper/vg1-lv2", "size": "3G", "type": "lvm", "uuid": "61e5a3aa-21e9-47d5-a03e-d779e2c13048" }, "/dev/mapper/vg1-lv3": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test3", "name": "/dev/mapper/vg1-lv3", "size": "3G", "type": "lvm", "uuid": "cdd35131-566f-4100-820b-96ec1db61afe" }, "/dev/md/vg1-1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/md/vg1-1", "size": "20G", "type": "raid0", "uuid": "9jFZ12-1TzK-eJn9-0yOA-jvWr-uyp9-8MVase" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "6455197f-0d78-b0be-4f00-96906a5282bc" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "linux_raid_member", "label": "vg1-1", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "6455197f-0d78-b0be-4f00-96906a5282bc" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:20 Wednesday 26 June 2024 19:46:17 +0000 (0:00:00.146) 0:01:04.012 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003044", "end": "2024-06-26 19:46:18.062326", "rc": 0, "start": "2024-06-26 19:46:18.059282" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # 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 # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 /dev/mapper/vg1-lv2 /opt/test2 xfs defaults 0 0 /dev/mapper/vg1-lv3 /opt/test3 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:25 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.134) 0:01:04.147 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002919", "end": "2024-06-26 19:46:18.197002", "failed_when_result": false, "rc": 0, "start": "2024-06-26 19:46:18.194083" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:34 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.135) 0:01:04.283 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:5 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.048) 0:01:04.331 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:18 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.022) 0:01:04.354 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.020001", "end": "2024-06-26 19:46:18.431033", "rc": 0, "start": "2024-06-26 19:46:18.411032" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:24 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.165) 0:01:04.519 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:34 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.062) 0:01:04.581 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:2 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.046) 0:01:04.627 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/md127" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:13 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.027) 0:01:04.655 ******** ok: [sut] => (item=/dev/md127) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/md/vg1-1", "pv": "/dev/md127" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:22 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.132) 0:01:04.788 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:27 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.024) 0:01:04.812 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/md/vg1-1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:33 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.024) 0:01:04.837 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:42 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.024) 0:01:04.861 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:48 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.023) 0:01:04.885 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:54 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.023) 0:01:04.909 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:59 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.023) 0:01:04.933 ******** ok: [sut] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/md/vg1-1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:73 Wednesday 26 June 2024 19:46:18 +0000 (0:00:00.027) 0:01:04.960 ******** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:82 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.181) 0:01:05.142 ******** skipping: [sut] => (item=/dev/md/vg1-1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/md/vg1-1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:92 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.023) 0:01:05.165 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:8 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.066) 0:01:05.231 ******** ok: [sut] => { "changed": false, "cmd": [ "mdadm", "--detail", "/dev/md/vg1-1" ], "delta": "0:00:00.009588", "end": "2024-06-26 19:46:19.291194", "rc": 0, "start": "2024-06-26 19:46:19.281606" } STDOUT: /dev/md/vg1-1: Version : 1.2 Creation Time : Wed Jun 26 19:45:44 2024 Raid Level : raid0 Array Size : 20944896 (19.97 GiB 21.45 GB) Raid Devices : 2 Total Devices : 2 Persistence : Superblock is persistent Update Time : Wed Jun 26 19:45:44 2024 State : clean Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Chunk Size : 512K Consistency Policy : none Name : vg1-1 UUID : 6455197f:0d78b0be:4f009690:6a5282bc Events : 0 Number Major Minor RaidDevice State 0 8 1 0 active sync /dev/sda1 1 8 17 1 active sync /dev/sdb1 TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:14 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.145) 0:01:05.377 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": "Active\\ Devices\\ :\\ 2\\\n" }, "changed": false } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:21 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.027) 0:01:05.405 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_spare_devices_re": "Spare\\ Devices\\ :\\ 0\\\n" }, "changed": false } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:28 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.025) 0:01:05.430 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_metadata_version_re": "Version\\ :\\ 1\\.2\\\n" }, "changed": false } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:35 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.026) 0:01:05.456 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_chunk_size_re": [ "512K" ] }, "changed": false } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:45 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.029) 0:01:05.486 ******** ok: [sut] => { "bytes": 524288, "changed": false, "lvm": "512k", "parted": "512KiB", "size": "512 KiB" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:54 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.133) 0:01:05.619 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:64 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.028) 0:01:05.648 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:74 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.028) 0:01:05.676 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:85 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.028) 0:01:05.704 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:95 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.028) 0:01:05.733 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:95 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.020) 0:01:05.754 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml:2 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.041) 0:01:05.795 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.080) 0:01:05.876 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.022) 0:01:05.898 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.021) 0:01:05.919 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.021) 0:01:05.941 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.021) 0:01:05.963 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.021) 0:01:05.984 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.021) 0:01:06.006 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.021) 0:01:06.027 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:46:19 +0000 (0:00:00.020) 0:01:06.048 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.069 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.091 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.019) 0:01:06.111 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.133 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.154 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.020) 0:01:06.175 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.020) 0:01:06.195 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.049) 0:01:06.245 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.022) 0:01:06.267 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.022) 0:01:06.289 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.311 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.332 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:98 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.354 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml:2 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.041) 0:01:06.396 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.052) 0:01:06.448 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.470 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.020) 0:01:06.491 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.023) 0:01:06.515 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.537 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.024) 0:01:06.561 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.582 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.051) 0:01:06.634 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.656 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.677 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.699 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.720 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:101 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.020) 0:01:06.741 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:5 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.044) 0:01:06.785 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:13 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.023) 0:01:06.809 ******** skipping: [sut] => (item=/dev/md/vg1-1) => { "_storage_test_pool_member_path": "/dev/md/vg1-1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:20 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.024) 0:01:06.833 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:2 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.040) 0:01:06.873 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:9 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.025) 0:01:06.898 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:18 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.026) 0:01:06.925 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:27 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.946 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:37 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:06.967 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:47 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.049) 0:01:07.017 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:27 Wednesday 26 June 2024 19:46:20 +0000 (0:00:00.021) 0:01:07.039 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:104 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.020) 0:01:07.059 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml:2 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.043) 0:01:07.103 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.054) 0:01:07.158 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.180 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.202 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.223 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.245 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.266 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.288 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.020) 0:01:07.308 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.330 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.351 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.050) 0:01:07.402 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.022) 0:01:07.424 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.445 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.467 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.020) 0:01:07.488 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.531 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.552 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.574 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.022) 0:01:07.596 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.022) 0:01:07.618 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:107 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.020) 0:01:07.638 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:6 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.046) 0:01:07.684 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:11 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.705 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:15 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.020) 0:01:07.726 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:26 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.053) 0:01:07.779 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:36 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.801 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:49 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.823 ******** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:110 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.021) 0:01:07.844 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml:3 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.020) 0:01:07.864 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.051) 0:01:07.916 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.025) 0:01:07.941 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.072) 0:01:08.014 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:46:21 +0000 (0:00:00.024) 0:01:08.038 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.025) 0:01:08.063 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.021) 0:01:08.085 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.023) 0:01:08.109 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.057) 0:01:08.166 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.022) 0:01:08.188 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.022) 0:01:08.210 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.022) 0:01:08.233 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.021) 0:01:08.254 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.022) 0:01:08.277 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.021) 0:01:08.298 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.035) 0:01:08.333 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.029) 0:01:08.362 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.024) 0:01:08.387 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.021) 0:01:08.409 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.022) 0:01:08.431 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.027) 0:01:08.458 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.026) 0:01:08.485 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719431151.798144, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719431151.798144, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 55348, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719431151.798144, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.138) 0:01:08.623 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.024) 0:01:08.648 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.051) 0:01:08.699 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.025) 0:01:08.725 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.022) 0:01:08.747 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.022) 0:01:08.769 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.023) 0:01:08.793 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:46:22 +0000 (0:00:00.022) 0:01:08.815 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.378) 0:01:09.193 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.215 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.236 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.026) 0:01:09.263 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.284 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.020) 0:01:09.304 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.326 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.348 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.022) 0:01:09.370 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.026) 0:01:09.396 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.052) 0:01:09.449 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.022) 0:01:09.471 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.492 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.514 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.020) 0:01:09.534 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.020) 0:01:09.555 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.577 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.598 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.020) 0:01:09.619 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.640 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.020) 0:01:09.661 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.020) 0:01:09.681 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.020) 0:01:09.702 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.020) 0:01:09.723 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.021) 0:01:09.745 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.135) 0:01:09.880 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.131) 0:01:10.012 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:46:23 +0000 (0:00:00.026) 0:01:10.038 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.022) 0:01:10.060 ******** ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.132) 0:01:10.192 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.023) 0:01:10.216 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.023) 0:01:10.240 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.024) 0:01:10.264 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.024) 0:01:10.288 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.021) 0:01:10.310 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.020) 0:01:10.330 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.020) 0:01:10.350 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.020) 0:01:10.371 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.020) 0:01:10.392 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.019) 0:01:10.412 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.020) 0:01:10.432 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.052) 0:01:10.485 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.022) 0:01:10.507 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.022) 0:01:10.530 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.022) 0:01:10.552 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.021) 0:01:10.574 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.022) 0:01:10.596 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.022) 0:01:10.619 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.021) 0:01:10.640 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.024) 0:01:10.665 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.023) 0:01:10.688 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.027) 0:01:10.716 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.024705", "end": "2024-06-26 19:46:24.797063", "rc": 0, "start": "2024-06-26 19:46:24.772358" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.168) 0:01:10.884 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.027) 0:01:10.912 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.028) 0:01:10.940 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.023) 0:01:10.963 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.023) 0:01:10.986 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:46:24 +0000 (0:00:00.053) 0:01:11.040 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.024) 0:01:11.064 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.021) 0:01:11.085 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.025) 0:01:11.111 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.073) 0:01:11.185 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.024) 0:01:11.210 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.026) 0:01:11.236 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.023) 0:01:11.260 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.027) 0:01:11.287 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.022) 0:01:11.309 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.022) 0:01:11.332 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.023) 0:01:11.356 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.022) 0:01:11.378 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.023) 0:01:11.402 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.077) 0:01:11.479 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.023) 0:01:11.503 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.040) 0:01:11.543 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.027) 0:01:11.571 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.026) 0:01:11.597 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.024) 0:01:11.621 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.022) 0:01:11.644 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.027) 0:01:11.671 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.027) 0:01:11.699 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719431151.5361426, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719431151.5361426, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 55270, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719431151.5361426, "nlink": 1, "path": "/dev/mapper/vg1-lv2", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.138) 0:01:11.838 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.026) 0:01:11.864 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.021) 0:01:11.886 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.024) 0:01:11.911 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.023) 0:01:11.934 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.021) 0:01:11.955 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.024) 0:01:11.979 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:46:25 +0000 (0:00:00.059) 0:01:12.039 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.380) 0:01:12.419 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.023) 0:01:12.443 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.465 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.027) 0:01:12.493 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.515 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.537 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.021) 0:01:12.559 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.025) 0:01:12.585 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.607 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.024) 0:01:12.632 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.024) 0:01:12.656 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.021) 0:01:12.678 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.024) 0:01:12.702 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.725 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.748 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.052) 0:01:12.801 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.823 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.021) 0:01:12.845 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.868 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.890 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.021) 0:01:12.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.021) 0:01:12.933 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.955 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.022) 0:01:12.978 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:46:26 +0000 (0:00:00.024) 0:01:13.002 ******** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.137) 0:01:13.139 ******** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.136) 0:01:13.276 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.026) 0:01:13.302 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.022) 0:01:13.324 ******** ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.140) 0:01:13.464 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.068) 0:01:13.533 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.027) 0:01:13.560 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.024) 0:01:13.585 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.027) 0:01:13.613 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.022) 0:01:13.635 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.020) 0:01:13.656 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.021) 0:01:13.678 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.022) 0:01:13.700 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.021) 0:01:13.722 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.023) 0:01:13.745 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.024) 0:01:13.770 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.021) 0:01:13.792 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.022) 0:01:13.814 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.021) 0:01:13.836 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.024) 0:01:13.860 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.023) 0:01:13.883 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.064) 0:01:13.948 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.025) 0:01:13.974 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.025) 0:01:13.999 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.025) 0:01:14.025 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:46:27 +0000 (0:00:00.026) 0:01:14.051 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.030) 0:01:14.081 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv2" ], "delta": "0:00:00.019566", "end": "2024-06-26 19:46:28.150767", "rc": 0, "start": "2024-06-26 19:46:28.131201" } STDOUT: LVM2_LV_NAME=lv2 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.159) 0:01:14.241 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.027) 0:01:14.268 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.028) 0:01:14.297 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.024) 0:01:14.322 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.025) 0:01:14.348 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.025) 0:01:14.373 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.025) 0:01:14.399 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.028) 0:01:14.427 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.028) 0:01:14.456 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.117) 0:01:14.573 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.027) 0:01:14.601 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.026) 0:01:14.627 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.022) 0:01:14.649 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.027) 0:01:14.677 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.027) 0:01:14.704 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.040) 0:01:14.744 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.044) 0:01:14.788 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.028) 0:01:14.817 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.023) 0:01:14.841 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.035) 0:01:14.876 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.021) 0:01:14.898 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test3 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test3 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.037) 0:01:14.935 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.026) 0:01:14.962 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:46:28 +0000 (0:00:00.026) 0:01:14.988 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.073) 0:01:15.062 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.040) 0:01:15.102 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.031) 0:01:15.134 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.036) 0:01:15.171 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719431151.3351414, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719431151.3351414, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 55157, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719431151.3351414, "nlink": 1, "path": "/dev/mapper/vg1-lv3", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.151) 0:01:15.323 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.034) 0:01:15.357 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.034) 0:01:15.391 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.033) 0:01:15.425 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.037) 0:01:15.463 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.027) 0:01:15.490 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.036) 0:01:15.526 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.042) 0:01:15.568 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.394) 0:01:15.963 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.023) 0:01:15.986 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:46:29 +0000 (0:00:00.021) 0:01:16.008 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.063) 0:01:16.071 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.026) 0:01:16.098 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.023) 0:01:16.121 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.022) 0:01:16.144 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.022) 0:01:16.167 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.022) 0:01:16.189 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.027) 0:01:16.217 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.026) 0:01:16.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.022) 0:01:16.266 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.022) 0:01:16.289 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.022) 0:01:16.312 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.022) 0:01:16.334 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.024) 0:01:16.358 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.023) 0:01:16.382 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.022) 0:01:16.404 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.022) 0:01:16.426 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.062) 0:01:16.488 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.022) 0:01:16.511 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.023) 0:01:16.534 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.023) 0:01:16.558 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.023) 0:01:16.582 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.024) 0:01:16.606 ******** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.135) 0:01:16.742 ******** ok: [sut] => { "bytes": 3221225472, "changed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.137) 0:01:16.880 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "3221225472" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.027) 0:01:16.907 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:46:30 +0000 (0:00:00.024) 0:01:16.931 ******** ok: [sut] => { "bytes": 21442624225, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.131) 0:01:17.062 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.025) 0:01:17.088 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.025) 0:01:17.113 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.028) 0:01:17.141 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.025) 0:01:17.166 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.021) 0:01:17.188 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.057) 0:01:17.246 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.023) 0:01:17.269 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.022) 0:01:17.291 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.023) 0:01:17.315 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.022) 0:01:17.338 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.022) 0:01:17.360 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.022) 0:01:17.383 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.022) 0:01:17.406 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.022) 0:01:17.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.022) 0:01:17.451 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.023) 0:01:17.475 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.022) 0:01:17.497 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.023) 0:01:17.520 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.023) 0:01:17.544 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 3221225472, "changed": false, "failed": false, "lvm": "3g", "parted": "3GiB", "size": "3 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.024) 0:01:17.569 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.024) 0:01:17.593 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.063) 0:01:17.657 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv3" ], "delta": "0:00:00.020502", "end": "2024-06-26 19:46:31.727967", "rc": 0, "start": "2024-06-26 19:46:31.707465" } STDOUT: LVM2_LV_NAME=lv3 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.157) 0:01:17.814 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.025) 0:01:17.840 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.026) 0:01:17.866 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.023) 0:01:17.890 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.022) 0:01:17.912 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.023) 0:01:17.936 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.024) 0:01:17.960 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:44 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.021) 0:01:17.982 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:54 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.021) 0:01:18.003 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the device created above] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:109 Wednesday 26 June 2024 19:46:31 +0000 (0:00:00.021) 0:01:18.025 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.048) 0:01:18.074 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.037) 0:01:18.112 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.028) 0:01:18.141 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.089) 0:01:18.230 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.022) 0:01:18.252 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.021) 0:01:18.274 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.020) 0:01:18.294 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.020) 0:01:18.315 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.042) 0:01:18.357 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.021) 0:01:18.379 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "raid_level": "raid0", "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "size": "2g" }, { "mount_point": "/opt/test2", "name": "lv2", "size": "3g" }, { "mount_point": "/opt/test3", "name": "lv3", "size": "3g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.026) 0:01:18.405 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.022) 0:01:18.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.023) 0:01:18.451 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.022) 0:01:18.474 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.022) 0:01:18.496 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.022) 0:01:18.518 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.033) 0:01:18.552 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Wednesday 26 June 2024 19:46:32 +0000 (0:00:00.021) 0:01:18.574 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Wednesday 26 June 2024 19:46:39 +0000 (0:00:06.949) 0:01:25.523 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Wednesday 26 June 2024 19:46:39 +0000 (0:00:00.023) 0:01:25.546 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Wednesday 26 June 2024 19:46:39 +0000 (0:00:00.022) 0:01:25.569 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv3", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/md/vg1-1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/md/vg1-1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "mdmember" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "absent" }, { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Wednesday 26 June 2024 19:46:39 +0000 (0:00:00.030) 0:01:25.599 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Wednesday 26 June 2024 19:46:39 +0000 (0:00:00.047) 0:01:25.646 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Wednesday 26 June 2024 19:46:39 +0000 (0:00:00.025) 0:01:25.671 ******** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv3', 'state': 'absent', 'path': '/opt/test3', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test3", "src": "/dev/mapper/vg1-lv3", "state": "absent" }, "name": "/opt/test3", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv3" } changed: [sut] => (item={'src': '/dev/mapper/vg1-lv2', 'state': 'absent', 'path': '/opt/test2', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test2", "src": "/dev/mapper/vg1-lv2", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv2" } changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'state': 'absent', 'path': '/opt/test1', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Wednesday 26 June 2024 19:46:40 +0000 (0:00:00.392) 0:01:26.064 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Wednesday 26 June 2024 19:46:40 +0000 (0:00:00.269) 0:01:26.333 ******** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Wednesday 26 June 2024 19:46:40 +0000 (0:00:00.021) 0:01:26.355 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Wednesday 26 June 2024 19:46:40 +0000 (0:00:00.022) 0:01:26.377 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Wednesday 26 June 2024 19:46:40 +0000 (0:00:00.257) 0:01:26.635 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719430273.0375717, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Wednesday 26 June 2024 19:46:40 +0000 (0:00:00.140) 0:01:26.775 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Wednesday 26 June 2024 19:46:40 +0000 (0:00:00.020) 0:01:26.796 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:130 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.520) 0:01:27.316 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:2 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.066) 0:01:27.383 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": "512 KiB", "raid_device_count": 2, "raid_level": "raid0", "raid_metadata_version": "1.2", "raid_spare_count": 0, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv2", "_mount_id": "/dev/mapper/vg1-lv2", "_raw_device": "/dev/mapper/vg1-lv2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test2", "mount_user": null, "name": "lv2", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/vg1-lv3", "_mount_id": "/dev/mapper/vg1-lv3", "_raw_device": "/dev/mapper/vg1-lv3", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test3", "mount_user": null, "name": "lv3", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "3g", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:7 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.026) 0:01:27.409 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:15 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.021) 0:01:27.431 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:20 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.136) 0:01:27.567 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003089", "end": "2024-06-26 19:46:41.619883", "rc": 0, "start": "2024-06-26 19:46:41.616794" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # 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 # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:25 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.137) 0:01:27.704 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002989", "end": "2024-06-26 19:46:41.751852", "failed_when_result": false, "rc": 0, "start": "2024-06-26 19:46:41.748863" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:34 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.132) 0:01:27.836 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:5 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.044) 0:01:27.881 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:18 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.020) 0:01:27.901 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:24 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.021) 0:01:27.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:34 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.020) 0:01:27.943 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:2 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.042) 0:01:27.986 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:13 Wednesday 26 June 2024 19:46:41 +0000 (0:00:00.052) 0:01:28.038 ******** TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:22 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.019) 0:01:28.058 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:27 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.023) 0:01:28.082 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:33 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.024) 0:01:28.106 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:42 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.023) 0:01:28.130 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:48 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.023) 0:01:28.153 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:54 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.023) 0:01:28.177 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "raid0" }, "changed": false } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:59 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.024) 0:01:28.201 ******** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:73 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.020) 0:01:28.221 ******** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:82 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.193) 0:01:28.415 ******** TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:92 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.020) 0:01:28.435 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:8 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.038) 0:01:28.474 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:14 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.022) 0:01:28.496 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:21 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.020) 0:01:28.517 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:28 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.021) 0:01:28.538 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:35 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.050) 0:01:28.588 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:45 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.022) 0:01:28.611 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:54 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.022) 0:01:28.633 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:64 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.022) 0:01:28.655 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:74 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.021) 0:01:28.677 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:85 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.022) 0:01:28.699 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:95 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.022) 0:01:28.722 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:95 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.019) 0:01:28.741 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml:2 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.040) 0:01:28.782 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.051) 0:01:28.834 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.021) 0:01:28.856 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.021) 0:01:28.877 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.020) 0:01:28.898 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.021) 0:01:28.919 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.050) 0:01:28.969 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.021) 0:01:28.990 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.021) 0:01:29.012 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.021) 0:01:29.033 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:46:42 +0000 (0:00:00.020) 0:01:29.054 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.075 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.096 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.117 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.138 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.159 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.180 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.201 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.222 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.264 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.285 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:98 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.306 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml:2 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.073) 0:01:29.379 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.052) 0:01:29.431 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.453 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.019) 0:01:29.473 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.493 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.513 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.534 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.019) 0:01:29.553 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.575 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.019) 0:01:29.595 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.615 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.635 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.019) 0:01:29.654 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:101 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.675 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:5 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.076) 0:01:29.752 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:13 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.024) 0:01:29.776 ******** TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:20 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.796 ******** TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:27 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.019) 0:01:29.815 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:104 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.835 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml:2 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.043) 0:01:29.879 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.054) 0:01:29.933 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.955 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:29.976 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.020) 0:01:29.997 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:30.018 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:46:43 +0000 (0:00:00.021) 0:01:30.040 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.020) 0:01:30.060 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.053) 0:01:30.113 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.135 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.020) 0:01:30.156 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.177 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.198 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.020) 0:01:30.219 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.240 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.020) 0:01:30.261 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.020) 0:01:30.281 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.303 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.324 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.020) 0:01:30.345 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.366 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.388 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:107 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.019) 0:01:30.407 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:6 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.077) 0:01:30.484 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:11 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.506 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:15 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.527 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:26 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.548 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:36 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.020) 0:01:30.568 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:49 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.590 ******** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:110 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.020) 0:01:30.610 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml:3 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.019) 0:01:30.629 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.048) 0:01:30.678 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.024) 0:01:30.702 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.070) 0:01:30.773 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.023) 0:01:30.797 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.023) 0:01:30.820 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.054) 0:01:30.875 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.019) 0:01:30.895 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.020) 0:01:30.916 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.937 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:30.958 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.020) 0:01:30.979 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:31.000 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.021) 0:01:31.022 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:46:44 +0000 (0:00:00.019) 0:01:31.041 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.034) 0:01:31.076 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.021) 0:01:31.098 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.024) 0:01:31.122 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.021) 0:01:31.143 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.020) 0:01:31.164 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.021) 0:01:31.185 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.022) 0:01:31.208 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.164) 0:01:31.372 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.021) 0:01:31.393 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.024) 0:01:31.418 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.018) 0:01:31.436 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.021) 0:01:31.458 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.021) 0:01:31.479 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.018) 0:01:31.498 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.019) 0:01:31.517 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.377) 0:01:31.895 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.021) 0:01:31.917 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.020) 0:01:31.938 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.018) 0:01:31.956 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.021) 0:01:31.977 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.020) 0:01:31.998 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:46:45 +0000 (0:00:00.019) 0:01:32.017 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.047) 0:01:32.065 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.019) 0:01:32.085 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.025) 0:01:32.110 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.023) 0:01:32.134 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.155 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.177 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.198 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.019) 0:01:32.218 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.239 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.261 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.281 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.302 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.323 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.344 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.364 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.385 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.406 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.052) 0:01:32.458 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.479 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.500 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.521 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.542 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.564 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.585 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.606 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.628 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.650 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.022) 0:01:32.672 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.022) 0:01:32.695 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.022) 0:01:32.718 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.740 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.023) 0:01:32.763 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.022) 0:01:32.786 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.807 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.059) 0:01:32.867 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.022) 0:01:32.890 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.933 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.953 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.020) 0:01:32.974 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:32.996 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:33.017 ******** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:46:46 +0000 (0:00:00.021) 0:01:33.039 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:33.060 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:33.081 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:33.102 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:33.123 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:33.145 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:33.165 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:33.186 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.055) 0:01:33.241 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:33.263 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:33.283 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.024) 0:01:33.307 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.071) 0:01:33.379 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.024) 0:01:33.403 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test2", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.024) 0:01:33.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:33.449 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.017) 0:01:33.467 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:33.488 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:33.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:33.530 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:33.550 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.020) 0:01:33.571 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:33.593 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.065) 0:01:33.658 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.036) 0:01:33.695 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:33.716 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.029) 0:01:33.746 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.022) 0:01:33.768 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.021) 0:01:33.789 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.022) 0:01:33.812 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.022) 0:01:33.835 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.130) 0:01:33.966 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.022) 0:01:33.988 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.025) 0:01:34.013 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.019) 0:01:34.032 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:46:47 +0000 (0:00:00.022) 0:01:34.055 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.021) 0:01:34.077 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.019) 0:01:34.096 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.020) 0:01:34.116 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.375) 0:01:34.491 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.021) 0:01:34.513 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.021) 0:01:34.535 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.025) 0:01:34.560 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.021) 0:01:34.582 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.020) 0:01:34.603 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.019) 0:01:34.622 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.017) 0:01:34.640 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.017) 0:01:34.658 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.026) 0:01:34.684 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.025) 0:01:34.710 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.023) 0:01:34.733 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.021) 0:01:34.755 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.020) 0:01:34.776 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.020) 0:01:34.796 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.050) 0:01:34.847 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.021) 0:01:34.868 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.021) 0:01:34.890 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.022) 0:01:34.912 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.021) 0:01:34.934 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.023) 0:01:34.957 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.025) 0:01:34.982 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.021) 0:01:35.004 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.027) 0:01:35.031 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:46:48 +0000 (0:00:00.023) 0:01:35.054 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.021) 0:01:35.076 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.022) 0:01:35.098 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.022) 0:01:35.121 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.022) 0:01:35.143 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.021) 0:01:35.165 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.024) 0:01:35.189 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.021) 0:01:35.210 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.055) 0:01:35.266 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.022) 0:01:35.288 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.309 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.329 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.349 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.019) 0:01:35.369 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.389 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.409 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.019) 0:01:35.429 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.019) 0:01:35.449 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.019) 0:01:35.469 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.019) 0:01:35.489 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.019) 0:01:35.528 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.548 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.569 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.019) 0:01:35.588 ******** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.051) 0:01:35.640 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.023) 0:01:35.663 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.684 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.021) 0:01:35.705 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.021) 0:01:35.726 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.747 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.021) 0:01:35.768 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.788 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.809 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.829 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.020) 0:01:35.850 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.023) 0:01:35.874 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.072) 0:01:35.946 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv3" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.023) 0:01:35.969 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test3", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.056) 0:01:36.026 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:46:49 +0000 (0:00:00.021) 0:01:36.048 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.017) 0:01:36.066 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.021) 0:01:36.087 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.021) 0:01:36.108 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.021) 0:01:36.130 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.022) 0:01:36.152 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.021) 0:01:36.174 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.021) 0:01:36.196 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.021) 0:01:36.217 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.036) 0:01:36.254 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.021) 0:01:36.275 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.024) 0:01:36.299 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.021) 0:01:36.321 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.019) 0:01:36.341 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.022) 0:01:36.363 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.073) 0:01:36.437 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.134) 0:01:36.571 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.023) 0:01:36.595 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.026) 0:01:36.622 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.020) 0:01:36.642 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.022) 0:01:36.665 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.022) 0:01:36.687 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.019) 0:01:36.707 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:46:50 +0000 (0:00:00.022) 0:01:36.729 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.377) 0:01:37.107 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.022) 0:01:37.129 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.024) 0:01:37.153 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.019) 0:01:37.173 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.194 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.215 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.047) 0:01:37.263 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.018) 0:01:37.282 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.018) 0:01:37.300 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.024) 0:01:37.325 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.023) 0:01:37.348 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.370 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.391 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.020) 0:01:37.412 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.020) 0:01:37.432 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.454 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.475 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.497 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.518 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.539 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.026) 0:01:37.566 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.025) 0:01:37.592 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.030) 0:01:37.622 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.100) 0:01:37.723 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.032) 0:01:37.755 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.025) 0:01:37.781 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.030) 0:01:37.811 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.022) 0:01:37.834 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.024) 0:01:37.858 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.022) 0:01:37.881 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.022) 0:01:37.904 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.925 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.947 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.022) 0:01:37.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:37.991 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.022) 0:01:38.014 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.022) 0:01:38.036 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:46:51 +0000 (0:00:00.021) 0:01:38.057 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.079 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.059) 0:01:38.139 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.021) 0:01:38.161 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.023) 0:01:38.185 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.208 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.021) 0:01:38.230 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.252 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.275 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.297 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.320 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.026) 0:01:38.347 ******** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.025) 0:01:38.373 ******** ok: [sut] => { "storage_test_expected_size": "3221225472" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.024) 0:01:38.397 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.023) 0:01:38.420 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.021) 0:01:38.442 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.464 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.486 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.021) 0:01:38.507 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.056) 0:01:38.564 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.586 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.021) 0:01:38.608 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:44 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.020) 0:01:38.628 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:54 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.019) 0:01:38.648 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a RAID1 lvm raid device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:133 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.020) 0:01:38.668 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.050) 0:01:38.719 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.035) 0:01:38.755 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.028) 0:01:38.783 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.053) 0:01:38.837 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.021) 0:01:38.859 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.881 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:38.903 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.020) 0:01:38.924 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.085) 0:01:39.010 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Wednesday 26 June 2024 19:46:52 +0000 (0:00:00.022) 0:01:39.032 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "size": "2g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Wednesday 26 June 2024 19:46:53 +0000 (0:00:00.026) 0:01:39.058 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Wednesday 26 June 2024 19:46:53 +0000 (0:00:00.023) 0:01:39.081 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Wednesday 26 June 2024 19:46:53 +0000 (0:00:00.021) 0:01:39.103 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Wednesday 26 June 2024 19:46:53 +0000 (0:00:00.024) 0:01:39.128 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Wednesday 26 June 2024 19:46:53 +0000 (0:00:00.024) 0:01:39.152 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Wednesday 26 June 2024 19:46:53 +0000 (0:00:00.025) 0:01:39.178 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Wednesday 26 June 2024 19:46:53 +0000 (0:00:00.045) 0:01:39.223 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Wednesday 26 June 2024 19:46:53 +0000 (0:00:00.024) 0:01:39.248 ******** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Wednesday 26 June 2024 19:47:00 +0000 (0:00:07.169) 0:01:46.417 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Wednesday 26 June 2024 19:47:00 +0000 (0:00:00.022) 0:01:46.439 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Wednesday 26 June 2024 19:47:00 +0000 (0:00:00.019) 0:01:46.459 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Wednesday 26 June 2024 19:47:00 +0000 (0:00:00.025) 0:01:46.485 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Wednesday 26 June 2024 19:47:00 +0000 (0:00:00.054) 0:01:46.539 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Wednesday 26 June 2024 19:47:00 +0000 (0:00:00.022) 0:01:46.562 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Wednesday 26 June 2024 19:47:00 +0000 (0:00:00.022) 0:01:46.584 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Wednesday 26 June 2024 19:47:01 +0000 (0:00:01.051) 0:01:47.635 ******** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Wednesday 26 June 2024 19:47:02 +0000 (0:00:00.810) 0:01:48.445 ******** skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Wednesday 26 June 2024 19:47:02 +0000 (0:00:00.027) 0:01:48.473 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Wednesday 26 June 2024 19:47:02 +0000 (0:00:00.321) 0:01:48.795 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719430273.0375717, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Wednesday 26 June 2024 19:47:02 +0000 (0:00:00.149) 0:01:48.945 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Wednesday 26 June 2024 19:47:02 +0000 (0:00:00.051) 0:01:48.996 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:149 Wednesday 26 June 2024 19:47:03 +0000 (0:00:00.822) 0:01:49.819 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:2 Wednesday 26 June 2024 19:47:03 +0000 (0:00:00.045) 0:01:49.864 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:7 Wednesday 26 June 2024 19:47:03 +0000 (0:00:00.030) 0:01:49.894 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:15 Wednesday 26 June 2024 19:47:03 +0000 (0:00:00.024) 0:01:49.918 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "b6590e57-1f33-44fb-ae86-d4a6dd1b2d31" }, "/dev/mapper/vg1-lv1_rimage_0": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rimage_0", "size": "2G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rimage_1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rimage_1", "size": "2G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rmeta_0": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rmeta_0", "size": "4M", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rmeta_1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rmeta_1", "size": "4M", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "AXjopO-CS3U-ql91-ehRl-fiK1-mcWh-s0CelX" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "HRUiaO-ZzKy-m6CW-f5Dg-tvzi-fX5D-HG34vj" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:20 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.160) 0:01:50.079 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003390", "end": "2024-06-26 19:47:04.141257", "rc": 0, "start": "2024-06-26 19:47:04.137867" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # 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 # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:25 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.148) 0:01:50.228 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003027", "end": "2024-06-26 19:47:04.279492", "failed_when_result": false, "rc": 0, "start": "2024-06-26 19:47:04.276465" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:34 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.136) 0:01:50.364 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:5 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.043) 0:01:50.407 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:18 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.052) 0:01:50.460 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.021748", "end": "2024-06-26 19:47:04.537621", "rc": 0, "start": "2024-06-26 19:47:04.515873" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:24 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.166) 0:01:50.627 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:34 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.029) 0:01:50.656 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:2 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.045) 0:01:50.702 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sdb1", "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:13 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.027) 0:01:50.730 ******** ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:22 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.276) 0:01:51.006 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:27 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.024) 0:01:51.030 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:33 Wednesday 26 June 2024 19:47:04 +0000 (0:00:00.025) 0:01:51.055 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:42 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.024) 0:01:51.080 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:48 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.024) 0:01:51.104 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:54 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.024) 0:01:51.128 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:59 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.021) 0:01:51.149 ******** ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:73 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.032) 0:01:51.182 ******** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:82 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.234) 0:01:51.416 ******** skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:92 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.027) 0:01:51.444 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:8 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.039) 0:01:51.483 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:14 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.021) 0:01:51.505 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:21 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.021) 0:01:51.527 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:28 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.021) 0:01:51.548 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:35 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.021) 0:01:51.570 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:45 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.021) 0:01:51.592 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:54 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.021) 0:01:51.613 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:64 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.020) 0:01:51.634 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:74 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.022) 0:01:51.656 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:85 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.020) 0:01:51.677 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:95 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.020) 0:01:51.697 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:95 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.020) 0:01:51.718 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml:2 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.073) 0:01:51.791 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:47:05 +0000 (0:00:00.044) 0:01:51.836 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,segtype,stripe_size", "vg1/lv1" ], "delta": "0:00:00.229961", "end": "2024-06-26 19:47:06.119765", "rc": 0, "start": "2024-06-26 19:47:05.889804" } STDOUT: LVM2_LV_NAME=lv1 LVM2_SEGTYPE=raid1 LVM2_STRIPE_SIZE=0 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.470) 0:01:52.306 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid1" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.031) 0:01:52.337 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.031) 0:01:52.368 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_stripe_size": [ "0" ] }, "changed": false } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.029) 0:01:52.398 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.026) 0:01:52.424 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.026) 0:01:52.451 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:98 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.033) 0:01:52.484 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml:2 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.046) 0:01:52.531 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.043) 0:01:52.575 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.058) 0:01:52.633 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.025) 0:01:52.659 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.023) 0:01:52.682 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:101 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.023) 0:01:52.705 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:5 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.049) 0:01:52.755 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:13 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.029) 0:01:52.785 ******** skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:20 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.028) 0:01:52.814 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:2 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.047) 0:01:52.861 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:9 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.030) 0:01:52.891 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:18 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.026) 0:01:52.918 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:27 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.023) 0:01:52.941 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:37 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.024) 0:01:52.965 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:47 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.022) 0:01:52.988 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:2 Wednesday 26 June 2024 19:47:06 +0000 (0:00:00.021) 0:01:53.010 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:9 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.065) 0:01:53.076 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:18 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.027) 0:01:53.103 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:27 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.023) 0:01:53.126 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:37 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.024) 0:01:53.151 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:47 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.022) 0:01:53.173 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:27 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.020) 0:01:53.194 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:104 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.020) 0:01:53.215 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml:2 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.044) 0:01:53.259 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.044) 0:01:53.304 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.023) 0:01:53.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.021) 0:01:53.350 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.021) 0:01:53.372 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.021) 0:01:53.393 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.021) 0:01:53.415 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.053) 0:01:53.468 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:107 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.022) 0:01:53.490 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:6 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.056) 0:01:53.547 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:11 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.023) 0:01:53.570 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:15 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.021) 0:01:53.592 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:26 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.021) 0:01:53.613 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:36 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.021) 0:01:53.635 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:49 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.020) 0:01:53.655 ******** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:110 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.020) 0:01:53.676 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml:3 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.020) 0:01:53.697 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.040) 0:01:53.738 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.026) 0:01:53.764 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.113) 0:01:53.878 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.027) 0:01:53.905 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.040) 0:01:53.946 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.028) 0:01:53.974 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.036) 0:01:54.011 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.022) 0:01:54.034 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:47:07 +0000 (0:00:00.021) 0:01:54.056 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.023) 0:01:54.079 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.023) 0:01:54.103 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.022) 0:01:54.125 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.022) 0:01:54.148 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.033) 0:01:54.181 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.043) 0:01:54.225 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.027) 0:01:54.252 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.025) 0:01:54.278 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.021) 0:01:54.299 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.068) 0:01:54.368 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.032) 0:01:54.401 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.030) 0:01:54.431 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719431220.2385526, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719431220.2385526, "dev": 5, "device_type": 64772, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 64552, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719431220.2385526, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.140) 0:01:54.571 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.027) 0:01:54.599 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.022) 0:01:54.622 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.024) 0:01:54.647 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.024) 0:01:54.671 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.022) 0:01:54.694 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.024) 0:01:54.718 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:47:08 +0000 (0:00:00.022) 0:01:54.741 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:47:10 +0000 (0:00:01.935) 0:01:56.676 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.022) 0:01:56.698 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.022) 0:01:56.721 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.027) 0:01:56.749 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.021) 0:01:56.771 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.022) 0:01:56.793 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.022) 0:01:56.815 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.021) 0:01:56.837 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.021) 0:01:56.858 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.025) 0:01:56.884 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.023) 0:01:56.908 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.022) 0:01:56.930 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.021) 0:01:56.951 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.020) 0:01:56.972 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.052) 0:01:57.025 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:47:10 +0000 (0:00:00.022) 0:01:57.048 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:47:11 +0000 (0:00:00.021) 0:01:57.069 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:47:11 +0000 (0:00:00.022) 0:01:57.092 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:47:11 +0000 (0:00:00.021) 0:01:57.114 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:47:11 +0000 (0:00:00.021) 0:01:57.135 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:47:11 +0000 (0:00:00.022) 0:01:57.157 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:47:11 +0000 (0:00:00.022) 0:01:57.179 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:47:11 +0000 (0:00:00.021) 0:01:57.200 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:47:11 +0000 (0:00:00.022) 0:01:57.223 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:47:11 +0000 (0:00:00.022) 0:01:57.245 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.848) 0:01:58.094 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.138) 0:01:58.232 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.078) 0:01:58.310 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.023) 0:01:58.334 ******** ok: [sut] => { "bytes": 21453361643, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.132) 0:01:58.466 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.024) 0:01:58.491 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.023) 0:01:58.514 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.023) 0:01:58.538 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.024) 0:01:58.562 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.020) 0:01:58.583 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.020) 0:01:58.603 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.020) 0:01:58.624 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.020) 0:01:58.645 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.026) 0:01:58.671 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.025) 0:01:58.697 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.023) 0:01:58.721 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.022) 0:01:58.743 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.021) 0:01:58.765 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.058) 0:01:58.824 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.022) 0:01:58.846 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.021) 0:01:58.868 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.020) 0:01:58.889 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.022) 0:01:58.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.021) 0:01:58.933 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.023) 0:01:58.957 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.023) 0:01:58.980 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:47:12 +0000 (0:00:00.027) 0:01:59.008 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.306015", "end": "2024-06-26 19:47:13.363648", "rc": 0, "start": "2024-06-26 19:47:13.057633" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=rwi-aor--- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=raid1 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.447) 0:01:59.456 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid1" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.027) 0:01:59.483 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.027) 0:01:59.510 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.022) 0:01:59.532 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.023) 0:01:59.556 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.054) 0:01:59.611 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.023) 0:01:59.634 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:44 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.021) 0:01:59.655 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:54 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.021) 0:01:59.676 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:152 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.021) 0:01:59.698 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.055) 0:01:59.753 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.035) 0:01:59.789 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.027) 0:01:59.816 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.052) 0:01:59.869 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.022) 0:01:59.891 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.021) 0:01:59.913 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.021) 0:01:59.935 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.021) 0:01:59.956 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 26 June 2024 19:47:13 +0000 (0:00:00.079) 0:02:00.035 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Wednesday 26 June 2024 19:47:14 +0000 (0:00:00.022) 0:02:00.057 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "size": "2g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Wednesday 26 June 2024 19:47:14 +0000 (0:00:00.025) 0:02:00.083 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Wednesday 26 June 2024 19:47:14 +0000 (0:00:00.023) 0:02:00.106 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Wednesday 26 June 2024 19:47:14 +0000 (0:00:00.021) 0:02:00.128 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Wednesday 26 June 2024 19:47:14 +0000 (0:00:00.021) 0:02:00.149 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Wednesday 26 June 2024 19:47:14 +0000 (0:00:00.021) 0:02:00.171 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Wednesday 26 June 2024 19:47:14 +0000 (0:00:00.021) 0:02:00.193 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Wednesday 26 June 2024 19:47:14 +0000 (0:00:00.031) 0:02:00.225 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Wednesday 26 June 2024 19:47:14 +0000 (0:00:00.019) 0:02:00.245 ******** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Wednesday 26 June 2024 19:47:25 +0000 (0:00:11.248) 0:02:11.493 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Wednesday 26 June 2024 19:47:25 +0000 (0:00:00.022) 0:02:11.516 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Wednesday 26 June 2024 19:47:25 +0000 (0:00:00.021) 0:02:11.538 ******** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Wednesday 26 June 2024 19:47:25 +0000 (0:00:00.027) 0:02:11.565 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Wednesday 26 June 2024 19:47:25 +0000 (0:00:00.025) 0:02:11.591 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Wednesday 26 June 2024 19:47:25 +0000 (0:00:00.050) 0:02:11.641 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Wednesday 26 June 2024 19:47:25 +0000 (0:00:00.023) 0:02:11.665 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Wednesday 26 June 2024 19:47:26 +0000 (0:00:00.967) 0:02:12.632 ******** ok: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Wednesday 26 June 2024 19:47:26 +0000 (0:00:00.201) 0:02:12.834 ******** skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Wednesday 26 June 2024 19:47:26 +0000 (0:00:00.028) 0:02:12.862 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Wednesday 26 June 2024 19:47:27 +0000 (0:00:00.256) 0:02:13.118 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719430273.0375717, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Wednesday 26 June 2024 19:47:27 +0000 (0:00:00.389) 0:02:13.508 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Wednesday 26 June 2024 19:47:27 +0000 (0:00:00.024) 0:02:13.532 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:168 Wednesday 26 June 2024 19:47:28 +0000 (0:00:01.434) 0:02:14.966 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:2 Wednesday 26 June 2024 19:47:28 +0000 (0:00:00.045) 0:02:15.012 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-4", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-4", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:7 Wednesday 26 June 2024 19:47:28 +0000 (0:00:00.026) 0:02:15.039 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:15 Wednesday 26 June 2024 19:47:29 +0000 (0:00:00.021) 0:02:15.060 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "b6590e57-1f33-44fb-ae86-d4a6dd1b2d31" }, "/dev/mapper/vg1-lv1_rimage_0": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rimage_0", "size": "2G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rimage_1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rimage_1", "size": "2G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rmeta_0": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rmeta_0", "size": "4M", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rmeta_1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rmeta_1", "size": "4M", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "AXjopO-CS3U-ql91-ehRl-fiK1-mcWh-s0CelX" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "HRUiaO-ZzKy-m6CW-f5Dg-tvzi-fX5D-HG34vj" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:20 Wednesday 26 June 2024 19:47:29 +0000 (0:00:00.140) 0:02:15.200 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.171519", "end": "2024-06-26 19:47:29.421705", "rc": 0, "start": "2024-06-26 19:47:29.250186" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # 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 # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:25 Wednesday 26 June 2024 19:47:29 +0000 (0:00:00.418) 0:02:15.619 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002957", "end": "2024-06-26 19:47:29.667643", "failed_when_result": false, "rc": 0, "start": "2024-06-26 19:47:29.664686" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:34 Wednesday 26 June 2024 19:47:29 +0000 (0:00:00.133) 0:02:15.752 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:5 Wednesday 26 June 2024 19:47:29 +0000 (0:00:00.072) 0:02:15.824 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:18 Wednesday 26 June 2024 19:47:29 +0000 (0:00:00.022) 0:02:15.847 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.022107", "end": "2024-06-26 19:47:29.929971", "rc": 0, "start": "2024-06-26 19:47:29.907864" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:24 Wednesday 26 June 2024 19:47:29 +0000 (0:00:00.168) 0:02:16.015 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:34 Wednesday 26 June 2024 19:47:29 +0000 (0:00:00.027) 0:02:16.043 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:2 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.044) 0:02:16.087 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sdb1", "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:13 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.026) 0:02:16.114 ******** ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:22 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.246) 0:02:16.360 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:27 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.024) 0:02:16.385 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:33 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.025) 0:02:16.410 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:42 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.024) 0:02:16.435 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:48 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.023) 0:02:16.459 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:54 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.024) 0:02:16.483 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:59 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.021) 0:02:16.504 ******** ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:73 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.066) 0:02:16.571 ******** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:82 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.379) 0:02:16.950 ******** skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:92 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.026) 0:02:16.976 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:8 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.040) 0:02:17.017 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:14 Wednesday 26 June 2024 19:47:30 +0000 (0:00:00.021) 0:02:17.039 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:21 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.021) 0:02:17.060 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:28 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.020) 0:02:17.081 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:35 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.021) 0:02:17.103 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:45 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.021) 0:02:17.124 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:54 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.022) 0:02:17.147 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:64 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.021) 0:02:17.169 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:74 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.021) 0:02:17.190 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:85 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.021) 0:02:17.211 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:95 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.021) 0:02:17.233 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:95 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.049) 0:02:17.283 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml:2 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.043) 0:02:17.327 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.041) 0:02:17.368 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,segtype,stripe_size", "vg1/lv1" ], "delta": "0:00:00.021542", "end": "2024-06-26 19:47:31.445977", "rc": 0, "start": "2024-06-26 19:47:31.424435" } STDOUT: LVM2_LV_NAME=lv1 LVM2_SEGTYPE=raid1 LVM2_STRIPE_SIZE=0 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.164) 0:02:17.532 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid1" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.027) 0:02:17.560 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.027) 0:02:17.588 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_stripe_size": [ "0" ] }, "changed": false } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.026) 0:02:17.614 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.025) 0:02:17.639 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.024) 0:02:17.664 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:98 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.023) 0:02:17.687 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml:2 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.042) 0:02:17.730 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.074) 0:02:17.804 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.022) 0:02:17.827 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.021) 0:02:17.848 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.020) 0:02:17.869 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:101 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.020) 0:02:17.889 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:5 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.043) 0:02:17.933 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:13 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.024) 0:02:17.957 ******** skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:20 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.025) 0:02:17.983 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:2 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.043) 0:02:18.026 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:9 Wednesday 26 June 2024 19:47:31 +0000 (0:00:00.024) 0:02:18.050 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:18 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.023) 0:02:18.073 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:27 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.021) 0:02:18.095 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:37 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.021) 0:02:18.116 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:47 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.020) 0:02:18.137 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:2 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.053) 0:02:18.191 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:9 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.026) 0:02:18.217 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:18 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.024) 0:02:18.241 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:27 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.022) 0:02:18.264 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:37 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.022) 0:02:18.286 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:47 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.021) 0:02:18.307 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:27 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.020) 0:02:18.328 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:104 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.020) 0:02:18.348 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml:2 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.043) 0:02:18.392 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.042) 0:02:18.435 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.021) 0:02:18.457 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.021) 0:02:18.479 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.021) 0:02:18.500 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.020) 0:02:18.522 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.053) 0:02:18.575 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.023) 0:02:18.599 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:107 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.020) 0:02:18.620 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:6 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.046) 0:02:18.666 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:11 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.022) 0:02:18.689 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:15 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.021) 0:02:18.710 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:26 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.021) 0:02:18.732 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:36 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.021) 0:02:18.753 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:49 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.020) 0:02:18.773 ******** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:110 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.020) 0:02:18.794 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml:3 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.020) 0:02:18.815 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.040) 0:02:18.855 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.025) 0:02:18.881 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.130) 0:02:19.011 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:47:32 +0000 (0:00:00.031) 0:02:19.043 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.026) 0:02:19.070 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.022) 0:02:19.093 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.025) 0:02:19.118 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.022) 0:02:19.140 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.022) 0:02:19.163 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.022) 0:02:19.185 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.022) 0:02:19.207 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.022) 0:02:19.230 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.022) 0:02:19.253 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.021) 0:02:19.274 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.037) 0:02:19.312 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.025) 0:02:19.337 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.025) 0:02:19.363 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.062) 0:02:19.426 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.022) 0:02:19.449 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.027) 0:02:19.477 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.029) 0:02:19.506 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719431220.2385526, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719431220.2385526, "dev": 5, "device_type": 64772, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 64552, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719431220.2385526, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.140) 0:02:19.646 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.027) 0:02:19.674 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.022) 0:02:19.696 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.024) 0:02:19.720 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.024) 0:02:19.745 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.024) 0:02:19.769 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.025) 0:02:19.795 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:47:33 +0000 (0:00:00.022) 0:02:19.818 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.378) 0:02:20.196 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.021) 0:02:20.218 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.056) 0:02:20.275 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.028) 0:02:20.304 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.023) 0:02:20.327 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.023) 0:02:20.350 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.023) 0:02:20.374 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.023) 0:02:20.398 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.023) 0:02:20.422 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.027) 0:02:20.449 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.027) 0:02:20.476 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.022) 0:02:20.499 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.021) 0:02:20.520 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.022) 0:02:20.543 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.022) 0:02:20.565 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.029) 0:02:20.595 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.022) 0:02:20.617 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.022) 0:02:20.639 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.021) 0:02:20.661 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.064) 0:02:20.725 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.025) 0:02:20.751 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.024) 0:02:20.775 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.024) 0:02:20.800 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.023) 0:02:20.823 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.023) 0:02:20.847 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:47:34 +0000 (0:00:00.135) 0:02:20.983 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.133) 0:02:21.116 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.028) 0:02:21.145 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.024) 0:02:21.170 ******** ok: [sut] => { "bytes": 21453361643, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.136) 0:02:21.306 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.025) 0:02:21.332 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.026) 0:02:21.358 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.029) 0:02:21.387 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.028) 0:02:21.416 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.064) 0:02:21.481 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.024) 0:02:21.505 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.023) 0:02:21.528 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.024) 0:02:21.552 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.024) 0:02:21.577 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.024) 0:02:21.601 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.025) 0:02:21.627 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.025) 0:02:21.652 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.023) 0:02:21.676 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.024) 0:02:21.700 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.024) 0:02:21.724 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.022) 0:02:21.747 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.023) 0:02:21.770 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.022) 0:02:21.793 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.022) 0:02:21.815 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.025) 0:02:21.840 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.062) 0:02:21.903 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:47:35 +0000 (0:00:00.029) 0:02:21.933 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.018143", "end": "2024-06-26 19:47:36.007873", "rc": 0, "start": "2024-06-26 19:47:35.989730" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=rwi-aor--- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=raid1 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.161) 0:02:22.094 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid1" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.030) 0:02:22.125 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.029) 0:02:22.154 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.024) 0:02:22.179 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.024) 0:02:22.203 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.024) 0:02:22.228 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.025) 0:02:22.254 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:44 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.023) 0:02:22.278 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:54 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.021) 0:02:22.299 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the device created above] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:171 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.020) 0:02:22.319 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.059) 0:02:22.379 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.072) 0:02:22.451 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.028) 0:02:22.479 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.056) 0:02:22.535 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.024) 0:02:22.560 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.022) 0:02:22.583 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.023) 0:02:22.607 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.023) 0:02:22.630 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.050) 0:02:22.680 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.023) 0:02:22.704 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "size": "2g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.026) 0:02:22.731 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.024) 0:02:22.755 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.024) 0:02:22.779 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.024) 0:02:22.804 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.022) 0:02:22.826 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.023) 0:02:22.849 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.074) 0:02:22.924 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Wednesday 26 June 2024 19:47:36 +0000 (0:00:00.021) 0:02:22.945 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Wednesday 26 June 2024 19:47:42 +0000 (0:00:06.042) 0:02:28.988 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Wednesday 26 June 2024 19:47:42 +0000 (0:00:00.022) 0:02:29.010 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Wednesday 26 June 2024 19:47:42 +0000 (0:00:00.020) 0:02:29.030 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Wednesday 26 June 2024 19:47:42 +0000 (0:00:00.025) 0:02:29.056 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Wednesday 26 June 2024 19:47:43 +0000 (0:00:00.047) 0:02:29.103 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Wednesday 26 June 2024 19:47:43 +0000 (0:00:00.024) 0:02:29.127 ******** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'state': 'absent', 'path': '/opt/test1', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Wednesday 26 June 2024 19:47:43 +0000 (0:00:00.147) 0:02:29.275 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Wednesday 26 June 2024 19:47:43 +0000 (0:00:00.259) 0:02:29.534 ******** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Wednesday 26 June 2024 19:47:43 +0000 (0:00:00.022) 0:02:29.556 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Wednesday 26 June 2024 19:47:43 +0000 (0:00:00.022) 0:02:29.578 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Wednesday 26 June 2024 19:47:43 +0000 (0:00:00.251) 0:02:29.830 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719430273.0375717, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Wednesday 26 June 2024 19:47:43 +0000 (0:00:00.141) 0:02:29.971 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Wednesday 26 June 2024 19:47:43 +0000 (0:00:00.021) 0:02:29.992 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:187 Wednesday 26 June 2024 19:47:44 +0000 (0:00:00.468) 0:02:30.461 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:2 Wednesday 26 June 2024 19:47:44 +0000 (0:00:00.079) 0:02:30.541 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid1", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:7 Wednesday 26 June 2024 19:47:44 +0000 (0:00:00.026) 0:02:30.567 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:15 Wednesday 26 June 2024 19:47:44 +0000 (0:00:00.021) 0:02:30.588 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:20 Wednesday 26 June 2024 19:47:44 +0000 (0:00:00.137) 0:02:30.726 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003010", "end": "2024-06-26 19:47:44.775321", "rc": 0, "start": "2024-06-26 19:47:44.772311" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # 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 # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:25 Wednesday 26 June 2024 19:47:44 +0000 (0:00:00.134) 0:02:30.860 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002982", "end": "2024-06-26 19:47:44.918335", "failed_when_result": false, "rc": 0, "start": "2024-06-26 19:47:44.915353" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:34 Wednesday 26 June 2024 19:47:44 +0000 (0:00:00.142) 0:02:31.002 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:5 Wednesday 26 June 2024 19:47:44 +0000 (0:00:00.041) 0:02:31.044 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:18 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.022) 0:02:31.066 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:24 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.087 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:34 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.109 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:2 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.043) 0:02:31.153 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:13 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.025) 0:02:31.179 ******** TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:22 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.020) 0:02:31.199 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:27 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.023) 0:02:31.223 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:33 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.055) 0:02:31.279 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:42 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.026) 0:02:31.305 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:48 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.023) 0:02:31.329 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:54 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.023) 0:02:31.352 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:59 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.374 ******** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:73 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.019) 0:02:31.394 ******** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:82 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.197) 0:02:31.591 ******** TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:92 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.612 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:8 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.039) 0:02:31.652 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:14 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.674 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:21 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.695 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:28 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.717 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:35 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.738 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:45 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.759 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:54 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.052) 0:02:31.812 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:64 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.833 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:74 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.855 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:85 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.876 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:95 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:31.897 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:95 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.020) 0:02:31.918 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml:2 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.040) 0:02:31.959 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.041) 0:02:32.000 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.021) 0:02:32.022 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:47:45 +0000 (0:00:00.022) 0:02:32.044 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.022) 0:02:32.067 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.022) 0:02:32.089 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.022) 0:02:32.112 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.022) 0:02:32.135 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:98 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.022) 0:02:32.157 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml:2 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.075) 0:02:32.233 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.041) 0:02:32.274 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.296 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.317 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.338 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:101 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.020) 0:02:32.359 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:5 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.042) 0:02:32.401 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:13 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.023) 0:02:32.425 ******** TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:20 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.020) 0:02:32.445 ******** TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:27 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.019) 0:02:32.465 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:104 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.020) 0:02:32.485 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml:2 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.043) 0:02:32.529 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.077) 0:02:32.606 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.628 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.649 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.671 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.020) 0:02:32.692 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.713 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.735 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:107 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.019) 0:02:32.754 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:6 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.045) 0:02:32.800 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:11 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.822 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:15 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.020) 0:02:32.842 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:26 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.864 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:36 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.885 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:49 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.020) 0:02:32.906 ******** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:110 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.053) 0:02:32.959 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml:3 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.021) 0:02:32.981 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.041) 0:02:33.022 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:47:46 +0000 (0:00:00.024) 0:02:33.047 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.074) 0:02:33.121 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.024) 0:02:33.145 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.024) 0:02:33.169 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.021) 0:02:33.191 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.018) 0:02:33.209 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.020) 0:02:33.230 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.021) 0:02:33.252 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.021) 0:02:33.273 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.020) 0:02:33.294 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.055) 0:02:33.349 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.021) 0:02:33.371 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.020) 0:02:33.392 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.037) 0:02:33.429 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.022) 0:02:33.451 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.028) 0:02:33.480 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.022) 0:02:33.503 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.022) 0:02:33.525 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.023) 0:02:33.549 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.025) 0:02:33.574 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.132) 0:02:33.707 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.021) 0:02:33.728 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.025) 0:02:33.754 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.019) 0:02:33.773 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.021) 0:02:33.795 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.021) 0:02:33.817 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.061) 0:02:33.878 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:47:47 +0000 (0:00:00.021) 0:02:33.899 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.371) 0:02:34.271 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.022) 0:02:34.293 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.314 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.019) 0:02:34.334 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.355 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.377 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.019) 0:02:34.397 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.018) 0:02:34.415 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.020) 0:02:34.436 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.027) 0:02:34.463 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.023) 0:02:34.487 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.531 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.552 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.061) 0:02:34.614 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.022) 0:02:34.636 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.657 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.679 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.022) 0:02:34.701 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.722 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.744 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.022) 0:02:34.767 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.788 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.810 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.831 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.020) 0:02:34.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.874 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.895 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.917 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:34.939 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.056) 0:02:34.995 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:35.017 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:47:48 +0000 (0:00:00.021) 0:02:35.039 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.061 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.020) 0:02:35.082 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.104 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.126 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.147 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.169 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.022) 0:02:35.191 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.022) 0:02:35.214 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.022) 0:02:35.236 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.023) 0:02:35.260 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.023) 0:02:35.283 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.023) 0:02:35.306 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.023) 0:02:35.330 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.022) 0:02:35.353 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.057) 0:02:35.410 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.022) 0:02:35.433 ******** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.022) 0:02:35.456 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.025) 0:02:35.481 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.022) 0:02:35.504 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.525 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.547 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.569 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.022) 0:02:35.591 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.022) 0:02:35.614 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.635 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.656 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:44 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.020) 0:02:35.677 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:54 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.020) 0:02:35.697 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a RAID0 lvm raid device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:190 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.718 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.102) 0:02:35.821 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.036) 0:02:35.857 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.029) 0:02:35.887 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.051) 0:02:35.939 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.021) 0:02:35.961 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.020) 0:02:35.982 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.020) 0:02:36.002 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 26 June 2024 19:47:49 +0000 (0:00:00.020) 0:02:36.023 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 26 June 2024 19:47:50 +0000 (0:00:00.043) 0:02:36.066 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Wednesday 26 June 2024 19:47:50 +0000 (0:00:00.022) 0:02:36.089 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "size": "2g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Wednesday 26 June 2024 19:47:50 +0000 (0:00:00.026) 0:02:36.115 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Wednesday 26 June 2024 19:47:50 +0000 (0:00:00.023) 0:02:36.138 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Wednesday 26 June 2024 19:47:50 +0000 (0:00:00.021) 0:02:36.160 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Wednesday 26 June 2024 19:47:50 +0000 (0:00:00.020) 0:02:36.181 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Wednesday 26 June 2024 19:47:50 +0000 (0:00:00.055) 0:02:36.237 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Wednesday 26 June 2024 19:47:50 +0000 (0:00:00.024) 0:02:36.261 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Wednesday 26 June 2024 19:47:50 +0000 (0:00:00.032) 0:02:36.293 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Wednesday 26 June 2024 19:47:50 +0000 (0:00:00.020) 0:02:36.313 ******** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Wednesday 26 June 2024 19:47:55 +0000 (0:00:05.313) 0:02:41.627 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Wednesday 26 June 2024 19:47:55 +0000 (0:00:00.062) 0:02:41.689 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Wednesday 26 June 2024 19:47:55 +0000 (0:00:00.024) 0:02:41.713 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdb", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sdb1", "fs_type": null }, { "action": "create format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "create device", "device": "/dev/sda1", "fs_type": null }, { "action": "create format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/vg1-lv1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Wednesday 26 June 2024 19:47:55 +0000 (0:00:00.028) 0:02:41.742 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Wednesday 26 June 2024 19:47:55 +0000 (0:00:00.027) 0:02:41.769 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Wednesday 26 June 2024 19:47:55 +0000 (0:00:00.025) 0:02:41.794 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Wednesday 26 June 2024 19:47:55 +0000 (0:00:00.024) 0:02:41.819 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Wednesday 26 June 2024 19:47:56 +0000 (0:00:00.259) 0:02:42.078 ******** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Wednesday 26 June 2024 19:47:56 +0000 (0:00:00.161) 0:02:42.239 ******** skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Wednesday 26 June 2024 19:47:56 +0000 (0:00:00.029) 0:02:42.269 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Wednesday 26 June 2024 19:47:56 +0000 (0:00:00.252) 0:02:42.521 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719430273.0375717, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Wednesday 26 June 2024 19:47:56 +0000 (0:00:00.141) 0:02:42.663 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Wednesday 26 June 2024 19:47:56 +0000 (0:00:00.023) 0:02:42.686 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:206 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.519) 0:02:43.206 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:2 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.052) 0:02:43.259 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:7 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.027) 0:02:43.286 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:15 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.022) 0:02:43.309 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "10358ae7-822d-4d57-9bf4-70ee2e7ccc82" }, "/dev/mapper/vg1-lv1_rimage_0": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rimage_0", "size": "1G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rimage_1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rimage_1", "size": "1G", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "1K9wl9-H1a4-kCwI-KnfZ-c3Qc-5dJD-hUVIyz" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "GgHgiP-yZN3-jFkc-qAMG-PAxO-d0PB-d8jyuw" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:20 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.141) 0:02:43.451 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002966", "end": "2024-06-26 19:47:57.498705", "rc": 0, "start": "2024-06-26 19:47:57.495739" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # 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 # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:25 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.133) 0:02:43.584 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002906", "end": "2024-06-26 19:47:57.633959", "failed_when_result": false, "rc": 0, "start": "2024-06-26 19:47:57.631053" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:34 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.134) 0:02:43.718 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:5 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.043) 0:02:43.762 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:18 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.021) 0:02:43.783 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.017724", "end": "2024-06-26 19:47:57.852870", "rc": 0, "start": "2024-06-26 19:47:57.835146" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:24 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.154) 0:02:43.938 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:34 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.028) 0:02:43.966 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:2 Wednesday 26 June 2024 19:47:57 +0000 (0:00:00.086) 0:02:44.053 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sdb1", "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:13 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.028) 0:02:44.082 ******** ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:22 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.240) 0:02:44.322 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:27 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.025) 0:02:44.347 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:33 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.026) 0:02:44.373 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:42 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.026) 0:02:44.400 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:48 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.024) 0:02:44.425 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:54 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.025) 0:02:44.450 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:59 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.022) 0:02:44.472 ******** ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:73 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.036) 0:02:44.509 ******** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:82 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.203) 0:02:44.712 ******** skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:92 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.027) 0:02:44.740 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:8 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.042) 0:02:44.783 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:14 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.060) 0:02:44.843 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:21 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.022) 0:02:44.866 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:28 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.021) 0:02:44.888 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:35 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.022) 0:02:44.910 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:45 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.022) 0:02:44.932 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:54 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.021) 0:02:44.954 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:64 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.022) 0:02:44.977 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:74 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.022) 0:02:45.000 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:85 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.029) 0:02:45.029 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:95 Wednesday 26 June 2024 19:47:58 +0000 (0:00:00.023) 0:02:45.053 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:95 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.023) 0:02:45.076 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml:2 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.043) 0:02:45.120 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.042) 0:02:45.163 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,segtype,stripe_size", "vg1/lv1" ], "delta": "0:00:00.018624", "end": "2024-06-26 19:47:59.232942", "rc": 0, "start": "2024-06-26 19:47:59.214318" } STDOUT: LVM2_LV_NAME=lv1 LVM2_SEGTYPE=raid0 LVM2_STRIPE_SIZE=65536 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.196) 0:02:45.359 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid0" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.029) 0:02:45.388 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.029) 0:02:45.418 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_stripe_size": [ "65536" ] }, "changed": false } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.028) 0:02:45.447 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.025) 0:02:45.472 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.026) 0:02:45.499 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:98 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.026) 0:02:45.525 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml:2 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.043) 0:02:45.568 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.042) 0:02:45.611 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.021) 0:02:45.633 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.022) 0:02:45.656 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.022) 0:02:45.678 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:101 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.020) 0:02:45.699 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:5 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.084) 0:02:45.783 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:13 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.025) 0:02:45.809 ******** skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:20 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.030) 0:02:45.839 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:2 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.046) 0:02:45.885 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:9 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.024) 0:02:45.910 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:18 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.026) 0:02:45.937 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:27 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.025) 0:02:45.962 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:37 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.022) 0:02:45.985 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:47 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.023) 0:02:46.008 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:2 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.023) 0:02:46.031 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:9 Wednesday 26 June 2024 19:47:59 +0000 (0:00:00.024) 0:02:46.055 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:18 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.026) 0:02:46.081 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:27 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.023) 0:02:46.104 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:37 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:46.126 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:47 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:46.149 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:27 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.063) 0:02:46.212 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:104 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:46.235 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml:2 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.047) 0:02:46.283 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.045) 0:02:46.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.023) 0:02:46.351 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.023) 0:02:46.375 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:46.397 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.023) 0:02:46.420 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:46.443 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:46.465 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:107 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:46.488 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:6 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.048) 0:02:46.536 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:11 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:46.558 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:15 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.066) 0:02:46.625 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:26 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.023) 0:02:46.649 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:36 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.023) 0:02:46.672 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:49 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.022) 0:02:46.695 ******** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:110 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.021) 0:02:46.717 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml:3 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.021) 0:02:46.738 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.042) 0:02:46.781 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.025) 0:02:46.807 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.075) 0:02:46.882 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.024) 0:02:46.907 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.027) 0:02:46.934 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.023) 0:02:46.957 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.025) 0:02:46.983 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:48:00 +0000 (0:00:00.064) 0:02:47.047 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.024) 0:02:47.071 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.022) 0:02:47.093 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.022) 0:02:47.116 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.023) 0:02:47.139 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.023) 0:02:47.162 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.023) 0:02:47.186 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.037) 0:02:47.224 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.025) 0:02:47.250 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.026) 0:02:47.276 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.023) 0:02:47.300 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.023) 0:02:47.323 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.030) 0:02:47.354 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.030) 0:02:47.384 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719431275.4898798, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719431275.4898798, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 71185, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719431275.4898798, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.152) 0:02:47.537 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.026) 0:02:47.563 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.064) 0:02:47.628 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.027) 0:02:47.655 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.025) 0:02:47.681 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.023) 0:02:47.704 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.025) 0:02:47.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:48:01 +0000 (0:00:00.022) 0:02:47.752 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.416) 0:02:48.169 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.025) 0:02:48.194 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.022) 0:02:48.217 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.031) 0:02:48.248 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.025) 0:02:48.273 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.023) 0:02:48.297 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.024) 0:02:48.321 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.024) 0:02:48.346 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.023) 0:02:48.369 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.073) 0:02:48.443 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.029) 0:02:48.473 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.026) 0:02:48.499 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.030) 0:02:48.529 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.024) 0:02:48.554 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.022) 0:02:48.577 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.022) 0:02:48.600 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.022) 0:02:48.623 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.021) 0:02:48.644 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.022) 0:02:48.667 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.022) 0:02:48.690 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.021) 0:02:48.712 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.023) 0:02:48.735 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.046) 0:02:48.782 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.024) 0:02:48.807 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.022) 0:02:48.829 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:48:02 +0000 (0:00:00.186) 0:02:49.016 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.139) 0:02:49.155 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.028) 0:02:49.184 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.023) 0:02:49.208 ******** ok: [sut] => { "bytes": 21453361643, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.145) 0:02:49.353 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.027) 0:02:49.381 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.029) 0:02:49.410 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.026) 0:02:49.437 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.027) 0:02:49.464 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.023) 0:02:49.488 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.032) 0:02:49.521 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.023) 0:02:49.545 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.023) 0:02:49.568 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.021) 0:02:49.589 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.022) 0:02:49.612 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.064) 0:02:49.676 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.022) 0:02:49.699 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.022) 0:02:49.721 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.022) 0:02:49.744 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.022) 0:02:49.766 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.022) 0:02:49.789 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.022) 0:02:49.812 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.021) 0:02:49.834 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.022) 0:02:49.857 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.023) 0:02:49.881 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.028) 0:02:49.909 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:48:03 +0000 (0:00:00.030) 0:02:49.939 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.020723", "end": "2024-06-26 19:48:04.014902", "rc": 0, "start": "2024-06-26 19:48:03.994179" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=rwi-aor--- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=raid0 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.162) 0:02:50.102 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid0" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.030) 0:02:50.132 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.029) 0:02:50.161 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.027) 0:02:50.189 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.098) 0:02:50.288 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.029) 0:02:50.317 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.026) 0:02:50.344 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:44 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.031) 0:02:50.375 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:54 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.022) 0:02:50.397 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:209 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.024) 0:02:50.421 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.064) 0:02:50.486 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.036) 0:02:50.522 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.030) 0:02:50.553 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.057) 0:02:50.611 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.021) 0:02:50.633 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.022) 0:02:50.655 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.022) 0:02:50.678 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.022) 0:02:50.700 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.100) 0:02:50.800 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.024) 0:02:50.825 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "present", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "size": "2g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.026) 0:02:50.851 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.023) 0:02:50.875 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.022) 0:02:50.898 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.026) 0:02:50.924 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.030) 0:02:50.954 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.025) 0:02:50.980 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.040) 0:02:51.021 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Wednesday 26 June 2024 19:48:04 +0000 (0:00:00.027) 0:02:51.048 ******** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Wednesday 26 June 2024 19:48:09 +0000 (0:00:04.896) 0:02:55.944 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Wednesday 26 June 2024 19:48:09 +0000 (0:00:00.024) 0:02:55.968 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Wednesday 26 June 2024 19:48:09 +0000 (0:00:00.022) 0:02:55.991 ******** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/vg1-lv1", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" } ], "packages": [ "xfsprogs", "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Wednesday 26 June 2024 19:48:09 +0000 (0:00:00.028) 0:02:56.019 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Wednesday 26 June 2024 19:48:09 +0000 (0:00:00.026) 0:02:56.046 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Wednesday 26 June 2024 19:48:10 +0000 (0:00:00.062) 0:02:56.109 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Wednesday 26 June 2024 19:48:10 +0000 (0:00:00.024) 0:02:56.134 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Wednesday 26 June 2024 19:48:10 +0000 (0:00:00.258) 0:02:56.392 ******** ok: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Wednesday 26 June 2024 19:48:10 +0000 (0:00:00.148) 0:02:56.540 ******** skipping: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "mounted" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Wednesday 26 June 2024 19:48:10 +0000 (0:00:00.027) 0:02:56.567 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Wednesday 26 June 2024 19:48:10 +0000 (0:00:00.253) 0:02:56.821 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719430273.0375717, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Wednesday 26 June 2024 19:48:10 +0000 (0:00:00.140) 0:02:56.961 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Wednesday 26 June 2024 19:48:10 +0000 (0:00:00.023) 0:02:56.985 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:225 Wednesday 26 June 2024 19:48:11 +0000 (0:00:00.524) 0:02:57.509 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:2 Wednesday 26 June 2024 19:48:11 +0000 (0:00:00.055) 0:02:57.565 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_kernel_device": "/dev/dm-2", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "_raw_kernel_device": "/dev/dm-2", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:7 Wednesday 26 June 2024 19:48:11 +0000 (0:00:00.068) 0:02:57.633 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:15 Wednesday 26 June 2024 19:48:11 +0000 (0:00:00.023) 0:02:57.657 ******** ok: [sut] => { "changed": false, "info": { "/dev/mapper/vg1-lv1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/vg1-lv1", "size": "2G", "type": "lvm", "uuid": "10358ae7-822d-4d57-9bf4-70ee2e7ccc82" }, "/dev/mapper/vg1-lv1_rimage_0": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rimage_0", "size": "1G", "type": "lvm", "uuid": "" }, "/dev/mapper/vg1-lv1_rimage_1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/vg1-lv1_rimage_1", "size": "1G", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sda1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda1", "size": "10G", "type": "partition", "uuid": "1K9wl9-H1a4-kCwI-KnfZ-c3Qc-5dJD-hUVIyz" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb1": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sdb1", "size": "10G", "type": "partition", "uuid": "GgHgiP-yZN3-jFkc-qAMG-PAxO-d0PB-d8jyuw" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:20 Wednesday 26 June 2024 19:48:11 +0000 (0:00:00.161) 0:02:57.819 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003055", "end": "2024-06-26 19:48:11.877927", "rc": 0, "start": "2024-06-26 19:48:11.874872" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # 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 # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 /dev/mapper/vg1-lv1 /opt/test1 xfs defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:25 Wednesday 26 June 2024 19:48:11 +0000 (0:00:00.147) 0:02:57.966 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002963", "end": "2024-06-26 19:48:12.027542", "failed_when_result": false, "rc": 0, "start": "2024-06-26 19:48:12.024579" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:34 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.147) 0:02:58.114 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:5 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.046) 0:02:58.160 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:18 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.023) 0:02:58.184 ******** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "vg1" ], "delta": "0:00:00.020918", "end": "2024-06-26 19:48:12.254988", "rc": 0, "start": "2024-06-26 19:48:12.234070" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:24 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.157) 0:02:58.342 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:34 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.033) 0:02:58.375 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:2 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.048) 0:02:58.424 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "2", "_storage_test_pool_pvs_lvm": [ "/dev/sdb1", "/dev/sda1" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:13 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.033) 0:02:58.457 ******** ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdb1", "pv": "/dev/sdb1" } ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda1", "pv": "/dev/sda1" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:22 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.312) 0:02:58.770 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "2" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:27 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.037) 0:02:58.808 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdb1", "/dev/sda1" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:33 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.030) 0:02:58.839 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:42 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.050) 0:02:58.889 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:48 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.043) 0:02:58.933 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:54 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.036) 0:02:58.969 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:59 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.042) 0:02:59.012 ******** ok: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdb1" } MSG: All assertions passed ok: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda1" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:73 Wednesday 26 June 2024 19:48:12 +0000 (0:00:00.036) 0:02:59.048 ******** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:82 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.202) 0:02:59.251 ******** skipping: [sut] => (item=/dev/sdb1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdb1" } skipping: [sut] => (item=/dev/sda1) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda1" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:92 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.027) 0:02:59.279 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:8 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.042) 0:02:59.322 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:14 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.023) 0:02:59.345 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:21 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.022) 0:02:59.368 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:28 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.022) 0:02:59.390 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:35 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.066) 0:02:59.456 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:45 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.022) 0:02:59.478 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:54 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.022) 0:02:59.501 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:64 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.022) 0:02:59.524 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:74 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.022) 0:02:59.546 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:85 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.022) 0:02:59.569 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:95 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.022) 0:02:59.592 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:95 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.021) 0:02:59.613 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml:2 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.043) 0:02:59.657 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.042) 0:02:59.700 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,segtype,stripe_size", "vg1/lv1" ], "delta": "0:00:00.022598", "end": "2024-06-26 19:48:13.772860", "rc": 0, "start": "2024-06-26 19:48:13.750262" } STDOUT: LVM2_LV_NAME=lv1 LVM2_SEGTYPE=raid0 LVM2_STRIPE_SIZE=65536 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.157) 0:02:59.857 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid0" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.028) 0:02:59.886 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.028) 0:02:59.914 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_stripe_size": [ "65536" ] }, "changed": false } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.028) 0:02:59.943 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.068) 0:03:00.011 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:48:13 +0000 (0:00:00.027) 0:03:00.039 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:98 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.025) 0:03:00.065 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml:2 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.044) 0:03:00.110 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.044) 0:03:00.154 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:00.177 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:00.200 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:00.222 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:101 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:00.245 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:5 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.046) 0:03:00.291 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:13 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.025) 0:03:00.316 ******** skipping: [sut] => (item=/dev/sdb1) => { "_storage_test_pool_member_path": "/dev/sdb1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/dev/sda1) => { "_storage_test_pool_member_path": "/dev/sda1", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:20 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.027) 0:03:00.344 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:2 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.088) 0:03:00.433 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:9 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.026) 0:03:00.459 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:18 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.026) 0:03:00.485 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:27 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:00.508 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:37 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:00.531 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:47 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:00.553 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:2 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:00.576 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:9 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.026) 0:03:00.602 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:18 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.027) 0:03:00.630 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:27 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.023) 0:03:00.654 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:37 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.025) 0:03:00.680 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-crypttab.yml:47 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.030) 0:03:00.710 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:27 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.023) 0:03:00.734 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:104 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.024) 0:03:00.759 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml:2 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.048) 0:03:00.807 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.107) 0:03:00.915 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.023) 0:03:00.939 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:00.961 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:00.983 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:01.006 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.021) 0:03:01.028 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:48:14 +0000 (0:00:00.022) 0:03:01.050 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:107 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.021) 0:03:01.072 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:6 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.046) 0:03:01.119 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:11 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.022) 0:03:01.141 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:15 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.022) 0:03:01.164 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:26 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.021) 0:03:01.186 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:36 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.024) 0:03:01.210 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:49 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.024) 0:03:01.234 ******** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:110 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.069) 0:03:01.304 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml:3 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.028) 0:03:01.332 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.053) 0:03:01.385 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.036) 0:03:01.421 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.084) 0:03:01.506 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.027) 0:03:01.533 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.027) 0:03:01.560 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.021) 0:03:01.582 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.024) 0:03:01.607 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.022) 0:03:01.629 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.021) 0:03:01.651 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.022) 0:03:01.674 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.069) 0:03:01.743 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.023) 0:03:01.767 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.023) 0:03:01.790 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.022) 0:03:01.813 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "1", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "1", "storage_test_fstab_id_matches": [ "/dev/mapper/vg1-lv1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.035) 0:03:01.849 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.026) 0:03:01.875 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.026) 0:03:01.902 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.022) 0:03:01.925 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.022) 0:03:01.947 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.029) 0:03:01.976 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:48:15 +0000 (0:00:00.029) 0:03:02.005 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719431275.4898798, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1719431275.4898798, "dev": 5, "device_type": 64770, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 71185, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1719431275.4898798, "nlink": 1, "path": "/dev/mapper/vg1-lv1", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.140) 0:03:02.146 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.027) 0:03:02.174 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.023) 0:03:02.197 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.025) 0:03:02.222 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.023) 0:03:02.246 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.064) 0:03:02.310 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.026) 0:03:02.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.024) 0:03:02.362 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.392) 0:03:02.754 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.022) 0:03:02.777 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.023) 0:03:02.800 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.028) 0:03:02.829 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.022) 0:03:02.851 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.022) 0:03:02.874 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.022) 0:03:02.897 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.021) 0:03:02.919 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.022) 0:03:02.941 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.027) 0:03:02.969 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.025) 0:03:02.994 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.023) 0:03:03.017 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:48:16 +0000 (0:00:00.022) 0:03:03.040 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.065) 0:03:03.106 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.022) 0:03:03.129 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.021) 0:03:03.151 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.022) 0:03:03.173 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.022) 0:03:03.196 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.021) 0:03:03.217 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.022) 0:03:03.240 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.022) 0:03:03.263 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.024) 0:03:03.287 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.023) 0:03:03.310 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.023) 0:03:03.334 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.023) 0:03:03.358 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.131) 0:03:03.489 ******** ok: [sut] => { "bytes": 2147483648, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.134) 0:03:03.624 ******** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2147483648" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.028) 0:03:03.652 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.067) 0:03:03.719 ******** ok: [sut] => { "bytes": 21453361643, "changed": false, "lvm": "19g", "parted": "19GiB", "size": "19 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.132) 0:03:03.851 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.024) 0:03:03.876 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.025) 0:03:03.901 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.025) 0:03:03.926 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.024) 0:03:03.951 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.023) 0:03:03.974 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.023) 0:03:03.997 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.023) 0:03:04.021 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:48:17 +0000 (0:00:00.025) 0:03:04.046 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.025) 0:03:04.071 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.023) 0:03:04.095 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.023) 0:03:04.119 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.023) 0:03:04.143 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.021) 0:03:04.164 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.023) 0:03:04.188 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.064) 0:03:04.252 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.022) 0:03:04.275 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.022) 0:03:04.297 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.022) 0:03:04.320 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.023) 0:03:04.343 ******** ok: [sut] => { "storage_test_actual_size": { "bytes": 2147483648, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.027) 0:03:04.370 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.025) 0:03:04.396 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.030) 0:03:04.426 ******** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "vg1/lv1" ], "delta": "0:00:00.020824", "end": "2024-06-26 19:48:18.498897", "rc": 0, "start": "2024-06-26 19:48:18.478073" } STDOUT: LVM2_LV_NAME=lv1 LVM2_LV_ATTR=rwi-aor--- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=raid0 TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.160) 0:03:04.586 ******** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "raid0" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.028) 0:03:04.615 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.030) 0:03:04.645 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.026) 0:03:04.671 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.027) 0:03:04.699 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.025) 0:03:04.724 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.025) 0:03:04.750 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:44 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.023) 0:03:04.773 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:54 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.066) 0:03:04.840 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove the device created above] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:228 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.023) 0:03:04.864 ******** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.070) 0:03:04.934 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.037) 0:03:04.971 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.028) 0:03:05.000 ******** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Wednesday 26 June 2024 19:48:18 +0000 (0:00:00.053) 0:03:05.053 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.022) 0:03:05.076 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.024) 0:03:05.101 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.022) 0:03:05.124 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.023) 0:03:05.148 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.066) 0:03:05.214 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.026) 0:03:05.241 ******** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb" ], "name": "vg1", "state": "absent", "type": "lvm", "volumes": [ { "mount_point": "/opt/test1", "name": "lv1", "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "size": "2g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.078) 0:03:05.320 ******** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.023) 0:03:05.343 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.024) 0:03:05.368 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.022) 0:03:05.391 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.022) 0:03:05.413 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.022) 0:03:05.435 ******** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.034) 0:03:05.470 ******** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Wednesday 26 June 2024 19:48:19 +0000 (0:00:00.022) 0:03:05.493 ******** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Wednesday 26 June 2024 19:48:25 +0000 (0:00:05.858) 0:03:11.352 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Wednesday 26 June 2024 19:48:25 +0000 (0:00:00.029) 0:03:11.381 ******** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Wednesday 26 June 2024 19:48:25 +0000 (0:00:00.022) 0:03:11.404 ******** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sda1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "disklabel" }, { "action": "destroy format", "device": "/dev/sdb1", "fs_type": "lvmpv" }, { "action": "destroy device", "device": "/dev/sdb1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "disklabel" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Wednesday 26 June 2024 19:48:25 +0000 (0:00:00.030) 0:03:11.434 ******** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Wednesday 26 June 2024 19:48:25 +0000 (0:00:00.026) 0:03:11.460 ******** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Wednesday 26 June 2024 19:48:25 +0000 (0:00:00.031) 0:03:11.492 ******** changed: [sut] => (item={'src': '/dev/mapper/vg1-lv1', 'state': 'absent', 'path': '/opt/test1', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/vg1-lv1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/vg1-lv1" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Wednesday 26 June 2024 19:48:25 +0000 (0:00:00.212) 0:03:11.705 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Wednesday 26 June 2024 19:48:25 +0000 (0:00:00.263) 0:03:11.968 ******** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Wednesday 26 June 2024 19:48:25 +0000 (0:00:00.039) 0:03:12.007 ******** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Wednesday 26 June 2024 19:48:25 +0000 (0:00:00.028) 0:03:12.036 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Wednesday 26 June 2024 19:48:26 +0000 (0:00:00.265) 0:03:12.301 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719430273.0375717, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1718879272.062, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131079, "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": 1718879026.308, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "18446744072852913879", "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Wednesday 26 June 2024 19:48:26 +0000 (0:00:00.142) 0:03:12.444 ******** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Wednesday 26 June 2024 19:48:26 +0000 (0:00:00.022) 0:03:12.467 ******** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:244 Wednesday 26 June 2024 19:48:26 +0000 (0:00:00.460) 0:03:12.927 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:2 Wednesday 26 June 2024 19:48:26 +0000 (0:00:00.052) 0:03:12.979 ******** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_clevis_pin": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "encryption_tang_thumbprint": null, "encryption_tang_url": null, "grow_to_fill": false, "name": "vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/vg1-lv1", "_mount_id": "/dev/mapper/vg1-lv1", "_raw_device": "/dev/mapper/vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [ "sda", "sdb" ], "raid_level": "raid0", "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "2g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:7 Wednesday 26 June 2024 19:48:26 +0000 (0:00:00.026) 0:03:13.006 ******** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:15 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.057) 0:03:13.063 ******** ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "mountpoint": "/", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "c7b7d6a5-fd01-4b9b-bcca-153eaff9d312" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:20 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.138) 0:03:13.202 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003065", "end": "2024-06-26 19:48:27.252622", "rc": 0, "start": "2024-06-26 19:48:27.249557" } STDOUT: # # /etc/fstab # Created by anaconda on Thu Jun 20 10:23:46 2024 # # 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 # UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 / ext4 defaults 1 1 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat /mnt/redhat nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/qa /mnt/qa nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive /mnt/engarchive nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 nest.test.redhat.com:/mnt/tpsdist /mnt/tpsdist nfs defaults,rsize=8192,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot /mnt/brew nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch /mnt/brew_scratch nfs ro,rsize=32768,wsize=8192,bg,noauto,noatime,nosuid,nodev,intr 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:25 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.135) 0:03:13.338 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002920", "end": "2024-06-26 19:48:27.383731", "failed_when_result": false, "rc": 0, "start": "2024-06-26 19:48:27.380811" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:34 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.130) 0:03:13.469 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:5 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.041) 0:03:13.511 ******** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:18 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.020) 0:03:13.531 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:24 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.020) 0:03:13.552 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool.yml:34 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.021) 0:03:13.573 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:2 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.045) 0:03:13.619 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:13 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.027) 0:03:13.647 ******** TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:22 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.020) 0:03:13.667 ******** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:27 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.023) 0:03:13.691 ******** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:33 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.027) 0:03:13.719 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:42 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.068) 0:03:13.788 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:48 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.025) 0:03:13.814 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "partition" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:54 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.025) 0:03:13.839 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:59 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.022) 0:03:13.862 ******** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:73 Wednesday 26 June 2024 19:48:27 +0000 (0:00:00.021) 0:03:13.884 ******** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.47.190 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:82 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.215) 0:03:14.099 ******** TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:92 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.021) 0:03:14.121 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:8 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.041) 0:03:14.163 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:14 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.021) 0:03:14.184 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:21 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.021) 0:03:14.205 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:28 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.021) 0:03:14.226 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:35 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.020) 0:03:14.247 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:45 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.021) 0:03:14.269 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:54 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.022) 0:03:14.291 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:64 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.022) 0:03:14.314 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:74 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.055) 0:03:14.369 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:85 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.022) 0:03:14.391 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-md.yml:95 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.021) 0:03:14.413 ******** ok: [sut] => { "ansible_facts": { "storage_test_md_active_devices_re": null, "storage_test_md_chunk_size_re": null, "storage_test_md_metadata_version_re": null, "storage_test_md_spare_devices_re": null }, "changed": false } TASK [Check LVM RAID] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:95 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.021) 0:03:14.434 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-lvmraid.yml:2 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.041) 0:03:14.475 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:8 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.043) 0:03:14.519 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:16 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.022) 0:03:14.542 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:21 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.025) 0:03:14.567 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:29 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.024) 0:03:14.591 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:34 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.022) 0:03:14.614 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:40 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.023) 0:03:14.637 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-lvmraid.yml:46 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.023) 0:03:14.661 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:98 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.022) 0:03:14.683 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-thin.yml:2 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.080) 0:03:14.764 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:8 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.044) 0:03:14.808 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:16 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.022) 0:03:14.830 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:23 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.021) 0:03:14.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-thin.yml:27 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.021) 0:03:14.873 ******** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:101 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.020) 0:03:14.894 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:5 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.043) 0:03:14.937 ******** ok: [sut] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } TASK [Validate pool member LUKS settings] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:13 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.024) 0:03:14.962 ******** TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:20 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.020) 0:03:14.982 ******** TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-encryption.yml:27 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.022) 0:03:15.004 ******** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:104 Wednesday 26 June 2024 19:48:28 +0000 (0:00:00.022) 0:03:15.026 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-members-vdo.yml:2 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.043) 0:03:15.070 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:9 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.092) 0:03:15.163 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:16 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.023) 0:03:15.187 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:22 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.023) 0:03:15.210 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:28 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.022) 0:03:15.232 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:35 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.021) 0:03:15.253 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:41 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.021) 0:03:15.275 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-member-vdo.yml:47 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.021) 0:03:15.297 ******** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:107 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.019) 0:03:15.316 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:6 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.045) 0:03:15.362 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:11 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.021) 0:03:15.384 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:15 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.021) 0:03:15.405 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:26 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.023) 0:03:15.429 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:36 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.022) 0:03:15.451 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-pool-stratis.yml:49 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.021) 0:03:15.473 ******** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-members.yml:110 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.020) 0:03:15.494 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-pool-volumes.yml:3 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.019) 0:03:15.513 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:2 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.073) 0:03:15.587 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } TASK [Run test verify for {{ storage_test_volume_subset }}] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:21 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.024) 0:03:15.612 ******** included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:7 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.072) 0:03:15.685 ******** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/vg1-lv1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:16 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.024) 0:03:15.709 ******** ok: [sut] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:31 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.026) 0:03:15.735 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:44 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.023) 0:03:15.759 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:53 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.019) 0:03:15.779 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:65 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.021) 0:03:15.801 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:77 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.023) 0:03:15.825 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:92 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.022) 0:03:15.847 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:98 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.023) 0:03:15.871 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:104 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.022) 0:03:15.893 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-mount.yml:116 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.020) 0:03:15.914 ******** ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_expected_mount_point": 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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:2 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.062) 0:03:15.977 ******** ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:40 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.038) 0:03:16.016 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:48 Wednesday 26 June 2024 19:48:29 +0000 (0:00:00.024) 0:03:16.041 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:58 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.027) 0:03:16.069 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fstab.yml:71 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.022) 0:03:16.092 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:6 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.021) 0:03:16.113 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-fs.yml:17 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.022) 0:03:16.136 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:3 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.022) 0:03:16.159 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:9 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.131) 0:03:16.291 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:16 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.021) 0:03:16.313 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:24 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.026) 0:03:16.339 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:30 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.019) 0:03:16.359 ******** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:34 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.021) 0:03:16.381 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-device.yml:39 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.021) 0:03:16.402 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:3 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.017) 0:03:16.420 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.020) 0:03:16.440 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } lsrpackages: cryptsetup TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:17 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.376) 0:03:16.817 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:23 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.021) 0:03:16.839 ******** skipping: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:32 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.021) 0:03:16.860 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:45 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.019) 0:03:16.880 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:51 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.021) 0:03:16.901 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:56 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.022) 0:03:16.923 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:69 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.019) 0:03:16.942 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:81 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.017) 0:03:16.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:94 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.018) 0:03:16.978 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:106 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.026) 0:03:17.005 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:114 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.023) 0:03:17.028 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:122 Wednesday 26 June 2024 19:48:30 +0000 (0:00:00.022) 0:03:17.050 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:131 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.072 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:140 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.020) 0:03:17.093 ******** ok: [sut] => { "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: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:8 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.020) 0:03:17.113 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:14 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.135 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:21 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.059) 0:03:17.194 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:28 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.022) 0:03:17.217 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:35 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.238 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:45 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.259 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:54 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.281 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:63 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.020) 0:03:17.302 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:72 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.323 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-md.yml:81 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.022) 0:03:17.345 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.367 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:11 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.022) 0:03:17.390 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:20 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.023) 0:03:17.414 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:28 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.435 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:32 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.022) 0:03:17.458 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:46 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.480 ******** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:50 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.020) 0:03:17.500 ******** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:54 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.521 ******** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:58 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.058) 0:03:17.580 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:68 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.602 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:72 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.623 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:77 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.645 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:83 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.666 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:88 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.687 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:96 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.709 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:104 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.020) 0:03:17.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:109 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.020) 0:03:17.751 ******** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:113 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.772 ******** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:117 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.794 ******** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:121 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.816 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:129 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.020) 0:03:17.837 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:138 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.020) 0:03:17.858 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:142 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.879 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:150 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:17.900 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:156 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.020) 0:03:17.921 ******** ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:160 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.060) 0:03:17.982 ******** ok: [sut] => { "storage_test_expected_size": "2147483648" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:164 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.023) 0:03:18.005 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:5 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:18.026 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:13 Wednesday 26 June 2024 19:48:31 +0000 (0:00:00.021) 0:03:18.048 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:18 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.021) 0:03:18.070 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:27 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.021) 0:03:18.091 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:35 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.021) 0:03:18.112 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:41 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.021) 0:03:18.134 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-cache.yml:47 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.020) 0:03:18.155 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume.yml:27 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.021) 0:03:18.176 ******** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:44 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.020) 0:03:18.196 ******** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/verify-role-results.yml:54 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.019) 0:03:18.216 ******** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a RAID0 lvm raid device with custom stripe size] ****************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:252 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.020) 0:03:18.236 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:269 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.021) 0:03:18.258 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove the device created above] ***************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:272 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.021) 0:03:18.279 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:288 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.021) 0:03:18.301 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=1164 changed=14 unreachable=0 failed=0 skipped=1462 rescued=0 ignored=0 Wednesday 26 June 2024 19:48:32 +0000 (0:00:00.008) 0:03:18.309 ******** =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 17.07s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Manage the pools and volumes to match the specified state -- 14.45s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state -- 11.25s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 7.17s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 6.95s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 6.04s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 5.86s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 5.77s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 5.31s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.90s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 1.94s /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 ----- Ensure cryptsetup is present -------------------------------------------- 1.76s /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-encryption.yml:10 ----- linux-system-roles.storage : Update facts ------------------------------- 1.43s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Gather package facts ---------------------------------------------------- 1.09s /WORKDIR/git-weekly-ciqtq4dd72/tests/tests_create_raid_pool_then_remove.yml:31 linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab --- 1.05s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab --- 0.97s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Parse the actual size of the volume ------------------------------------- 0.85s /WORKDIR/git-weekly-ciqtq4dd72/tests/test-verify-volume-size.yml:3 ------------ linux-system-roles.storage : Get service facts -------------------------- 0.85s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 linux-system-roles.storage : Update facts ------------------------------- 0.82s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 linux-system-roles.storage : Set up new/current mounts ------------------ 0.81s /WORKDIR/git-weekly-ciqtq4dd72/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---