# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ciaze0zc59/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_resize_scsi_generated.yml ************************************** 2 plays in /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize_scsi_generated.yml PLAY [Run test tests_resize.yml for scsi] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize_scsi_generated.yml:3 Friday 26 July 2024 05:16:32 +0000 (0:00:00.011) 0:00:00.011 *********** ok: [sut] TASK [Set disk interface for test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize_scsi_generated.yml:8 Friday 26 July 2024 05:16:33 +0000 (0:00:00.988) 0:00:01.000 *********** ok: [sut] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } PLAY [Test resize] ************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:2 Friday 26 July 2024 05:16:33 +0000 (0:00:00.018) 0:00:01.019 *********** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:19 Friday 26 July 2024 05:16:34 +0000 (0:00:00.602) 0:00:01.621 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:16:34 +0000 (0:00:00.016) 0:00:01.637 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:16:34 +0000 (0:00:00.013) 0:00:01.650 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:16:34 +0000 (0:00:00.017) 0:00:01.668 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:16:34 +0000 (0:00:00.023) 0:00:01.692 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:16:34 +0000 (0:00:00.179) 0:00:01.871 *********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:16:34 +0000 (0:00:00.014) 0:00:01.886 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:16:34 +0000 (0:00:00.009) 0:00:01.895 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:16:34 +0000 (0:00:00.009) 0:00:01.904 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:16:34 +0000 (0:00:00.027) 0:00:01.931 *********** changed: [sut] => { "changed": true, "changes": { "installed": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\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 python-enum34.noarch 0:1.0.4-1.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: python2-hawkey 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--> Processing Dependency: libreport-filesystem for package: mdadm-4.1-9.el7_9.x86_64\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 python2-hawkey.x86_64 0:0.22.5-2.el7_9 will be installed\n--> Processing Dependency: python2-libdnf = 0.22.5-2.el7_9 for package: python2-hawkey-0.22.5-2.el7_9.x86_64\n--> Processing Dependency: libdnf(x86-64) = 0.22.5-2.el7_9 for package: python2-hawkey-0.22.5-2.el7_9.x86_64\n--> Processing Dependency: libsolvext.so.0(SOLV_1.0)(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64\n--> Processing Dependency: libsolv.so.0(SOLV_1.0)(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64\n--> Processing Dependency: libsolvext.so.0()(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64\n--> Processing Dependency: libsolv.so.0()(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64\n--> Processing Dependency: librepo.so.0()(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64\n--> Processing Dependency: libmodulemd.so.1()(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64\n--> Processing Dependency: libdnf.so.2()(64bit) for package: python2-hawkey-0.22.5-2.el7_9.x86_64\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 libdnf.x86_64 0:0.22.5-2.el7_9 will be installed\n---> Package libmodulemd.x86_64 0:1.6.3-1.el7 will be installed\n---> Package librepo.x86_64 0:1.8.1-8.el7_9 will be installed\n---> Package libreport-filesystem.x86_64 0:2.1.11-53.el7.centos will be installed\n---> Package libsolv.x86_64 0:0.6.34-4.el7 will be installed\n---> Package lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 will be installed\n---> Package python2-libdnf.x86_64 0:0.22.5-2.el7_9 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 python-enum34 noarch 1.0.4-1.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 libdnf x86_64 0.22.5-2.el7_9 extras 535 k\n libmodulemd x86_64 1.6.3-1.el7 extras 141 k\n librepo x86_64 1.8.1-8.el7_9 updates 82 k\n libreport-filesystem x86_64 2.1.11-53.el7.centos base 41 k\n libsolv x86_64 0.6.34-4.el7 base 329 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 python2-hawkey x86_64 0.22.5-2.el7_9 extras 71 k\n python2-libdnf x86_64 0.22.5-2.el7_9 extras 611 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 7 Packages (+26 Dependent packages)\n\nTotal download size: 7.8 M\nInstalled size: 23 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 6.7 MB/s | 7.8 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libblockdev-utils-2.18-5.el7.x86_64 1/33 \n Installing : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 2/33 \n Installing : libsolv-0.6.34-4.el7.x86_64 3/33 \n Installing : libaio-0.3.109-13.el7.x86_64 4/33 \n Installing : librepo-1.8.1-8.el7_9.x86_64 5/33 \n Installing : libmodulemd-1.6.3-1.el7.x86_64 6/33 \n Installing : libdnf-0.22.5-2.el7_9.x86_64 7/33 \n Installing : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 8/33 \n Installing : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 9/33 \n Installing : libbytesize-1.2-1.el7.x86_64 10/33 \n Installing : python2-bytesize-1.2-1.el7.x86_64 11/33 \n Installing : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 12/33 \n Installing : 7:lvm2-2.02.187-6.el7_9.5.x86_64 13/33 \n Installing : python2-libdnf-0.22.5-2.el7_9.x86_64 14/33 \n Installing : python2-hawkey-0.22.5-2.el7_9.x86_64 15/33 \n Installing : libblockdev-2.18-5.el7.x86_64 16/33 \n Installing : python2-blockdev-2.18-5.el7.x86_64 17/33 \n Installing : 1:pyparted-3.9-15.el7.x86_64 18/33 \n Installing : sgpio-1.2.0.10-13.el7.x86_64 19/33 \n Installing : dmraid-1.0.0.rc16-28.el7.x86_64 20/33 \n Installing : dmraid-events-1.0.0.rc16-28.el7.x86_64 21/33 \n Installing : volume_key-libs-0.3.9-9.el7.x86_64 22/33 \n Installing : libreport-filesystem-2.1.11-53.el7.centos.x86_64 23/33 \n Installing : mdadm-4.1-9.el7_9.x86_64 24/33 \n Installing : 1:blivet3-data-3.1.3-3.el7.noarch 25/33 \n Installing : lsof-4.87-6.el7.x86_64 26/33 \n Installing : 1:python2-blivet3-3.1.3-3.el7.noarch 27/33 \n Installing : libblockdev-mdraid-2.18-5.el7.x86_64 28/33 \n Installing : libblockdev-crypto-2.18-5.el7.x86_64 29/33 \n Installing : libblockdev-dm-2.18-5.el7.x86_64 30/33 \n Installing : libblockdev-lvm-2.18-5.el7.x86_64 31/33 \n Installing : libblockdev-swap-2.18-5.el7.x86_64 32/33 \n Installing : python-enum34-1.0.4-1.el7.noarch 33/33 \n Verifying : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 1/33 \n Verifying : libblockdev-swap-2.18-5.el7.x86_64 2/33 \n Verifying : libblockdev-lvm-2.18-5.el7.x86_64 3/33 \n Verifying : lsof-4.87-6.el7.x86_64 4/33 \n Verifying : libblockdev-mdraid-2.18-5.el7.x86_64 5/33 \n Verifying : libdnf-0.22.5-2.el7_9.x86_64 6/33 \n Verifying : python-enum34-1.0.4-1.el7.noarch 7/33 \n Verifying : 1:blivet3-data-3.1.3-3.el7.noarch 8/33 \n Verifying : dmraid-events-1.0.0.rc16-28.el7.x86_64 9/33 \n Verifying : python2-blockdev-2.18-5.el7.x86_64 10/33 \n Verifying : libmodulemd-1.6.3-1.el7.x86_64 11/33 \n Verifying : librepo-1.8.1-8.el7_9.x86_64 12/33 \n Verifying : libblockdev-dm-2.18-5.el7.x86_64 13/33 \n Verifying : libaio-0.3.109-13.el7.x86_64 14/33 \n Verifying : libreport-filesystem-2.1.11-53.el7.centos.x86_64 15/33 \n Verifying : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 16/33 \n Verifying : python2-hawkey-0.22.5-2.el7_9.x86_64 17/33 \n Verifying : python2-bytesize-1.2-1.el7.x86_64 18/33 \n Verifying : libblockdev-2.18-5.el7.x86_64 19/33 \n Verifying : libbytesize-1.2-1.el7.x86_64 20/33 \n Verifying : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 21/33 \n Verifying : python2-libdnf-0.22.5-2.el7_9.x86_64 22/33 \n Verifying : 7:lvm2-2.02.187-6.el7_9.5.x86_64 23/33 \n Verifying : libblockdev-utils-2.18-5.el7.x86_64 24/33 \n Verifying : volume_key-libs-0.3.9-9.el7.x86_64 25/33 \n Verifying : libsolv-0.6.34-4.el7.x86_64 26/33 \n Verifying : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 27/33 \n Verifying : 1:python2-blivet3-3.1.3-3.el7.noarch 28/33 \n Verifying : dmraid-1.0.0.rc16-28.el7.x86_64 29/33 \n Verifying : mdadm-4.1-9.el7_9.x86_64 30/33 \n Verifying : sgpio-1.2.0.10-13.el7.x86_64 31/33 \n Verifying : libblockdev-crypto-2.18-5.el7.x86_64 32/33 \n Verifying : 1:pyparted-3.9-15.el7.x86_64 33/33 \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 python-enum34.noarch 0:1.0.4-1.el7 \n 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 libdnf.x86_64 0:0.22.5-2.el7_9 \n libmodulemd.x86_64 0:1.6.3-1.el7 \n librepo.x86_64 0:1.8.1-8.el7_9 \n libreport-filesystem.x86_64 0:2.1.11-53.el7.centos \n libsolv.x86_64 0:0.6.34-4.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 python2-hawkey.x86_64 0:0.22.5-2.el7_9 \n python2-libdnf.x86_64 0:0.22.5-2.el7_9 \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 [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:16:45 +0000 (0:00:11.255) 0:00:13.187 *********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:16:45 +0000 (0:00:00.011) 0:00:13.199 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:16:45 +0000 (0:00:00.011) 0:00:13.210 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:16:46 +0000 (0:00:00.604) 0:00:13.815 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 26 July 2024 05:16:46 +0000 (0:00:00.019) 0:00:13.834 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 26 July 2024 05:16:46 +0000 (0:00:00.015) 0:00:13.850 *********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 26 July 2024 05:16:46 +0000 (0:00:00.015) 0:00:13.865 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:16:46 +0000 (0:00:00.015) 0:00:13.881 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "kpartx-0.4.9-136.el7_9.x86_64 providing kpartx is already installed" ] } lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:16:46 +0000 (0:00:00.304) 0:00:14.185 *********** 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" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "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" }, "exim.service": { "name": "exim.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "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" }, "ip6tables.service": { "name": "ip6tables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "iptables.service": { "name": "iptables.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "active" }, "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-server.service": { "name": "nfs-secure-server.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "inactive" }, "sendmail.service": { "name": "sendmail.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "active" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "static" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "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" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:16:47 +0000 (0:00:00.921) 0:00:15.107 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:16:47 +0000 (0:00:00.029) 0:00:15.136 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:16:47 +0000 (0:00:00.008) 0:00:15.145 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:16:47 +0000 (0:00:00.277) 0:00:15.423 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:16:48 +0000 (0:00:00.017) 0:00:15.441 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721969724.3971355, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4db69458c23204aa354c1fce8c724ba0713d6623", "ctime": 1718881114.40265, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131078, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718881114.40265, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1207, "uid": 0, "version": "18446744072852913878", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:16:48 +0000 (0:00:00.149) 0:00:15.590 *********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:16:48 +0000 (0:00:00.013) 0:00:15.603 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:16:48 +0000 (0:00:00.008) 0:00:15.612 *********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:16:48 +0000 (0:00:00.013) 0:00:15.625 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:16:48 +0000 (0:00:00.011) 0:00:15.637 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:16:48 +0000 (0:00:00.011) 0:00:15.649 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:16:48 +0000 (0:00:00.018) 0:00:15.668 *********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:16:48 +0000 (0:00:00.009) 0:00:15.678 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:16:48 +0000 (0:00:00.018) 0:00:15.696 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:16:48 +0000 (0:00:00.018) 0:00:15.714 *********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:16:48 +0000 (0:00:00.009) 0:00:15.723 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:16:48 +0000 (0:00:00.130) 0:00:15.854 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:16:48 +0000 (0:00:00.009) 0:00:15.864 *********** ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:23 Friday 26 July 2024 05:16:49 +0000 (0:00:00.652) 0:00:16.516 *********** ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:30 Friday 26 July 2024 05:16:49 +0000 (0:00:00.020) 0:00:16.536 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/get_unused_disk.yml:2 Friday 26 July 2024 05:16:49 +0000 (0:00:00.016) 0:00:16.553 *********** 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-ciaze0zc59/tests/get_unused_disk.yml:11 Friday 26 July 2024 05:16:49 +0000 (0:00:00.306) 0:00:16.859 *********** ok: [sut] => { "changed": false, "disks": [ "sda" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"268434390528\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Disk [/dev/xvda] attrs [{'fstype': '', 'type': 'disk', 'ssize': '512', 'size': '268435456000'}] is not an interface [scsi]" ] } TASK [Debug why there are no unused disks] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/get_unused_disk.yml:20 Friday 26 July 2024 05:16:49 +0000 (0:00:00.245) 0:00:17.104 *********** skipping: [sut] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/get_unused_disk.yml:29 Friday 26 July 2024 05:16:49 +0000 (0:00:00.010) 0:00:17.114 *********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/get_unused_disk.yml:34 Friday 26 July 2024 05:16:49 +0000 (0:00:00.011) 0:00:17.126 *********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/get_unused_disk.yml:39 Friday 26 July 2024 05:16:49 +0000 (0:00:00.017) 0:00:17.144 *********** ok: [sut] => { "unused_disks": [ "sda" ] } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:38 Friday 26 July 2024 05:16:49 +0000 (0:00:00.012) 0:00:17.156 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:16:49 +0000 (0:00:00.021) 0:00:17.178 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:16:49 +0000 (0:00:00.015) 0:00:17.193 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:16:49 +0000 (0:00:00.019) 0:00:17.213 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:16:49 +0000 (0:00:00.041) 0:00:17.255 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:16:49 +0000 (0:00:00.013) 0:00:17.268 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:16:49 +0000 (0:00:00.013) 0:00:17.282 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:16:49 +0000 (0:00:00.011) 0:00:17.293 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:16:49 +0000 (0:00:00.010) 0:00:17.304 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:16:49 +0000 (0:00:00.027) 0:00:17.331 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:16:49 +0000 (0:00:00.013) 0:00:17.344 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:16:49 +0000 (0:00:00.013) 0:00:17.358 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:16:49 +0000 (0:00:00.012) 0:00:17.370 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:16:49 +0000 (0:00:00.013) 0:00:17.383 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:16:49 +0000 (0:00:00.013) 0:00:17.397 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:16:49 +0000 (0:00:00.012) 0:00:17.410 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:16:49 +0000 (0:00:00.013) 0:00:17.423 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:16:50 +0000 (0:00:00.028) 0:00:17.452 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:16:50 +0000 (0:00:00.008) 0:00:17.461 *********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:16:58 +0000 (0:00:08.658) 0:00:26.119 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:16:58 +0000 (0:00:00.020) 0:00:26.140 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721969724.3971355, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4db69458c23204aa354c1fce8c724ba0713d6623", "ctime": 1718881114.40265, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131078, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1718881114.40265, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1207, "uid": 0, "version": "18446744072852913878", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:16:58 +0000 (0:00:00.138) 0:00:26.279 *********** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:16:59 +0000 (0:00:00.194) 0:00:26.473 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:16:59 +0000 (0:00:00.009) 0:00:26.483 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:16:59 +0000 (0:00:00.014) 0:00:26.497 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:16:59 +0000 (0:00:00.013) 0:00:26.511 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:16:59 +0000 (0:00:00.013) 0:00:26.525 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:16:59 +0000 (0:00:00.020) 0:00:26.545 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:16:59 +0000 (0:00:00.421) 0:00:26.967 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:16:59 +0000 (0:00:00.252) 0:00:27.220 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:16:59 +0000 (0:00:00.024) 0:00:27.245 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:17:00 +0000 (0:00:00.255) 0:00:27.501 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:17:00 +0000 (0:00:00.155) 0:00:27.656 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:17:00 +0000 (0:00:00.010) 0:00:27.666 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:55 Friday 26 July 2024 05:17:00 +0000 (0:00:00.616) 0:00:28.283 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:17:00 +0000 (0:00:00.019) 0:00:28.303 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext4", "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": "test1", "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": "5g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:17:00 +0000 (0:00:00.022) 0:00:28.325 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:17:00 +0000 (0:00:00.018) 0:00:28.343 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "68079e12-1d72-48a9-9b51-b0d5c00a4c23" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "OcXtw9-8CGD-92YM-u3Ls-U8FM-n349-aTAxum" }, "/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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:17:01 +0000 (0:00:00.208) 0:00:28.552 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003114", "end": "2024-07-26 05:17:01.307480", "rc": 0, "start": "2024-07-26 05:17:01.304366" } STDOUT: # system_role:storage # # /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/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:17:01 +0000 (0:00:00.207) 0:00:28.760 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003129", "end": "2024-07-26 05:17:01.433999", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:17:01.430870" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:17:01 +0000 (0:00:00.128) 0:00:28.888 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:17:01 +0000 (0:00:00.031) 0:00:28.920 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:17:01 +0000 (0:00:00.011) 0:00:28.931 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.029977", "end": "2024-07-26 05:17:01.672565", "rc": 0, "start": "2024-07-26 05:17:01.642588" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:17:01 +0000 (0:00:00.195) 0:00:29.126 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:17:01 +0000 (0:00:00.014) 0:00:29.141 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:17:01 +0000 (0:00:00.024) 0:00:29.166 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:17:01 +0000 (0:00:00.026) 0:00:29.192 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:17:01 +0000 (0:00:00.202) 0:00:29.394 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:17:01 +0000 (0:00:00.021) 0:00:29.415 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:17:02 +0000 (0:00:00.024) 0:00:29.440 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:17:02 +0000 (0:00:00.021) 0:00:29.462 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:17:02 +0000 (0:00:00.012) 0:00:29.475 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:17:02 +0000 (0:00:00.020) 0:00:29.495 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:17:02 +0000 (0:00:00.009) 0:00:29.505 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:17:02 +0000 (0:00:00.015) 0:00:29.521 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:17:03 +0000 (0:00:01.132) 0:00:30.653 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:17:03 +0000 (0:00:00.021) 0:00:30.675 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:17:03 +0000 (0:00:00.022) 0:00:30.697 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:30.707 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:17:03 +0000 (0:00:00.025) 0:00:30.733 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:30.744 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:30.753 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:30.763 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:30.773 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:30.783 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:17:03 +0000 (0:00:00.011) 0:00:30.795 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:30.804 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:30.814 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:30.825 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:17:03 +0000 (0:00:00.022) 0:00:30.847 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:17:03 +0000 (0:00:00.021) 0:00:30.869 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:17:03 +0000 (0:00:00.013) 0:00:30.882 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:17:03 +0000 (0:00:00.013) 0:00:30.895 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:17:03 +0000 (0:00:00.012) 0:00:30.908 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:17:03 +0000 (0:00:00.013) 0:00:30.921 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:17:03 +0000 (0:00:00.013) 0:00:30.934 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:17:03 +0000 (0:00:00.013) 0:00:30.947 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:17:03 +0000 (0:00:00.012) 0:00:30.960 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:17:03 +0000 (0:00:00.022) 0:00:30.983 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:17:03 +0000 (0:00:00.019) 0:00:31.003 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:31.013 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:31.023 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:31.033 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:31.044 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:17:03 +0000 (0:00:00.025) 0:00:31.069 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:17:03 +0000 (0:00:00.020) 0:00:31.090 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:17:03 +0000 (0:00:00.012) 0:00:31.103 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:2 Friday 26 July 2024 05:17:03 +0000 (0:00:00.020) 0:00:31.123 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:6 Friday 26 July 2024 05:17:03 +0000 (0:00:00.022) 0:00:31.145 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:14 Friday 26 July 2024 05:17:03 +0000 (0:00:00.021) 0:00:31.167 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:23 Friday 26 July 2024 05:17:03 +0000 (0:00:00.017) 0:00:31.184 *********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:32 Friday 26 July 2024 05:17:03 +0000 (0:00:00.017) 0:00:31.202 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:41 Friday 26 July 2024 05:17:03 +0000 (0:00:00.017) 0:00:31.219 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:17:03 +0000 (0:00:00.011) 0:00:31.231 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:31.242 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:17:03 +0000 (0:00:00.024) 0:00:31.267 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:17:03 +0000 (0:00:00.020) 0:00:31.288 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:31.298 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:31.308 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:31.317 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:31.327 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:31.337 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:31.348 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:31.359 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:17:03 +0000 (0:00:00.026) 0:00:31.385 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:31.396 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:17:03 +0000 (0:00:00.009) 0:00:31.406 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:31.416 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:17:03 +0000 (0:00:00.010) 0:00:31.426 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:17:04 +0000 (0:00:00.009) 0:00:31.436 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:17:04 +0000 (0:00:00.010) 0:00:31.447 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:17:04 +0000 (0:00:00.010) 0:00:31.458 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:17:04 +0000 (0:00:00.035) 0:00:31.494 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:17:04 +0000 (0:00:00.022) 0:00:31.517 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:17:04 +0000 (0:00:00.053) 0:00:31.571 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:17:04 +0000 (0:00:00.016) 0:00:31.587 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:17:04 +0000 (0:00:00.021) 0:00:31.609 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:17:04 +0000 (0:00:00.010) 0:00:31.620 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:17:04 +0000 (0:00:00.013) 0:00:31.633 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:17:04 +0000 (0:00:00.009) 0:00:31.643 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:17:04 +0000 (0:00:00.009) 0:00:31.653 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:17:04 +0000 (0:00:00.010) 0:00:31.663 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:17:04 +0000 (0:00:00.009) 0:00:31.672 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:17:04 +0000 (0:00:00.010) 0:00:31.683 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:17:04 +0000 (0:00:00.009) 0:00:31.693 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:17:04 +0000 (0:00:00.010) 0:00:31.704 *********** 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/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:17:04 +0000 (0:00:00.033) 0:00:31.738 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:17:04 +0000 (0:00:00.021) 0:00:31.759 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:17:04 +0000 (0:00:00.021) 0:00:31.780 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:17:04 +0000 (0:00:00.020) 0:00:31.801 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:17:04 +0000 (0:00:00.012) 0:00:31.813 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:17:04 +0000 (0:00:00.010) 0:00:31.824 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:17:04 +0000 (0:00:00.022) 0:00:31.847 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:17:04 +0000 (0:00:00.021) 0:00:31.868 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971018.6253378, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721971018.6253378, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 53023, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721971018.6253378, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:17:04 +0000 (0:00:00.130) 0:00:31.999 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:17:04 +0000 (0:00:00.015) 0:00:32.015 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:17:04 +0000 (0:00:00.010) 0:00:32.025 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:17:04 +0000 (0:00:00.013) 0:00:32.038 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:17:04 +0000 (0:00:00.012) 0:00:32.050 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:17:04 +0000 (0:00:00.009) 0:00:32.060 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:17:04 +0000 (0:00:00.013) 0:00:32.073 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:17:04 +0000 (0:00:00.010) 0:00:32.084 *********** changed: [sut] => { "changed": true, "changes": { "installed": [ "cryptsetup" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:17:06 +0000 (0:00:01.739) 0:00:33.824 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:17:06 +0000 (0:00:00.011) 0:00:33.835 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:17:06 +0000 (0:00:00.010) 0:00:33.845 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:17:06 +0000 (0:00:00.022) 0:00:33.868 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:17:06 +0000 (0:00:00.010) 0:00:33.878 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:17:06 +0000 (0:00:00.011) 0:00:33.890 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:17:06 +0000 (0:00:00.011) 0:00:33.901 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:17:06 +0000 (0:00:00.010) 0:00:33.911 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:17:06 +0000 (0:00:00.010) 0:00:33.921 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:17:06 +0000 (0:00:00.023) 0:00:33.945 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:17:06 +0000 (0:00:00.021) 0:00:33.966 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:17:06 +0000 (0:00:00.020) 0:00:33.987 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:17:06 +0000 (0:00:00.018) 0:00:34.006 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:17:06 +0000 (0:00:00.018) 0:00:34.024 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:17:06 +0000 (0:00:00.011) 0:00:34.035 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:17:06 +0000 (0:00:00.010) 0:00:34.046 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:17:06 +0000 (0:00:00.009) 0:00:34.055 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:17:06 +0000 (0:00:00.010) 0:00:34.066 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:17:06 +0000 (0:00:00.010) 0:00:34.077 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:17:06 +0000 (0:00:00.010) 0:00:34.087 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:17:06 +0000 (0:00:00.009) 0:00:34.097 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:17:06 +0000 (0:00:00.009) 0:00:34.107 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:17:06 +0000 (0:00:00.009) 0:00:34.116 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:17:06 +0000 (0:00:00.010) 0:00:34.127 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:17:06 +0000 (0:00:00.010) 0:00:34.138 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:17:06 +0000 (0:00:00.206) 0:00:34.344 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:17:07 +0000 (0:00:00.133) 0:00:34.477 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:17:07 +0000 (0:00:00.022) 0:00:34.500 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:17:07 +0000 (0:00:00.012) 0:00:34.512 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:17:07 +0000 (0:00:00.150) 0:00:34.662 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:17:07 +0000 (0:00:00.021) 0:00:34.683 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:17:07 +0000 (0:00:00.019) 0:00:34.703 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:17:07 +0000 (0:00:00.019) 0:00:34.723 *********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:17:07 +0000 (0:00:00.019) 0:00:34.743 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:17:07 +0000 (0:00:00.010) 0:00:34.753 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:17:07 +0000 (0:00:00.011) 0:00:34.765 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:17:07 +0000 (0:00:00.010) 0:00:34.776 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:17:07 +0000 (0:00:00.010) 0:00:34.786 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:17:07 +0000 (0:00:00.010) 0:00:34.796 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:17:07 +0000 (0:00:00.010) 0:00:34.806 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:17:07 +0000 (0:00:00.009) 0:00:34.816 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:17:07 +0000 (0:00:00.011) 0:00:34.827 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:17:07 +0000 (0:00:00.010) 0:00:34.837 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:17:07 +0000 (0:00:00.010) 0:00:34.847 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:17:07 +0000 (0:00:00.009) 0:00:34.857 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:17:07 +0000 (0:00:00.009) 0:00:34.867 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:17:07 +0000 (0:00:00.009) 0:00:34.877 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:17:07 +0000 (0:00:00.011) 0:00:34.888 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:17:07 +0000 (0:00:00.009) 0:00:34.898 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:17:07 +0000 (0:00:00.012) 0:00:34.910 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:17:07 +0000 (0:00:00.012) 0:00:34.922 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:17:07 +0000 (0:00:00.022) 0:00:34.945 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.021761", "end": "2024-07-26 05:17:07.640320", "rc": 0, "start": "2024-07-26 05:17:07.618559" } STDOUT: LVM2_LV_NAME=test1 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-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:17:07 +0000 (0:00:00.148) 0:00:35.094 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:17:07 +0000 (0:00:00.022) 0:00:35.116 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:17:07 +0000 (0:00:00.021) 0:00:35.138 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:17:07 +0000 (0:00:00.018) 0:00:35.157 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:17:07 +0000 (0:00:00.018) 0:00:35.175 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:17:07 +0000 (0:00:00.018) 0:00:35.194 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:17:07 +0000 (0:00:00.018) 0:00:35.213 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:17:07 +0000 (0:00:00.012) 0:00:35.225 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:17:07 +0000 (0:00:00.008) 0:00:35.234 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume_size to 9g] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:58 Friday 26 July 2024 05:17:07 +0000 (0:00:00.011) 0:00:35.245 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:17:07 +0000 (0:00:00.025) 0:00:35.271 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:17:07 +0000 (0:00:00.016) 0:00:35.288 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:17:07 +0000 (0:00:00.021) 0:00:35.309 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:17:07 +0000 (0:00:00.027) 0:00:35.336 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:17:07 +0000 (0:00:00.013) 0:00:35.350 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:17:07 +0000 (0:00:00.013) 0:00:35.363 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:17:07 +0000 (0:00:00.012) 0:00:35.376 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:17:07 +0000 (0:00:00.012) 0:00:35.388 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:17:07 +0000 (0:00:00.028) 0:00:35.416 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:17:07 +0000 (0:00:00.013) 0:00:35.430 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:17:08 +0000 (0:00:00.015) 0:00:35.445 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:17:08 +0000 (0:00:00.013) 0:00:35.459 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:17:08 +0000 (0:00:00.013) 0:00:35.472 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:17:08 +0000 (0:00:00.013) 0:00:35.486 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:17:08 +0000 (0:00:00.013) 0:00:35.499 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:17:08 +0000 (0:00:00.013) 0:00:35.512 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:17:08 +0000 (0:00:00.031) 0:00:35.544 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:17:08 +0000 (0:00:00.009) 0:00:35.553 *********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:17:12 +0000 (0:00:04.691) 0:00:40.245 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:17:12 +0000 (0:00:00.019) 0:00:40.264 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971019.7613482, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1721971019.755348, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971019.755348, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:17:12 +0000 (0:00:00.134) 0:00:40.398 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:17:13 +0000 (0:00:00.133) 0:00:40.532 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:17:13 +0000 (0:00:00.010) 0:00:40.542 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:17:13 +0000 (0:00:00.016) 0:00:40.559 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:17:13 +0000 (0:00:00.015) 0:00:40.574 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:17:13 +0000 (0:00:00.013) 0:00:40.588 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:17:13 +0000 (0:00:00.020) 0:00:40.609 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:17:13 +0000 (0:00:00.275) 0:00:40.884 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:17:13 +0000 (0:00:00.199) 0:00:41.084 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:17:13 +0000 (0:00:00.026) 0:00:41.110 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:17:13 +0000 (0:00:00.251) 0:00:41.362 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:17:14 +0000 (0:00:00.132) 0:00:41.494 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:17:14 +0000 (0:00:00.010) 0:00:41.505 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:72 Friday 26 July 2024 05:17:14 +0000 (0:00:00.599) 0:00:42.105 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:17:14 +0000 (0:00:00.020) 0:00:42.125 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "9g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:17:14 +0000 (0:00:00.022) 0:00:42.148 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:17:14 +0000 (0:00:00.020) 0:00:42.169 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "68079e12-1d72-48a9-9b51-b0d5c00a4c23" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "OcXtw9-8CGD-92YM-u3Ls-U8FM-n349-aTAxum" }, "/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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:17:14 +0000 (0:00:00.129) 0:00:42.298 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003011", "end": "2024-07-26 05:17:14.968421", "rc": 0, "start": "2024-07-26 05:17:14.965410" } STDOUT: # system_role:storage # # /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/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:17:14 +0000 (0:00:00.124) 0:00:42.422 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.005183", "end": "2024-07-26 05:17:15.096216", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:17:15.091033" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:17:15 +0000 (0:00:00.125) 0:00:42.547 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:17:15 +0000 (0:00:00.030) 0:00:42.578 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:17:15 +0000 (0:00:00.012) 0:00:42.590 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.022378", "end": "2024-07-26 05:17:15.283327", "rc": 0, "start": "2024-07-26 05:17:15.260949" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:17:15 +0000 (0:00:00.145) 0:00:42.736 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:17:15 +0000 (0:00:00.015) 0:00:42.752 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:17:15 +0000 (0:00:00.022) 0:00:42.774 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:17:15 +0000 (0:00:00.028) 0:00:42.803 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:17:15 +0000 (0:00:00.121) 0:00:42.925 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:17:15 +0000 (0:00:00.021) 0:00:42.946 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:17:15 +0000 (0:00:00.022) 0:00:42.969 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:17:15 +0000 (0:00:00.021) 0:00:42.991 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:17:15 +0000 (0:00:00.013) 0:00:43.004 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:17:15 +0000 (0:00:00.022) 0:00:43.026 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:17:15 +0000 (0:00:00.011) 0:00:43.038 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:17:15 +0000 (0:00:00.015) 0:00:43.054 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:17:15 +0000 (0:00:00.167) 0:00:43.221 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:17:15 +0000 (0:00:00.021) 0:00:43.242 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:17:15 +0000 (0:00:00.022) 0:00:43.265 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:17:15 +0000 (0:00:00.010) 0:00:43.276 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:17:15 +0000 (0:00:00.010) 0:00:43.286 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:17:15 +0000 (0:00:00.010) 0:00:43.296 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:17:15 +0000 (0:00:00.009) 0:00:43.306 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:17:15 +0000 (0:00:00.010) 0:00:43.316 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:17:15 +0000 (0:00:00.011) 0:00:43.327 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:17:15 +0000 (0:00:00.010) 0:00:43.337 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:17:15 +0000 (0:00:00.010) 0:00:43.347 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:17:15 +0000 (0:00:00.009) 0:00:43.357 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:17:15 +0000 (0:00:00.009) 0:00:43.367 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:17:15 +0000 (0:00:00.011) 0:00:43.378 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:17:15 +0000 (0:00:00.023) 0:00:43.402 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:17:15 +0000 (0:00:00.020) 0:00:43.422 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:17:15 +0000 (0:00:00.013) 0:00:43.435 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:17:16 +0000 (0:00:00.014) 0:00:43.449 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:17:16 +0000 (0:00:00.013) 0:00:43.462 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:17:16 +0000 (0:00:00.013) 0:00:43.476 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:17:16 +0000 (0:00:00.013) 0:00:43.489 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:17:16 +0000 (0:00:00.013) 0:00:43.502 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:17:16 +0000 (0:00:00.013) 0:00:43.515 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:17:16 +0000 (0:00:00.024) 0:00:43.539 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:17:16 +0000 (0:00:00.019) 0:00:43.558 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:17:16 +0000 (0:00:00.010) 0:00:43.568 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:17:16 +0000 (0:00:00.009) 0:00:43.578 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:17:16 +0000 (0:00:00.030) 0:00:43.609 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:17:16 +0000 (0:00:00.012) 0:00:43.622 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:17:16 +0000 (0:00:00.024) 0:00:43.646 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:17:16 +0000 (0:00:00.020) 0:00:43.667 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:17:16 +0000 (0:00:00.012) 0:00:43.679 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:2 Friday 26 July 2024 05:17:16 +0000 (0:00:00.020) 0:00:43.699 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:6 Friday 26 July 2024 05:17:16 +0000 (0:00:00.022) 0:00:43.722 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:14 Friday 26 July 2024 05:17:16 +0000 (0:00:00.021) 0:00:43.743 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:23 Friday 26 July 2024 05:17:16 +0000 (0:00:00.018) 0:00:43.762 *********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:32 Friday 26 July 2024 05:17:16 +0000 (0:00:00.018) 0:00:43.781 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:41 Friday 26 July 2024 05:17:16 +0000 (0:00:00.021) 0:00:43.802 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:17:16 +0000 (0:00:00.011) 0:00:43.813 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:17:16 +0000 (0:00:00.011) 0:00:43.824 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:17:16 +0000 (0:00:00.024) 0:00:43.849 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:17:16 +0000 (0:00:00.020) 0:00:43.870 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:17:16 +0000 (0:00:00.011) 0:00:43.881 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:17:16 +0000 (0:00:00.010) 0:00:43.892 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:17:16 +0000 (0:00:00.011) 0:00:43.903 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:17:16 +0000 (0:00:00.010) 0:00:43.914 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:17:16 +0000 (0:00:00.011) 0:00:43.925 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:17:16 +0000 (0:00:00.010) 0:00:43.936 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:17:16 +0000 (0:00:00.011) 0:00:43.947 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:17:16 +0000 (0:00:00.026) 0:00:43.974 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:17:16 +0000 (0:00:00.011) 0:00:43.985 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:17:16 +0000 (0:00:00.009) 0:00:43.995 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:17:16 +0000 (0:00:00.010) 0:00:44.005 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:17:16 +0000 (0:00:00.009) 0:00:44.015 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:17:16 +0000 (0:00:00.010) 0:00:44.025 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:17:16 +0000 (0:00:00.010) 0:00:44.036 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:17:16 +0000 (0:00:00.012) 0:00:44.048 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:17:16 +0000 (0:00:00.019) 0:00:44.068 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:17:16 +0000 (0:00:00.021) 0:00:44.089 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:17:16 +0000 (0:00:00.049) 0:00:44.139 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:17:16 +0000 (0:00:00.016) 0:00:44.156 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:17:16 +0000 (0:00:00.023) 0:00:44.179 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:17:16 +0000 (0:00:00.011) 0:00:44.191 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:17:16 +0000 (0:00:00.013) 0:00:44.204 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:17:16 +0000 (0:00:00.010) 0:00:44.214 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:17:16 +0000 (0:00:00.009) 0:00:44.224 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:17:16 +0000 (0:00:00.009) 0:00:44.234 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:17:16 +0000 (0:00:00.009) 0:00:44.244 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:17:16 +0000 (0:00:00.010) 0:00:44.255 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:17:16 +0000 (0:00:00.010) 0:00:44.265 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:17:16 +0000 (0:00:00.011) 0:00:44.276 *********** 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/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:17:16 +0000 (0:00:00.033) 0:00:44.309 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:17:16 +0000 (0:00:00.021) 0:00:44.331 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:17:16 +0000 (0:00:00.021) 0:00:44.352 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:17:16 +0000 (0:00:00.021) 0:00:44.374 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:17:16 +0000 (0:00:00.012) 0:00:44.387 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:17:16 +0000 (0:00:00.011) 0:00:44.398 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:17:16 +0000 (0:00:00.023) 0:00:44.421 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:17:17 +0000 (0:00:00.022) 0:00:44.444 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971032.756466, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721971032.756466, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 53023, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721971032.756466, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:17:17 +0000 (0:00:00.131) 0:00:44.575 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:17:17 +0000 (0:00:00.036) 0:00:44.611 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:17:17 +0000 (0:00:00.011) 0:00:44.623 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:17:17 +0000 (0:00:00.014) 0:00:44.637 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:17:17 +0000 (0:00:00.012) 0:00:44.649 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:17:17 +0000 (0:00:00.010) 0:00:44.660 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:17:17 +0000 (0:00:00.013) 0:00:44.673 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:17:17 +0000 (0:00:00.011) 0:00:44.684 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:17:17 +0000 (0:00:00.294) 0:00:44.978 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:17:17 +0000 (0:00:00.011) 0:00:44.990 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:17:17 +0000 (0:00:00.010) 0:00:45.001 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:17:17 +0000 (0:00:00.022) 0:00:45.023 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:17:17 +0000 (0:00:00.010) 0:00:45.034 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:17:17 +0000 (0:00:00.011) 0:00:45.045 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:17:17 +0000 (0:00:00.011) 0:00:45.056 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:17:17 +0000 (0:00:00.010) 0:00:45.067 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:17:17 +0000 (0:00:00.011) 0:00:45.078 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:17:17 +0000 (0:00:00.023) 0:00:45.102 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:17:17 +0000 (0:00:00.021) 0:00:45.124 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:17:17 +0000 (0:00:00.019) 0:00:45.144 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:17:17 +0000 (0:00:00.018) 0:00:45.163 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:17:17 +0000 (0:00:00.018) 0:00:45.182 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:17:17 +0000 (0:00:00.011) 0:00:45.193 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:17:17 +0000 (0:00:00.010) 0:00:45.204 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:17:17 +0000 (0:00:00.010) 0:00:45.214 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:17:17 +0000 (0:00:00.011) 0:00:45.226 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:17:17 +0000 (0:00:00.011) 0:00:45.237 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:17:17 +0000 (0:00:00.010) 0:00:45.248 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:17:17 +0000 (0:00:00.010) 0:00:45.258 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:17:17 +0000 (0:00:00.009) 0:00:45.268 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:17:17 +0000 (0:00:00.010) 0:00:45.278 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:17:17 +0000 (0:00:00.011) 0:00:45.289 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:17:17 +0000 (0:00:00.010) 0:00:45.300 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:17:17 +0000 (0:00:00.128) 0:00:45.428 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:17:18 +0000 (0:00:00.130) 0:00:45.559 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:17:18 +0000 (0:00:00.023) 0:00:45.582 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:17:18 +0000 (0:00:00.012) 0:00:45.595 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:17:18 +0000 (0:00:00.135) 0:00:45.730 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:17:18 +0000 (0:00:00.020) 0:00:45.751 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:17:18 +0000 (0:00:00.019) 0:00:45.771 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:17:18 +0000 (0:00:00.019) 0:00:45.791 *********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:17:18 +0000 (0:00:00.020) 0:00:45.811 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:17:18 +0000 (0:00:00.010) 0:00:45.821 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:17:18 +0000 (0:00:00.011) 0:00:45.833 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:17:18 +0000 (0:00:00.010) 0:00:45.843 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:17:18 +0000 (0:00:00.009) 0:00:45.853 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:17:18 +0000 (0:00:00.009) 0:00:45.863 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:17:18 +0000 (0:00:00.010) 0:00:45.874 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:17:18 +0000 (0:00:00.009) 0:00:45.884 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:17:18 +0000 (0:00:00.011) 0:00:45.895 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:17:18 +0000 (0:00:00.010) 0:00:45.905 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:17:18 +0000 (0:00:00.010) 0:00:45.915 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:17:18 +0000 (0:00:00.009) 0:00:45.925 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:17:18 +0000 (0:00:00.009) 0:00:45.935 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:17:18 +0000 (0:00:00.010) 0:00:45.945 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:17:18 +0000 (0:00:00.011) 0:00:45.956 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:17:18 +0000 (0:00:00.010) 0:00:45.967 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:17:18 +0000 (0:00:00.012) 0:00:45.979 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:17:18 +0000 (0:00:00.012) 0:00:45.991 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:17:18 +0000 (0:00:00.023) 0:00:46.015 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.019920", "end": "2024-07-26 05:17:18.707332", "rc": 0, "start": "2024-07-26 05:17:18.687412" } STDOUT: LVM2_LV_NAME=test1 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-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:17:18 +0000 (0:00:00.143) 0:00:46.159 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:17:18 +0000 (0:00:00.023) 0:00:46.182 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:17:18 +0000 (0:00:00.022) 0:00:46.204 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:17:18 +0000 (0:00:00.019) 0:00:46.223 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:17:18 +0000 (0:00:00.018) 0:00:46.242 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:17:18 +0000 (0:00:00.018) 0:00:46.261 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:17:18 +0000 (0:00:00.018) 0:00:46.280 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:17:18 +0000 (0:00:00.012) 0:00:46.293 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:17:18 +0000 (0:00:00.030) 0:00:46.324 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:75 Friday 26 July 2024 05:17:18 +0000 (0:00:00.012) 0:00:46.336 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:17:18 +0000 (0:00:00.029) 0:00:46.366 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:17:18 +0000 (0:00:00.017) 0:00:46.383 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:17:18 +0000 (0:00:00.021) 0:00:46.405 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:17:18 +0000 (0:00:00.027) 0:00:46.433 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:17:19 +0000 (0:00:00.013) 0:00:46.446 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:17:19 +0000 (0:00:00.013) 0:00:46.460 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:17:19 +0000 (0:00:00.013) 0:00:46.473 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:17:19 +0000 (0:00:00.012) 0:00:46.486 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:17:19 +0000 (0:00:00.028) 0:00:46.514 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:17:19 +0000 (0:00:00.013) 0:00:46.528 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:17:19 +0000 (0:00:00.015) 0:00:46.544 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:17:19 +0000 (0:00:00.013) 0:00:46.558 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:17:19 +0000 (0:00:00.013) 0:00:46.571 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:17:19 +0000 (0:00:00.013) 0:00:46.585 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:17:19 +0000 (0:00:00.013) 0:00:46.598 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:17:19 +0000 (0:00:00.013) 0:00:46.612 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:17:19 +0000 (0:00:00.032) 0:00:46.645 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:17:19 +0000 (0:00:00.009) 0:00:46.655 *********** changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:17:23 +0000 (0:00:04.564) 0:00:51.219 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:17:23 +0000 (0:00:00.019) 0:00:51.239 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971019.7613482, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1721971019.755348, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971019.755348, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:17:23 +0000 (0:00:00.135) 0:00:51.375 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:17:24 +0000 (0:00:00.132) 0:00:51.507 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:17:24 +0000 (0:00:00.010) 0:00:51.518 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:17:24 +0000 (0:00:00.016) 0:00:51.535 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:17:24 +0000 (0:00:00.015) 0:00:51.550 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:17:24 +0000 (0:00:00.013) 0:00:51.563 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:17:24 +0000 (0:00:00.020) 0:00:51.584 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:17:24 +0000 (0:00:00.257) 0:00:51.842 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:17:24 +0000 (0:00:00.160) 0:00:52.003 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:17:24 +0000 (0:00:00.027) 0:00:52.030 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:17:24 +0000 (0:00:00.242) 0:00:52.272 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:17:24 +0000 (0:00:00.132) 0:00:52.404 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:17:24 +0000 (0:00:00.011) 0:00:52.415 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:89 Friday 26 July 2024 05:17:25 +0000 (0:00:00.619) 0:00:53.035 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:17:25 +0000 (0:00:00.022) 0:00:53.057 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "5g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:17:25 +0000 (0:00:00.024) 0:00:53.082 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:17:25 +0000 (0:00:00.019) 0:00:53.101 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "68079e12-1d72-48a9-9b51-b0d5c00a4c23" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "OcXtw9-8CGD-92YM-u3Ls-U8FM-n349-aTAxum" }, "/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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:17:25 +0000 (0:00:00.131) 0:00:53.232 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003016", "end": "2024-07-26 05:17:25.906626", "rc": 0, "start": "2024-07-26 05:17:25.903610" } STDOUT: # system_role:storage # # /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/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:17:25 +0000 (0:00:00.126) 0:00:53.359 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003011", "end": "2024-07-26 05:17:26.032541", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:17:26.029530" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:17:26 +0000 (0:00:00.125) 0:00:53.484 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:17:26 +0000 (0:00:00.033) 0:00:53.517 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:17:26 +0000 (0:00:00.011) 0:00:53.529 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017633", "end": "2024-07-26 05:17:26.220360", "rc": 0, "start": "2024-07-26 05:17:26.202727" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:17:26 +0000 (0:00:00.144) 0:00:53.673 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:17:26 +0000 (0:00:00.015) 0:00:53.689 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:17:26 +0000 (0:00:00.023) 0:00:53.712 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:17:26 +0000 (0:00:00.026) 0:00:53.739 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:17:26 +0000 (0:00:00.127) 0:00:53.866 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:17:26 +0000 (0:00:00.021) 0:00:53.887 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:17:26 +0000 (0:00:00.022) 0:00:53.910 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:17:26 +0000 (0:00:00.021) 0:00:53.932 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:17:26 +0000 (0:00:00.038) 0:00:53.970 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:17:26 +0000 (0:00:00.022) 0:00:53.993 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:17:26 +0000 (0:00:00.011) 0:00:54.004 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:17:26 +0000 (0:00:00.016) 0:00:54.021 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:17:26 +0000 (0:00:00.170) 0:00:54.192 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:17:26 +0000 (0:00:00.022) 0:00:54.215 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:17:26 +0000 (0:00:00.023) 0:00:54.238 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:17:26 +0000 (0:00:00.010) 0:00:54.248 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:17:26 +0000 (0:00:00.010) 0:00:54.259 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:17:26 +0000 (0:00:00.010) 0:00:54.269 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:17:26 +0000 (0:00:00.010) 0:00:54.279 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:17:26 +0000 (0:00:00.011) 0:00:54.291 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:17:26 +0000 (0:00:00.010) 0:00:54.301 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:17:26 +0000 (0:00:00.010) 0:00:54.311 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:17:26 +0000 (0:00:00.009) 0:00:54.321 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:17:26 +0000 (0:00:00.010) 0:00:54.331 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:17:26 +0000 (0:00:00.010) 0:00:54.341 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:17:26 +0000 (0:00:00.012) 0:00:54.354 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:17:26 +0000 (0:00:00.022) 0:00:54.377 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:17:26 +0000 (0:00:00.020) 0:00:54.397 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:17:26 +0000 (0:00:00.014) 0:00:54.411 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:17:26 +0000 (0:00:00.013) 0:00:54.424 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:17:27 +0000 (0:00:00.013) 0:00:54.438 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:17:27 +0000 (0:00:00.013) 0:00:54.451 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:17:27 +0000 (0:00:00.013) 0:00:54.464 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:17:27 +0000 (0:00:00.013) 0:00:54.478 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:17:27 +0000 (0:00:00.014) 0:00:54.492 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:17:27 +0000 (0:00:00.023) 0:00:54.516 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:17:27 +0000 (0:00:00.019) 0:00:54.535 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:54.545 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:54.556 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:54.566 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:54.577 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:17:27 +0000 (0:00:00.024) 0:00:54.601 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:17:27 +0000 (0:00:00.022) 0:00:54.624 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:17:27 +0000 (0:00:00.012) 0:00:54.636 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:2 Friday 26 July 2024 05:17:27 +0000 (0:00:00.019) 0:00:54.655 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:6 Friday 26 July 2024 05:17:27 +0000 (0:00:00.022) 0:00:54.677 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:14 Friday 26 July 2024 05:17:27 +0000 (0:00:00.021) 0:00:54.699 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:23 Friday 26 July 2024 05:17:27 +0000 (0:00:00.019) 0:00:54.719 *********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:32 Friday 26 July 2024 05:17:27 +0000 (0:00:00.018) 0:00:54.738 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:41 Friday 26 July 2024 05:17:27 +0000 (0:00:00.018) 0:00:54.756 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:54.767 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:54.778 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:17:27 +0000 (0:00:00.025) 0:00:54.804 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:17:27 +0000 (0:00:00.020) 0:00:54.824 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:54.835 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:54.845 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:54.856 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:54.867 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:54.878 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:54.888 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:54.899 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:17:27 +0000 (0:00:00.049) 0:00:54.949 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:54.960 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:54.970 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:54.981 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:17:27 +0000 (0:00:00.009) 0:00:54.991 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:55.001 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:17:27 +0000 (0:00:00.012) 0:00:55.013 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:55.024 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:17:27 +0000 (0:00:00.019) 0:00:55.044 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:17:27 +0000 (0:00:00.021) 0:00:55.066 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:17:27 +0000 (0:00:00.050) 0:00:55.116 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:17:27 +0000 (0:00:00.017) 0:00:55.133 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:17:27 +0000 (0:00:00.024) 0:00:55.157 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:55.169 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:17:27 +0000 (0:00:00.013) 0:00:55.182 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:55.192 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:55.202 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:55.213 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:55.224 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:55.234 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:17:27 +0000 (0:00:00.010) 0:00:55.244 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:55.255 *********** 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/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:17:27 +0000 (0:00:00.033) 0:00:55.289 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:17:27 +0000 (0:00:00.022) 0:00:55.311 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:17:27 +0000 (0:00:00.024) 0:00:55.336 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:17:27 +0000 (0:00:00.018) 0:00:55.355 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:17:27 +0000 (0:00:00.012) 0:00:55.367 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:17:27 +0000 (0:00:00.011) 0:00:55.378 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:17:27 +0000 (0:00:00.023) 0:00:55.401 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:17:27 +0000 (0:00:00.022) 0:00:55.424 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971043.7175646, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721971043.7175646, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 53023, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721971043.7175646, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:17:28 +0000 (0:00:00.134) 0:00:55.559 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:17:28 +0000 (0:00:00.014) 0:00:55.574 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:17:28 +0000 (0:00:00.011) 0:00:55.585 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:17:28 +0000 (0:00:00.013) 0:00:55.599 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:17:28 +0000 (0:00:00.012) 0:00:55.611 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:55.621 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:17:28 +0000 (0:00:00.014) 0:00:55.636 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:55.646 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:17:28 +0000 (0:00:00.296) 0:00:55.943 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:17:28 +0000 (0:00:00.011) 0:00:55.955 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:55.965 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:17:28 +0000 (0:00:00.022) 0:00:55.988 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:17:28 +0000 (0:00:00.011) 0:00:56.000 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:56.010 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:17:28 +0000 (0:00:00.011) 0:00:56.021 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:17:28 +0000 (0:00:00.011) 0:00:56.032 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:17:28 +0000 (0:00:00.011) 0:00:56.043 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:17:28 +0000 (0:00:00.023) 0:00:56.067 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:17:28 +0000 (0:00:00.024) 0:00:56.092 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:17:28 +0000 (0:00:00.019) 0:00:56.111 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:17:28 +0000 (0:00:00.018) 0:00:56.130 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:17:28 +0000 (0:00:00.018) 0:00:56.149 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:17:28 +0000 (0:00:00.011) 0:00:56.160 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:56.171 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:17:28 +0000 (0:00:00.011) 0:00:56.182 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:56.192 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:56.203 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:56.213 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:56.223 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:17:28 +0000 (0:00:00.009) 0:00:56.233 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:17:28 +0000 (0:00:00.011) 0:00:56.245 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:56.255 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:17:28 +0000 (0:00:00.010) 0:00:56.265 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:17:28 +0000 (0:00:00.129) 0:00:56.395 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:17:29 +0000 (0:00:00.139) 0:00:56.534 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:17:29 +0000 (0:00:00.023) 0:00:56.557 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:17:29 +0000 (0:00:00.039) 0:00:56.596 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:17:29 +0000 (0:00:00.132) 0:00:56.729 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:17:29 +0000 (0:00:00.021) 0:00:56.750 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:17:29 +0000 (0:00:00.020) 0:00:56.770 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:17:29 +0000 (0:00:00.019) 0:00:56.790 *********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:17:29 +0000 (0:00:00.019) 0:00:56.810 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:17:29 +0000 (0:00:00.012) 0:00:56.822 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:17:29 +0000 (0:00:00.010) 0:00:56.833 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:17:29 +0000 (0:00:00.010) 0:00:56.843 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:17:29 +0000 (0:00:00.010) 0:00:56.854 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:17:29 +0000 (0:00:00.010) 0:00:56.864 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:17:29 +0000 (0:00:00.010) 0:00:56.874 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:17:29 +0000 (0:00:00.011) 0:00:56.886 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:17:29 +0000 (0:00:00.010) 0:00:56.896 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:17:29 +0000 (0:00:00.010) 0:00:56.906 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:17:29 +0000 (0:00:00.009) 0:00:56.916 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:17:29 +0000 (0:00:00.010) 0:00:56.926 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:17:29 +0000 (0:00:00.009) 0:00:56.936 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:17:29 +0000 (0:00:00.011) 0:00:56.948 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:17:29 +0000 (0:00:00.009) 0:00:56.958 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:17:29 +0000 (0:00:00.010) 0:00:56.968 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:17:29 +0000 (0:00:00.012) 0:00:56.980 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:17:29 +0000 (0:00:00.012) 0:00:56.992 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:17:29 +0000 (0:00:00.023) 0:00:57.016 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.020339", "end": "2024-07-26 05:17:29.710443", "rc": 0, "start": "2024-07-26 05:17:29.690104" } STDOUT: LVM2_LV_NAME=test1 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-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:17:29 +0000 (0:00:00.149) 0:00:57.166 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:17:29 +0000 (0:00:00.022) 0:00:57.188 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:17:29 +0000 (0:00:00.021) 0:00:57.210 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:17:29 +0000 (0:00:00.019) 0:00:57.229 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:17:29 +0000 (0:00:00.018) 0:00:57.248 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:17:29 +0000 (0:00:00.018) 0:00:57.267 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:17:29 +0000 (0:00:00.020) 0:00:57.287 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:17:29 +0000 (0:00:00.011) 0:00:57.299 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:17:29 +0000 (0:00:00.009) 0:00:57.309 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of too-large volume size] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:92 Friday 26 July 2024 05:17:29 +0000 (0:00:00.011) 0:00:57.320 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:4 Friday 26 July 2024 05:17:29 +0000 (0:00:00.024) 0:00:57.344 *********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:10 Friday 26 July 2024 05:17:29 +0000 (0:00:00.022) 0:00:57.366 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:17:29 +0000 (0:00:00.018) 0:00:57.384 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:17:29 +0000 (0:00:00.016) 0:00:57.401 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:17:29 +0000 (0:00:00.023) 0:00:57.425 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:17:30 +0000 (0:00:00.028) 0:00:57.453 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:17:30 +0000 (0:00:00.014) 0:00:57.467 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:17:30 +0000 (0:00:00.013) 0:00:57.481 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:17:30 +0000 (0:00:00.012) 0:00:57.494 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:17:30 +0000 (0:00:00.012) 0:00:57.506 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:17:30 +0000 (0:00:00.030) 0:00:57.537 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:17:30 +0000 (0:00:00.014) 0:00:57.552 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "12884901888.0" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:17:30 +0000 (0:00:00.025) 0:00:57.577 *********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:17:30 +0000 (0:00:00.027) 0:00:57.604 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:17:30 +0000 (0:00:00.014) 0:00:57.619 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:17:30 +0000 (0:00:00.013) 0:00:57.633 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:17:30 +0000 (0:00:00.013) 0:00:57.646 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:17:30 +0000 (0:00:00.013) 0:00:57.660 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:17:30 +0000 (0:00:00.029) 0:00:57.689 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:17:30 +0000 (0:00:00.011) 0:00:57.700 *********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: volume 'test1' cannot be resized to '12 GiB' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:109 Friday 26 July 2024 05:17:34 +0000 (0:00:04.274) 0:01:01.974 *********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'failed': True, 'pools': [], 'leaves': [], 'changed': False, 'actions': [], 'crypts': [], 'volumes': [], 'invocation': {'module_args': {'packages_only': False, 'disklabel_type': None, 'diskvolume_mkfs_option_map': {'ext4': '-F', 'ext3': '-F', 'ext2': '-F'}, 'safe_mode': False, 'pools': [{'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', 'size': '12884901888.0', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}], 'volumes': [], 'pool_defaults': {'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'raid_level': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None}, 'volume_defaults': {'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_key_size': None, 'encryption_cipher': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'cache_devices': [], 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'thin_pool_size': None, 'fs_create_options': ''}, 'use_partitions': None}}, 'mounts': [], 'packages': [], 'msg': "volume 'test1' cannot be resized to '12 GiB'", '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:17:34 +0000 (0:00:00.017) 0:01:01.992 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:23 Friday 26 July 2024 05:17:34 +0000 (0:00:00.009) 0:01:02.001 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:28 Friday 26 July 2024 05:17:34 +0000 (0:00:00.012) 0:01:02.014 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:39 Friday 26 July 2024 05:17:34 +0000 (0:00:00.017) 0:01:02.031 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Try to create LVM with volume size equal disk's size, resize to 10737418240] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:110 Friday 26 July 2024 05:17:34 +0000 (0:00:00.049) 0:01:02.081 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:17:34 +0000 (0:00:00.020) 0:01:02.102 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:17:34 +0000 (0:00:00.016) 0:01:02.119 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:17:34 +0000 (0:00:00.013) 0:01:02.133 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:17:34 +0000 (0:00:00.029) 0:01:02.162 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:17:34 +0000 (0:00:00.013) 0:01:02.176 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:17:34 +0000 (0:00:00.013) 0:01:02.190 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:17:34 +0000 (0:00:00.012) 0:01:02.202 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:17:34 +0000 (0:00:00.012) 0:01:02.215 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:17:34 +0000 (0:00:00.029) 0:01:02.244 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:17:34 +0000 (0:00:00.013) 0:01:02.258 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "10737418240" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:17:34 +0000 (0:00:00.016) 0:01:02.275 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:17:34 +0000 (0:00:00.013) 0:01:02.288 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:17:34 +0000 (0:00:00.014) 0:01:02.303 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:17:34 +0000 (0:00:00.013) 0:01:02.316 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:17:34 +0000 (0:00:00.013) 0:01:02.330 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:17:34 +0000 (0:00:00.013) 0:01:02.344 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:17:34 +0000 (0:00:00.023) 0:01:02.367 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:17:34 +0000 (0:00:00.009) 0:01:02.376 *********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:17:39 +0000 (0:00:04.648) 0:01:07.025 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:17:39 +0000 (0:00:00.013) 0:01:07.038 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971019.7613482, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1721971019.755348, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971019.755348, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:17:39 +0000 (0:00:00.135) 0:01:07.173 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:17:39 +0000 (0:00:00.134) 0:01:07.307 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:17:39 +0000 (0:00:00.010) 0:01:07.317 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:17:39 +0000 (0:00:00.016) 0:01:07.333 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "10737418240", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:17:39 +0000 (0:00:00.016) 0:01:07.350 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:17:39 +0000 (0:00:00.013) 0:01:07.364 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:17:39 +0000 (0:00:00.014) 0:01:07.379 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:17:40 +0000 (0:00:00.252) 0:01:07.632 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:17:40 +0000 (0:00:00.149) 0:01:07.782 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:17:40 +0000 (0:00:00.019) 0:01:07.801 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:17:40 +0000 (0:00:00.249) 0:01:08.051 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:17:40 +0000 (0:00:00.130) 0:01:08.181 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:17:40 +0000 (0:00:00.011) 0:01:08.192 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:125 Friday 26 July 2024 05:17:41 +0000 (0:00:00.612) 0:01:08.805 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:17:41 +0000 (0:00:00.018) 0:01:08.823 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "10737418240", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:17:41 +0000 (0:00:00.015) 0:01:08.839 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:17:41 +0000 (0:00:00.011) 0:01:08.850 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "10G", "type": "lvm", "uuid": "68079e12-1d72-48a9-9b51-b0d5c00a4c23" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "OcXtw9-8CGD-92YM-u3Ls-U8FM-n349-aTAxum" }, "/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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:17:41 +0000 (0:00:00.131) 0:01:08.982 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003047", "end": "2024-07-26 05:17:41.655462", "rc": 0, "start": "2024-07-26 05:17:41.652415" } STDOUT: # system_role:storage # # /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/foo-test1 /opt/test1 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:17:41 +0000 (0:00:00.127) 0:01:09.109 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003174", "end": "2024-07-26 05:17:41.784305", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:17:41.781131" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:17:41 +0000 (0:00:00.129) 0:01:09.239 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '10737418240', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:17:41 +0000 (0:00:00.025) 0:01:09.264 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:17:41 +0000 (0:00:00.011) 0:01:09.275 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017907", "end": "2024-07-26 05:17:41.968382", "rc": 0, "start": "2024-07-26 05:17:41.950475" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:17:41 +0000 (0:00:00.146) 0:01:09.422 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:17:42 +0000 (0:00:00.015) 0:01:09.438 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:17:42 +0000 (0:00:00.023) 0:01:09.461 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:17:42 +0000 (0:00:00.020) 0:01:09.481 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:17:42 +0000 (0:00:00.123) 0:01:09.605 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:17:42 +0000 (0:00:00.014) 0:01:09.619 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:17:42 +0000 (0:00:00.016) 0:01:09.636 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:17:42 +0000 (0:00:00.015) 0:01:09.652 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:17:42 +0000 (0:00:00.013) 0:01:09.665 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:17:42 +0000 (0:00:00.014) 0:01:09.680 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:09.690 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:17:42 +0000 (0:00:00.015) 0:01:09.706 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:17:42 +0000 (0:00:00.205) 0:01:09.911 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:17:42 +0000 (0:00:00.016) 0:01:09.927 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:17:42 +0000 (0:00:00.022) 0:01:09.949 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:09.960 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:09.971 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:17:42 +0000 (0:00:00.011) 0:01:09.982 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:09.992 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:10.003 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:10.013 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:10.023 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:10.033 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:17:42 +0000 (0:00:00.011) 0:01:10.045 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:10.055 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:17:42 +0000 (0:00:00.011) 0:01:10.066 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:17:42 +0000 (0:00:00.022) 0:01:10.089 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '10737418240', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:17:42 +0000 (0:00:00.020) 0:01:10.110 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:17:42 +0000 (0:00:00.013) 0:01:10.123 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:17:42 +0000 (0:00:00.013) 0:01:10.136 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:17:42 +0000 (0:00:00.013) 0:01:10.150 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:17:42 +0000 (0:00:00.013) 0:01:10.163 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:17:42 +0000 (0:00:00.014) 0:01:10.178 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:17:42 +0000 (0:00:00.013) 0:01:10.191 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:17:42 +0000 (0:00:00.013) 0:01:10.205 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:17:42 +0000 (0:00:00.022) 0:01:10.228 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '10737418240', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:17:42 +0000 (0:00:00.021) 0:01:10.249 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:10.259 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:10.270 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:17:42 +0000 (0:00:00.010) 0:01:10.280 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:17:42 +0000 (0:00:00.011) 0:01:10.291 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:17:42 +0000 (0:00:00.025) 0:01:10.317 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:17:42 +0000 (0:00:00.013) 0:01:10.331 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:17:42 +0000 (0:00:00.012) 0:01:10.343 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:2 Friday 26 July 2024 05:17:42 +0000 (0:00:00.018) 0:01:10.361 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:6 Friday 26 July 2024 05:17:42 +0000 (0:00:00.016) 0:01:10.378 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:14 Friday 26 July 2024 05:17:42 +0000 (0:00:00.015) 0:01:10.394 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:23 Friday 26 July 2024 05:17:42 +0000 (0:00:00.011) 0:01:10.405 *********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:32 Friday 26 July 2024 05:17:42 +0000 (0:00:00.011) 0:01:10.416 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:41 Friday 26 July 2024 05:17:42 +0000 (0:00:00.011) 0:01:10.428 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.439 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:17:43 +0000 (0:00:00.012) 0:01:10.452 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:17:43 +0000 (0:00:00.025) 0:01:10.477 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '10737418240', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:17:43 +0000 (0:00:00.020) 0:01:10.498 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.510 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.521 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.532 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.543 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:17:43 +0000 (0:00:00.010) 0:01:10.553 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:17:43 +0000 (0:00:00.010) 0:01:10.564 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:17:43 +0000 (0:00:00.012) 0:01:10.576 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:17:43 +0000 (0:00:00.026) 0:01:10.603 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:17:43 +0000 (0:00:00.010) 0:01:10.614 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:17:43 +0000 (0:00:00.010) 0:01:10.624 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:17:43 +0000 (0:00:00.010) 0:01:10.634 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:17:43 +0000 (0:00:00.037) 0:01:10.671 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.683 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.695 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.706 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '10737418240', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:17:43 +0000 (0:00:00.019) 0:01:10.726 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:17:43 +0000 (0:00:00.016) 0:01:10.742 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:17:43 +0000 (0:00:00.049) 0:01:10.792 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:17:43 +0000 (0:00:00.017) 0:01:10.809 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:17:43 +0000 (0:00:00.015) 0:01:10.825 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.836 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:17:43 +0000 (0:00:00.013) 0:01:10.850 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:17:43 +0000 (0:00:00.010) 0:01:10.860 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.872 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.883 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:17:43 +0000 (0:00:00.010) 0:01:10.893 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:17:43 +0000 (0:00:00.010) 0:01:10.903 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:17:43 +0000 (0:00:00.010) 0:01:10.913 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.925 *********** 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/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext4 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:17:43 +0000 (0:00:00.030) 0:01:10.955 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:17:43 +0000 (0:00:00.015) 0:01:10.971 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:17:43 +0000 (0:00:00.014) 0:01:10.985 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:10.997 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:17:43 +0000 (0:00:00.012) 0:01:11.009 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:11.020 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:17:43 +0000 (0:00:00.017) 0:01:11.038 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:17:43 +0000 (0:00:00.015) 0:01:11.054 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971059.533707, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721971059.533707, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 53023, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721971059.533707, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:17:43 +0000 (0:00:00.131) 0:01:11.185 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:17:43 +0000 (0:00:00.014) 0:01:11.200 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:11.211 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:17:43 +0000 (0:00:00.013) 0:01:11.225 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:17:43 +0000 (0:00:00.013) 0:01:11.238 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:17:43 +0000 (0:00:00.011) 0:01:11.249 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:17:43 +0000 (0:00:00.013) 0:01:11.263 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:17:43 +0000 (0:00:00.010) 0:01:11.273 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:17:44 +0000 (0:00:00.285) 0:01:11.558 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:17:44 +0000 (0:00:00.011) 0:01:11.570 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:17:44 +0000 (0:00:00.011) 0:01:11.582 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:17:44 +0000 (0:00:00.015) 0:01:11.598 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:17:44 +0000 (0:00:00.011) 0:01:11.609 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:11.620 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:17:44 +0000 (0:00:00.011) 0:01:11.631 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:11.642 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:17:44 +0000 (0:00:00.012) 0:01:11.654 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:17:44 +0000 (0:00:00.016) 0:01:11.671 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:17:44 +0000 (0:00:00.014) 0:01:11.686 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:17:44 +0000 (0:00:00.011) 0:01:11.697 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:17:44 +0000 (0:00:00.011) 0:01:11.709 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:17:44 +0000 (0:00:00.011) 0:01:11.720 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:17:44 +0000 (0:00:00.012) 0:01:11.732 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:17:44 +0000 (0:00:00.011) 0:01:11.744 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:11.754 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:11.765 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:11.775 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:11.786 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:17:44 +0000 (0:00:00.011) 0:01:11.797 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:11.808 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:11.818 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:11.829 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:11.839 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:17:44 +0000 (0:00:00.122) 0:01:11.962 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:17:44 +0000 (0:00:00.123) 0:01:12.086 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "10737418240" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:17:44 +0000 (0:00:00.016) 0:01:12.102 *********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:17:44 +0000 (0:00:00.012) 0:01:12.114 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:17:44 +0000 (0:00:00.123) 0:01:12.238 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:17:44 +0000 (0:00:00.013) 0:01:12.251 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:17:44 +0000 (0:00:00.013) 0:01:12.264 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:17:44 +0000 (0:00:00.013) 0:01:12.278 *********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:17:44 +0000 (0:00:00.013) 0:01:12.291 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:12.302 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:12.312 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:12.323 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:17:44 +0000 (0:00:00.009) 0:01:12.332 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:17:44 +0000 (0:00:00.039) 0:01:12.372 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:17:44 +0000 (0:00:00.012) 0:01:12.384 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:12.394 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:12.404 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:12.415 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:17:44 +0000 (0:00:00.010) 0:01:12.425 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:17:45 +0000 (0:00:00.011) 0:01:12.436 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:17:45 +0000 (0:00:00.010) 0:01:12.447 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:17:45 +0000 (0:00:00.010) 0:01:12.457 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:17:45 +0000 (0:00:00.010) 0:01:12.467 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:17:45 +0000 (0:00:00.010) 0:01:12.477 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:17:45 +0000 (0:00:00.012) 0:01:12.490 *********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:17:45 +0000 (0:00:00.013) 0:01:12.503 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:17:45 +0000 (0:00:00.016) 0:01:12.520 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.017134", "end": "2024-07-26 05:17:45.206249", "rc": 0, "start": "2024-07-26 05:17:45.189115" } STDOUT: LVM2_LV_NAME=test1 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-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:17:45 +0000 (0:00:00.139) 0:01:12.660 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:17:45 +0000 (0:00:00.014) 0:01:12.674 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:17:45 +0000 (0:00:00.014) 0:01:12.689 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:17:45 +0000 (0:00:00.011) 0:01:12.701 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:17:45 +0000 (0:00:00.012) 0:01:12.714 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:17:45 +0000 (0:00:00.011) 0:01:12.725 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:17:45 +0000 (0:00:00.011) 0:01:12.737 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:17:45 +0000 (0:00:00.011) 0:01:12.748 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:17:45 +0000 (0:00:00.008) 0:01:12.757 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Test for correct handling of invalid size specification] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:128 Friday 26 July 2024 05:17:45 +0000 (0:00:00.010) 0:01:12.768 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:4 Friday 26 July 2024 05:17:45 +0000 (0:00:00.018) 0:01:12.786 *********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:10 Friday 26 July 2024 05:17:45 +0000 (0:00:00.014) 0:01:12.801 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:17:45 +0000 (0:00:00.018) 0:01:12.819 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:17:45 +0000 (0:00:00.017) 0:01:12.836 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:17:45 +0000 (0:00:00.014) 0:01:12.851 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:17:45 +0000 (0:00:00.027) 0:01:12.878 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:17:45 +0000 (0:00:00.013) 0:01:12.892 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:17:45 +0000 (0:00:00.013) 0:01:12.906 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:17:45 +0000 (0:00:00.014) 0:01:12.920 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:17:45 +0000 (0:00:00.012) 0:01:12.933 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:17:45 +0000 (0:00:00.029) 0:01:12.962 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:17:45 +0000 (0:00:00.015) 0:01:12.977 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "xyz GiB" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:17:45 +0000 (0:00:00.017) 0:01:12.994 *********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:17:45 +0000 (0:00:00.015) 0:01:13.009 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:17:45 +0000 (0:00:00.014) 0:01:13.023 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:17:45 +0000 (0:00:00.014) 0:01:13.038 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:17:45 +0000 (0:00:00.013) 0:01:13.051 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:17:45 +0000 (0:00:00.013) 0:01:13.065 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:17:45 +0000 (0:00:00.026) 0:01:13.092 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:17:45 +0000 (0:00:00.010) 0:01:13.103 *********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'xyz GiB' in pool 'foo' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:109 Friday 26 July 2024 05:17:49 +0000 (0:00:04.165) 0:01:17.269 *********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'failed': True, 'pools': [], 'leaves': [], 'changed': False, 'actions': [], 'crypts': [], 'volumes': [], 'invocation': {'module_args': {'packages_only': False, 'disklabel_type': None, 'diskvolume_mkfs_option_map': {'ext4': '-F', 'ext3': '-F', 'ext2': '-F'}, 'safe_mode': False, 'pools': [{'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'fs_type': 'ext4', 'mount_options': None, 'size': 'xyz GiB', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': None, 'raid_level': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_user': None, 'raid_disks': [], 'cache_mode': None, 'name': 'test1', 'mount_group': None, 'type': None, 'cached': None, 'thin': False, 'cache_size': None, 'cache_devices': [], 'fs_create_options': None}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}], 'volumes': [], 'pool_defaults': {'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'raid_level': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None}, 'volume_defaults': {'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_key_size': None, 'encryption_cipher': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'cache_devices': [], 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'thin_pool_size': None, 'fs_create_options': ''}, 'use_partitions': None}}, 'mounts': [], 'packages': [], 'msg': "invalid size specification 'xyz GiB' in pool 'foo'", '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:17:49 +0000 (0:00:00.017) 0:01:17.286 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:23 Friday 26 July 2024 05:17:49 +0000 (0:00:00.009) 0:01:17.296 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:28 Friday 26 July 2024 05:17:49 +0000 (0:00:00.012) 0:01:17.308 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:39 Friday 26 July 2024 05:17:49 +0000 (0:00:00.021) 0:01:17.330 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Test for correct handling of invalid size specification] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:144 Friday 26 July 2024 05:17:49 +0000 (0:00:00.013) 0:01:17.344 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:4 Friday 26 July 2024 05:17:49 +0000 (0:00:00.018) 0:01:17.362 *********** ok: [sut] => { "ansible_facts": { "storage_pools_global": [], "storage_safe_mode_global": false, "storage_volumes_global": [] }, "changed": false } TASK [Verify role raises correct error] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:10 Friday 26 July 2024 05:17:49 +0000 (0:00:00.014) 0:01:17.377 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:17:49 +0000 (0:00:00.019) 0:01:17.396 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:17:49 +0000 (0:00:00.017) 0:01:17.414 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:17:49 +0000 (0:00:00.015) 0:01:17.429 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:17:50 +0000 (0:00:00.028) 0:01:17.458 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:17:50 +0000 (0:00:00.044) 0:01:17.502 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:17:50 +0000 (0:00:00.015) 0:01:17.517 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:17:50 +0000 (0:00:00.012) 0:01:17.530 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:17:50 +0000 (0:00:00.012) 0:01:17.543 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:17:50 +0000 (0:00:00.030) 0:01:17.573 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:17:50 +0000 (0:00:00.014) 0:01:17.588 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "none" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:17:50 +0000 (0:00:00.015) 0:01:17.604 *********** ok: [sut] => { "storage_volumes": [] } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:17:50 +0000 (0:00:00.014) 0:01:17.619 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:17:50 +0000 (0:00:00.013) 0:01:17.633 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:17:50 +0000 (0:00:00.014) 0:01:17.647 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:17:50 +0000 (0:00:00.015) 0:01:17.663 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:17:50 +0000 (0:00:00.014) 0:01:17.677 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:17:50 +0000 (0:00:00.024) 0:01:17.701 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:17:50 +0000 (0:00:00.010) 0:01:17.711 *********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'none' in pool 'foo' TASK [fedora.linux_system_roles.storage : Failed message] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:109 Friday 26 July 2024 05:17:54 +0000 (0:00:03.836) 0:01:21.548 *********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'failed': True, 'pools': [], 'leaves': [], 'changed': False, 'actions': [], 'crypts': [], 'volumes': [], 'invocation': {'module_args': {'packages_only': False, 'disklabel_type': None, 'diskvolume_mkfs_option_map': {'ext4': '-F', 'ext3': '-F', 'ext2': '-F'}, 'safe_mode': False, 'pools': [{'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'fs_type': 'ext4', 'mount_options': None, 'size': 'none', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': None, 'raid_level': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_user': None, 'raid_disks': [], 'cache_mode': None, 'name': 'test1', 'mount_group': None, 'type': None, 'cached': None, 'thin': False, 'cache_size': None, 'cache_devices': [], 'fs_create_options': None}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}], 'volumes': [], 'pool_defaults': {'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_cipher': None, 'disks': [], 'encryption_key': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_device_count': None, 'state': 'present', 'volumes': [], 'shared': False, 'raid_level': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': None, 'raid_chunk_size': None}, 'volume_defaults': {'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'xfs', 'mount_options': 'defaults', 'size': 0, 'mount_point': '', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'thin_pool_name': None, 'fs_overwrite_existing': True, 'encryption_key_size': None, 'encryption_cipher': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'raid_spare_count': None, 'cache_mode': None, 'cache_devices': [], 'deduplication': None, 'cached': False, 'type': 'lvm', 'disks': [], 'thin': None, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'thin_pool_size': None, 'fs_create_options': ''}, 'use_partitions': None}}, 'mounts': [], 'packages': [], 'msg': "invalid size specification 'none' in pool 'foo'", '_ansible_no_log': None} TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:17:54 +0000 (0:00:00.017) 0:01:21.566 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:23 Friday 26 July 2024 05:17:54 +0000 (0:00:00.010) 0:01:21.577 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:28 Friday 26 July 2024 05:17:54 +0000 (0:00:00.013) 0:01:21.590 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-failed.yml:39 Friday 26 July 2024 05:17:54 +0000 (0:00:00.017) 0:01:21.608 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_failed_exception is defined", "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:160 Friday 26 July 2024 05:17:54 +0000 (0:00:00.013) 0:01:21.621 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:17:54 +0000 (0:00:00.026) 0:01:21.647 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:17:54 +0000 (0:00:00.016) 0:01:21.664 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:17:54 +0000 (0:00:00.014) 0:01:21.679 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:17:54 +0000 (0:00:00.027) 0:01:21.706 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:17:54 +0000 (0:00:00.013) 0:01:21.720 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:17:54 +0000 (0:00:00.014) 0:01:21.735 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:17:54 +0000 (0:00:00.012) 0:01:21.748 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:17:54 +0000 (0:00:00.012) 0:01:21.760 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:17:54 +0000 (0:00:00.029) 0:01:21.789 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:17:54 +0000 (0:00:00.014) 0:01:21.804 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:17:54 +0000 (0:00:00.014) 0:01:21.818 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:17:54 +0000 (0:00:00.013) 0:01:21.832 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:17:54 +0000 (0:00:00.013) 0:01:21.846 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:17:54 +0000 (0:00:00.013) 0:01:21.859 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:17:54 +0000 (0:00:00.014) 0:01:21.874 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:17:54 +0000 (0:00:00.013) 0:01:21.888 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:17:54 +0000 (0:00:00.023) 0:01:21.911 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:17:54 +0000 (0:00:00.009) 0:01:21.921 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:17:59 +0000 (0:00:04.833) 0:01:26.755 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:17:59 +0000 (0:00:00.012) 0:01:26.768 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971019.7613482, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b95df90798c1adba66c669f2bd76d2d16d86df5", "ctime": 1721971019.755348, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971019.755348, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:17:59 +0000 (0:00:00.135) 0:01:26.903 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:17:59 +0000 (0:00:00.135) 0:01:27.039 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:17:59 +0000 (0:00:00.010) 0:01:27.050 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:17:59 +0000 (0:00:00.016) 0:01:27.066 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:17:59 +0000 (0:00:00.015) 0:01:27.081 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:17:59 +0000 (0:00:00.013) 0:01:27.095 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'state': 'absent', 'fstype': 'ext4', 'path': '/opt/test1'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:17:59 +0000 (0:00:00.145) 0:01:27.240 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:18:00 +0000 (0:00:00.253) 0:01:27.493 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:18:00 +0000 (0:00:00.016) 0:01:27.510 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:18:00 +0000 (0:00:00.015) 0:01:27.526 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:18:00 +0000 (0:00:00.242) 0:01:27.768 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:18:00 +0000 (0:00:00.130) 0:01:27.898 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:18:00 +0000 (0:00:00.012) 0:01:27.910 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:173 Friday 26 July 2024 05:18:01 +0000 (0:00:00.597) 0:01:28.508 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:18:01 +0000 (0:00:00.020) 0:01:28.529 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext4", "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": "test1", "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": "5g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:18:01 +0000 (0:00:00.046) 0:01:28.576 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:18:01 +0000 (0:00:00.013) 0:01:28.589 *********** 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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:18:01 +0000 (0:00:00.135) 0:01:28.724 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003049", "end": "2024-07-26 05:18:01.397173", "rc": 0, "start": "2024-07-26 05:18:01.394124" } STDOUT: # system_role:storage # # /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-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:18:01 +0000 (0:00:00.125) 0:01:28.849 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003007", "end": "2024-07-26 05:18:01.521644", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:18:01.518637" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:18:01 +0000 (0:00:00.124) 0:01:28.974 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'absent', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:18:01 +0000 (0:00:00.026) 0:01:29.000 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:18:01 +0000 (0:00:00.011) 0:01:29.012 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:18:01 +0000 (0:00:00.011) 0:01:29.023 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:18:01 +0000 (0:00:00.011) 0:01:29.034 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:18:01 +0000 (0:00:00.024) 0:01:29.058 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:18:01 +0000 (0:00:00.018) 0:01:29.076 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:18:01 +0000 (0:00:00.009) 0:01:29.086 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:18:01 +0000 (0:00:00.015) 0:01:29.101 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:18:01 +0000 (0:00:00.017) 0:01:29.119 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:18:01 +0000 (0:00:00.016) 0:01:29.136 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:18:01 +0000 (0:00:00.015) 0:01:29.151 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:18:01 +0000 (0:00:00.016) 0:01:29.167 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:18:01 +0000 (0:00:00.011) 0:01:29.179 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:18:01 +0000 (0:00:00.010) 0:01:29.189 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:18:01 +0000 (0:00:00.177) 0:01:29.366 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:18:01 +0000 (0:00:00.011) 0:01:29.378 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:18:01 +0000 (0:00:00.023) 0:01:29.401 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:18:01 +0000 (0:00:00.011) 0:01:29.412 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:18:01 +0000 (0:00:00.010) 0:01:29.423 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:18:01 +0000 (0:00:00.010) 0:01:29.434 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:29.444 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:29.456 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:29.466 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:29.476 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:29.486 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:29.497 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:29.507 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:18:02 +0000 (0:00:00.012) 0:01:29.519 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:18:02 +0000 (0:00:00.022) 0:01:29.542 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:18:02 +0000 (0:00:00.020) 0:01:29.562 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:18:02 +0000 (0:00:00.013) 0:01:29.576 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:18:02 +0000 (0:00:00.014) 0:01:29.590 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:18:02 +0000 (0:00:00.013) 0:01:29.604 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:18:02 +0000 (0:00:00.013) 0:01:29.617 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:18:02 +0000 (0:00:00.013) 0:01:29.630 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:18:02 +0000 (0:00:00.013) 0:01:29.643 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:18:02 +0000 (0:00:00.013) 0:01:29.656 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:18:02 +0000 (0:00:00.023) 0:01:29.680 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:18:02 +0000 (0:00:00.020) 0:01:29.701 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:29.711 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:18:02 +0000 (0:00:00.009) 0:01:29.721 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:29.732 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:29.743 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:18:02 +0000 (0:00:00.024) 0:01:29.767 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:18:02 +0000 (0:00:00.013) 0:01:29.781 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:18:02 +0000 (0:00:00.008) 0:01:29.790 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:18:02 +0000 (0:00:00.009) 0:01:29.799 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:29.811 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:18:02 +0000 (0:00:00.024) 0:01:29.836 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:18:02 +0000 (0:00:00.021) 0:01:29.857 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:18:02 +0000 (0:00:00.043) 0:01:29.901 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:18:02 +0000 (0:00:00.012) 0:01:29.913 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:29.924 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:29.935 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:29.946 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:29.957 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:18:02 +0000 (0:00:00.012) 0:01:29.969 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:18:02 +0000 (0:00:00.026) 0:01:29.996 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.008 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:30.018 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:30.028 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.039 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:30.049 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.060 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.071 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext4', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:18:02 +0000 (0:00:00.018) 0:01:30.090 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:18:02 +0000 (0:00:00.016) 0:01:30.106 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:18:02 +0000 (0:00:00.050) 0:01:30.156 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:18:02 +0000 (0:00:00.017) 0:01:30.173 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:18:02 +0000 (0:00:00.016) 0:01:30.190 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.201 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:30.211 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:30.221 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.232 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.244 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:30.254 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:30.264 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:30.274 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.286 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:18:02 +0000 (0:00:00.028) 0:01:30.314 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.325 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:18:02 +0000 (0:00:00.015) 0:01:30.341 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.352 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:18:02 +0000 (0:00:00.012) 0:01:30.364 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:18:02 +0000 (0:00:00.010) 0:01:30.375 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:18:02 +0000 (0:00:00.012) 0:01:30.387 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:18:02 +0000 (0:00:00.011) 0:01:30.399 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:18:03 +0000 (0:00:00.125) 0:01:30.524 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:30.535 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:18:03 +0000 (0:00:00.014) 0:01:30.549 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:18:03 +0000 (0:00:00.009) 0:01:30.559 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:18:03 +0000 (0:00:00.013) 0:01:30.572 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:30.583 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:30.593 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:30.604 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:18:03 +0000 (0:00:00.289) 0:01:30.894 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:30.905 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:30.917 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:30.927 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:30.938 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:30.948 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:18:03 +0000 (0:00:00.009) 0:01:30.957 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:18:03 +0000 (0:00:00.009) 0:01:30.967 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:30.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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:18:03 +0000 (0:00:00.016) 0:01:30.995 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:18:03 +0000 (0:00:00.014) 0:01:31.010 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.021 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.032 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.043 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:18:03 +0000 (0:00:00.012) 0:01:31.056 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.067 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.079 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.089 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.099 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.109 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.121 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:18:03 +0000 (0:00:00.042) 0:01:31.163 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.175 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.186 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.197 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.207 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.217 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.229 *********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:18:03 +0000 (0:00:00.012) 0:01:31.242 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.253 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.263 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.273 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.283 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.295 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.305 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.316 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.326 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.336 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:18:03 +0000 (0:00:00.009) 0:01:31.346 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.357 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.368 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.378 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.388 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.398 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.408 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:18:03 +0000 (0:00:00.011) 0:01:31.420 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:18:03 +0000 (0:00:00.010) 0:01:31.430 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:18:04 +0000 (0:00:00.010) 0:01:31.440 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:18:04 +0000 (0:00:00.010) 0:01:31.451 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:18:04 +0000 (0:00:00.012) 0:01:31.463 *********** ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:18:04 +0000 (0:00:00.012) 0:01:31.475 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:18:04 +0000 (0:00:00.011) 0:01:31.487 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:18:04 +0000 (0:00:00.011) 0:01:31.498 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:18:04 +0000 (0:00:00.011) 0:01:31.509 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:18:04 +0000 (0:00:00.011) 0:01:31.520 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:18:04 +0000 (0:00:00.010) 0:01:31.530 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:18:04 +0000 (0:00:00.010) 0:01:31.541 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:18:04 +0000 (0:00:00.011) 0:01:31.553 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:18:04 +0000 (0:00:00.010) 0:01:31.564 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:18:04 +0000 (0:00:00.011) 0:01:31.575 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:18:04 +0000 (0:00:00.009) 0:01:31.584 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for ext3 FS size 5g] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:178 Friday 26 July 2024 05:18:04 +0000 (0:00:00.011) 0:01:31.596 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:18:04 +0000 (0:00:00.030) 0:01:31.627 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:18:04 +0000 (0:00:00.016) 0:01:31.644 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:18:04 +0000 (0:00:00.014) 0:01:31.658 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:18:04 +0000 (0:00:00.028) 0:01:31.686 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:18:04 +0000 (0:00:00.014) 0:01:31.701 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:18:04 +0000 (0:00:00.013) 0:01:31.715 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:18:04 +0000 (0:00:00.012) 0:01:31.727 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:18:04 +0000 (0:00:00.012) 0:01:31.740 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:18:04 +0000 (0:00:00.029) 0:01:31.769 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:18:04 +0000 (0:00:00.015) 0:01:31.784 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:18:04 +0000 (0:00:00.015) 0:01:31.799 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:18:04 +0000 (0:00:00.013) 0:01:31.813 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:18:04 +0000 (0:00:00.013) 0:01:31.826 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:18:04 +0000 (0:00:00.013) 0:01:31.840 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:18:04 +0000 (0:00:00.014) 0:01:31.855 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:18:04 +0000 (0:00:00.013) 0:01:31.869 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:18:04 +0000 (0:00:00.023) 0:01:31.892 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:18:04 +0000 (0:00:00.009) 0:01:31.902 *********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:18:11 +0000 (0:00:07.053) 0:01:38.956 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:18:11 +0000 (0:00:00.012) 0:01:38.969 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971079.992891, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1721971079.7828891, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971079.7828891, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:18:11 +0000 (0:00:00.134) 0:01:39.104 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:18:11 +0000 (0:00:00.131) 0:01:39.235 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:18:11 +0000 (0:00:00.010) 0:01:39.246 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:18:11 +0000 (0:00:00.016) 0:01:39.262 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:18:11 +0000 (0:00:00.015) 0:01:39.277 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:18:11 +0000 (0:00:00.013) 0:01:39.291 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:18:11 +0000 (0:00:00.015) 0:01:39.307 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:18:12 +0000 (0:00:00.251) 0:01:39.558 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext3', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:18:12 +0000 (0:00:00.155) 0:01:39.713 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext3', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:18:12 +0000 (0:00:00.019) 0:01:39.733 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:18:12 +0000 (0:00:00.244) 0:01:39.978 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:18:12 +0000 (0:00:00.129) 0:01:40.107 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:18:12 +0000 (0:00:00.011) 0:01:40.119 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:194 Friday 26 July 2024 05:18:13 +0000 (0:00:00.684) 0:01:40.804 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:18:13 +0000 (0:00:00.024) 0:01:40.828 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext3", "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": "test1", "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": "5g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:18:13 +0000 (0:00:00.016) 0:01:40.844 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:18:13 +0000 (0:00:00.011) 0:01:40.856 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "e96f5ea3-6449-4b01-ab47-bcaeb99b83f9" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "X2SCb3-Hxia-AYTW-6Uah-RMiZ-05WI-4c3du7" }, "/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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:18:13 +0000 (0:00:00.129) 0:01:40.986 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003004", "end": "2024-07-26 05:18:13.658581", "rc": 0, "start": "2024-07-26 05:18:13.655577" } STDOUT: # system_role:storage # # /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/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:18:13 +0000 (0:00:00.124) 0:01:41.111 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002982", "end": "2024-07-26 05:18:13.782645", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:18:13.779663" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:18:13 +0000 (0:00:00.124) 0:01:41.235 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:18:13 +0000 (0:00:00.027) 0:01:41.262 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:18:13 +0000 (0:00:00.011) 0:01:41.274 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.021427", "end": "2024-07-26 05:18:13.964362", "rc": 0, "start": "2024-07-26 05:18:13.942935" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:18:13 +0000 (0:00:00.142) 0:01:41.417 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:18:13 +0000 (0:00:00.015) 0:01:41.433 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:18:14 +0000 (0:00:00.024) 0:01:41.457 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:18:14 +0000 (0:00:00.020) 0:01:41.477 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:18:14 +0000 (0:00:00.123) 0:01:41.601 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:18:14 +0000 (0:00:00.014) 0:01:41.616 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:18:14 +0000 (0:00:00.015) 0:01:41.632 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:18:14 +0000 (0:00:00.017) 0:01:41.649 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:18:14 +0000 (0:00:00.013) 0:01:41.662 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:18:14 +0000 (0:00:00.014) 0:01:41.677 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:18:14 +0000 (0:00:00.011) 0:01:41.688 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:18:14 +0000 (0:00:00.016) 0:01:41.705 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:18:14 +0000 (0:00:00.171) 0:01:41.877 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:18:14 +0000 (0:00:00.016) 0:01:41.893 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:18:14 +0000 (0:00:00.021) 0:01:41.915 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:18:14 +0000 (0:00:00.011) 0:01:41.927 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:18:14 +0000 (0:00:00.010) 0:01:41.937 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:18:14 +0000 (0:00:00.010) 0:01:41.947 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:18:14 +0000 (0:00:00.011) 0:01:41.959 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:18:14 +0000 (0:00:00.010) 0:01:41.969 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:18:14 +0000 (0:00:00.010) 0:01:41.980 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:18:14 +0000 (0:00:00.010) 0:01:41.990 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:18:14 +0000 (0:00:00.010) 0:01:42.000 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:18:14 +0000 (0:00:00.010) 0:01:42.011 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:18:14 +0000 (0:00:00.011) 0:01:42.022 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:18:14 +0000 (0:00:00.011) 0:01:42.033 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:18:14 +0000 (0:00:00.022) 0:01:42.056 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:18:14 +0000 (0:00:00.021) 0:01:42.077 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:18:14 +0000 (0:00:00.013) 0:01:42.091 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:18:14 +0000 (0:00:00.013) 0:01:42.104 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:18:14 +0000 (0:00:00.013) 0:01:42.118 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:18:14 +0000 (0:00:00.013) 0:01:42.131 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:18:14 +0000 (0:00:00.013) 0:01:42.144 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:18:14 +0000 (0:00:00.014) 0:01:42.159 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:18:14 +0000 (0:00:00.013) 0:01:42.172 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:18:14 +0000 (0:00:00.023) 0:01:42.195 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:18:14 +0000 (0:00:00.020) 0:01:42.216 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:18:14 +0000 (0:00:00.011) 0:01:42.227 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:18:14 +0000 (0:00:00.010) 0:01:42.237 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:18:14 +0000 (0:00:00.010) 0:01:42.248 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:18:14 +0000 (0:00:00.011) 0:01:42.259 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:18:14 +0000 (0:00:00.025) 0:01:42.284 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:18:14 +0000 (0:00:00.048) 0:01:42.333 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:18:14 +0000 (0:00:00.014) 0:01:42.347 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:2 Friday 26 July 2024 05:18:14 +0000 (0:00:00.019) 0:01:42.367 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:6 Friday 26 July 2024 05:18:14 +0000 (0:00:00.015) 0:01:42.383 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:14 Friday 26 July 2024 05:18:14 +0000 (0:00:00.015) 0:01:42.398 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:23 Friday 26 July 2024 05:18:14 +0000 (0:00:00.012) 0:01:42.411 *********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:32 Friday 26 July 2024 05:18:14 +0000 (0:00:00.012) 0:01:42.423 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:41 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.435 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.446 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.457 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:18:15 +0000 (0:00:00.026) 0:01:42.484 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:18:15 +0000 (0:00:00.021) 0:01:42.505 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.516 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.527 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.539 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.551 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.562 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.573 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.585 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:18:15 +0000 (0:00:00.028) 0:01:42.613 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.624 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:18:15 +0000 (0:00:00.010) 0:01:42.635 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.646 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:18:15 +0000 (0:00:00.010) 0:01:42.657 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.669 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.680 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.691 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:18:15 +0000 (0:00:00.018) 0:01:42.710 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:18:15 +0000 (0:00:00.015) 0:01:42.725 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:18:15 +0000 (0:00:00.050) 0:01:42.776 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:18:15 +0000 (0:00:00.017) 0:01:42.793 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:18:15 +0000 (0:00:00.015) 0:01:42.809 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.821 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:18:15 +0000 (0:00:00.013) 0:01:42.834 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:18:15 +0000 (0:00:00.010) 0:01:42.845 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:18:15 +0000 (0:00:00.010) 0:01:42.855 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.866 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:18:15 +0000 (0:00:00.010) 0:01:42.876 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:18:15 +0000 (0:00:00.010) 0:01:42.887 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:18:15 +0000 (0:00:00.010) 0:01:42.897 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.908 *********** 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/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:18:15 +0000 (0:00:00.027) 0:01:42.935 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:18:15 +0000 (0:00:00.015) 0:01:42.951 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:18:15 +0000 (0:00:00.014) 0:01:42.966 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:42.977 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:18:15 +0000 (0:00:00.012) 0:01:42.990 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:43.001 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:18:15 +0000 (0:00:00.016) 0:01:43.018 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:18:15 +0000 (0:00:00.016) 0:01:43.035 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971091.4629943, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721971091.4629943, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 63527, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721971091.4629943, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:18:15 +0000 (0:00:00.130) 0:01:43.165 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:18:15 +0000 (0:00:00.014) 0:01:43.180 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:43.191 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:18:15 +0000 (0:00:00.013) 0:01:43.204 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:18:15 +0000 (0:00:00.012) 0:01:43.216 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:18:15 +0000 (0:00:00.011) 0:01:43.228 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:18:15 +0000 (0:00:00.013) 0:01:43.241 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:18:15 +0000 (0:00:00.010) 0:01:43.252 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:18:16 +0000 (0:00:00.286) 0:01:43.538 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.550 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:43.560 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:18:16 +0000 (0:00:00.016) 0:01:43.577 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.588 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:43.599 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.611 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.622 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.633 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:18:16 +0000 (0:00:00.017) 0:01:43.651 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:18:16 +0000 (0:00:00.015) 0:01:43.666 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.678 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.689 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.701 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.712 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:18:16 +0000 (0:00:00.047) 0:01:43.760 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:18:16 +0000 (0:00:00.012) 0:01:43.772 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.783 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.794 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.806 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:43.816 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.828 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.840 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:43.850 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:43.862 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:18:16 +0000 (0:00:00.122) 0:01:43.984 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:18:16 +0000 (0:00:00.121) 0:01:44.106 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:18:16 +0000 (0:00:00.018) 0:01:44.124 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:18:16 +0000 (0:00:00.013) 0:01:44.137 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:18:16 +0000 (0:00:00.121) 0:01:44.258 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:18:16 +0000 (0:00:00.013) 0:01:44.272 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:18:16 +0000 (0:00:00.013) 0:01:44.286 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:18:16 +0000 (0:00:00.013) 0:01:44.300 *********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:18:16 +0000 (0:00:00.014) 0:01:44.315 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:44.325 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:44.336 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:44.347 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:44.357 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:44.367 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:44.379 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:44.390 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:44.400 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:18:16 +0000 (0:00:00.011) 0:01:44.412 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:44.422 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:18:16 +0000 (0:00:00.010) 0:01:44.433 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:18:17 +0000 (0:00:00.011) 0:01:44.445 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:18:17 +0000 (0:00:00.010) 0:01:44.455 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:18:17 +0000 (0:00:00.010) 0:01:44.465 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:18:17 +0000 (0:00:00.010) 0:01:44.476 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:18:17 +0000 (0:00:00.012) 0:01:44.488 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:18:17 +0000 (0:00:00.012) 0:01:44.501 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:18:17 +0000 (0:00:00.018) 0:01:44.519 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.021368", "end": "2024-07-26 05:18:17.211154", "rc": 0, "start": "2024-07-26 05:18:17.189786" } STDOUT: LVM2_LV_NAME=test1 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-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:18:17 +0000 (0:00:00.144) 0:01:44.664 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:18:17 +0000 (0:00:00.015) 0:01:44.679 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:18:17 +0000 (0:00:00.014) 0:01:44.694 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:18:17 +0000 (0:00:00.012) 0:01:44.707 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:18:17 +0000 (0:00:00.011) 0:01:44.718 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:18:17 +0000 (0:00:00.014) 0:01:44.732 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:18:17 +0000 (0:00:00.011) 0:01:44.744 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:18:17 +0000 (0:00:00.011) 0:01:44.756 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:18:17 +0000 (0:00:00.009) 0:01:44.765 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 9g] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:197 Friday 26 July 2024 05:18:17 +0000 (0:00:00.012) 0:01:44.777 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:18:17 +0000 (0:00:00.035) 0:01:44.813 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:18:17 +0000 (0:00:00.016) 0:01:44.829 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:18:17 +0000 (0:00:00.014) 0:01:44.844 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:18:17 +0000 (0:00:00.029) 0:01:44.873 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:18:17 +0000 (0:00:00.013) 0:01:44.887 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:18:17 +0000 (0:00:00.013) 0:01:44.901 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:18:17 +0000 (0:00:00.012) 0:01:44.914 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:18:17 +0000 (0:00:00.013) 0:01:44.927 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:18:17 +0000 (0:00:00.031) 0:01:44.959 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:18:17 +0000 (0:00:00.015) 0:01:44.974 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:18:17 +0000 (0:00:00.015) 0:01:44.989 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:18:17 +0000 (0:00:00.013) 0:01:45.003 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:18:17 +0000 (0:00:00.014) 0:01:45.017 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:18:17 +0000 (0:00:00.015) 0:01:45.032 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:18:17 +0000 (0:00:00.015) 0:01:45.047 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:18:17 +0000 (0:00:00.014) 0:01:45.062 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:18:17 +0000 (0:00:00.023) 0:01:45.085 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:18:17 +0000 (0:00:00.009) 0:01:45.095 *********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:18:23 +0000 (0:00:05.929) 0:01:51.024 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:18:23 +0000 (0:00:00.013) 0:01:51.038 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971092.2540014, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1ff1203632e7c5aaed867a74eb25885b038df3b8", "ctime": 1721971092.2490013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971092.2490013, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:18:23 +0000 (0:00:00.170) 0:01:51.208 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:18:23 +0000 (0:00:00.131) 0:01:51.340 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:18:23 +0000 (0:00:00.010) 0:01:51.351 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:18:23 +0000 (0:00:00.016) 0:01:51.367 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:18:23 +0000 (0:00:00.016) 0:01:51.384 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:18:24 +0000 (0:00:00.053) 0:01:51.438 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:18:24 +0000 (0:00:00.016) 0:01:51.455 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:18:24 +0000 (0:00:00.259) 0:01:51.714 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext3', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:18:24 +0000 (0:00:00.153) 0:01:51.868 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext3', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:18:24 +0000 (0:00:00.021) 0:01:51.889 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:18:24 +0000 (0:00:00.242) 0:01:52.131 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:18:24 +0000 (0:00:00.133) 0:01:52.265 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:18:24 +0000 (0:00:00.010) 0:01:52.276 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:211 Friday 26 July 2024 05:18:25 +0000 (0:00:00.726) 0:01:53.003 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:18:25 +0000 (0:00:00.026) 0:01:53.029 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "9g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:18:25 +0000 (0:00:00.016) 0:01:53.045 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:18:25 +0000 (0:00:00.012) 0:01:53.057 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "e96f5ea3-6449-4b01-ab47-bcaeb99b83f9" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "X2SCb3-Hxia-AYTW-6Uah-RMiZ-05WI-4c3du7" }, "/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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:18:25 +0000 (0:00:00.136) 0:01:53.194 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.004824", "end": "2024-07-26 05:18:25.868163", "rc": 0, "start": "2024-07-26 05:18:25.863339" } STDOUT: # system_role:storage # # /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/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:18:25 +0000 (0:00:00.128) 0:01:53.322 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003011", "end": "2024-07-26 05:18:26.000331", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:18:25.997320" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:18:26 +0000 (0:00:00.130) 0:01:53.452 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:18:26 +0000 (0:00:00.026) 0:01:53.479 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:18:26 +0000 (0:00:00.011) 0:01:53.491 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.019019", "end": "2024-07-26 05:18:26.183324", "rc": 0, "start": "2024-07-26 05:18:26.164305" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:18:26 +0000 (0:00:00.146) 0:01:53.637 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:18:26 +0000 (0:00:00.017) 0:01:53.655 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:18:26 +0000 (0:00:00.023) 0:01:53.679 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:18:26 +0000 (0:00:00.020) 0:01:53.700 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:18:26 +0000 (0:00:00.123) 0:01:53.823 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:18:26 +0000 (0:00:00.016) 0:01:53.839 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:18:26 +0000 (0:00:00.016) 0:01:53.856 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:18:26 +0000 (0:00:00.015) 0:01:53.871 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:18:26 +0000 (0:00:00.013) 0:01:53.885 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:18:26 +0000 (0:00:00.014) 0:01:53.899 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:18:26 +0000 (0:00:00.011) 0:01:53.910 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:18:26 +0000 (0:00:00.017) 0:01:53.928 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:18:26 +0000 (0:00:00.191) 0:01:54.119 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:18:26 +0000 (0:00:00.015) 0:01:54.134 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:18:26 +0000 (0:00:00.022) 0:01:54.156 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:18:26 +0000 (0:00:00.011) 0:01:54.168 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:18:26 +0000 (0:00:00.011) 0:01:54.180 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:18:26 +0000 (0:00:00.011) 0:01:54.191 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:18:26 +0000 (0:00:00.010) 0:01:54.201 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:18:26 +0000 (0:00:00.010) 0:01:54.212 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:18:26 +0000 (0:00:00.010) 0:01:54.222 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:18:26 +0000 (0:00:00.010) 0:01:54.233 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:18:26 +0000 (0:00:00.011) 0:01:54.244 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:18:26 +0000 (0:00:00.011) 0:01:54.256 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:18:26 +0000 (0:00:00.010) 0:01:54.266 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:18:26 +0000 (0:00:00.011) 0:01:54.277 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:18:26 +0000 (0:00:00.023) 0:01:54.301 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:18:26 +0000 (0:00:00.022) 0:01:54.324 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:18:26 +0000 (0:00:00.014) 0:01:54.339 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:18:26 +0000 (0:00:00.013) 0:01:54.352 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:18:26 +0000 (0:00:00.013) 0:01:54.366 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:18:26 +0000 (0:00:00.015) 0:01:54.381 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:18:26 +0000 (0:00:00.014) 0:01:54.395 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:18:26 +0000 (0:00:00.014) 0:01:54.409 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:18:26 +0000 (0:00:00.014) 0:01:54.424 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:18:27 +0000 (0:00:00.023) 0:01:54.448 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:18:27 +0000 (0:00:00.060) 0:01:54.508 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.520 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:18:27 +0000 (0:00:00.010) 0:01:54.530 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:18:27 +0000 (0:00:00.010) 0:01:54.541 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.552 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:18:27 +0000 (0:00:00.026) 0:01:54.578 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:18:27 +0000 (0:00:00.014) 0:01:54.592 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:18:27 +0000 (0:00:00.012) 0:01:54.605 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:2 Friday 26 July 2024 05:18:27 +0000 (0:00:00.019) 0:01:54.625 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:6 Friday 26 July 2024 05:18:27 +0000 (0:00:00.016) 0:01:54.641 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:14 Friday 26 July 2024 05:18:27 +0000 (0:00:00.015) 0:01:54.657 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:23 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.668 *********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:32 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.680 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:41 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.691 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.702 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:18:27 +0000 (0:00:00.012) 0:01:54.715 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:18:27 +0000 (0:00:00.025) 0:01:54.741 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:18:27 +0000 (0:00:00.021) 0:01:54.762 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:18:27 +0000 (0:00:00.012) 0:01:54.774 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.786 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:18:27 +0000 (0:00:00.010) 0:01:54.796 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.807 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.819 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.830 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:18:27 +0000 (0:00:00.012) 0:01:54.843 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:18:27 +0000 (0:00:00.027) 0:01:54.870 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:18:27 +0000 (0:00:00.010) 0:01:54.880 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:18:27 +0000 (0:00:00.010) 0:01:54.891 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.902 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:18:27 +0000 (0:00:00.010) 0:01:54.913 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:18:27 +0000 (0:00:00.010) 0:01:54.923 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.935 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:54.946 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:18:27 +0000 (0:00:00.020) 0:01:54.967 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:18:27 +0000 (0:00:00.015) 0:01:54.982 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:18:27 +0000 (0:00:00.052) 0:01:55.034 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:18:27 +0000 (0:00:00.017) 0:01:55.052 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:18:27 +0000 (0:00:00.016) 0:01:55.068 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:55.080 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:18:27 +0000 (0:00:00.013) 0:01:55.093 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:18:27 +0000 (0:00:00.012) 0:01:55.106 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:55.117 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:55.128 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:18:27 +0000 (0:00:00.010) 0:01:55.139 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:18:27 +0000 (0:00:00.010) 0:01:55.149 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:18:27 +0000 (0:00:00.010) 0:01:55.160 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:18:27 +0000 (0:00:00.012) 0:01:55.172 *********** 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/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:18:27 +0000 (0:00:00.027) 0:01:55.200 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:18:27 +0000 (0:00:00.015) 0:01:55.216 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:18:27 +0000 (0:00:00.014) 0:01:55.230 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:18:27 +0000 (0:00:00.011) 0:01:55.242 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:18:27 +0000 (0:00:00.012) 0:01:55.254 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:18:27 +0000 (0:00:00.012) 0:01:55.267 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:18:27 +0000 (0:00:00.017) 0:01:55.284 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:18:27 +0000 (0:00:00.015) 0:01:55.300 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971103.5321026, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721971103.5321026, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 63527, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721971103.5321026, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:18:27 +0000 (0:00:00.131) 0:01:55.431 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:18:28 +0000 (0:00:00.014) 0:01:55.446 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:18:28 +0000 (0:00:00.011) 0:01:55.457 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:18:28 +0000 (0:00:00.015) 0:01:55.473 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:18:28 +0000 (0:00:00.012) 0:01:55.485 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:18:28 +0000 (0:00:00.011) 0:01:55.497 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:18:28 +0000 (0:00:00.013) 0:01:55.510 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:18:28 +0000 (0:00:00.010) 0:01:55.520 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:18:28 +0000 (0:00:00.317) 0:01:55.838 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:18:28 +0000 (0:00:00.012) 0:01:55.851 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:18:28 +0000 (0:00:00.011) 0:01:55.862 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:18:28 +0000 (0:00:00.015) 0:01:55.878 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:18:28 +0000 (0:00:00.011) 0:01:55.889 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:18:28 +0000 (0:00:00.010) 0:01:55.900 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:18:28 +0000 (0:00:00.011) 0:01:55.911 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:18:28 +0000 (0:00:00.012) 0:01:55.924 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:18:28 +0000 (0:00:00.052) 0:01:55.976 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:18:28 +0000 (0:00:00.018) 0:01:55.995 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:18:28 +0000 (0:00:00.015) 0:01:56.011 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:18:28 +0000 (0:00:00.012) 0:01:56.023 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:18:28 +0000 (0:00:00.012) 0:01:56.036 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:18:28 +0000 (0:00:00.012) 0:01:56.049 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:18:28 +0000 (0:00:00.012) 0:01:56.062 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:18:28 +0000 (0:00:00.011) 0:01:56.073 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:18:28 +0000 (0:00:00.011) 0:01:56.084 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:18:28 +0000 (0:00:00.010) 0:01:56.095 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:18:28 +0000 (0:00:00.010) 0:01:56.105 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:18:28 +0000 (0:00:00.011) 0:01:56.117 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:18:28 +0000 (0:00:00.011) 0:01:56.128 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:18:28 +0000 (0:00:00.010) 0:01:56.139 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:18:28 +0000 (0:00:00.010) 0:01:56.150 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:18:28 +0000 (0:00:00.010) 0:01:56.160 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:18:28 +0000 (0:00:00.010) 0:01:56.171 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:18:28 +0000 (0:00:00.124) 0:01:56.295 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:18:29 +0000 (0:00:00.145) 0:01:56.441 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:18:29 +0000 (0:00:00.016) 0:01:56.458 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:56.471 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:18:29 +0000 (0:00:00.123) 0:01:56.594 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:56.608 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:56.622 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:18:29 +0000 (0:00:00.014) 0:01:56.637 *********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:56.650 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.661 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.672 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.682 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.692 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:18:29 +0000 (0:00:00.011) 0:01:56.704 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.715 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.725 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.735 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.746 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.756 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:18:29 +0000 (0:00:00.011) 0:01:56.768 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.779 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.789 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.800 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:56.810 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:18:29 +0000 (0:00:00.012) 0:01:56.823 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:18:29 +0000 (0:00:00.014) 0:01:56.837 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:18:29 +0000 (0:00:00.017) 0:01:56.855 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.019498", "end": "2024-07-26 05:18:29.547332", "rc": 0, "start": "2024-07-26 05:18:29.527834" } STDOUT: LVM2_LV_NAME=test1 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-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:18:29 +0000 (0:00:00.147) 0:01:57.002 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:18:29 +0000 (0:00:00.015) 0:01:57.018 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:18:29 +0000 (0:00:00.015) 0:01:57.033 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:18:29 +0000 (0:00:00.012) 0:01:57.045 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:57.058 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:18:29 +0000 (0:00:00.012) 0:01:57.071 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:18:29 +0000 (0:00:00.011) 0:01:57.083 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:18:29 +0000 (0:00:00.011) 0:01:57.094 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:18:29 +0000 (0:00:00.009) 0:01:57.104 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:214 Friday 26 July 2024 05:18:29 +0000 (0:00:00.011) 0:01:57.115 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:18:29 +0000 (0:00:00.038) 0:01:57.154 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:18:29 +0000 (0:00:00.017) 0:01:57.171 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:18:29 +0000 (0:00:00.014) 0:01:57.186 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:18:29 +0000 (0:00:00.029) 0:01:57.216 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:57.229 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:57.243 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:18:29 +0000 (0:00:00.012) 0:01:57.255 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:57.269 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:18:29 +0000 (0:00:00.028) 0:01:57.298 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:18:29 +0000 (0:00:00.014) 0:01:57.312 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:18:29 +0000 (0:00:00.014) 0:01:57.327 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:18:29 +0000 (0:00:00.014) 0:01:57.342 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:18:29 +0000 (0:00:00.014) 0:01:57.356 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:57.370 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:57.384 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:18:29 +0000 (0:00:00.013) 0:01:57.397 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:18:29 +0000 (0:00:00.024) 0:01:57.422 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:18:29 +0000 (0:00:00.010) 0:01:57.433 *********** changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:18:35 +0000 (0:00:05.373) 0:02:02.807 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:18:35 +0000 (0:00:00.013) 0:02:02.820 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971092.2540014, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1ff1203632e7c5aaed867a74eb25885b038df3b8", "ctime": 1721971092.2490013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971092.2490013, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:18:35 +0000 (0:00:00.133) 0:02:02.953 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:18:35 +0000 (0:00:00.131) 0:02:03.085 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:18:35 +0000 (0:00:00.012) 0:02:03.097 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:18:35 +0000 (0:00:00.016) 0:02:03.114 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:18:35 +0000 (0:00:00.015) 0:02:03.129 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:18:35 +0000 (0:00:00.014) 0:02:03.143 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:18:35 +0000 (0:00:00.014) 0:02:03.158 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:18:35 +0000 (0:00:00.248) 0:02:03.406 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext3', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:18:36 +0000 (0:00:00.156) 0:02:03.562 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext3', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext3", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:18:36 +0000 (0:00:00.065) 0:02:03.628 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:18:36 +0000 (0:00:00.244) 0:02:03.872 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:18:36 +0000 (0:00:00.131) 0:02:04.003 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:18:36 +0000 (0:00:00.010) 0:02:04.014 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:228 Friday 26 July 2024 05:18:37 +0000 (0:00:00.614) 0:02:04.628 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:18:37 +0000 (0:00:00.027) 0:02:04.656 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "5g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:18:37 +0000 (0:00:00.016) 0:02:04.672 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:18:37 +0000 (0:00:00.013) 0:02:04.686 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "e96f5ea3-6449-4b01-ab47-bcaeb99b83f9" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "X2SCb3-Hxia-AYTW-6Uah-RMiZ-05WI-4c3du7" }, "/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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:18:37 +0000 (0:00:00.130) 0:02:04.817 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003004", "end": "2024-07-26 05:18:37.493544", "rc": 0, "start": "2024-07-26 05:18:37.490540" } STDOUT: # system_role:storage # # /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/foo-test1 /opt/test1 ext3 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:18:37 +0000 (0:00:00.127) 0:02:04.945 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002994", "end": "2024-07-26 05:18:37.618876", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:18:37.615882" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:18:37 +0000 (0:00:00.124) 0:02:05.070 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:18:37 +0000 (0:00:00.025) 0:02:05.095 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:18:37 +0000 (0:00:00.013) 0:02:05.109 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018605", "end": "2024-07-26 05:18:37.800122", "rc": 0, "start": "2024-07-26 05:18:37.781517" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:18:37 +0000 (0:00:00.142) 0:02:05.251 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:18:37 +0000 (0:00:00.016) 0:02:05.268 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:18:37 +0000 (0:00:00.023) 0:02:05.291 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:18:37 +0000 (0:00:00.021) 0:02:05.313 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:18:38 +0000 (0:00:00.123) 0:02:05.436 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:18:38 +0000 (0:00:00.014) 0:02:05.451 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:18:38 +0000 (0:00:00.016) 0:02:05.468 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:18:38 +0000 (0:00:00.015) 0:02:05.483 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:18:38 +0000 (0:00:00.013) 0:02:05.497 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:18:38 +0000 (0:00:00.016) 0:02:05.513 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:05.524 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:18:38 +0000 (0:00:00.016) 0:02:05.540 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:18:38 +0000 (0:00:00.176) 0:02:05.717 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:18:38 +0000 (0:00:00.015) 0:02:05.732 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:18:38 +0000 (0:00:00.023) 0:02:05.755 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:05.767 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:05.778 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:18:38 +0000 (0:00:00.010) 0:02:05.789 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:18:38 +0000 (0:00:00.010) 0:02:05.799 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:18:38 +0000 (0:00:00.010) 0:02:05.810 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:18:38 +0000 (0:00:00.012) 0:02:05.822 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:05.833 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:18:38 +0000 (0:00:00.010) 0:02:05.844 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:18:38 +0000 (0:00:00.010) 0:02:05.855 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:18:38 +0000 (0:00:00.010) 0:02:05.866 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:05.877 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:18:38 +0000 (0:00:00.023) 0:02:05.901 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:18:38 +0000 (0:00:00.022) 0:02:05.923 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:18:38 +0000 (0:00:00.013) 0:02:05.937 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:18:38 +0000 (0:00:00.015) 0:02:05.952 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:18:38 +0000 (0:00:00.013) 0:02:05.966 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:18:38 +0000 (0:00:00.013) 0:02:05.980 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:18:38 +0000 (0:00:00.013) 0:02:05.993 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:18:38 +0000 (0:00:00.013) 0:02:06.007 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:18:38 +0000 (0:00:00.013) 0:02:06.020 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:18:38 +0000 (0:00:00.024) 0:02:06.045 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:18:38 +0000 (0:00:00.020) 0:02:06.065 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:18:38 +0000 (0:00:00.010) 0:02:06.076 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:18:38 +0000 (0:00:00.010) 0:02:06.086 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:06.098 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:06.109 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:18:38 +0000 (0:00:00.024) 0:02:06.134 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:18:38 +0000 (0:00:00.013) 0:02:06.147 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:18:38 +0000 (0:00:00.013) 0:02:06.161 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:2 Friday 26 July 2024 05:18:38 +0000 (0:00:00.063) 0:02:06.224 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:6 Friday 26 July 2024 05:18:38 +0000 (0:00:00.017) 0:02:06.242 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:14 Friday 26 July 2024 05:18:38 +0000 (0:00:00.015) 0:02:06.258 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:23 Friday 26 July 2024 05:18:38 +0000 (0:00:00.012) 0:02:06.270 *********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:32 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:06.282 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:41 Friday 26 July 2024 05:18:38 +0000 (0:00:00.012) 0:02:06.295 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:06.307 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:06.319 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:18:38 +0000 (0:00:00.025) 0:02:06.344 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:18:38 +0000 (0:00:00.022) 0:02:06.367 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:06.378 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:06.390 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:06.401 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:18:38 +0000 (0:00:00.011) 0:02:06.413 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:18:38 +0000 (0:00:00.012) 0:02:06.425 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:06.436 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:06.448 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:18:39 +0000 (0:00:00.027) 0:02:06.475 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:18:39 +0000 (0:00:00.012) 0:02:06.487 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:18:39 +0000 (0:00:00.010) 0:02:06.498 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:18:39 +0000 (0:00:00.010) 0:02:06.508 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:18:39 +0000 (0:00:00.010) 0:02:06.519 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:18:39 +0000 (0:00:00.010) 0:02:06.529 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:06.541 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:18:39 +0000 (0:00:00.012) 0:02:06.553 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:18:39 +0000 (0:00:00.020) 0:02:06.574 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:18:39 +0000 (0:00:00.015) 0:02:06.589 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:18:39 +0000 (0:00:00.051) 0:02:06.640 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:18:39 +0000 (0:00:00.017) 0:02:06.658 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:18:39 +0000 (0:00:00.016) 0:02:06.674 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:18:39 +0000 (0:00:00.012) 0:02:06.686 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:18:39 +0000 (0:00:00.014) 0:02:06.701 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:06.712 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:18:39 +0000 (0:00:00.010) 0:02:06.722 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:06.734 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:18:39 +0000 (0:00:00.010) 0:02:06.744 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:06.756 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:06.767 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:06.779 *********** 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/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext3 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:18:39 +0000 (0:00:00.027) 0:02:06.806 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:18:39 +0000 (0:00:00.015) 0:02:06.822 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:18:39 +0000 (0:00:00.014) 0:02:06.837 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:18:39 +0000 (0:00:00.012) 0:02:06.849 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:18:39 +0000 (0:00:00.013) 0:02:06.863 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:06.875 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:18:39 +0000 (0:00:00.016) 0:02:06.891 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:18:39 +0000 (0:00:00.015) 0:02:06.907 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971115.3062081, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721971115.3062081, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 63527, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721971115.3062081, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:18:39 +0000 (0:00:00.130) 0:02:07.038 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:18:39 +0000 (0:00:00.016) 0:02:07.054 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:07.065 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:18:39 +0000 (0:00:00.014) 0:02:07.080 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:18:39 +0000 (0:00:00.012) 0:02:07.092 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:07.104 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:18:39 +0000 (0:00:00.013) 0:02:07.118 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:07.130 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:18:39 +0000 (0:00:00.288) 0:02:07.418 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:18:39 +0000 (0:00:00.011) 0:02:07.430 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.442 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:18:40 +0000 (0:00:00.015) 0:02:07.457 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.469 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:18:40 +0000 (0:00:00.012) 0:02:07.482 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.493 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.505 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.516 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:18:40 +0000 (0:00:00.016) 0:02:07.533 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:18:40 +0000 (0:00:00.014) 0:02:07.548 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:18:40 +0000 (0:00:00.012) 0:02:07.561 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.572 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.584 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.596 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:07.606 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:07.616 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.628 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:07.638 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:07.649 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:07.660 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:07.670 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:07.680 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.692 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:07.704 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:18:40 +0000 (0:00:00.124) 0:02:07.828 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:18:40 +0000 (0:00:00.126) 0:02:07.954 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:18:40 +0000 (0:00:00.016) 0:02:07.970 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:18:40 +0000 (0:00:00.012) 0:02:07.983 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:18:40 +0000 (0:00:00.124) 0:02:08.108 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:18:40 +0000 (0:00:00.013) 0:02:08.121 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:18:40 +0000 (0:00:00.013) 0:02:08.135 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:18:40 +0000 (0:00:00.013) 0:02:08.148 *********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:18:40 +0000 (0:00:00.013) 0:02:08.161 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:08.172 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:18:40 +0000 (0:00:00.058) 0:02:08.230 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:18:40 +0000 (0:00:00.012) 0:02:08.242 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:08.254 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:08.266 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:08.277 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:08.287 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:08.299 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:08.310 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:08.320 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:08.331 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:08.341 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:08.352 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:18:40 +0000 (0:00:00.011) 0:02:08.363 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:18:40 +0000 (0:00:00.010) 0:02:08.374 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:18:40 +0000 (0:00:00.012) 0:02:08.387 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:18:40 +0000 (0:00:00.012) 0:02:08.399 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:18:40 +0000 (0:00:00.017) 0:02:08.417 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.019361", "end": "2024-07-26 05:18:41.108365", "rc": 0, "start": "2024-07-26 05:18:41.089004" } STDOUT: LVM2_LV_NAME=test1 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-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:18:41 +0000 (0:00:00.145) 0:02:08.562 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:18:41 +0000 (0:00:00.016) 0:02:08.579 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:18:41 +0000 (0:00:00.015) 0:02:08.594 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:18:41 +0000 (0:00:00.012) 0:02:08.607 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:18:41 +0000 (0:00:00.011) 0:02:08.619 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:18:41 +0000 (0:00:00.012) 0:02:08.631 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:18:41 +0000 (0:00:00.011) 0:02:08.642 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:18:41 +0000 (0:00:00.013) 0:02:08.656 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:18:41 +0000 (0:00:00.009) 0:02:08.665 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:231 Friday 26 July 2024 05:18:41 +0000 (0:00:00.011) 0:02:08.677 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:18:41 +0000 (0:00:00.042) 0:02:08.719 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:18:41 +0000 (0:00:00.017) 0:02:08.737 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:18:41 +0000 (0:00:00.015) 0:02:08.752 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:18:41 +0000 (0:00:00.028) 0:02:08.781 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:18:41 +0000 (0:00:00.014) 0:02:08.795 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:18:41 +0000 (0:00:00.015) 0:02:08.811 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:18:41 +0000 (0:00:00.013) 0:02:08.824 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:18:41 +0000 (0:00:00.013) 0:02:08.837 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:18:41 +0000 (0:00:00.029) 0:02:08.867 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:18:41 +0000 (0:00:00.015) 0:02:08.882 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:18:41 +0000 (0:00:00.015) 0:02:08.898 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:18:41 +0000 (0:00:00.013) 0:02:08.911 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:18:41 +0000 (0:00:00.014) 0:02:08.926 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:18:41 +0000 (0:00:00.013) 0:02:08.939 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:18:41 +0000 (0:00:00.015) 0:02:08.955 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:18:41 +0000 (0:00:00.014) 0:02:08.969 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:18:41 +0000 (0:00:00.024) 0:02:08.994 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:18:41 +0000 (0:00:00.010) 0:02:09.005 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:18:46 +0000 (0:00:04.594) 0:02:13.600 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:18:46 +0000 (0:00:00.013) 0:02:13.613 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971092.2540014, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1ff1203632e7c5aaed867a74eb25885b038df3b8", "ctime": 1721971092.2490013, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971092.2490013, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:18:46 +0000 (0:00:00.141) 0:02:13.755 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:18:46 +0000 (0:00:00.135) 0:02:13.890 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:18:46 +0000 (0:00:00.011) 0:02:13.902 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext3" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:18:46 +0000 (0:00:00.016) 0:02:13.918 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:18:46 +0000 (0:00:00.015) 0:02:13.933 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:18:46 +0000 (0:00:00.013) 0:02:13.947 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'state': 'absent', 'fstype': 'ext3', 'path': '/opt/test1'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext3", "mount_info": { "fstype": "ext3", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:18:46 +0000 (0:00:00.146) 0:02:14.094 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:18:46 +0000 (0:00:00.252) 0:02:14.346 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:18:46 +0000 (0:00:00.016) 0:02:14.363 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:18:46 +0000 (0:00:00.016) 0:02:14.379 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:18:47 +0000 (0:00:00.239) 0:02:14.619 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:18:47 +0000 (0:00:00.129) 0:02:14.748 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:18:47 +0000 (0:00:00.012) 0:02:14.761 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:244 Friday 26 July 2024 05:18:47 +0000 (0:00:00.599) 0:02:15.360 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:18:47 +0000 (0:00:00.029) 0:02:15.390 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext3", "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": "test1", "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": "5g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:18:47 +0000 (0:00:00.016) 0:02:15.406 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:18:47 +0000 (0:00:00.011) 0:02:15.417 *********** 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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:18:48 +0000 (0:00:00.128) 0:02:15.546 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.004974", "end": "2024-07-26 05:18:48.217525", "rc": 0, "start": "2024-07-26 05:18:48.212551" } STDOUT: # system_role:storage # # /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-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:18:48 +0000 (0:00:00.122) 0:02:15.669 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002990", "end": "2024-07-26 05:18:48.343400", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:18:48.340410" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:18:48 +0000 (0:00:00.124) 0:02:15.794 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'absent', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:18:48 +0000 (0:00:00.029) 0:02:15.823 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:18:48 +0000 (0:00:00.011) 0:02:15.834 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:18:48 +0000 (0:00:00.011) 0:02:15.846 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:18:48 +0000 (0:00:00.010) 0:02:15.857 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:18:48 +0000 (0:00:00.073) 0:02:15.930 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:18:48 +0000 (0:00:00.019) 0:02:15.950 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:18:48 +0000 (0:00:00.009) 0:02:15.960 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:18:48 +0000 (0:00:00.014) 0:02:15.975 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:18:48 +0000 (0:00:00.016) 0:02:15.991 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:18:48 +0000 (0:00:00.016) 0:02:16.008 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:18:48 +0000 (0:00:00.013) 0:02:16.022 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:18:48 +0000 (0:00:00.014) 0:02:16.036 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:18:48 +0000 (0:00:00.011) 0:02:16.047 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:18:48 +0000 (0:00:00.009) 0:02:16.057 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:18:48 +0000 (0:00:00.172) 0:02:16.229 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:18:48 +0000 (0:00:00.012) 0:02:16.242 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:18:48 +0000 (0:00:00.021) 0:02:16.264 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:18:48 +0000 (0:00:00.010) 0:02:16.275 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:18:48 +0000 (0:00:00.010) 0:02:16.285 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:18:48 +0000 (0:00:00.010) 0:02:16.296 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:18:48 +0000 (0:00:00.011) 0:02:16.307 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:18:48 +0000 (0:00:00.010) 0:02:16.318 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:18:48 +0000 (0:00:00.010) 0:02:16.328 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:18:48 +0000 (0:00:00.010) 0:02:16.339 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:18:48 +0000 (0:00:00.010) 0:02:16.349 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:18:48 +0000 (0:00:00.010) 0:02:16.359 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:18:48 +0000 (0:00:00.011) 0:02:16.371 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:18:48 +0000 (0:00:00.011) 0:02:16.382 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:18:48 +0000 (0:00:00.022) 0:02:16.405 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:18:48 +0000 (0:00:00.020) 0:02:16.426 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:18:49 +0000 (0:00:00.015) 0:02:16.441 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:18:49 +0000 (0:00:00.013) 0:02:16.454 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:18:49 +0000 (0:00:00.013) 0:02:16.468 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:18:49 +0000 (0:00:00.013) 0:02:16.482 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:18:49 +0000 (0:00:00.013) 0:02:16.495 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:18:49 +0000 (0:00:00.013) 0:02:16.508 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:18:49 +0000 (0:00:00.014) 0:02:16.523 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:18:49 +0000 (0:00:00.023) 0:02:16.547 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:18:49 +0000 (0:00:00.020) 0:02:16.567 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:16.578 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:16.589 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:16.599 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.611 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:18:49 +0000 (0:00:00.024) 0:02:16.635 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:18:49 +0000 (0:00:00.013) 0:02:16.649 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:16.659 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:18:49 +0000 (0:00:00.009) 0:02:16.668 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.679 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:18:49 +0000 (0:00:00.024) 0:02:16.704 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:18:49 +0000 (0:00:00.022) 0:02:16.727 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.739 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.750 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.761 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.772 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:18:49 +0000 (0:00:00.012) 0:02:16.784 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.795 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.807 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:18:49 +0000 (0:00:00.026) 0:02:16.834 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.845 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.856 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:16.867 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:16.877 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:16.888 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.899 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:16.910 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext3', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:18:49 +0000 (0:00:00.020) 0:02:16.930 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:18:49 +0000 (0:00:00.014) 0:02:16.945 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:18:49 +0000 (0:00:00.050) 0:02:16.996 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:18:49 +0000 (0:00:00.017) 0:02:17.013 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:18:49 +0000 (0:00:00.015) 0:02:17.028 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:17.040 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:17.050 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:17.061 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:17.071 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:17.082 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:18:49 +0000 (0:00:00.009) 0:02:17.092 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:18:49 +0000 (0:00:00.009) 0:02:17.102 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:18:49 +0000 (0:00:00.010) 0:02:17.113 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:18:49 +0000 (0:00:00.063) 0:02:17.177 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:18:49 +0000 (0:00:00.029) 0:02:17.207 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:17.218 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:18:49 +0000 (0:00:00.015) 0:02:17.234 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:18:49 +0000 (0:00:00.012) 0:02:17.246 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:18:49 +0000 (0:00:00.013) 0:02:17.259 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:18:49 +0000 (0:00:00.012) 0:02:17.272 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:18:49 +0000 (0:00:00.012) 0:02:17.284 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:17.296 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:18:49 +0000 (0:00:00.125) 0:02:17.421 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:18:49 +0000 (0:00:00.011) 0:02:17.433 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:18:50 +0000 (0:00:00.014) 0:02:17.448 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:18:50 +0000 (0:00:00.012) 0:02:17.460 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:18:50 +0000 (0:00:00.013) 0:02:17.473 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:17.485 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:17.495 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:17.505 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:18:50 +0000 (0:00:00.291) 0:02:17.797 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:18:50 +0000 (0:00:00.013) 0:02:17.811 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:17.822 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:17.833 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:17.844 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:17.854 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:17.864 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:17.876 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:17.887 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:18:50 +0000 (0:00:00.017) 0:02:17.904 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:18:50 +0000 (0:00:00.015) 0:02:17.919 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:18:50 +0000 (0:00:00.012) 0:02:17.932 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:17.943 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:18:50 +0000 (0:00:00.012) 0:02:17.956 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:17.968 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:17.979 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:17.989 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.000 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.010 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:18:50 +0000 (0:00:00.012) 0:02:18.022 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.033 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.045 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.056 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.067 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.077 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:18:50 +0000 (0:00:00.012) 0:02:18.090 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.101 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.112 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:18:50 +0000 (0:00:00.012) 0:02:18.125 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.136 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.146 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.158 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.169 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.181 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.191 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.202 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.212 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.224 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.234 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.245 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.255 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.265 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.276 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.287 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.297 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.308 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.318 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.328 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:18:50 +0000 (0:00:00.010) 0:02:18.338 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:18:50 +0000 (0:00:00.013) 0:02:18.352 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:18:50 +0000 (0:00:00.012) 0:02:18.365 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.376 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.387 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.399 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.410 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:18:50 +0000 (0:00:00.012) 0:02:18.422 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:18:50 +0000 (0:00:00.011) 0:02:18.433 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:18:51 +0000 (0:00:00.011) 0:02:18.445 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:18:51 +0000 (0:00:00.011) 0:02:18.456 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:18:51 +0000 (0:00:00.011) 0:02:18.467 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:18:51 +0000 (0:00:00.009) 0:02:18.476 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Create a LVM logical volume with for ext2 FS size 5g] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:249 Friday 26 July 2024 05:18:51 +0000 (0:00:00.013) 0:02:18.490 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:18:51 +0000 (0:00:00.045) 0:02:18.535 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:18:51 +0000 (0:00:00.017) 0:02:18.553 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:18:51 +0000 (0:00:00.014) 0:02:18.568 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:18:51 +0000 (0:00:00.028) 0:02:18.596 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:18:51 +0000 (0:00:00.013) 0:02:18.610 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:18:51 +0000 (0:00:00.013) 0:02:18.623 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:18:51 +0000 (0:00:00.013) 0:02:18.636 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:18:51 +0000 (0:00:00.066) 0:02:18.703 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:18:51 +0000 (0:00:00.031) 0:02:18.734 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:18:51 +0000 (0:00:00.015) 0:02:18.749 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:18:51 +0000 (0:00:00.015) 0:02:18.764 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:18:51 +0000 (0:00:00.014) 0:02:18.779 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:18:51 +0000 (0:00:00.013) 0:02:18.793 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:18:51 +0000 (0:00:00.013) 0:02:18.807 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:18:51 +0000 (0:00:00.014) 0:02:18.821 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:18:51 +0000 (0:00:00.013) 0:02:18.835 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:18:51 +0000 (0:00:00.024) 0:02:18.859 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:18:51 +0000 (0:00:00.011) 0:02:18.870 *********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:18:56 +0000 (0:00:04.868) 0:02:23.739 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:18:56 +0000 (0:00:00.012) 0:02:23.752 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971126.8493118, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "72884e3f126482c2d28276ff7c57744fa95eff91", "ctime": 1721971126.6363099, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971126.6363099, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1229, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:18:56 +0000 (0:00:00.139) 0:02:23.891 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:18:56 +0000 (0:00:00.129) 0:02:24.021 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:18:56 +0000 (0:00:00.010) 0:02:24.031 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:18:56 +0000 (0:00:00.020) 0:02:24.052 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:18:56 +0000 (0:00:00.015) 0:02:24.067 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:18:56 +0000 (0:00:00.013) 0:02:24.081 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:18:56 +0000 (0:00:00.015) 0:02:24.096 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:18:56 +0000 (0:00:00.247) 0:02:24.344 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext2', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:18:57 +0000 (0:00:00.153) 0:02:24.497 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext2', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:18:57 +0000 (0:00:00.021) 0:02:24.518 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:18:57 +0000 (0:00:00.245) 0:02:24.764 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:18:57 +0000 (0:00:00.130) 0:02:24.895 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:18:57 +0000 (0:00:00.010) 0:02:24.905 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:265 Friday 26 July 2024 05:18:58 +0000 (0:00:00.605) 0:02:25.510 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:18:58 +0000 (0:00:00.031) 0:02:25.542 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "ext2", "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": "test1", "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": "5g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:18:58 +0000 (0:00:00.016) 0:02:25.558 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:18:58 +0000 (0:00:00.012) 0:02:25.571 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "1ef7a6ec-9b33-4b6c-b5ab-f9232bc2de5a" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "r0YVwx-CgTx-AkRP-otR2-K6kI-kpGd-FZaaKE" }, "/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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:18:58 +0000 (0:00:00.131) 0:02:25.702 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002995", "end": "2024-07-26 05:18:58.375971", "rc": 0, "start": "2024-07-26 05:18:58.372976" } STDOUT: # system_role:storage # # /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/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:18:58 +0000 (0:00:00.125) 0:02:25.827 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003031", "end": "2024-07-26 05:18:58.500115", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:18:58.497084" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:18:58 +0000 (0:00:00.125) 0:02:25.953 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:18:58 +0000 (0:00:00.026) 0:02:25.979 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:18:58 +0000 (0:00:00.011) 0:02:25.991 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.020427", "end": "2024-07-26 05:18:58.682414", "rc": 0, "start": "2024-07-26 05:18:58.661987" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:18:58 +0000 (0:00:00.145) 0:02:26.136 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:18:58 +0000 (0:00:00.015) 0:02:26.152 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:18:58 +0000 (0:00:00.023) 0:02:26.176 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:18:58 +0000 (0:00:00.020) 0:02:26.196 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:18:58 +0000 (0:00:00.129) 0:02:26.326 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:18:58 +0000 (0:00:00.015) 0:02:26.341 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:18:58 +0000 (0:00:00.016) 0:02:26.357 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:18:58 +0000 (0:00:00.015) 0:02:26.373 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:18:58 +0000 (0:00:00.013) 0:02:26.386 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:18:58 +0000 (0:00:00.014) 0:02:26.401 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:18:58 +0000 (0:00:00.012) 0:02:26.413 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:18:58 +0000 (0:00:00.015) 0:02:26.429 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:18:59 +0000 (0:00:00.168) 0:02:26.597 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:18:59 +0000 (0:00:00.015) 0:02:26.613 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:18:59 +0000 (0:00:00.022) 0:02:26.636 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:26.647 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:26.658 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:26.668 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:26.678 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:26.689 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:26.701 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:26.711 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:26.722 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:26.733 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:26.743 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:18:59 +0000 (0:00:00.012) 0:02:26.755 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:18:59 +0000 (0:00:00.024) 0:02:26.780 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:18:59 +0000 (0:00:00.022) 0:02:26.802 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:18:59 +0000 (0:00:00.014) 0:02:26.816 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:18:59 +0000 (0:00:00.013) 0:02:26.830 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:18:59 +0000 (0:00:00.014) 0:02:26.844 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:18:59 +0000 (0:00:00.013) 0:02:26.858 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:18:59 +0000 (0:00:00.013) 0:02:26.872 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:18:59 +0000 (0:00:00.013) 0:02:26.885 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:18:59 +0000 (0:00:00.013) 0:02:26.898 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:18:59 +0000 (0:00:00.024) 0:02:26.923 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:18:59 +0000 (0:00:00.019) 0:02:26.942 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:26.953 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:26.963 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:26.974 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:18:59 +0000 (0:00:00.065) 0:02:27.040 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:18:59 +0000 (0:00:00.026) 0:02:27.067 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:18:59 +0000 (0:00:00.014) 0:02:27.081 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:18:59 +0000 (0:00:00.012) 0:02:27.094 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:2 Friday 26 July 2024 05:18:59 +0000 (0:00:00.020) 0:02:27.114 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:6 Friday 26 July 2024 05:18:59 +0000 (0:00:00.016) 0:02:27.130 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:14 Friday 26 July 2024 05:18:59 +0000 (0:00:00.015) 0:02:27.146 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:23 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.158 *********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:32 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.169 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:41 Friday 26 July 2024 05:18:59 +0000 (0:00:00.012) 0:02:27.182 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.205 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:18:59 +0000 (0:00:00.025) 0:02:27.230 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:18:59 +0000 (0:00:00.021) 0:02:27.252 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.263 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.275 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.286 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.298 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:18:59 +0000 (0:00:00.012) 0:02:27.311 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.322 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.334 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:18:59 +0000 (0:00:00.027) 0:02:27.361 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:27.372 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.383 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:27.394 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:27.405 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:18:59 +0000 (0:00:00.010) 0:02:27.415 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:18:59 +0000 (0:00:00.011) 0:02:27.426 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:27.438 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': [], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:19:00 +0000 (0:00:00.021) 0:02:27.459 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:19:00 +0000 (0:00:00.015) 0:02:27.474 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:19:00 +0000 (0:00:00.052) 0:02:27.526 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:19:00 +0000 (0:00:00.017) 0:02:27.544 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:19:00 +0000 (0:00:00.016) 0:02:27.560 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:19:00 +0000 (0:00:00.012) 0:02:27.573 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:19:00 +0000 (0:00:00.014) 0:02:27.587 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:27.598 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:19:00 +0000 (0:00:00.010) 0:02:27.609 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:19:00 +0000 (0:00:00.010) 0:02:27.619 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:19:00 +0000 (0:00:00.010) 0:02:27.629 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:27.641 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:19:00 +0000 (0:00:00.010) 0:02:27.652 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:27.663 *********** 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/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:19:00 +0000 (0:00:00.027) 0:02:27.691 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:19:00 +0000 (0:00:00.014) 0:02:27.706 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:19:00 +0000 (0:00:00.014) 0:02:27.720 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:19:00 +0000 (0:00:00.013) 0:02:27.733 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:19:00 +0000 (0:00:00.013) 0:02:27.747 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:27.758 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:19:00 +0000 (0:00:00.016) 0:02:27.775 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:19:00 +0000 (0:00:00.016) 0:02:27.791 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971136.243396, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721971136.243396, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 70318, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721971136.243396, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:19:00 +0000 (0:00:00.133) 0:02:27.925 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:19:00 +0000 (0:00:00.015) 0:02:27.941 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:27.953 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:19:00 +0000 (0:00:00.014) 0:02:27.967 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:19:00 +0000 (0:00:00.012) 0:02:27.980 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:19:00 +0000 (0:00:00.010) 0:02:27.990 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:19:00 +0000 (0:00:00.013) 0:02:28.004 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:28.015 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:19:00 +0000 (0:00:00.288) 0:02:28.304 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:28.315 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:19:00 +0000 (0:00:00.010) 0:02:28.325 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:19:00 +0000 (0:00:00.015) 0:02:28.341 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:19:00 +0000 (0:00:00.010) 0:02:28.351 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:28.363 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:28.374 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:28.385 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:19:00 +0000 (0:00:00.011) 0:02:28.397 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:19:00 +0000 (0:00:00.016) 0:02:28.413 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:19:00 +0000 (0:00:00.014) 0:02:28.428 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:19:01 +0000 (0:00:00.012) 0:02:28.441 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:19:01 +0000 (0:00:00.012) 0:02:28.453 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:19:01 +0000 (0:00:00.012) 0:02:28.465 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:19:01 +0000 (0:00:00.011) 0:02:28.477 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:19:01 +0000 (0:00:00.011) 0:02:28.488 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:28.499 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:19:01 +0000 (0:00:00.011) 0:02:28.511 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:28.521 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:28.532 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:28.543 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:28.553 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:28.563 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:19:01 +0000 (0:00:00.011) 0:02:28.575 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:19:01 +0000 (0:00:00.067) 0:02:28.642 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:19:01 +0000 (0:00:00.129) 0:02:28.771 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:19:01 +0000 (0:00:00.135) 0:02:28.906 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:19:01 +0000 (0:00:00.016) 0:02:28.923 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:19:01 +0000 (0:00:00.013) 0:02:28.936 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:19:01 +0000 (0:00:00.125) 0:02:29.062 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:19:01 +0000 (0:00:00.015) 0:02:29.077 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:19:01 +0000 (0:00:00.013) 0:02:29.091 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:19:01 +0000 (0:00:00.013) 0:02:29.105 *********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:19:01 +0000 (0:00:00.013) 0:02:29.118 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:19:01 +0000 (0:00:00.011) 0:02:29.130 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:29.141 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:19:01 +0000 (0:00:00.012) 0:02:29.153 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:19:01 +0000 (0:00:00.011) 0:02:29.164 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:29.175 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:29.186 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:29.196 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:29.207 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:19:01 +0000 (0:00:00.012) 0:02:29.219 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:19:01 +0000 (0:00:00.011) 0:02:29.230 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:19:01 +0000 (0:00:00.011) 0:02:29.241 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:29.252 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:29.262 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:19:01 +0000 (0:00:00.010) 0:02:29.273 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:19:01 +0000 (0:00:00.011) 0:02:29.284 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:19:01 +0000 (0:00:00.013) 0:02:29.298 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:19:01 +0000 (0:00:00.013) 0:02:29.311 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:19:01 +0000 (0:00:00.017) 0:02:29.329 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.021778", "end": "2024-07-26 05:19:02.025494", "rc": 0, "start": "2024-07-26 05:19:02.003716" } STDOUT: LVM2_LV_NAME=test1 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-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:19:02 +0000 (0:00:00.148) 0:02:29.478 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:19:02 +0000 (0:00:00.015) 0:02:29.493 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:19:02 +0000 (0:00:00.017) 0:02:29.510 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:19:02 +0000 (0:00:00.012) 0:02:29.523 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:19:02 +0000 (0:00:00.012) 0:02:29.535 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:19:02 +0000 (0:00:00.012) 0:02:29.547 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:19:02 +0000 (0:00:00.011) 0:02:29.559 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:19:02 +0000 (0:00:00.011) 0:02:29.571 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:19:02 +0000 (0:00:00.010) 0:02:29.581 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 9g] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:268 Friday 26 July 2024 05:19:02 +0000 (0:00:00.011) 0:02:29.593 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:19:02 +0000 (0:00:00.049) 0:02:29.643 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:19:02 +0000 (0:00:00.017) 0:02:29.660 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:19:02 +0000 (0:00:00.014) 0:02:29.675 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:19:02 +0000 (0:00:00.029) 0:02:29.704 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:19:02 +0000 (0:00:00.014) 0:02:29.718 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:19:02 +0000 (0:00:00.015) 0:02:29.733 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:19:02 +0000 (0:00:00.012) 0:02:29.746 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:19:02 +0000 (0:00:00.012) 0:02:29.759 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:19:02 +0000 (0:00:00.029) 0:02:29.788 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:19:02 +0000 (0:00:00.014) 0:02:29.803 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:19:02 +0000 (0:00:00.015) 0:02:29.818 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:19:02 +0000 (0:00:00.013) 0:02:29.832 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:19:02 +0000 (0:00:00.013) 0:02:29.846 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:19:02 +0000 (0:00:00.013) 0:02:29.860 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:19:02 +0000 (0:00:00.015) 0:02:29.875 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:19:02 +0000 (0:00:00.014) 0:02:29.890 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:19:02 +0000 (0:00:00.024) 0:02:29.914 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:19:02 +0000 (0:00:00.010) 0:02:29.925 *********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:19:08 +0000 (0:00:05.744) 0:02:35.669 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:19:08 +0000 (0:00:00.013) 0:02:35.682 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971137.0394032, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c6abf0a388bb293ed38f7a11686eb491e2373da7", "ctime": 1721971137.0364032, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971137.0364032, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:19:08 +0000 (0:00:00.137) 0:02:35.819 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:19:08 +0000 (0:00:00.132) 0:02:35.952 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:19:08 +0000 (0:00:00.011) 0:02:35.963 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:19:08 +0000 (0:00:00.016) 0:02:35.979 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "9g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:19:08 +0000 (0:00:00.015) 0:02:35.995 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:19:08 +0000 (0:00:00.013) 0:02:36.008 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:19:08 +0000 (0:00:00.016) 0:02:36.025 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:19:08 +0000 (0:00:00.252) 0:02:36.277 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext2', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:19:08 +0000 (0:00:00.153) 0:02:36.431 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext2', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:19:09 +0000 (0:00:00.020) 0:02:36.451 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:19:09 +0000 (0:00:00.246) 0:02:36.697 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:19:09 +0000 (0:00:00.130) 0:02:36.828 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:19:09 +0000 (0:00:00.012) 0:02:36.840 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:282 Friday 26 July 2024 05:19:10 +0000 (0:00:00.605) 0:02:37.446 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:19:10 +0000 (0:00:00.033) 0:02:37.479 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "9g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:19:10 +0000 (0:00:00.016) 0:02:37.495 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:19:10 +0000 (0:00:00.011) 0:02:37.507 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "1ef7a6ec-9b33-4b6c-b5ab-f9232bc2de5a" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "r0YVwx-CgTx-AkRP-otR2-K6kI-kpGd-FZaaKE" }, "/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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:19:10 +0000 (0:00:00.128) 0:02:37.636 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.002946", "end": "2024-07-26 05:19:10.307104", "rc": 0, "start": "2024-07-26 05:19:10.304158" } STDOUT: # system_role:storage # # /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/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:19:10 +0000 (0:00:00.121) 0:02:37.758 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003124", "end": "2024-07-26 05:19:10.431914", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:19:10.428790" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:19:10 +0000 (0:00:00.127) 0:02:37.885 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:19:10 +0000 (0:00:00.026) 0:02:37.911 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:19:10 +0000 (0:00:00.011) 0:02:37.923 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.019420", "end": "2024-07-26 05:19:10.612420", "rc": 0, "start": "2024-07-26 05:19:10.593000" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:19:10 +0000 (0:00:00.142) 0:02:38.065 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:19:10 +0000 (0:00:00.015) 0:02:38.081 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:19:10 +0000 (0:00:00.024) 0:02:38.105 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:19:10 +0000 (0:00:00.020) 0:02:38.126 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:19:10 +0000 (0:00:00.125) 0:02:38.251 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:19:10 +0000 (0:00:00.014) 0:02:38.266 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:19:10 +0000 (0:00:00.017) 0:02:38.283 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:19:10 +0000 (0:00:00.015) 0:02:38.298 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:19:10 +0000 (0:00:00.013) 0:02:38.312 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:19:10 +0000 (0:00:00.014) 0:02:38.326 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:19:10 +0000 (0:00:00.011) 0:02:38.337 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:19:10 +0000 (0:00:00.015) 0:02:38.353 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:19:11 +0000 (0:00:00.244) 0:02:38.598 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:19:11 +0000 (0:00:00.016) 0:02:38.614 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:19:11 +0000 (0:00:00.022) 0:02:38.636 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:38.648 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:38.658 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:38.670 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:38.681 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:38.692 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:38.703 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:38.713 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:38.724 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:19:11 +0000 (0:00:00.012) 0:02:38.736 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:38.747 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:38.759 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:19:11 +0000 (0:00:00.022) 0:02:38.781 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:19:11 +0000 (0:00:00.022) 0:02:38.804 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:19:11 +0000 (0:00:00.014) 0:02:38.819 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:19:11 +0000 (0:00:00.013) 0:02:38.832 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:19:11 +0000 (0:00:00.013) 0:02:38.846 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:19:11 +0000 (0:00:00.013) 0:02:38.859 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:19:11 +0000 (0:00:00.015) 0:02:38.875 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:19:11 +0000 (0:00:00.013) 0:02:38.889 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:19:11 +0000 (0:00:00.013) 0:02:38.902 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:19:11 +0000 (0:00:00.023) 0:02:38.926 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:19:11 +0000 (0:00:00.021) 0:02:38.948 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:38.958 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:38.969 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:38.980 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:38.991 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:19:11 +0000 (0:00:00.026) 0:02:39.017 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:19:11 +0000 (0:00:00.014) 0:02:39.031 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:19:11 +0000 (0:00:00.014) 0:02:39.045 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:2 Friday 26 July 2024 05:19:11 +0000 (0:00:00.019) 0:02:39.065 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:6 Friday 26 July 2024 05:19:11 +0000 (0:00:00.017) 0:02:39.082 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:14 Friday 26 July 2024 05:19:11 +0000 (0:00:00.015) 0:02:39.098 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:23 Friday 26 July 2024 05:19:11 +0000 (0:00:00.012) 0:02:39.111 *********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:32 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.122 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:41 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.134 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.146 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:19:11 +0000 (0:00:00.012) 0:02:39.159 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:19:11 +0000 (0:00:00.025) 0:02:39.185 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:19:11 +0000 (0:00:00.021) 0:02:39.207 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:19:11 +0000 (0:00:00.012) 0:02:39.219 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.231 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.242 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.254 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.265 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.276 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:19:11 +0000 (0:00:00.013) 0:02:39.289 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:19:11 +0000 (0:00:00.027) 0:02:39.316 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:39.327 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:39.338 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:19:11 +0000 (0:00:00.010) 0:02:39.348 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.360 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.372 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.383 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:19:11 +0000 (0:00:00.011) 0:02:39.394 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '9g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:19:11 +0000 (0:00:00.018) 0:02:39.413 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:19:11 +0000 (0:00:00.016) 0:02:39.429 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:19:12 +0000 (0:00:00.050) 0:02:39.480 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:19:12 +0000 (0:00:00.018) 0:02:39.498 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:19:12 +0000 (0:00:00.016) 0:02:39.515 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:39.526 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:19:12 +0000 (0:00:00.014) 0:02:39.541 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:19:12 +0000 (0:00:00.013) 0:02:39.554 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:39.566 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:39.577 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:39.588 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:19:12 +0000 (0:00:00.010) 0:02:39.598 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:19:12 +0000 (0:00:00.010) 0:02:39.608 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:19:12 +0000 (0:00:00.012) 0:02:39.621 *********** 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/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:19:12 +0000 (0:00:00.027) 0:02:39.649 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:19:12 +0000 (0:00:00.015) 0:02:39.665 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:19:12 +0000 (0:00:00.014) 0:02:39.679 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:39.691 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:19:12 +0000 (0:00:00.012) 0:02:39.703 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:19:12 +0000 (0:00:00.012) 0:02:39.716 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:19:12 +0000 (0:00:00.016) 0:02:39.733 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:19:12 +0000 (0:00:00.015) 0:02:39.748 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971148.177503, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721971148.177503, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 70318, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721971148.177503, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:19:12 +0000 (0:00:00.131) 0:02:39.880 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:19:12 +0000 (0:00:00.014) 0:02:39.894 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:39.906 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:19:12 +0000 (0:00:00.015) 0:02:39.921 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:19:12 +0000 (0:00:00.075) 0:02:39.996 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:19:12 +0000 (0:00:00.012) 0:02:40.009 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:19:12 +0000 (0:00:00.014) 0:02:40.024 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:19:12 +0000 (0:00:00.010) 0:02:40.035 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:19:12 +0000 (0:00:00.291) 0:02:40.326 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:40.337 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:19:12 +0000 (0:00:00.012) 0:02:40.350 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:19:12 +0000 (0:00:00.016) 0:02:40.366 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:40.378 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:40.390 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:40.401 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:19:12 +0000 (0:00:00.011) 0:02:40.412 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:19:12 +0000 (0:00:00.012) 0:02:40.425 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:19:13 +0000 (0:00:00.017) 0:02:40.442 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:19:13 +0000 (0:00:00.015) 0:02:40.458 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:19:13 +0000 (0:00:00.012) 0:02:40.470 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:19:13 +0000 (0:00:00.011) 0:02:40.482 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:19:13 +0000 (0:00:00.011) 0:02:40.494 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:19:13 +0000 (0:00:00.012) 0:02:40.507 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:19:13 +0000 (0:00:00.011) 0:02:40.518 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:19:13 +0000 (0:00:00.011) 0:02:40.530 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:19:13 +0000 (0:00:00.011) 0:02:40.541 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:40.552 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:40.563 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:19:13 +0000 (0:00:00.012) 0:02:40.575 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:19:13 +0000 (0:00:00.011) 0:02:40.586 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:40.597 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:40.608 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:40.619 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:19:13 +0000 (0:00:00.122) 0:02:40.741 *********** ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:19:13 +0000 (0:00:00.130) 0:02:40.871 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:19:13 +0000 (0:00:00.017) 0:02:40.888 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:19:13 +0000 (0:00:00.013) 0:02:40.902 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:19:13 +0000 (0:00:00.122) 0:02:41.025 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:19:13 +0000 (0:00:00.014) 0:02:41.039 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:19:13 +0000 (0:00:00.013) 0:02:41.052 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:19:13 +0000 (0:00:00.014) 0:02:41.067 *********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:19:13 +0000 (0:00:00.013) 0:02:41.081 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:19:13 +0000 (0:00:00.011) 0:02:41.092 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.103 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.114 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.125 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:19:13 +0000 (0:00:00.012) 0:02:41.137 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.148 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.158 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.169 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.179 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.190 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:19:13 +0000 (0:00:00.011) 0:02:41.201 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.212 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.223 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.234 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:19:13 +0000 (0:00:00.010) 0:02:41.245 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 9663676416, "changed": false, "failed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:19:13 +0000 (0:00:00.013) 0:02:41.258 *********** ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:19:13 +0000 (0:00:00.014) 0:02:41.272 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:19:13 +0000 (0:00:00.017) 0:02:41.290 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.017134", "end": "2024-07-26 05:19:13.981258", "rc": 0, "start": "2024-07-26 05:19:13.964124" } STDOUT: LVM2_LV_NAME=test1 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-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:19:13 +0000 (0:00:00.144) 0:02:41.434 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:19:14 +0000 (0:00:00.015) 0:02:41.449 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:19:14 +0000 (0:00:00.015) 0:02:41.464 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:19:14 +0000 (0:00:00.012) 0:02:41.476 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:19:14 +0000 (0:00:00.013) 0:02:41.490 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:19:14 +0000 (0:00:00.011) 0:02:41.502 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:19:14 +0000 (0:00:00.012) 0:02:41.515 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:19:14 +0000 (0:00:00.011) 0:02:41.526 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:19:14 +0000 (0:00:00.009) 0:02:41.536 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Change volume size to 5g] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:285 Friday 26 July 2024 05:19:14 +0000 (0:00:00.012) 0:02:41.548 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:19:14 +0000 (0:00:00.054) 0:02:41.603 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:19:14 +0000 (0:00:00.018) 0:02:41.621 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:19:14 +0000 (0:00:00.015) 0:02:41.637 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:19:14 +0000 (0:00:00.029) 0:02:41.666 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:19:14 +0000 (0:00:00.014) 0:02:41.681 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:19:14 +0000 (0:00:00.013) 0:02:41.695 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:19:14 +0000 (0:00:00.014) 0:02:41.709 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:19:14 +0000 (0:00:00.013) 0:02:41.722 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:19:14 +0000 (0:00:00.029) 0:02:41.751 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:19:14 +0000 (0:00:00.014) 0:02:41.766 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:19:14 +0000 (0:00:00.016) 0:02:41.782 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:19:14 +0000 (0:00:00.014) 0:02:41.796 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:19:14 +0000 (0:00:00.014) 0:02:41.810 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:19:14 +0000 (0:00:00.014) 0:02:41.825 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:19:14 +0000 (0:00:00.014) 0:02:41.839 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:19:14 +0000 (0:00:00.013) 0:02:41.853 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:19:14 +0000 (0:00:00.027) 0:02:41.880 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:19:14 +0000 (0:00:00.010) 0:02:41.891 *********** changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:19:19 +0000 (0:00:05.524) 0:02:47.415 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:19:19 +0000 (0:00:00.013) 0:02:47.428 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971137.0394032, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c6abf0a388bb293ed38f7a11686eb491e2373da7", "ctime": 1721971137.0364032, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971137.0364032, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:19:20 +0000 (0:00:00.134) 0:02:47.563 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:19:20 +0000 (0:00:00.133) 0:02:47.696 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:19:20 +0000 (0:00:00.010) 0:02:47.707 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "resize device", "device": "/dev/mapper/foo-test1", "fs_type": null } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" } ], "packages": [ "e2fsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:19:20 +0000 (0:00:00.016) 0:02:47.724 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:19:20 +0000 (0:00:00.015) 0:02:47.739 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:19:20 +0000 (0:00:00.014) 0:02:47.753 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:19:20 +0000 (0:00:00.014) 0:02:47.768 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:19:20 +0000 (0:00:00.247) 0:02:48.015 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext2', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:19:20 +0000 (0:00:00.148) 0:02:48.164 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext2', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "false_condition": "mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none", "mount_info": { "dump": 0, "fstype": "ext2", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:19:20 +0000 (0:00:00.020) 0:02:48.185 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:19:20 +0000 (0:00:00.239) 0:02:48.424 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:19:21 +0000 (0:00:00.130) 0:02:48.554 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:19:21 +0000 (0:00:00.010) 0:02:48.565 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:299 Friday 26 July 2024 05:19:21 +0000 (0:00:00.608) 0:02:49.174 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:19:21 +0000 (0:00:00.035) 0:02:49.209 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "5g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:19:21 +0000 (0:00:00.084) 0:02:49.294 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:19:21 +0000 (0:00:00.013) 0:02:49.307 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "1ef7a6ec-9b33-4b6c-b5ab-f9232bc2de5a" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "r0YVwx-CgTx-AkRP-otR2-K6kI-kpGd-FZaaKE" }, "/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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:19:21 +0000 (0:00:00.127) 0:02:49.435 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003018", "end": "2024-07-26 05:19:22.109998", "rc": 0, "start": "2024-07-26 05:19:22.106980" } STDOUT: # system_role:storage # # /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/foo-test1 /opt/test1 ext2 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:19:22 +0000 (0:00:00.127) 0:02:49.563 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.004976", "end": "2024-07-26 05:19:22.237062", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:19:22.232086" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:19:22 +0000 (0:00:00.124) 0:02:49.688 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'present', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:19:22 +0000 (0:00:00.028) 0:02:49.716 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:19:22 +0000 (0:00:00.011) 0:02:49.728 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017708", "end": "2024-07-26 05:19:22.417426", "rc": 0, "start": "2024-07-26 05:19:22.399718" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:19:22 +0000 (0:00:00.141) 0:02:49.869 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:19:22 +0000 (0:00:00.015) 0:02:49.885 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:19:22 +0000 (0:00:00.024) 0:02:49.910 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:19:22 +0000 (0:00:00.020) 0:02:49.930 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:19:22 +0000 (0:00:00.123) 0:02:50.054 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:19:22 +0000 (0:00:00.014) 0:02:50.069 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:19:22 +0000 (0:00:00.016) 0:02:50.086 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:19:22 +0000 (0:00:00.015) 0:02:50.102 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:19:22 +0000 (0:00:00.015) 0:02:50.117 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:19:22 +0000 (0:00:00.014) 0:02:50.132 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:19:22 +0000 (0:00:00.011) 0:02:50.143 *********** ok: [sut] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:19:22 +0000 (0:00:00.016) 0:02:50.160 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:19:22 +0000 (0:00:00.167) 0:02:50.328 *********** skipping: [sut] => (item=/dev/sda) => { "ansible_loop_var": "st_pool_pv", "changed": false, "false_condition": "grow_supported.stdout | trim == 'True'", "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sda" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:19:22 +0000 (0:00:00.015) 0:02:50.343 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:19:22 +0000 (0:00:00.023) 0:02:50.367 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:19:22 +0000 (0:00:00.011) 0:02:50.378 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:19:22 +0000 (0:00:00.011) 0:02:50.390 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:19:22 +0000 (0:00:00.010) 0:02:50.400 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:19:22 +0000 (0:00:00.012) 0:02:50.413 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:19:22 +0000 (0:00:00.010) 0:02:50.423 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:19:22 +0000 (0:00:00.010) 0:02:50.434 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:50.445 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:50.456 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:50.467 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:19:23 +0000 (0:00:00.012) 0:02:50.479 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:50.491 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:19:23 +0000 (0:00:00.023) 0:02:50.514 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:19:23 +0000 (0:00:00.022) 0:02:50.536 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:19:23 +0000 (0:00:00.015) 0:02:50.551 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:19:23 +0000 (0:00:00.013) 0:02:50.565 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:19:23 +0000 (0:00:00.013) 0:02:50.579 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:19:23 +0000 (0:00:00.013) 0:02:50.593 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:19:23 +0000 (0:00:00.013) 0:02:50.606 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:19:23 +0000 (0:00:00.013) 0:02:50.620 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:19:23 +0000 (0:00:00.015) 0:02:50.635 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:19:23 +0000 (0:00:00.023) 0:02:50.659 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:19:23 +0000 (0:00:00.020) 0:02:50.680 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:50.691 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:50.702 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:50.712 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:50.724 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:19:23 +0000 (0:00:00.024) 0:02:50.748 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:19:23 +0000 (0:00:00.014) 0:02:50.763 *********** skipping: [sut] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.encryption", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:19:23 +0000 (0:00:00.012) 0:02:50.776 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml for sut => (item=/dev/sda) TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:2 Friday 26 July 2024 05:19:23 +0000 (0:00:00.019) 0:02:50.795 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:6 Friday 26 July 2024 05:19:23 +0000 (0:00:00.015) 0:02:50.811 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:14 Friday 26 July 2024 05:19:23 +0000 (0:00:00.015) 0:02:50.827 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:23 Friday 26 July 2024 05:19:23 +0000 (0:00:00.013) 0:02:50.840 *********** skipping: [sut] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:32 Friday 26 July 2024 05:19:23 +0000 (0:00:00.012) 0:02:50.852 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-crypttab.yml:41 Friday 26 July 2024 05:19:23 +0000 (0:00:00.012) 0:02:50.864 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:50.876 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:50.887 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:19:23 +0000 (0:00:00.026) 0:02:50.914 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:19:23 +0000 (0:00:00.020) 0:02:50.935 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:50.946 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:50.958 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:19:23 +0000 (0:00:00.012) 0:02:50.970 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:50.981 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:50.992 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:51.004 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:51.015 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:19:23 +0000 (0:00:00.028) 0:02:51.043 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:51.055 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:51.065 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:51.076 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:51.086 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:51.097 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:51.109 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:51.121 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, '_kernel_device': '/dev/dm-0', 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], '_raw_kernel_device': '/dev/dm-0', 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:19:23 +0000 (0:00:00.018) 0:02:51.140 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:19:23 +0000 (0:00:00.015) 0:02:51.155 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:19:23 +0000 (0:00:00.051) 0:02:51.206 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:19:23 +0000 (0:00:00.018) 0:02:51.225 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:19:23 +0000 (0:00:00.016) 0:02:51.241 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:51.252 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:19:23 +0000 (0:00:00.014) 0:02:51.266 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:51.277 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:51.287 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:51.299 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:51.309 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:51.320 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:19:23 +0000 (0:00:00.010) 0:02:51.330 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:19:23 +0000 (0:00:00.011) 0:02:51.341 *********** 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/foo-test1 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 ext2 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:19:23 +0000 (0:00:00.027) 0:02:51.369 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:19:24 +0000 (0:00:00.086) 0:02:51.455 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:19:24 +0000 (0:00:00.017) 0:02:51.473 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:19:24 +0000 (0:00:00.012) 0:02:51.485 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:19:24 +0000 (0:00:00.013) 0:02:51.499 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:51.511 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:19:24 +0000 (0:00:00.016) 0:02:51.528 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:19:24 +0000 (0:00:00.017) 0:02:51.546 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971159.9126062, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1721971159.9126062, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 70318, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1721971159.9126062, "nlink": 1, "path": "/dev/mapper/foo-test1", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": null, "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:19:24 +0000 (0:00:00.130) 0:02:51.676 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:19:24 +0000 (0:00:00.015) 0:02:51.691 *********** skipping: [sut] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:51.703 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:19:24 +0000 (0:00:00.014) 0:02:51.717 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:19:24 +0000 (0:00:00.012) 0:02:51.730 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:19:24 +0000 (0:00:00.012) 0:02:51.743 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:19:24 +0000 (0:00:00.013) 0:02:51.757 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:51.768 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:19:24 +0000 (0:00:00.293) 0:02:52.062 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.074 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:19:24 +0000 (0:00:00.010) 0:02:52.085 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:19:24 +0000 (0:00:00.018) 0:02:52.103 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.114 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.126 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.137 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.149 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.160 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:19:24 +0000 (0:00:00.018) 0:02:52.179 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:19:24 +0000 (0:00:00.015) 0:02:52.194 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:19:24 +0000 (0:00:00.012) 0:02:52.207 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:19:24 +0000 (0:00:00.012) 0:02:52.219 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.231 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.242 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:19:24 +0000 (0:00:00.012) 0:02:52.255 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.266 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:19:24 +0000 (0:00:00.010) 0:02:52.277 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.288 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.300 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:19:24 +0000 (0:00:00.010) 0:02:52.310 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:19:24 +0000 (0:00:00.012) 0:02:52.323 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.334 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.345 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:19:24 +0000 (0:00:00.011) 0:02:52.357 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:19:25 +0000 (0:00:00.122) 0:02:52.480 *********** ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:19:25 +0000 (0:00:00.126) 0:02:52.606 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:19:25 +0000 (0:00:00.018) 0:02:52.625 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:19:25 +0000 (0:00:00.013) 0:02:52.638 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:19:25 +0000 (0:00:00.124) 0:02:52.763 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:19:25 +0000 (0:00:00.014) 0:02:52.777 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:19:25 +0000 (0:00:00.013) 0:02:52.791 *********** skipping: [sut] => { "false_condition": "'%' in storage_test_volume.size | string" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:19:25 +0000 (0:00:00.013) 0:02:52.805 *********** skipping: [sut] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:19:25 +0000 (0:00:00.015) 0:02:52.820 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:19:25 +0000 (0:00:00.011) 0:02:52.832 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:19:25 +0000 (0:00:00.011) 0:02:52.843 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:19:25 +0000 (0:00:00.010) 0:02:52.854 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:19:25 +0000 (0:00:00.010) 0:02:52.864 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:19:25 +0000 (0:00:00.010) 0:02:52.875 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:19:25 +0000 (0:00:00.012) 0:02:52.887 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:19:25 +0000 (0:00:00.011) 0:02:52.899 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:19:25 +0000 (0:00:00.010) 0:02:52.909 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:19:25 +0000 (0:00:00.010) 0:02:52.920 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:19:25 +0000 (0:00:00.010) 0:02:52.931 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:19:25 +0000 (0:00:00.010) 0:02:52.941 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:19:25 +0000 (0:00:00.012) 0:02:52.953 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:19:25 +0000 (0:00:00.011) 0:02:52.965 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:19:25 +0000 (0:00:00.010) 0:02:52.975 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:19:25 +0000 (0:00:00.010) 0:02:52.986 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:19:25 +0000 (0:00:00.013) 0:02:52.999 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:19:25 +0000 (0:00:00.012) 0:02:53.012 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:19:25 +0000 (0:00:00.019) 0:02:53.031 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.021257", "end": "2024-07-26 05:19:25.722399", "rc": 0, "start": "2024-07-26 05:19:25.701142" } STDOUT: LVM2_LV_NAME=test1 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-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:19:25 +0000 (0:00:00.144) 0:02:53.175 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:19:25 +0000 (0:00:00.014) 0:02:53.190 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:19:25 +0000 (0:00:00.015) 0:02:53.206 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:19:25 +0000 (0:00:00.012) 0:02:53.219 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:19:25 +0000 (0:00:00.011) 0:02:53.230 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:19:25 +0000 (0:00:00.013) 0:02:53.244 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:19:25 +0000 (0:00:00.012) 0:02:53.256 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:19:25 +0000 (0:00:00.011) 0:02:53.268 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:19:25 +0000 (0:00:00.009) 0:02:53.277 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:302 Friday 26 July 2024 05:19:25 +0000 (0:00:00.011) 0:02:53.288 *********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 26 July 2024 05:19:25 +0000 (0:00:00.056) 0:02:53.345 *********** included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 26 July 2024 05:19:25 +0000 (0:00:00.018) 0:02:53.364 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 26 July 2024 05:19:25 +0000 (0:00:00.015) 0:02:53.379 *********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [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-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/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, "false_condition": "__vars_file is file", "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 26 July 2024 05:19:25 +0000 (0:00:00.029) 0:02:53.409 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 26 July 2024 05:19:25 +0000 (0:00:00.014) 0:02:53.423 *********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 26 July 2024 05:19:26 +0000 (0:00:00.013) 0:02:53.437 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 26 July 2024 05:19:26 +0000 (0:00:00.012) 0:02:53.449 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 26 July 2024 05:19:26 +0000 (0:00:00.014) 0:02:53.463 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 26 July 2024 05:19:26 +0000 (0:00:00.028) 0:02:53.492 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 26 July 2024 05:19:26 +0000 (0:00:00.014) 0:02:53.507 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 26 July 2024 05:19:26 +0000 (0:00:00.014) 0:02:53.522 *********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 26 July 2024 05:19:26 +0000 (0:00:00.014) 0:02:53.536 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 26 July 2024 05:19:26 +0000 (0:00:00.014) 0:02:53.551 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 26 July 2024 05:19:26 +0000 (0:00:00.014) 0:02:53.565 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 26 July 2024 05:19:26 +0000 (0:00:00.013) 0:02:53.579 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 26 July 2024 05:19:26 +0000 (0:00:00.013) 0:02:53.593 *********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 26 July 2024 05:19:26 +0000 (0:00:00.024) 0:02:53.618 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 26 July 2024 05:19:26 +0000 (0:00:00.082) 0:02:53.701 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 26 July 2024 05:19:31 +0000 (0:00:04.748) 0:02:58.449 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 26 July 2024 05:19:31 +0000 (0:00:00.013) 0:02:58.462 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721971137.0394032, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c6abf0a388bb293ed38f7a11686eb491e2373da7", "ctime": 1721971137.0364032, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 263439, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721971137.0364032, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1280, "uid": 0, "version": "18446744071904692696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 26 July 2024 05:19:31 +0000 (0:00:00.137) 0:02:58.600 *********** ok: [sut] => { "backup": "", "changed": false } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 26 July 2024 05:19:31 +0000 (0:00:00.134) 0:02:58.734 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 26 July 2024 05:19:31 +0000 (0:00:00.011) 0:02:58.745 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "ext2" }, { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" } ], "packages": [ "e2fsprogs" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 26 July 2024 05:19:31 +0000 (0:00:00.021) 0:02:58.767 *********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 26 July 2024 05:19:31 +0000 (0:00:00.016) 0:02:58.783 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 26 July 2024 05:19:31 +0000 (0:00:00.014) 0:02:58.797 *********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'state': 'absent', 'fstype': 'ext2', 'path': '/opt/test1'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext2", "mount_info": { "fstype": "ext2", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 26 July 2024 05:19:31 +0000 (0:00:00.148) 0:02:58.946 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 26 July 2024 05:19:31 +0000 (0:00:00.252) 0:02:59.198 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 26 July 2024 05:19:31 +0000 (0:00:00.016) 0:02:59.215 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 26 July 2024 05:19:31 +0000 (0:00:00.017) 0:02:59.232 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 26 July 2024 05:19:32 +0000 (0:00:00.244) 0:02:59.477 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1721970148.2211025, "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 [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 26 July 2024 05:19:32 +0000 (0:00:00.130) 0:02:59.607 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 26 July 2024 05:19:32 +0000 (0:00:00.011) 0:02:59.618 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:315 Friday 26 July 2024 05:19:32 +0000 (0:00:00.599) 0:03:00.218 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:2 Friday 26 July 2024 05:19:32 +0000 (0:00:00.037) 0:03:00.255 *********** ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "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/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "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": "ext2", "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": "test1", "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": "5g", "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-ciaze0zc59/tests/verify-role-results.yml:7 Friday 26 July 2024 05:19:32 +0000 (0:00:00.016) 0:03:00.272 *********** skipping: [sut] => { "false_condition": "_storage_volumes_list | length > 0" } TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:15 Friday 26 July 2024 05:19:32 +0000 (0:00:00.013) 0:03:00.285 *********** 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-ciaze0zc59/tests/verify-role-results.yml:20 Friday 26 July 2024 05:19:32 +0000 (0:00:00.130) 0:03:00.415 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003039", "end": "2024-07-26 05:19:33.087841", "rc": 0, "start": "2024-07-26 05:19:33.084802" } STDOUT: # system_role:storage # # /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-ciaze0zc59/tests/verify-role-results.yml:25 Friday 26 July 2024 05:19:33 +0000 (0:00:00.125) 0:03:00.541 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003953", "end": "2024-07-26 05:19:33.213843", "failed_when_result": false, "rc": 0, "start": "2024-07-26 05:19:33.209890" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:34 Friday 26 July 2024 05:19:33 +0000 (0:00:00.123) 0:03:00.665 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml for sut => (item={'grow_to_fill': False, 'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sda'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'raid_spare_count': None, 'state': 'absent', 'volumes': [{'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}], 'encryption_tang_url': None, 'shared': False, 'raid_level': None, 'encryption_clevis_pin': None, 'type': 'lvm', 'encryption_cipher': None, 'encryption_tang_thumbprint': None, 'raid_chunk_size': None}) TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:5 Friday 26 July 2024 05:19:33 +0000 (0:00:00.026) 0:03:00.691 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:18 Friday 26 July 2024 05:19:33 +0000 (0:00:00.013) 0:03:00.704 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:24 Friday 26 July 2024 05:19:33 +0000 (0:00:00.011) 0:03:00.716 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool.yml:34 Friday 26 July 2024 05:19:33 +0000 (0:00:00.011) 0:03:00.727 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml for sut => (item=members) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-volumes.yml for sut => (item=volumes) TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:2 Friday 26 July 2024 05:19:33 +0000 (0:00:00.023) 0:03:00.751 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:8 Friday 26 July 2024 05:19:33 +0000 (0:00:00.020) 0:03:00.771 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:17 Friday 26 July 2024 05:19:33 +0000 (0:00:00.009) 0:03:00.781 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:22 Friday 26 July 2024 05:19:33 +0000 (0:00:00.014) 0:03:00.795 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:27 Friday 26 July 2024 05:19:33 +0000 (0:00:00.016) 0:03:00.811 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:36 Friday 26 July 2024 05:19:33 +0000 (0:00:00.015) 0:03:00.827 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:41 Friday 26 July 2024 05:19:33 +0000 (0:00:00.013) 0:03:00.840 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:46 Friday 26 July 2024 05:19:33 +0000 (0:00:00.016) 0:03:00.856 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:51 Friday 26 July 2024 05:19:33 +0000 (0:00:00.011) 0:03:00.868 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 Friday 26 July 2024 05:19:33 +0000 (0:00:00.009) 0:03:00.877 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.41.191 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:73 Friday 26 July 2024 05:19:33 +0000 (0:00:00.168) 0:03:01.046 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:83 Friday 26 July 2024 05:19:33 +0000 (0:00:00.011) 0:03:01.057 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:8 Friday 26 July 2024 05:19:33 +0000 (0:00:00.022) 0:03:01.080 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:14 Friday 26 July 2024 05:19:33 +0000 (0:00:00.011) 0:03:01.091 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:19 Friday 26 July 2024 05:19:33 +0000 (0:00:00.010) 0:03:01.102 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:24 Friday 26 July 2024 05:19:33 +0000 (0:00:00.010) 0:03:01.113 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:29 Friday 26 July 2024 05:19:33 +0000 (0:00:00.010) 0:03:01.123 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:37 Friday 26 July 2024 05:19:33 +0000 (0:00:00.010) 0:03:01.134 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:46 Friday 26 July 2024 05:19:33 +0000 (0:00:00.011) 0:03:01.145 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:55 Friday 26 July 2024 05:19:33 +0000 (0:00:00.011) 0:03:01.156 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:64 Friday 26 July 2024 05:19:33 +0000 (0:00:00.010) 0:03:01.167 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:74 Friday 26 July 2024 05:19:33 +0000 (0:00:00.010) 0:03:01.178 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-md.yml:83 Friday 26 July 2024 05:19:33 +0000 (0:00:00.010) 0:03:01.188 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:86 Friday 26 July 2024 05:19:33 +0000 (0:00:00.011) 0:03:01.199 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-lvmraid.yml:2 Friday 26 July 2024 05:19:33 +0000 (0:00:00.023) 0:03:01.223 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:8 Friday 26 July 2024 05:19:33 +0000 (0:00:00.021) 0:03:01.245 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:16 Friday 26 July 2024 05:19:33 +0000 (0:00:00.014) 0:03:01.259 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:20 Friday 26 July 2024 05:19:33 +0000 (0:00:00.013) 0:03:01.273 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:27 Friday 26 July 2024 05:19:33 +0000 (0:00:00.014) 0:03:01.288 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:31 Friday 26 July 2024 05:19:33 +0000 (0:00:00.013) 0:03:01.302 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:37 Friday 26 July 2024 05:19:33 +0000 (0:00:00.013) 0:03:01.315 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-lvmraid.yml:42 Friday 26 July 2024 05:19:33 +0000 (0:00:00.013) 0:03:01.329 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:89 Friday 26 July 2024 05:19:33 +0000 (0:00:00.013) 0:03:01.342 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-thin.yml:2 Friday 26 July 2024 05:19:33 +0000 (0:00:00.024) 0:03:01.367 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:8 Friday 26 July 2024 05:19:33 +0000 (0:00:00.021) 0:03:01.388 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:16 Friday 26 July 2024 05:19:33 +0000 (0:00:00.011) 0:03:01.400 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:22 Friday 26 July 2024 05:19:33 +0000 (0:00:00.010) 0:03:01.410 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-thin.yml:26 Friday 26 July 2024 05:19:33 +0000 (0:00:00.010) 0:03:01.421 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:92 Friday 26 July 2024 05:19:33 +0000 (0:00:00.013) 0:03:01.434 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:5 Friday 26 July 2024 05:19:34 +0000 (0:00:00.025) 0:03:01.459 *********** 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-ciaze0zc59/tests/verify-pool-members-encryption.yml:10 Friday 26 July 2024 05:19:34 +0000 (0:00:00.014) 0:03:01.474 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:17 Friday 26 July 2024 05:19:34 +0000 (0:00:00.009) 0:03:01.484 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-encryption.yml:24 Friday 26 July 2024 05:19:34 +0000 (0:00:00.009) 0:03:01.493 *********** 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-ciaze0zc59/tests/test-verify-pool-members.yml:95 Friday 26 July 2024 05:19:34 +0000 (0:00:00.012) 0:03:01.505 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-members-vdo.yml:2 Friday 26 July 2024 05:19:34 +0000 (0:00:00.025) 0:03:01.531 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:8 Friday 26 July 2024 05:19:34 +0000 (0:00:00.021) 0:03:01.552 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:15 Friday 26 July 2024 05:19:34 +0000 (0:00:00.012) 0:03:01.565 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:21 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:01.576 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:27 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:01.587 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:34 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:01.599 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:40 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:01.610 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-member-vdo.yml:46 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:01.621 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Check Stratis] *********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:98 Friday 26 July 2024 05:19:34 +0000 (0:00:00.012) 0:03:01.634 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml for sut TASK [Run 'stratis report'] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:6 Friday 26 July 2024 05:19:34 +0000 (0:00:00.027) 0:03:01.661 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Get information about Stratis] ******************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:11 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:01.672 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that the pools was created] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:15 Friday 26 July 2024 05:19:34 +0000 (0:00:00.010) 0:03:01.683 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that encryption is correctly set] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:25 Friday 26 July 2024 05:19:34 +0000 (0:00:00.010) 0:03:01.693 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Verify that Clevis/Tang encryption is correctly set] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:34 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:01.704 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-pool-stratis.yml:44 Friday 26 July 2024 05:19:34 +0000 (0:00:00.085) 0:03:01.790 *********** ok: [sut] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:101 Friday 26 July 2024 05:19:34 +0000 (0:00:00.013) 0:03:01.803 *********** 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-ciaze0zc59/tests/test-verify-pool-volumes.yml:3 Friday 26 July 2024 05:19:34 +0000 (0:00:00.012) 0:03:01.816 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml for sut => (item={'_raw_device': '/dev/mapper/foo-test1', 'raid_metadata_version': None, 'mount_device_identifier': 'uuid', 'fs_type': 'ext2', 'mount_options': 'defaults', '_device': '/dev/mapper/foo-test1', 'size': '5g', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'raid_level': None, 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_cipher': None, 'deduplication': None, 'encryption_key_size': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_passno': 0, '_mount_id': '/dev/mapper/foo-test1', 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'cache_devices': [], 'name': 'test1', 'mount_group': None, 'type': 'lvm', 'disks': ['sda'], 'cached': False, 'thin': False, 'mount_check': 0, 'cache_size': 0, 'raid_chunk_size': None, 'fs_overwrite_existing': True, 'fs_create_options': ''}) TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:2 Friday 26 July 2024 05:19:34 +0000 (0:00:00.019) 0:03:01.835 *********** 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-ciaze0zc59/tests/test-verify-volume.yml:19 Friday 26 July 2024 05:19:34 +0000 (0:00:00.015) 0:03:01.851 *********** included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml for sut => (item=mount) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml for sut => (item=fstab) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml for sut => (item=fs) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml for sut => (item=device) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml for sut => (item=encryption) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml for sut => (item=md) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml for sut => (item=size) included: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml for sut => (item=cache) TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:7 Friday 26 July 2024 05:19:34 +0000 (0:00:00.051) 0:03:01.903 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:11 Friday 26 July 2024 05:19:34 +0000 (0:00:00.018) 0:03:01.921 *********** 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-ciaze0zc59/tests/test-verify-volume-mount.yml:19 Friday 26 July 2024 05:19:34 +0000 (0:00:00.016) 0:03:01.938 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and (storage_test_volume.mount_user or storage_test_volume.mount_group or storage_test_volume.mount_mode)", "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:28 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:01.949 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:36 Friday 26 July 2024 05:19:34 +0000 (0:00:00.010) 0:03:01.960 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user", "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:42 Friday 26 July 2024 05:19:34 +0000 (0:00:00.010) 0:03:01.970 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group", "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:48 Friday 26 July 2024 05:19:34 +0000 (0:00:00.010) 0:03:01.981 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode", "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:57 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:01.992 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:63 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:02.003 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:69 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:02.015 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-mount.yml:79 Friday 26 July 2024 05:19:34 +0000 (0:00:00.010) 0:03:02.025 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:2 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:02.037 *********** 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-ciaze0zc59/tests/test-verify-volume-fstab.yml:17 Friday 26 July 2024 05:19:34 +0000 (0:00:00.028) 0:03:02.065 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:24 Friday 26 July 2024 05:19:34 +0000 (0:00:00.012) 0:03:02.078 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:33 Friday 26 July 2024 05:19:34 +0000 (0:00:00.015) 0:03:02.093 *********** skipping: [sut] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify fingerprint] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:45 Friday 26 July 2024 05:19:34 +0000 (0:00:00.012) 0:03:02.106 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fstab.yml:51 Friday 26 July 2024 05:19:34 +0000 (0:00:00.013) 0:03:02.119 *********** 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-ciaze0zc59/tests/test-verify-volume-fs.yml:6 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:02.130 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-fs.yml:14 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:02.142 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:3 Friday 26 July 2024 05:19:34 +0000 (0:00:00.012) 0:03:02.155 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:9 Friday 26 July 2024 05:19:34 +0000 (0:00:00.123) 0:03:02.278 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:16 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:02.290 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:23 Friday 26 July 2024 05:19:34 +0000 (0:00:00.014) 0:03:02.305 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:29 Friday 26 July 2024 05:19:34 +0000 (0:00:00.010) 0:03:02.315 *********** ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:33 Friday 26 July 2024 05:19:34 +0000 (0:00:00.012) 0:03:02.328 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-device.yml:38 Friday 26 July 2024 05:19:34 +0000 (0:00:00.012) 0:03:02.341 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:3 Friday 26 July 2024 05:19:34 +0000 (0:00:00.011) 0:03:02.352 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 Friday 26 July 2024 05:19:34 +0000 (0:00:00.010) 0:03:02.363 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:16 Friday 26 July 2024 05:19:35 +0000 (0:00:00.295) 0:03:02.658 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:22 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.670 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.encryption", "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-ciaze0zc59/tests/test-verify-volume-encryption.yml:29 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.681 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:40 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:02.693 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:46 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.704 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:51 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.716 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:63 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:02.726 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:75 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:02.736 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:87 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:02.747 *********** 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-ciaze0zc59/tests/test-verify-volume-encryption.yml:93 Friday 26 July 2024 05:19:35 +0000 (0:00:00.018) 0:03:02.765 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:100 Friday 26 July 2024 05:19:35 +0000 (0:00:00.016) 0:03:02.781 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:108 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:02.794 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:116 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:02.807 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:124 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.818 *********** 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-ciaze0zc59/tests/test-verify-volume-md.yml:8 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.830 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:14 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:02.843 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:19 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.854 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:24 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.865 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:29 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:02.876 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:37 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:02.887 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:46 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:02.897 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:54 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:02.910 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:62 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.921 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-md.yml:70 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:02.932 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:3 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.943 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:11 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.955 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:20 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.966 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:28 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:02.978 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:32 Friday 26 July 2024 05:19:35 +0000 (0:00:00.013) 0:03:02.991 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:46 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.003 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:50 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.014 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:54 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.026 *********** skipping: [sut] => { "false_condition": "_storage_test_volume_present | bool" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:58 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.036 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:67 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:03.049 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:71 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.060 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:76 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.071 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:82 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.082 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:86 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.092 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:91 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.102 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:96 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:03.115 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:101 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.125 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:105 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.137 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:109 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.147 *********** skipping: [sut] => { "false_condition": "storage_test_volume.thin" } TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:113 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.157 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:120 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.168 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:127 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:03.180 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:131 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.191 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:137 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.202 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:143 Friday 26 July 2024 05:19:35 +0000 (0:00:00.010) 0:03:03.212 *********** ok: [sut] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:147 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:03.225 *********** ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-size.yml:151 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:03.237 *********** skipping: [sut] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:5 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:03.250 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:13 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.261 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:17 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.272 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:24 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.284 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:31 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.296 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:37 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.307 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-cache.yml:42 Friday 26 July 2024 05:19:35 +0000 (0:00:00.012) 0:03:03.319 *********** skipping: [sut] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume.yml:25 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.331 *********** 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-ciaze0zc59/tests/verify-role-results.yml:44 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.343 *********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/verify-role-results.yml:54 Friday 26 July 2024 05:19:35 +0000 (0:00:00.009) 0:03:03.352 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:318 Friday 26 July 2024 05:19:35 +0000 (0:00:00.011) 0:03:03.363 *********** 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": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "6.el7", "source": "rpm", "version": "2.0.3" } ], "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" } ], "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" } ], "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-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python2-hawkey", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "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-ciaze0zc59/tests/tests_resize.yml:321 Friday 26 July 2024 05:19:37 +0000 (0:00:01.290) 0:03:04.654 *********** ok: [sut] => { "ansible_facts": { "blivet_pkg_name": [ "python2-blivet3" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:325 Friday 26 July 2024 05:19:37 +0000 (0:00:00.030) 0:03:04.685 *********** ok: [sut] => { "ansible_facts": { "blivet_pkg_version": "3.1.3-3.el7" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:329 Friday 26 July 2024 05:19:37 +0000 (0:00:00.027) 0:03:04.712 *********** ok: [sut] => { "ansible_facts": { "is_fedora": false, "is_rhel10": false, "is_rhel8": false, "is_rhel9": false }, "changed": false } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:341 Friday 26 July 2024 05:19:37 +0000 (0:00:00.035) 0:03:04.748 *********** skipping: [sut] => { "changed": false, "false_condition": "((is_fedora and blivet_pkg_version is version(\"3.7.1-3\", \">=\")) or (is_rhel8 and blivet_pkg_version is version(\"3.6.0-6\", \">=\")) or (is_rhel9 and blivet_pkg_version is version(\"3.6.0-8\", \">=\")) or is_rhel10)", "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:357 Friday 26 July 2024 05:19:37 +0000 (0:00:00.022) 0:03:04.770 *********** skipping: [sut] => { "changed": false, "false_condition": "((is_fedora and blivet_pkg_version is version(\"3.7.1-3\", \">=\")) or (is_rhel8 and blivet_pkg_version is version(\"3.6.0-6\", \">=\")) or (is_rhel9 and blivet_pkg_version is version(\"3.6.0-8\", \">=\")) or is_rhel10)", "skip_reason": "Conditional result was False" } TASK [Change volume_size to 9g] ************************************************ task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:360 Friday 26 July 2024 05:19:37 +0000 (0:00:00.023) 0:03:04.794 *********** skipping: [sut] => { "changed": false, "false_condition": "((is_fedora and blivet_pkg_version is version(\"3.7.1-3\", \">=\")) or (is_rhel8 and blivet_pkg_version is version(\"3.6.0-6\", \">=\")) or (is_rhel9 and blivet_pkg_version is version(\"3.6.0-8\", \">=\")) or is_rhel10)", "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:374 Friday 26 July 2024 05:19:37 +0000 (0:00:00.023) 0:03:04.818 *********** skipping: [sut] => { "changed": false, "false_condition": "((is_fedora and blivet_pkg_version is version(\"3.7.1-3\", \">=\")) or (is_rhel8 and blivet_pkg_version is version(\"3.6.0-6\", \">=\")) or (is_rhel9 and blivet_pkg_version is version(\"3.6.0-8\", \">=\")) or is_rhel10)", "skip_reason": "Conditional result was False" } TASK [Test for correct handling of offline resize in safe mode] **************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:377 Friday 26 July 2024 05:19:37 +0000 (0:00:00.022) 0:03:04.840 *********** skipping: [sut] => { "changed": false, "false_condition": "((is_fedora and blivet_pkg_version is version(\"3.7.1-3\", \">=\")) or (is_rhel8 and blivet_pkg_version is version(\"3.6.0-6\", \">=\")) or (is_rhel9 and blivet_pkg_version is version(\"3.6.0-8\", \">=\")) or is_rhel10)", "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:394 Friday 26 July 2024 05:19:37 +0000 (0:00:00.022) 0:03:04.863 *********** skipping: [sut] => { "changed": false, "false_condition": "((is_fedora and blivet_pkg_version is version(\"3.7.1-3\", \">=\")) or (is_rhel8 and blivet_pkg_version is version(\"3.6.0-6\", \">=\")) or (is_rhel9 and blivet_pkg_version is version(\"3.6.0-8\", \">=\")) or is_rhel10)", "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:407 Friday 26 July 2024 05:19:37 +0000 (0:00:00.022) 0:03:04.885 *********** skipping: [sut] => { "changed": false, "false_condition": "((is_fedora and blivet_pkg_version is version(\"3.7.1-3\", \">=\")) or (is_rhel8 and blivet_pkg_version is version(\"3.6.0-6\", \">=\")) or (is_rhel9 and blivet_pkg_version is version(\"3.6.0-8\", \">=\")) or is_rhel10)", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=1341 changed=29 unreachable=0 failed=0 skipped=1498 rescued=6 ignored=0 Friday 26 July 2024 05:19:37 +0000 (0:00:00.054) 0:03:04.940 *********** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 11.26s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 8.66s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 7.05s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.93s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.74s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.52s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.37s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.87s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.83s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.75s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.69s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.65s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.59s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.56s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.27s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 4.17s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 3.84s /WORKDIR/git-weekly-ciaze0zc59/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Ensure cryptsetup is present -------------------------------------------- 1.74s /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-volume-encryption.yml:10 ----- Gather package facts ---------------------------------------------------- 1.29s /WORKDIR/git-weekly-ciaze0zc59/tests/tests_resize.yml:318 --------------------- Check that blivet supports PV grow to fill ------------------------------ 1.13s /WORKDIR/git-weekly-ciaze0zc59/tests/test-verify-pool-members.yml:64 ---------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---