# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_resize_scsi_generated.yml ************************************** 2 plays in /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize_scsi_generated.yml PLAY [Run test tests_resize.yml for scsi] ************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize_scsi_generated.yml:3 Friday 03 May 2024 09:14:36 +0000 (0:00:00.012) 0:00:00.012 ************ ok: [sut] META: ran handlers TASK [Set disk interface for test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize_scsi_generated.yml:8 Friday 03 May 2024 09:14:37 +0000 (0:00:00.802) 0:00:00.814 ************ ok: [sut] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test resize] ************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:2 Friday 03 May 2024 09:14:37 +0000 (0:00:00.012) 0:00:00.827 ************ ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:19 Friday 03 May 2024 09:14:38 +0000 (0:00:00.384) 0:00:01.211 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:14:38 +0000 (0:00:00.015) 0:00:01.226 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:14:38 +0000 (0:00:00.023) 0:00:01.250 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:14:38 +0000 (0:00:00.020) 0:00:01.270 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:14:38 +0000 (0:00:00.032) 0:00:01.303 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:14:38 +0000 (0:00:00.173) 0:00:01.476 ************ ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:14:38 +0000 (0:00:00.021) 0:00:01.497 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:14:38 +0000 (0:00:00.009) 0:00:01.506 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:14:38 +0000 (0:00:00.008) 0:00:01.515 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:14:38 +0000 (0:00:00.031) 0:00:01.546 ************ changed: [sut] => { "changed": true, "changes": { "installed": [ "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package libblockdev-crypto.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: libblockdev-utils(x86-64) = 2.18-5.el7 for package: libblockdev-crypto-2.18-5.el7.x86_64\n--> Processing Dependency: libvolume_key.so.1()(64bit) for package: libblockdev-crypto-2.18-5.el7.x86_64\n--> Processing Dependency: libbd_utils.so.2()(64bit) for package: libblockdev-crypto-2.18-5.el7.x86_64\n---> Package libblockdev-dm.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: libdmraid.so.1(Base)(64bit) for package: libblockdev-dm-2.18-5.el7.x86_64\n--> Processing Dependency: dmraid for package: libblockdev-dm-2.18-5.el7.x86_64\n--> Processing Dependency: libdmraid.so.1()(64bit) for package: libblockdev-dm-2.18-5.el7.x86_64\n---> Package libblockdev-lvm.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: lvm2 for package: libblockdev-lvm-2.18-5.el7.x86_64\n--> Processing Dependency: device-mapper-persistent-data for package: libblockdev-lvm-2.18-5.el7.x86_64\n---> Package libblockdev-mdraid.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: mdadm for package: libblockdev-mdraid-2.18-5.el7.x86_64\n--> Processing Dependency: libbytesize.so.1()(64bit) for package: libblockdev-mdraid-2.18-5.el7.x86_64\n---> Package libblockdev-swap.x86_64 0:2.18-5.el7 will be installed\n---> Package python2-blivet3.noarch 1:3.1.3-3.el7 will be installed\n--> Processing Dependency: blivet3-data = 1:3.1.3-3.el7 for package: 1:python2-blivet3-3.1.3-3.el7.noarch\n--> Processing Dependency: python2-bytesize >= 0.3 for package: 1:python2-blivet3-3.1.3-3.el7.noarch\n--> Processing Dependency: python2-blockdev >= 2.17 for package: 1:python2-blivet3-3.1.3-3.el7.noarch\n--> Processing Dependency: pyparted >= 3.9 for package: 1:python2-blivet3-3.1.3-3.el7.noarch\n--> Processing Dependency: lsof for package: 1:python2-blivet3-3.1.3-3.el7.noarch\n--> Running transaction check\n---> Package blivet3-data.noarch 1:3.1.3-3.el7 will be installed\n---> Package device-mapper-persistent-data.x86_64 0:0.8.5-3.el7_9.2 will be installed\n--> Processing Dependency: libaio.so.1(LIBAIO_0.4)(64bit) for package: device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64\n--> Processing Dependency: libaio.so.1(LIBAIO_0.1)(64bit) for package: device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64\n--> Processing Dependency: libaio.so.1()(64bit) for package: device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64\n---> Package dmraid.x86_64 0:1.0.0.rc16-28.el7 will be installed\n--> Processing Dependency: libdevmapper-event.so.1.02(Base)(64bit) for package: dmraid-1.0.0.rc16-28.el7.x86_64\n--> Processing Dependency: dmraid-events for package: dmraid-1.0.0.rc16-28.el7.x86_64\n--> Processing Dependency: libdevmapper-event.so.1.02()(64bit) for package: dmraid-1.0.0.rc16-28.el7.x86_64\n---> Package libblockdev-utils.x86_64 0:2.18-5.el7 will be installed\n---> Package libbytesize.x86_64 0:1.2-1.el7 will be installed\n---> Package lsof.x86_64 0:4.87-6.el7 will be installed\n---> Package lvm2.x86_64 7:2.02.187-6.el7_9.5 will be installed\n--> Processing Dependency: lvm2-libs = 7:2.02.187-6.el7_9.5 for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: liblvm2app.so.2.2(Base)(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n--> Processing Dependency: liblvm2app.so.2.2()(64bit) for package: 7:lvm2-2.02.187-6.el7_9.5.x86_64\n---> Package mdadm.x86_64 0:4.1-9.el7_9 will be installed\n---> Package pyparted.x86_64 1:3.9-15.el7 will be installed\n---> Package python2-blockdev.x86_64 0:2.18-5.el7 will be installed\n--> Processing Dependency: libblockdev(x86-64) = 2.18-5.el7 for package: python2-blockdev-2.18-5.el7.x86_64\n---> Package python2-bytesize.x86_64 0:1.2-1.el7 will be installed\n---> Package volume_key-libs.x86_64 0:0.3.9-9.el7 will be installed\n--> Running transaction check\n---> Package device-mapper-event-libs.x86_64 7:1.02.170-6.el7_9.5 will be installed\n---> Package dmraid-events.x86_64 0:1.0.0.rc16-28.el7 will be installed\n--> Processing Dependency: sgpio for package: dmraid-events-1.0.0.rc16-28.el7.x86_64\n--> Processing Dependency: device-mapper-event for package: dmraid-events-1.0.0.rc16-28.el7.x86_64\n---> Package libaio.x86_64 0:0.3.109-13.el7 will be installed\n---> Package libblockdev.x86_64 0:2.18-5.el7 will be installed\n---> Package lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 will be installed\n--> Running transaction check\n---> Package device-mapper-event.x86_64 7:1.02.170-6.el7_9.5 will be installed\n---> Package sgpio.x86_64 0:1.2.0.10-13.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n libblockdev-crypto x86_64 2.18-5.el7 base 60 k\n libblockdev-dm x86_64 2.18-5.el7 base 54 k\n libblockdev-lvm x86_64 2.18-5.el7 base 62 k\n libblockdev-mdraid x86_64 2.18-5.el7 base 57 k\n libblockdev-swap x86_64 2.18-5.el7 base 52 k\n python2-blivet3 noarch 1:3.1.3-3.el7 base 851 k\nInstalling for dependencies:\n blivet3-data noarch 1:3.1.3-3.el7 base 77 k\n device-mapper-event x86_64 7:1.02.170-6.el7_9.5 updates 192 k\n device-mapper-event-libs x86_64 7:1.02.170-6.el7_9.5 updates 192 k\n device-mapper-persistent-data x86_64 0.8.5-3.el7_9.2 updates 423 k\n dmraid x86_64 1.0.0.rc16-28.el7 base 151 k\n dmraid-events x86_64 1.0.0.rc16-28.el7 base 21 k\n libaio x86_64 0.3.109-13.el7 base 24 k\n libblockdev x86_64 2.18-5.el7 base 119 k\n libblockdev-utils x86_64 2.18-5.el7 base 58 k\n libbytesize x86_64 1.2-1.el7 base 52 k\n lsof x86_64 4.87-6.el7 base 331 k\n lvm2 x86_64 7:2.02.187-6.el7_9.5 updates 1.3 M\n lvm2-libs x86_64 7:2.02.187-6.el7_9.5 updates 1.1 M\n mdadm x86_64 4.1-9.el7_9 updates 439 k\n pyparted x86_64 1:3.9-15.el7 base 195 k\n python2-blockdev x86_64 2.18-5.el7 base 61 k\n python2-bytesize x86_64 1.2-1.el7 base 22 k\n sgpio x86_64 1.2.0.10-13.el7 base 13 k\n volume_key-libs x86_64 0.3.9-9.el7 base 141 k\n\nTransaction Summary\n================================================================================\nInstall 6 Packages (+19 Dependent packages)\n\nTotal download size: 6.0 M\nInstalled size: 16 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 4.8 MB/s | 6.0 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/25 \n Installing : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 2/25 \n Installing : libaio-0.3.109-13.el7.x86_64 3/25 \n Installing : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 4/25 \n Installing : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 5/25 \n Installing : libbytesize-1.2-1.el7.x86_64 6/25 \n Installing : python2-bytesize-1.2-1.el7.x86_64 7/25 \n Installing : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 8/25 \n Installing : 7:lvm2-2.02.187-6.el7_9.5.x86_64 9/25 \n Installing : libblockdev-2.18-5.el7.x86_64 10/25 \n Installing : python2-blockdev-2.18-5.el7.x86_64 11/25 \n Installing : 1:pyparted-3.9-15.el7.x86_64 12/25 \n Installing : sgpio-1.2.0.10-13.el7.x86_64 13/25 \n Installing : dmraid-1.0.0.rc16-28.el7.x86_64 14/25 \n Installing : dmraid-events-1.0.0.rc16-28.el7.x86_64 15/25 \n Installing : mdadm-4.1-9.el7_9.x86_64 16/25 \n Installing : volume_key-libs-0.3.9-9.el7.x86_64 17/25 \n Installing : 1:blivet3-data-3.1.3-3.el7.noarch 18/25 \n Installing : lsof-4.87-6.el7.x86_64 19/25 \n Installing : 1:python2-blivet3-3.1.3-3.el7.noarch 20/25 \n Installing : libblockdev-crypto-2.18-5.el7.x86_64 21/25 \n Installing : libblockdev-mdraid-2.18-5.el7.x86_64 22/25 \n Installing : libblockdev-dm-2.18-5.el7.x86_64 23/25 \n Installing : libblockdev-lvm-2.18-5.el7.x86_64 24/25 \n Installing : libblockdev-swap-2.18-5.el7.x86_64 25/25 \n Verifying : 7:device-mapper-event-1.02.170-6.el7_9.5.x86_64 1/25 \n Verifying : libblockdev-swap-2.18-5.el7.x86_64 2/25 \n Verifying : libblockdev-lvm-2.18-5.el7.x86_64 3/25 \n Verifying : lsof-4.87-6.el7.x86_64 4/25 \n Verifying : libblockdev-mdraid-2.18-5.el7.x86_64 5/25 \n Verifying : 1:blivet3-data-3.1.3-3.el7.noarch 6/25 \n Verifying : dmraid-events-1.0.0.rc16-28.el7.x86_64 7/25 \n Verifying : python2-blockdev-2.18-5.el7.x86_64 8/25 \n Verifying : libblockdev-dm-2.18-5.el7.x86_64 9/25 \n Verifying : libaio-0.3.109-13.el7.x86_64 10/25 \n Verifying : 7:lvm2-libs-2.02.187-6.el7_9.5.x86_64 11/25 \n Verifying : python2-bytesize-1.2-1.el7.x86_64 12/25 \n Verifying : libblockdev-2.18-5.el7.x86_64 13/25 \n Verifying : libbytesize-1.2-1.el7.x86_64 14/25 \n Verifying : 7:device-mapper-event-libs-1.02.170-6.el7_9.5.x86_64 15/25 \n Verifying : 7:lvm2-2.02.187-6.el7_9.5.x86_64 16/25 \n Verifying : libblockdev-utils-2.18-5.el7.x86_64 17/25 \n Verifying : volume_key-libs-0.3.9-9.el7.x86_64 18/25 \n Verifying : device-mapper-persistent-data-0.8.5-3.el7_9.2.x86_64 19/25 \n Verifying : 1:python2-blivet3-3.1.3-3.el7.noarch 20/25 \n Verifying : dmraid-1.0.0.rc16-28.el7.x86_64 21/25 \n Verifying : mdadm-4.1-9.el7_9.x86_64 22/25 \n Verifying : sgpio-1.2.0.10-13.el7.x86_64 23/25 \n Verifying : libblockdev-crypto-2.18-5.el7.x86_64 24/25 \n Verifying : 1:pyparted-3.9-15.el7.x86_64 25/25 \n\nInstalled:\n libblockdev-crypto.x86_64 0:2.18-5.el7 libblockdev-dm.x86_64 0:2.18-5.el7 \n libblockdev-lvm.x86_64 0:2.18-5.el7 libblockdev-mdraid.x86_64 0:2.18-5.el7\n libblockdev-swap.x86_64 0:2.18-5.el7 python2-blivet3.noarch 1:3.1.3-3.el7 \n\nDependency Installed:\n blivet3-data.noarch 1:3.1.3-3.el7 \n device-mapper-event.x86_64 7:1.02.170-6.el7_9.5 \n device-mapper-event-libs.x86_64 7:1.02.170-6.el7_9.5 \n device-mapper-persistent-data.x86_64 0:0.8.5-3.el7_9.2 \n dmraid.x86_64 0:1.0.0.rc16-28.el7 \n dmraid-events.x86_64 0:1.0.0.rc16-28.el7 \n libaio.x86_64 0:0.3.109-13.el7 \n libblockdev.x86_64 0:2.18-5.el7 \n libblockdev-utils.x86_64 0:2.18-5.el7 \n libbytesize.x86_64 0:1.2-1.el7 \n lsof.x86_64 0:4.87-6.el7 \n lvm2.x86_64 7:2.02.187-6.el7_9.5 \n lvm2-libs.x86_64 7:2.02.187-6.el7_9.5 \n mdadm.x86_64 0:4.1-9.el7_9 \n pyparted.x86_64 1:3.9-15.el7 \n python2-blockdev.x86_64 0:2.18-5.el7 \n python2-bytesize.x86_64 0:1.2-1.el7 \n sgpio.x86_64 0:1.2.0.10-13.el7 \n volume_key-libs.x86_64 0:0.3.9-9.el7 \n\nComplete!\n" ] } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:14:49 +0000 (0:00:10.925) 0:00:12.472 ************ ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:14:49 +0000 (0:00:00.020) 0:00:12.492 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:14:49 +0000 (0:00:00.019) 0:00:12.512 ************ ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:14:49 +0000 (0:00:00.498) 0:00:13.010 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml for sut TASK [linux-system-roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Friday 03 May 2024 09:14:49 +0000 (0:00:00.034) 0:00:13.045 ************ TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Friday 03 May 2024 09:14:49 +0000 (0:00:00.009) 0:00:13.054 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Friday 03 May 2024 09:14:49 +0000 (0:00:00.011) 0:00:13.066 ************ TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:14:49 +0000 (0:00:00.009) 0:00:13.075 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "kpartx-0.4.9-136.el7_9.x86_64 providing kpartx is already installed" ] } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:14:50 +0000 (0:00:00.379) 0:00:13.454 ************ ok: [sut] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "brandbot.service": { "name": "brandbot.service", "source": "systemd", "state": "inactive", "status": "static" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "console-shell.service": { "name": "console-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.import1.service": { "name": "dbus-org.freedesktop.import1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.machine1.service": { "name": "dbus-org.freedesktop.machine1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dmraid-activation.service": { "name": "dmraid-activation.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "ebtables.service": { "name": "ebtables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "unknown" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "iprdump.service": { "name": "iprdump.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprinit.service": { "name": "iprinit.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "iprupdate.service": { "name": "iprupdate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-lvmetad.service": { "name": "lvm2-lvmetad.service", "source": "systemd", "state": "running", "status": "static" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-pvscan@.service": { "name": "lvm2-pvscan@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "netconsole": { "name": "netconsole", "source": "sysv", "state": "stopped", "status": "disabled" }, "network": { "name": "network", "source": "sysv", "state": "running", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-config.service": { "name": "nfs-config.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-idmap.service": { "name": "nfs-idmap.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-lock.service": { "name": "nfs-lock.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-rquotad.service": { "name": "nfs-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-secure.service": { "name": "nfs-secure.service", "source": "systemd", "state": "inactive", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs.service": { "name": "nfs.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfslock.service": { "name": "nfslock.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "postfix.service": { "name": "postfix.service", "source": "systemd", "state": "running", "status": "enabled" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rhel-autorelabel-mark.service": { "name": "rhel-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-autorelabel.service": { "name": "rhel-autorelabel.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-configure.service": { "name": "rhel-configure.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-dmesg.service": { "name": "rhel-dmesg.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-domainname.service": { "name": "rhel-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-import-state.service": { "name": "rhel-import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-loadmodules.service": { "name": "rhel-loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rhel-readonly.service": { "name": "rhel-readonly.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-rquotad.service": { "name": "rpc-rquotad.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpcgssd.service": { "name": "rpcgssd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rpcidmapd.service": { "name": "rpcidmapd.service", "source": "systemd", "state": "inactive", "status": "static" }, "rsyncd.service": { "name": "rsyncd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyncd@.service": { "name": "rsyncd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-policy-migrate-local-changes@.service": { "name": "selinux-policy-migrate-local-changes@.service", "source": "systemd", "state": "unknown", "status": "static" }, "selinux-policy-migrate-local-changes@targeted.service": { "name": "selinux-policy-migrate-local-changes@targeted.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "static" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-plymouth.service": { "name": "systemd-ask-password-plymouth.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bootchart.service": { "name": "systemd-bootchart.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-importd.service": { "name": "systemd-importd.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-machined.service": { "name": "systemd-machined.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-nspawn@.service": { "name": "systemd-nspawn@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-readahead-collect.service": { "name": "systemd-readahead-collect.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-readahead-done.service": { "name": "systemd-readahead-done.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "systemd-readahead-drop.service": { "name": "systemd-readahead-drop.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "systemd-readahead-replay.service": { "name": "systemd-readahead-replay.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill@.service": { "name": "systemd-rfkill@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-shutdownd.service": { "name": "systemd-shutdownd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "wpa_supplicant.service": { "name": "wpa_supplicant.service", "source": "systemd", "state": "inactive", "status": "disabled" } } }, "changed": false } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:14:51 +0000 (0:00:00.951) 0:00:14.406 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:14:51 +0000 (0:00:00.018) 0:00:14.425 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:14:51 +0000 (0:00:00.010) 0:00:14.435 ************ ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:14:51 +0000 (0:00:00.272) 0:00:14.708 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:14:51 +0000 (0:00:00.012) 0:00:14.720 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:14:51 +0000 (0:00:00.010) 0:00:14.731 ************ ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:14:51 +0000 (0:00:00.012) 0:00:14.744 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:14:51 +0000 (0:00:00.013) 0:00:14.757 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:14:51 +0000 (0:00:00.028) 0:00:14.786 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:14:51 +0000 (0:00:00.011) 0:00:14.798 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:14:51 +0000 (0:00:00.011) 0:00:14.810 ************ TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:14:51 +0000 (0:00:00.010) 0:00:14.820 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:14:51 +0000 (0:00:00.012) 0:00:14.832 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:14:51 +0000 (0:00:00.012) 0:00:14.844 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:14:51 +0000 (0:00:00.129) 0:00:14.973 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:14:51 +0000 (0:00:00.011) 0:00:14.984 ************ ok: [sut] TASK [Mark tasks to be skipped] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:23 Friday 03 May 2024 09:14:52 +0000 (0:00:00.477) 0:00:15.462 ************ ok: [sut] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:32 Friday 03 May 2024 09:14:52 +0000 (0:00:00.014) 0:00:15.477 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/get_unused_disk.yml:2 Friday 03 May 2024 09:14:52 +0000 (0:00:00.015) 0:00:15.493 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "util-linux-2.23.2-65.el7_9.1.x86_64 providing util-linux is already installed" ] } TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/get_unused_disk.yml:16 Friday 03 May 2024 09:14:52 +0000 (0:00:00.370) 0:00:15.864 ************ ok: [sut] => { "changed": false, "disks": [ "sdh" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/get_unused_disk.yml:24 Friday 03 May 2024 09:14:52 +0000 (0:00:00.209) 0:00:16.073 ************ ok: [sut] => { "ansible_facts": { "unused_disks": [ "sdh" ] }, "changed": false } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/get_unused_disk.yml:29 Friday 03 May 2024 09:14:52 +0000 (0:00:00.017) 0:00:16.090 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/get_unused_disk.yml:34 Friday 03 May 2024 09:14:52 +0000 (0:00:00.012) 0:00:16.103 ************ ok: [sut] => { "unused_disks": [ "sdh" ] } TASK [Create one LVM logical volume under one volume group with size 5g] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:40 Friday 03 May 2024 09:14:52 +0000 (0:00:00.013) 0:00:16.117 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:14:52 +0000 (0:00:00.020) 0:00:16.138 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:14:53 +0000 (0:00:00.024) 0:00:16.163 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:14:53 +0000 (0:00:00.014) 0:00:16.178 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:14:53 +0000 (0:00:00.029) 0:00:16.207 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:14:53 +0000 (0:00:00.010) 0:00:16.218 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:14:53 +0000 (0:00:00.010) 0:00:16.228 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:14:53 +0000 (0:00:00.010) 0:00:16.239 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:14:53 +0000 (0:00:00.010) 0:00:16.249 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:14:53 +0000 (0:00:00.023) 0:00:16.272 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:14:53 +0000 (0:00:00.011) 0:00:16.284 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:14:53 +0000 (0:00:00.013) 0:00:16.298 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:14:53 +0000 (0:00:00.012) 0:00:16.310 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:14:53 +0000 (0:00:00.011) 0:00:16.322 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:14:53 +0000 (0:00:00.011) 0:00:16.334 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:14:53 +0000 (0:00:00.010) 0:00:16.344 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:14:53 +0000 (0:00:00.010) 0:00:16.355 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:14:53 +0000 (0:00:00.017) 0:00:16.372 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:14:53 +0000 (0:00:00.010) 0:00:16.382 ************ changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdh", "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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:15:01 +0000 (0:00:08.602) 0:00:24.984 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:15:01 +0000 (0:00:00.012) 0:00:24.997 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:15:01 +0000 (0:00:00.011) 0:00:25.009 ************ ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdh", "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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:15:01 +0000 (0:00:00.015) 0:00:25.025 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:15:01 +0000 (0:00:00.014) 0:00:25.040 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:15:01 +0000 (0:00:00.013) 0:00:25.053 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:15:01 +0000 (0:00:00.012) 0:00:25.065 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:15:02 +0000 (0:00:00.416) 0:00:25.482 ************ 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", "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 [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:15:02 +0000 (0:00:00.227) 0:00:25.709 ************ 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, "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" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:15:02 +0000 (0:00:00.018) 0:00:25.727 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:15:02 +0000 (0:00:00.253) 0:00:25.981 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:15:02 +0000 (0:00:00.130) 0:00:26.112 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:15:02 +0000 (0:00:00.010) 0:00:26.123 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:57 Friday 03 May 2024 09:15:03 +0000 (0:00:00.491) 0:00:26.614 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:15:03 +0000 (0:00:00.019) 0:00:26.633 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:15:03 +0000 (0:00:00.015) 0:00:26.649 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:15:03 +0000 (0:00:00.012) 0:00:26.661 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "Xj3f0D-c7fg-JJA5-c03h-CdJB-9zQP-sG7sMU" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:15:03 +0000 (0:00:00.198) 0:00:26.860 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003235", "end": "2024-05-03 09:15:03.885413", "rc": 0, "start": "2024-05-03 09:15:03.882178" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:15:03 +0000 (0:00:00.193) 0:00:27.054 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003124", "end": "2024-05-03 09:15:04.008728", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:15:04.005604" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:15:04 +0000 (0:00:00.123) 0:00:27.177 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:15:04 +0000 (0:00:00.025) 0:00:27.202 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:15:04 +0000 (0:00:00.011) 0:00:27.213 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.021638", "end": "2024-05-03 09:15:04.191003", "rc": 0, "start": "2024-05-03 09:15:04.169365" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:15:04 +0000 (0:00:00.146) 0:00:27.360 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:15:04 +0000 (0:00:00.018) 0:00:27.378 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:15:04 +0000 (0:00:00.027) 0:00:27.406 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sdh" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:15:04 +0000 (0:00:00.016) 0:00:27.423 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh", "pv": "/dev/sdh" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:15:04 +0000 (0:00:00.192) 0:00:27.615 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:15:04 +0000 (0:00:00.016) 0:00:27.631 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:15:04 +0000 (0:00:00.017) 0:00:27.648 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:15:04 +0000 (0:00:00.019) 0:00:27.668 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:15:04 +0000 (0:00:00.015) 0:00:27.683 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:15:04 +0000 (0:00:00.020) 0:00:27.704 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:15:04 +0000 (0:00:00.012) 0:00:27.716 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:15:04 +0000 (0:00:00.018) 0:00:27.735 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:15:04 +0000 (0:00:00.179) 0:00:27.914 ************ skipping: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:15:04 +0000 (0:00:00.016) 0:00:27.930 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:15:04 +0000 (0:00:00.023) 0:00:27.954 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:15:04 +0000 (0:00:00.013) 0:00:27.967 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:15:04 +0000 (0:00:00.012) 0:00:27.980 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:15:04 +0000 (0:00:00.012) 0:00:27.992 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:15:04 +0000 (0:00:00.012) 0:00:28.004 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:15:04 +0000 (0:00:00.012) 0:00:28.016 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:15:04 +0000 (0:00:00.012) 0:00:28.029 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:15:04 +0000 (0:00:00.013) 0:00:28.042 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:15:04 +0000 (0:00:00.012) 0:00:28.054 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:15:04 +0000 (0:00:00.012) 0:00:28.066 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:15:04 +0000 (0:00:00.012) 0:00:28.078 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:15:04 +0000 (0:00:00.010) 0:00:28.089 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:15:04 +0000 (0:00:00.024) 0:00:28.113 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:15:04 +0000 (0:00:00.023) 0:00:28.137 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:15:04 +0000 (0:00:00.012) 0:00:28.149 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:15:05 +0000 (0:00:00.011) 0:00:28.161 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.173 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:15:05 +0000 (0:00:00.011) 0:00:28.185 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:15:05 +0000 (0:00:00.011) 0:00:28.197 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.209 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:15:05 +0000 (0:00:00.011) 0:00:28.221 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:15:05 +0000 (0:00:00.025) 0:00:28.246 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:15:05 +0000 (0:00:00.025) 0:00:28.271 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.284 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.296 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:15:05 +0000 (0:00:00.013) 0:00:28.310 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:15:05 +0000 (0:00:00.011) 0:00:28.321 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:15:05 +0000 (0:00:00.026) 0:00:28.348 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:15:05 +0000 (0:00:00.014) 0:00:28.362 ************ skipping: [sut] => (item=/dev/sdh) => { "_storage_test_pool_member_path": "/dev/sdh", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:15:05 +0000 (0:00:00.016) 0:00:28.379 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:2 Friday 03 May 2024 09:15:05 +0000 (0:00:00.023) 0:00:28.403 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:9 Friday 03 May 2024 09:15:05 +0000 (0:00:00.015) 0:00:28.419 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:18 Friday 03 May 2024 09:15:05 +0000 (0:00:00.015) 0:00:28.435 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:27 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.447 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:37 Friday 03 May 2024 09:15:05 +0000 (0:00:00.013) 0:00:28.460 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:47 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.472 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:15:05 +0000 (0:00:00.011) 0:00:28.484 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:15:05 +0000 (0:00:00.010) 0:00:28.495 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:15:05 +0000 (0:00:00.048) 0:00:28.543 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:15:05 +0000 (0:00:00.026) 0:00:28.570 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:15:05 +0000 (0:00:00.014) 0:00:28.584 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:15:05 +0000 (0:00:00.014) 0:00:28.598 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:15:05 +0000 (0:00:00.015) 0:00:28.614 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:15:05 +0000 (0:00:00.014) 0:00:28.628 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.641 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.654 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:15:05 +0000 (0:00:00.011) 0:00:28.665 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:15:05 +0000 (0:00:00.011) 0:00:28.677 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:15:05 +0000 (0:00:00.024) 0:00:28.702 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:15:05 +0000 (0:00:00.015) 0:00:28.717 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:15:05 +0000 (0:00:00.065) 0:00:28.783 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:15:05 +0000 (0:00:00.015) 0:00:28.799 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1182626, "block_size": 4096, "block_total": 1257376, "block_used": 74750, "device": "/dev/mapper/foo-test1", "fstype": "ext4", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 4844036096, "size_total": 5150212096, "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1182626, "block_size": 4096, "block_total": 1257376, "block_used": 74750, "device": "/dev/mapper/foo-test1", "fstype": "ext4", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 4844036096, "size_total": 5150212096, "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:15:05 +0000 (0:00:00.020) 0:00:28.819 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.831 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:15:05 +0000 (0:00:00.015) 0:00:28.847 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:15:05 +0000 (0:00:00.017) 0:00:28.864 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:15:05 +0000 (0:00:00.014) 0:00:28.878 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.891 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.903 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:15:05 +0000 (0:00:00.015) 0:00:28.919 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.931 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:15:05 +0000 (0:00:00.013) 0:00:28.945 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:15:05 +0000 (0:00:00.013) 0:00:28.958 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:28.971 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:15:05 +0000 (0:00:00.027) 0:00:28.999 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:15:05 +0000 (0:00:00.016) 0:00:29.015 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:15:05 +0000 (0:00:00.015) 0:00:29.031 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:15:05 +0000 (0:00:00.013) 0:00:29.044 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:15:05 +0000 (0:00:00.012) 0:00:29.057 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:15:05 +0000 (0:00:00.016) 0:00:29.074 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:15:05 +0000 (0:00:00.018) 0:00:29.092 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714727701.7720437, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714727701.7720437, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 65229, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714727701.7720437, "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-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:15:06 +0000 (0:00:00.138) 0:00:29.231 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:15:06 +0000 (0:00:00.017) 0:00:29.248 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:15:06 +0000 (0:00:00.012) 0:00:29.261 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:15:06 +0000 (0:00:00.014) 0:00:29.275 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:15:06 +0000 (0:00:00.013) 0:00:29.289 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:15:06 +0000 (0:00:00.012) 0:00:29.301 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:15:06 +0000 (0:00:00.016) 0:00:29.317 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:15:06 +0000 (0:00:00.012) 0:00:29.330 ************ changed: [sut] => { "changed": true, "changes": { "installed": [ "cryptsetup" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package cryptsetup.x86_64 0:2.0.3-6.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n cryptsetup x86_64 2.0.3-6.el7 base 154 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 154 k\nInstalled size: 354 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : cryptsetup-2.0.3-6.el7.x86_64 1/1 \n Verifying : cryptsetup-2.0.3-6.el7.x86_64 1/1 \n\nInstalled:\n cryptsetup.x86_64 0:2.0.3-6.el7 \n\nComplete!\n" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:15:08 +0000 (0:00:01.862) 0:00:31.192 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.205 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.217 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:15:08 +0000 (0:00:00.017) 0:00:31.235 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:15:08 +0000 (0:00:00.013) 0:00:31.249 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.261 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:15:08 +0000 (0:00:00.011) 0:00:31.273 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.286 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.298 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:15:08 +0000 (0:00:00.015) 0:00:31.313 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:15:08 +0000 (0:00:00.016) 0:00:31.330 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.342 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.354 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.366 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:15:08 +0000 (0:00:00.011) 0:00:31.378 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.390 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:15:08 +0000 (0:00:00.013) 0:00:31.403 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.416 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.428 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.441 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.454 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.466 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:15:08 +0000 (0:00:00.013) 0:00:31.480 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.492 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.505 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:15:08 +0000 (0:00:00.199) 0:00:31.704 ************ ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:15:08 +0000 (0:00:00.121) 0:00:31.825 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:15:08 +0000 (0:00:00.016) 0:00:31.842 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:15:08 +0000 (0:00:00.012) 0:00:31.855 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:15:08 +0000 (0:00:00.120) 0:00:31.975 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:15:08 +0000 (0:00:00.014) 0:00:31.990 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:15:08 +0000 (0:00:00.014) 0:00:32.004 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:15:08 +0000 (0:00:00.013) 0:00:32.017 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:15:08 +0000 (0:00:00.013) 0:00:32.031 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:15:08 +0000 (0:00:00.011) 0:00:32.042 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:15:08 +0000 (0:00:00.010) 0:00:32.053 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:15:08 +0000 (0:00:00.010) 0:00:32.064 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:15:08 +0000 (0:00:00.010) 0:00:32.075 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:15:08 +0000 (0:00:00.010) 0:00:32.086 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:15:08 +0000 (0:00:00.010) 0:00:32.096 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:15:08 +0000 (0:00:00.011) 0:00:32.108 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:15:08 +0000 (0:00:00.010) 0:00:32.119 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:15:08 +0000 (0:00:00.010) 0:00:32.130 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:15:08 +0000 (0:00:00.010) 0:00:32.141 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:15:08 +0000 (0:00:00.010) 0:00:32.152 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:15:09 +0000 (0:00:00.010) 0:00:32.163 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:15:09 +0000 (0:00:00.012) 0:00:32.175 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:15:09 +0000 (0:00:00.012) 0:00:32.187 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:15:09 +0000 (0:00:00.011) 0:00:32.198 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:15:09 +0000 (0:00:00.013) 0:00:32.212 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:15:09 +0000 (0:00:00.012) 0:00:32.224 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:15:09 +0000 (0:00:00.016) 0:00:32.240 ************ 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.022324", "end": "2024-05-03 09:15:09.214550", "rc": 0, "start": "2024-05-03 09:15:09.192226" } 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-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:15:09 +0000 (0:00:00.142) 0:00:32.382 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:15:09 +0000 (0:00:00.015) 0:00:32.398 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:15:09 +0000 (0:00:00.016) 0:00:32.415 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:15:09 +0000 (0:00:00.013) 0:00:32.428 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:15:09 +0000 (0:00:00.013) 0:00:32.442 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:15:09 +0000 (0:00:00.014) 0:00:32.456 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:15:09 +0000 (0:00:00.013) 0:00:32.469 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:15:09 +0000 (0:00:00.010) 0:00:32.480 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:15:09 +0000 (0:00:00.009) 0:00:32.490 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:60 Friday 03 May 2024 09:15:09 +0000 (0:00:00.011) 0:00:32.502 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:15:09 +0000 (0:00:00.024) 0:00:32.527 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:15:09 +0000 (0:00:00.015) 0:00:32.542 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:15:09 +0000 (0:00:00.013) 0:00:32.556 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:15:09 +0000 (0:00:00.031) 0:00:32.587 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:15:09 +0000 (0:00:00.012) 0:00:32.599 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:15:09 +0000 (0:00:00.011) 0:00:32.610 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:15:09 +0000 (0:00:00.010) 0:00:32.621 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:15:09 +0000 (0:00:00.010) 0:00:32.632 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:15:09 +0000 (0:00:00.024) 0:00:32.657 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:15:09 +0000 (0:00:00.012) 0:00:32.669 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:15:09 +0000 (0:00:00.014) 0:00:32.683 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:15:09 +0000 (0:00:00.011) 0:00:32.695 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:15:09 +0000 (0:00:00.011) 0:00:32.707 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:15:09 +0000 (0:00:00.012) 0:00:32.720 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:15:09 +0000 (0:00:00.012) 0:00:32.732 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:15:09 +0000 (0:00:00.012) 0:00:32.744 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:15:09 +0000 (0:00:00.018) 0:00:32.763 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:15:09 +0000 (0:00:00.010) 0:00:32.774 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:15:14 +0000 (0:00:05.083) 0:00:37.857 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:15:14 +0000 (0:00:00.012) 0:00:37.870 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:15:14 +0000 (0:00:00.011) 0:00:37.882 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:15:14 +0000 (0:00:00.016) 0:00:37.898 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:15:14 +0000 (0:00:00.014) 0:00:37.913 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:15:14 +0000 (0:00:00.013) 0:00:37.926 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:15:14 +0000 (0:00:00.012) 0:00:37.938 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:15:15 +0000 (0:00:00.260) 0:00:38.198 ************ 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", "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 [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:15:15 +0000 (0:00:00.140) 0:00:38.339 ************ 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, "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" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:15:15 +0000 (0:00:00.017) 0:00:38.356 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:15:15 +0000 (0:00:00.245) 0:00:38.601 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:15:15 +0000 (0:00:00.127) 0:00:38.729 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:15:15 +0000 (0:00:00.011) 0:00:38.740 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:74 Friday 03 May 2024 09:15:16 +0000 (0:00:00.504) 0:00:39.244 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:15:16 +0000 (0:00:00.021) 0:00:39.265 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:15:16 +0000 (0:00:00.060) 0:00:39.326 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:15:16 +0000 (0:00:00.012) 0:00:39.338 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "Xj3f0D-c7fg-JJA5-c03h-CdJB-9zQP-sG7sMU" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:15:16 +0000 (0:00:00.125) 0:00:39.464 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003101", "end": "2024-05-03 09:15:16.415801", "rc": 0, "start": "2024-05-03 09:15:16.412700" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:15:16 +0000 (0:00:00.119) 0:00:39.584 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003051", "end": "2024-05-03 09:15:16.534439", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:15:16.531388" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:15:16 +0000 (0:00:00.118) 0:00:39.702 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:15:16 +0000 (0:00:00.023) 0:00:39.726 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:15:16 +0000 (0:00:00.011) 0:00:39.737 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.022282", "end": "2024-05-03 09:15:16.712715", "rc": 0, "start": "2024-05-03 09:15:16.690433" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:15:16 +0000 (0:00:00.143) 0:00:39.881 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:15:16 +0000 (0:00:00.017) 0:00:39.899 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:15:16 +0000 (0:00:00.027) 0:00:39.926 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sdh" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:15:16 +0000 (0:00:00.017) 0:00:39.944 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh", "pv": "/dev/sdh" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:15:16 +0000 (0:00:00.120) 0:00:40.064 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:15:16 +0000 (0:00:00.014) 0:00:40.079 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:15:16 +0000 (0:00:00.015) 0:00:40.094 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:15:16 +0000 (0:00:00.015) 0:00:40.110 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:15:16 +0000 (0:00:00.014) 0:00:40.124 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:15:16 +0000 (0:00:00.013) 0:00:40.138 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:15:16 +0000 (0:00:00.012) 0:00:40.151 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:15:17 +0000 (0:00:00.017) 0:00:40.168 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:15:17 +0000 (0:00:00.151) 0:00:40.319 ************ skipping: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:15:17 +0000 (0:00:00.015) 0:00:40.335 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:15:17 +0000 (0:00:00.022) 0:00:40.358 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:15:17 +0000 (0:00:00.012) 0:00:40.370 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:15:17 +0000 (0:00:00.011) 0:00:40.382 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.393 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:15:17 +0000 (0:00:00.012) 0:00:40.406 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:15:17 +0000 (0:00:00.011) 0:00:40.418 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.429 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.439 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.450 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.461 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:15:17 +0000 (0:00:00.011) 0:00:40.473 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.484 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:15:17 +0000 (0:00:00.022) 0:00:40.507 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:15:17 +0000 (0:00:00.023) 0:00:40.531 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:15:17 +0000 (0:00:00.011) 0:00:40.542 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:15:17 +0000 (0:00:00.011) 0:00:40.553 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:15:17 +0000 (0:00:00.012) 0:00:40.565 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.575 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:15:17 +0000 (0:00:00.011) 0:00:40.587 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:15:17 +0000 (0:00:00.011) 0:00:40.599 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.610 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:15:17 +0000 (0:00:00.023) 0:00:40.634 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:15:17 +0000 (0:00:00.043) 0:00:40.678 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:15:17 +0000 (0:00:00.012) 0:00:40.690 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.701 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.712 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:15:17 +0000 (0:00:00.011) 0:00:40.723 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:15:17 +0000 (0:00:00.026) 0:00:40.749 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:15:17 +0000 (0:00:00.014) 0:00:40.764 ************ skipping: [sut] => (item=/dev/sdh) => { "_storage_test_pool_member_path": "/dev/sdh", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:15:17 +0000 (0:00:00.014) 0:00:40.778 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:2 Friday 03 May 2024 09:15:17 +0000 (0:00:00.021) 0:00:40.800 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:9 Friday 03 May 2024 09:15:17 +0000 (0:00:00.015) 0:00:40.815 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:18 Friday 03 May 2024 09:15:17 +0000 (0:00:00.014) 0:00:40.829 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:27 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.840 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:37 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.851 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:47 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.862 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.873 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:15:17 +0000 (0:00:00.013) 0:00:40.886 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:15:17 +0000 (0:00:00.026) 0:00:40.913 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:15:17 +0000 (0:00:00.024) 0:00:40.937 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:15:17 +0000 (0:00:00.012) 0:00:40.949 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:15:17 +0000 (0:00:00.012) 0:00:40.961 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:15:17 +0000 (0:00:00.012) 0:00:40.973 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:15:17 +0000 (0:00:00.011) 0:00:40.985 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:40.996 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:15:17 +0000 (0:00:00.012) 0:00:41.008 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:15:17 +0000 (0:00:00.010) 0:00:41.019 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:15:17 +0000 (0:00:00.011) 0:00:41.030 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:15:17 +0000 (0:00:00.021) 0:00:41.051 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:15:17 +0000 (0:00:00.014) 0:00:41.065 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:15:17 +0000 (0:00:00.059) 0:00:41.124 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:15:17 +0000 (0:00:00.014) 0:00:41.139 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2161685, "block_size": 4096, "block_total": 2289493, "block_used": 127808, "device": "/dev/mapper/foo-test1", "fstype": "ext4", "inode_available": 589813, "inode_total": 589824, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 8854261760, "size_total": 9377763328, "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2161685, "block_size": 4096, "block_total": 2289493, "block_used": 127808, "device": "/dev/mapper/foo-test1", "fstype": "ext4", "inode_available": 589813, "inode_total": 589824, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 8854261760, "size_total": 9377763328, "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:15:18 +0000 (0:00:00.018) 0:00:41.157 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:15:18 +0000 (0:00:00.012) 0:00:41.169 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:15:18 +0000 (0:00:00.015) 0:00:41.185 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:15:18 +0000 (0:00:00.015) 0:00:41.200 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:15:18 +0000 (0:00:00.011) 0:00:41.212 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:15:18 +0000 (0:00:00.010) 0:00:41.223 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:15:18 +0000 (0:00:00.012) 0:00:41.235 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:15:18 +0000 (0:00:00.015) 0:00:41.250 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:15:18 +0000 (0:00:00.010) 0:00:41.261 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:15:18 +0000 (0:00:00.011) 0:00:41.273 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:15:18 +0000 (0:00:00.010) 0:00:41.284 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:15:18 +0000 (0:00:00.010) 0:00:41.295 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:15:18 +0000 (0:00:00.024) 0:00:41.320 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:15:18 +0000 (0:00:00.014) 0:00:41.334 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:15:18 +0000 (0:00:00.014) 0:00:41.348 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:15:18 +0000 (0:00:00.011) 0:00:41.360 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:15:18 +0000 (0:00:00.010) 0:00:41.371 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:15:18 +0000 (0:00:00.015) 0:00:41.386 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:15:18 +0000 (0:00:00.016) 0:00:41.403 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714727714.6516504, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714727714.6516504, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 65229, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714727714.6516504, "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-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:15:18 +0000 (0:00:00.148) 0:00:41.551 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:15:18 +0000 (0:00:00.016) 0:00:41.568 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:15:18 +0000 (0:00:00.012) 0:00:41.580 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:15:18 +0000 (0:00:00.014) 0:00:41.595 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:15:18 +0000 (0:00:00.013) 0:00:41.608 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:15:18 +0000 (0:00:00.011) 0:00:41.619 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:15:18 +0000 (0:00:00.014) 0:00:41.634 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:15:18 +0000 (0:00:00.010) 0:00:41.644 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:15:18 +0000 (0:00:00.367) 0:00:42.012 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:15:18 +0000 (0:00:00.012) 0:00:42.025 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:15:18 +0000 (0:00:00.011) 0:00:42.036 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:15:18 +0000 (0:00:00.016) 0:00:42.053 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:15:18 +0000 (0:00:00.011) 0:00:42.064 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:15:18 +0000 (0:00:00.011) 0:00:42.075 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:15:18 +0000 (0:00:00.010) 0:00:42.086 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:15:18 +0000 (0:00:00.010) 0:00:42.097 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:15:18 +0000 (0:00:00.010) 0:00:42.108 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:15:18 +0000 (0:00:00.015) 0:00:42.123 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:15:18 +0000 (0:00:00.015) 0:00:42.138 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:15:18 +0000 (0:00:00.011) 0:00:42.149 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:15:19 +0000 (0:00:00.011) 0:00:42.160 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:15:19 +0000 (0:00:00.012) 0:00:42.173 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.184 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:15:19 +0000 (0:00:00.011) 0:00:42.195 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:15:19 +0000 (0:00:00.013) 0:00:42.208 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:15:19 +0000 (0:00:00.011) 0:00:42.219 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.230 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:15:19 +0000 (0:00:00.011) 0:00:42.242 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:15:19 +0000 (0:00:00.011) 0:00:42.253 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:15:19 +0000 (0:00:00.011) 0:00:42.265 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:15:19 +0000 (0:00:00.012) 0:00:42.277 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.288 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.299 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:15:19 +0000 (0:00:00.117) 0:00:42.417 ************ ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:15:19 +0000 (0:00:00.118) 0:00:42.536 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:15:19 +0000 (0:00:00.016) 0:00:42.552 ************ ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:15:19 +0000 (0:00:00.012) 0:00:42.565 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:15:19 +0000 (0:00:00.119) 0:00:42.685 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:15:19 +0000 (0:00:00.017) 0:00:42.702 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:15:19 +0000 (0:00:00.014) 0:00:42.717 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:15:19 +0000 (0:00:00.013) 0:00:42.730 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:15:19 +0000 (0:00:00.014) 0:00:42.745 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:15:19 +0000 (0:00:00.011) 0:00:42.756 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:15:19 +0000 (0:00:00.012) 0:00:42.768 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:15:19 +0000 (0:00:00.012) 0:00:42.780 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.791 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.802 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.813 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.823 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.834 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:15:19 +0000 (0:00:00.012) 0:00:42.846 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.857 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:15:19 +0000 (0:00:00.010) 0:00:42.868 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:15:19 +0000 (0:00:00.011) 0:00:42.879 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:15:19 +0000 (0:00:00.012) 0:00:42.892 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:15:19 +0000 (0:00:00.012) 0:00:42.905 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:15:19 +0000 (0:00:00.013) 0:00:42.919 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:15:19 +0000 (0:00:00.013) 0:00:42.932 ************ ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:15:19 +0000 (0:00:00.012) 0:00:42.944 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:15:19 +0000 (0:00:00.017) 0:00:42.962 ************ 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.020887", "end": "2024-05-03 09:15:19.935775", "rc": 0, "start": "2024-05-03 09:15:19.914888" } 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-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:15:19 +0000 (0:00:00.164) 0:00:43.127 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:15:19 +0000 (0:00:00.016) 0:00:43.143 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:15:20 +0000 (0:00:00.017) 0:00:43.160 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:15:20 +0000 (0:00:00.013) 0:00:43.173 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:15:20 +0000 (0:00:00.013) 0:00:43.187 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:15:20 +0000 (0:00:00.012) 0:00:43.199 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:15:20 +0000 (0:00:00.013) 0:00:43.212 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:15:20 +0000 (0:00:00.010) 0:00:43.223 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:15:20 +0000 (0:00:00.009) 0:00:43.233 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:77 Friday 03 May 2024 09:15:20 +0000 (0:00:00.012) 0:00:43.245 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:15:20 +0000 (0:00:00.025) 0:00:43.271 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:15:20 +0000 (0:00:00.017) 0:00:43.288 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:15:20 +0000 (0:00:00.014) 0:00:43.303 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:15:20 +0000 (0:00:00.030) 0:00:43.333 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:15:20 +0000 (0:00:00.013) 0:00:43.347 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:15:20 +0000 (0:00:00.012) 0:00:43.359 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:15:20 +0000 (0:00:00.011) 0:00:43.370 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:15:20 +0000 (0:00:00.011) 0:00:43.382 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:15:20 +0000 (0:00:00.025) 0:00:43.407 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:15:20 +0000 (0:00:00.012) 0:00:43.419 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:15:20 +0000 (0:00:00.014) 0:00:43.434 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:15:20 +0000 (0:00:00.014) 0:00:43.448 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:15:20 +0000 (0:00:00.012) 0:00:43.460 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:15:20 +0000 (0:00:00.011) 0:00:43.471 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:15:20 +0000 (0:00:00.012) 0:00:43.484 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:15:20 +0000 (0:00:00.011) 0:00:43.495 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:15:20 +0000 (0:00:00.018) 0:00:43.514 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:15:20 +0000 (0:00:00.011) 0:00:43.525 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:15:25 +0000 (0:00:05.110) 0:00:48.636 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:15:25 +0000 (0:00:00.012) 0:00:48.649 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:15:25 +0000 (0:00:00.011) 0:00:48.660 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:15:25 +0000 (0:00:00.015) 0:00:48.676 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:15:25 +0000 (0:00:00.014) 0:00:48.691 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:15:25 +0000 (0:00:00.013) 0:00:48.704 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:15:25 +0000 (0:00:00.012) 0:00:48.716 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:15:25 +0000 (0:00:00.245) 0:00:48.962 ************ 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", "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 [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:15:25 +0000 (0:00:00.141) 0:00:49.103 ************ 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, "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" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:15:25 +0000 (0:00:00.017) 0:00:49.121 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:15:26 +0000 (0:00:00.237) 0:00:49.358 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:15:26 +0000 (0:00:00.125) 0:00:49.484 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:15:26 +0000 (0:00:00.011) 0:00:49.495 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:91 Friday 03 May 2024 09:15:26 +0000 (0:00:00.471) 0:00:49.967 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:15:26 +0000 (0:00:00.022) 0:00:49.989 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:15:26 +0000 (0:00:00.015) 0:00:50.004 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:15:26 +0000 (0:00:00.013) 0:00:50.018 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "Xj3f0D-c7fg-JJA5-c03h-CdJB-9zQP-sG7sMU" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:15:26 +0000 (0:00:00.123) 0:00:50.142 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003111", "end": "2024-05-03 09:15:27.094512", "rc": 0, "start": "2024-05-03 09:15:27.091401" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:15:27 +0000 (0:00:00.120) 0:00:50.262 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003069", "end": "2024-05-03 09:15:27.213435", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:15:27.210366" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:15:27 +0000 (0:00:00.118) 0:00:50.381 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:15:27 +0000 (0:00:00.024) 0:00:50.406 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:15:27 +0000 (0:00:00.011) 0:00:50.417 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018175", "end": "2024-05-03 09:15:27.386551", "rc": 0, "start": "2024-05-03 09:15:27.368376" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:15:27 +0000 (0:00:00.137) 0:00:50.554 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:15:27 +0000 (0:00:00.017) 0:00:50.572 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:15:27 +0000 (0:00:00.026) 0:00:50.598 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sdh" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:15:27 +0000 (0:00:00.016) 0:00:50.615 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh", "pv": "/dev/sdh" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:15:27 +0000 (0:00:00.119) 0:00:50.735 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:15:27 +0000 (0:00:00.015) 0:00:50.751 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:15:27 +0000 (0:00:00.016) 0:00:50.767 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:15:27 +0000 (0:00:00.016) 0:00:50.784 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:15:27 +0000 (0:00:00.014) 0:00:50.799 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:15:27 +0000 (0:00:00.014) 0:00:50.813 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:15:27 +0000 (0:00:00.012) 0:00:50.825 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:15:27 +0000 (0:00:00.017) 0:00:50.843 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:15:27 +0000 (0:00:00.152) 0:00:50.995 ************ skipping: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:15:27 +0000 (0:00:00.016) 0:00:51.011 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:15:27 +0000 (0:00:00.022) 0:00:51.034 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:15:27 +0000 (0:00:00.012) 0:00:51.046 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:15:27 +0000 (0:00:00.012) 0:00:51.059 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:15:27 +0000 (0:00:00.011) 0:00:51.070 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:15:27 +0000 (0:00:00.010) 0:00:51.080 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:15:27 +0000 (0:00:00.010) 0:00:51.091 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:15:27 +0000 (0:00:00.010) 0:00:51.102 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:15:27 +0000 (0:00:00.011) 0:00:51.114 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:15:27 +0000 (0:00:00.010) 0:00:51.125 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:15:27 +0000 (0:00:00.010) 0:00:51.135 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:15:27 +0000 (0:00:00.010) 0:00:51.146 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.157 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:15:28 +0000 (0:00:00.041) 0:00:51.199 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:15:28 +0000 (0:00:00.023) 0:00:51.223 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:15:28 +0000 (0:00:00.012) 0:00:51.235 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:15:28 +0000 (0:00:00.011) 0:00:51.246 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.257 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.268 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.279 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:15:28 +0000 (0:00:00.012) 0:00:51.292 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:15:28 +0000 (0:00:00.012) 0:00:51.304 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:15:28 +0000 (0:00:00.024) 0:00:51.328 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:15:28 +0000 (0:00:00.023) 0:00:51.352 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.363 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:15:28 +0000 (0:00:00.011) 0:00:51.374 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.385 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.396 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:15:28 +0000 (0:00:00.025) 0:00:51.421 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:15:28 +0000 (0:00:00.014) 0:00:51.435 ************ skipping: [sut] => (item=/dev/sdh) => { "_storage_test_pool_member_path": "/dev/sdh", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:15:28 +0000 (0:00:00.013) 0:00:51.449 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:2 Friday 03 May 2024 09:15:28 +0000 (0:00:00.021) 0:00:51.470 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:9 Friday 03 May 2024 09:15:28 +0000 (0:00:00.013) 0:00:51.484 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:18 Friday 03 May 2024 09:15:28 +0000 (0:00:00.014) 0:00:51.498 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:27 Friday 03 May 2024 09:15:28 +0000 (0:00:00.011) 0:00:51.509 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:37 Friday 03 May 2024 09:15:28 +0000 (0:00:00.011) 0:00:51.521 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:47 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.531 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.542 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.553 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:15:28 +0000 (0:00:00.026) 0:00:51.580 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:15:28 +0000 (0:00:00.023) 0:00:51.604 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:15:28 +0000 (0:00:00.012) 0:00:51.616 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:15:28 +0000 (0:00:00.012) 0:00:51.629 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:15:28 +0000 (0:00:00.012) 0:00:51.641 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.652 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.663 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.673 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.684 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:15:28 +0000 (0:00:00.011) 0:00:51.696 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:15:28 +0000 (0:00:00.020) 0:00:51.717 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:15:28 +0000 (0:00:00.014) 0:00:51.731 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:15:28 +0000 (0:00:00.057) 0:00:51.788 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:15:28 +0000 (0:00:00.014) 0:00:51.803 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1182627, "block_size": 4096, "block_total": 1257376, "block_used": 74749, "device": "/dev/mapper/foo-test1", "fstype": "ext4", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 4844040192, "size_total": 5150212096, "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1182627, "block_size": 4096, "block_total": 1257376, "block_used": 74749, "device": "/dev/mapper/foo-test1", "fstype": "ext4", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 4844040192, "size_total": 5150212096, "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:15:28 +0000 (0:00:00.018) 0:00:51.822 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:15:28 +0000 (0:00:00.012) 0:00:51.834 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:15:28 +0000 (0:00:00.014) 0:00:51.848 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:15:28 +0000 (0:00:00.014) 0:00:51.862 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.873 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:15:28 +0000 (0:00:00.042) 0:00:51.916 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:15:28 +0000 (0:00:00.012) 0:00:51.929 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:15:28 +0000 (0:00:00.015) 0:00:51.944 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.955 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.966 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:51.977 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:15:28 +0000 (0:00:00.012) 0:00:51.989 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:15:28 +0000 (0:00:00.025) 0:00:52.015 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:15:28 +0000 (0:00:00.014) 0:00:52.029 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:15:28 +0000 (0:00:00.014) 0:00:52.043 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:15:28 +0000 (0:00:00.011) 0:00:52.054 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:15:28 +0000 (0:00:00.010) 0:00:52.065 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:15:28 +0000 (0:00:00.016) 0:00:52.082 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:15:28 +0000 (0:00:00.016) 0:00:52.098 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714727725.4183218, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714727725.4183218, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 65229, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714727725.4183218, "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-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:15:29 +0000 (0:00:00.126) 0:00:52.225 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:15:29 +0000 (0:00:00.015) 0:00:52.240 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:15:29 +0000 (0:00:00.013) 0:00:52.254 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:15:29 +0000 (0:00:00.014) 0:00:52.268 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.280 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.293 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:15:29 +0000 (0:00:00.014) 0:00:52.307 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.320 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:15:29 +0000 (0:00:00.365) 0:00:52.685 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.697 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.709 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:15:29 +0000 (0:00:00.016) 0:00:52.726 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.738 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:15:29 +0000 (0:00:00.011) 0:00:52.750 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.762 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:15:29 +0000 (0:00:00.010) 0:00:52.773 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:15:29 +0000 (0:00:00.010) 0:00:52.784 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:15:29 +0000 (0:00:00.015) 0:00:52.799 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:15:29 +0000 (0:00:00.014) 0:00:52.813 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.825 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.838 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:15:29 +0000 (0:00:00.011) 0:00:52.849 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:15:29 +0000 (0:00:00.010) 0:00:52.860 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:15:29 +0000 (0:00:00.010) 0:00:52.871 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:15:29 +0000 (0:00:00.010) 0:00:52.882 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:15:29 +0000 (0:00:00.011) 0:00:52.893 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:15:29 +0000 (0:00:00.014) 0:00:52.907 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.920 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.933 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.945 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.957 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.969 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:15:29 +0000 (0:00:00.012) 0:00:52.982 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:15:29 +0000 (0:00:00.128) 0:00:53.110 ************ ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:15:30 +0000 (0:00:00.120) 0:00:53.230 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:15:30 +0000 (0:00:00.017) 0:00:53.248 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:15:30 +0000 (0:00:00.012) 0:00:53.260 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:15:30 +0000 (0:00:00.121) 0:00:53.381 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:15:30 +0000 (0:00:00.014) 0:00:53.396 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:15:30 +0000 (0:00:00.015) 0:00:53.411 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:15:30 +0000 (0:00:00.033) 0:00:53.445 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:15:30 +0000 (0:00:00.014) 0:00:53.460 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.471 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.482 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.493 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.504 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:15:30 +0000 (0:00:00.012) 0:00:53.516 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.527 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.538 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.548 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.559 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.570 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:15:30 +0000 (0:00:00.012) 0:00:53.582 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.593 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.604 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:53.615 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:15:30 +0000 (0:00:00.011) 0:00:53.626 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:15:30 +0000 (0:00:00.013) 0:00:53.640 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:15:30 +0000 (0:00:00.015) 0:00:53.655 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:15:30 +0000 (0:00:00.019) 0:00:53.674 ************ 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.019215", "end": "2024-05-03 09:15:30.647551", "rc": 0, "start": "2024-05-03 09:15:30.628336" } 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-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:15:30 +0000 (0:00:00.143) 0:00:53.818 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:15:30 +0000 (0:00:00.018) 0:00:53.837 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:15:30 +0000 (0:00:00.020) 0:00:53.858 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:15:30 +0000 (0:00:00.019) 0:00:53.878 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:15:30 +0000 (0:00:00.016) 0:00:53.894 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:15:30 +0000 (0:00:00.021) 0:00:53.915 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:15:30 +0000 (0:00:00.015) 0:00:53.931 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:15:30 +0000 (0:00:00.013) 0:00:53.945 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:15:30 +0000 (0:00:00.012) 0:00:53.958 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:94 Friday 03 May 2024 09:15:30 +0000 (0:00:00.011) 0:00:53.969 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:4 Friday 03 May 2024 09:15:30 +0000 (0:00:00.024) 0:00:53.994 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:10 Friday 03 May 2024 09:15:30 +0000 (0:00:00.014) 0:00:54.008 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:15:30 +0000 (0:00:00.019) 0:00:54.028 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:15:30 +0000 (0:00:00.016) 0:00:54.044 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:15:30 +0000 (0:00:00.013) 0:00:54.058 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:15:30 +0000 (0:00:00.030) 0:00:54.088 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:15:30 +0000 (0:00:00.011) 0:00:54.100 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:15:30 +0000 (0:00:00.011) 0:00:54.111 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:15:30 +0000 (0:00:00.011) 0:00:54.122 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:15:30 +0000 (0:00:00.010) 0:00:54.133 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:15:31 +0000 (0:00:00.026) 0:00:54.159 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:15:31 +0000 (0:00:00.012) 0:00:54.171 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "12884901888.0" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:15:31 +0000 (0:00:00.017) 0:00:54.189 ************ ok: [sut] => { "storage_volumes": [] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:15:31 +0000 (0:00:00.017) 0:00:54.207 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:15:31 +0000 (0:00:00.013) 0:00:54.220 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:15:31 +0000 (0:00:00.012) 0:00:54.232 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:15:31 +0000 (0:00:00.012) 0:00:54.244 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:15:31 +0000 (0:00:00.012) 0:00:54.256 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:15:31 +0000 (0:00:00.018) 0:00:54.275 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:15:31 +0000 (0:00:00.009) 0:00:54.285 ************ fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: volume 'test1' cannot be resized to '12 GiB' TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:106 Friday 03 May 2024 09:15:35 +0000 (0:00:04.519) 0:00:58.805 ************ fatal: [sut]: FAILED! => { "changed": false } MSG: {'crypts': [], 'mounts': [], 'leaves': [], 'changed': False, 'actions': [], 'failed': True, 'volumes': [], 'invocation': {'module_args': {'packages_only': False, 'disklabel_type': None, 'diskvolume_mkfs_option_map': {'ext4': '-F', 'ext3': '-F', 'ext2': '-F'}, 'safe_mode': False, 'pools': [{'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sdh'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_count': None, 'state': 'present', 'volumes': [{'raid_metadata_version': None, 'raid_level': None, 'fs_type': 'ext4', 'mount_options': 'defaults', 'type': 'lvm', 'size': '12884901888.0', 'mount_point': '/opt/test1', 'compression': None, 'encryption_password': None, 'encryption': False, 'mount_device_identifier': 'uuid', 'name': 'test1', 'raid_device_count': None, 'state': 'present', 'vdo_pool_size': None, 'mount_mode': None, 'thin_pool_name': None, 'thin_pool_size': None, 'encryption_key_size': None, 'encryption_cipher': None, 'encryption_key': None, 'fs_label': '', 'encryption_luks_version': None, 'raid_stripe_size': None, 'cache_size': 0, 'mount_user': None, 'raid_spare_count': None, 'raid_disks': [], 'cache_mode': None, 'deduplication': None, 'mount_group': None, 'fs_overwrite_existing': True, 'disks': ['sdh'], 'cached': False, 'thin': False, 'mount_check': 0, 'mount_passno': 0, 'raid_chunk_size': None, 'cache_devices': [], 'fs_create_options': ''}], 'encryption_cipher': None, 'shared': False, 'raid_level': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': 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}}, 'pools': [], 'packages': [], 'msg': "volume 'test1' cannot be resized to '12 GiB'", '_ansible_no_log': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:15:35 +0000 (0:00:00.023) 0:00:58.828 ************ TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:29 Friday 03 May 2024 09:15:35 +0000 (0:00:00.013) 0:00:58.842 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:34 Friday 03 May 2024 09:15:35 +0000 (0:00:00.019) 0:00:58.861 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:45 Friday 03 May 2024 09:15:35 +0000 (0:00:00.019) 0:00:58.881 ************ skipping: [sut] => { "changed": false, "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-main-support_pvresizemudmk5an/tests/tests_resize.yml:112 Friday 03 May 2024 09:15:35 +0000 (0:00:00.017) 0:00:58.899 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:15:35 +0000 (0:00:00.019) 0:00:58.918 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:15:35 +0000 (0:00:00.032) 0:00:58.951 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:15:35 +0000 (0:00:00.022) 0:00:58.973 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:15:35 +0000 (0:00:00.042) 0:00:59.015 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:15:35 +0000 (0:00:00.013) 0:00:59.028 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:15:35 +0000 (0:00:00.015) 0:00:59.044 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:15:35 +0000 (0:00:00.031) 0:00:59.076 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:15:35 +0000 (0:00:00.042) 0:00:59.118 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:15:35 +0000 (0:00:00.031) 0:00:59.150 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:15:36 +0000 (0:00:00.024) 0:00:59.175 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "10737418240" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:15:36 +0000 (0:00:00.023) 0:00:59.199 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:15:36 +0000 (0:00:00.014) 0:00:59.213 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:15:36 +0000 (0:00:00.017) 0:00:59.230 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:15:36 +0000 (0:00:00.015) 0:00:59.246 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:15:36 +0000 (0:00:00.013) 0:00:59.259 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:15:36 +0000 (0:00:00.013) 0:00:59.272 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:15:36 +0000 (0:00:00.019) 0:00:59.292 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:15:36 +0000 (0:00:00.012) 0:00:59.305 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:15:41 +0000 (0:00:04.945) 0:01:04.250 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:15:41 +0000 (0:00:00.013) 0:01:04.263 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:15:41 +0000 (0:00:00.012) 0:01:04.276 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:15:41 +0000 (0:00:00.015) 0:01:04.291 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:15:41 +0000 (0:00:00.015) 0:01:04.307 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:15:41 +0000 (0:00:00.014) 0:01:04.322 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:15:41 +0000 (0:00:00.015) 0:01:04.337 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:15:41 +0000 (0:00:00.248) 0:01:04.586 ************ 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", "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 [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:15:41 +0000 (0:00:00.141) 0:01:04.727 ************ 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, "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" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:15:41 +0000 (0:00:00.017) 0:01:04.744 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:15:41 +0000 (0:00:00.241) 0:01:04.986 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:15:41 +0000 (0:00:00.128) 0:01:05.114 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:15:41 +0000 (0:00:00.013) 0:01:05.127 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:127 Friday 03 May 2024 09:15:42 +0000 (0:00:00.534) 0:01:05.662 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:15:42 +0000 (0:00:00.017) 0:01:05.679 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:15:42 +0000 (0:00:00.015) 0:01:05.694 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:15:42 +0000 (0:00:00.011) 0:01:05.706 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test1", "size": "10G", "type": "lvm", "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "Xj3f0D-c7fg-JJA5-c03h-CdJB-9zQP-sG7sMU" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:15:42 +0000 (0:00:00.125) 0:01:05.832 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003168", "end": "2024-05-03 09:15:42.784691", "rc": 0, "start": "2024-05-03 09:15:42.781523" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:15:42 +0000 (0:00:00.121) 0:01:05.954 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002879", "end": "2024-05-03 09:15:42.905967", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:15:42.903088" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:15:42 +0000 (0:00:00.119) 0:01:06.074 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:15:42 +0000 (0:00:00.024) 0:01:06.098 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:15:42 +0000 (0:00:00.011) 0:01:06.109 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.022371", "end": "2024-05-03 09:15:43.084897", "rc": 0, "start": "2024-05-03 09:15:43.062526" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:15:43 +0000 (0:00:00.144) 0:01:06.253 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:15:43 +0000 (0:00:00.017) 0:01:06.271 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:15:43 +0000 (0:00:00.026) 0:01:06.298 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sdh" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:15:43 +0000 (0:00:00.016) 0:01:06.314 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh", "pv": "/dev/sdh" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:15:43 +0000 (0:00:00.123) 0:01:06.438 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:15:43 +0000 (0:00:00.014) 0:01:06.452 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:15:43 +0000 (0:00:00.016) 0:01:06.469 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:15:43 +0000 (0:00:00.017) 0:01:06.487 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:15:43 +0000 (0:00:00.014) 0:01:06.501 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:15:43 +0000 (0:00:00.014) 0:01:06.516 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.528 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:15:43 +0000 (0:00:00.017) 0:01:06.545 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:15:43 +0000 (0:00:00.151) 0:01:06.697 ************ skipping: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:15:43 +0000 (0:00:00.014) 0:01:06.712 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:15:43 +0000 (0:00:00.023) 0:01:06.735 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.748 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.760 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:15:43 +0000 (0:00:00.011) 0:01:06.771 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.783 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.795 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:15:43 +0000 (0:00:00.014) 0:01:06.810 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.822 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.835 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.847 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:15:43 +0000 (0:00:00.010) 0:01:06.858 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:15:43 +0000 (0:00:00.010) 0:01:06.869 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:15:43 +0000 (0:00:00.046) 0:01:06.915 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:15:43 +0000 (0:00:00.026) 0:01:06.941 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.954 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.967 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.979 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:06.991 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:15:43 +0000 (0:00:00.011) 0:01:07.002 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:07.014 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:15:43 +0000 (0:00:00.010) 0:01:07.025 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:15:43 +0000 (0:00:00.024) 0:01:07.050 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:15:43 +0000 (0:00:00.023) 0:01:07.073 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:15:43 +0000 (0:00:00.011) 0:01:07.084 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:07.096 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:15:43 +0000 (0:00:00.012) 0:01:07.108 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:15:43 +0000 (0:00:00.011) 0:01:07.119 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:15:43 +0000 (0:00:00.025) 0:01:07.144 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:15:44 +0000 (0:00:00.015) 0:01:07.160 ************ skipping: [sut] => (item=/dev/sdh) => { "_storage_test_pool_member_path": "/dev/sdh", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:15:44 +0000 (0:00:00.013) 0:01:07.173 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:2 Friday 03 May 2024 09:15:44 +0000 (0:00:00.021) 0:01:07.195 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:9 Friday 03 May 2024 09:15:44 +0000 (0:00:00.014) 0:01:07.209 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:18 Friday 03 May 2024 09:15:44 +0000 (0:00:00.015) 0:01:07.224 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:27 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.236 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:37 Friday 03 May 2024 09:15:44 +0000 (0:00:00.011) 0:01:07.247 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:47 Friday 03 May 2024 09:15:44 +0000 (0:00:00.011) 0:01:07.259 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:15:44 +0000 (0:00:00.010) 0:01:07.269 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:15:44 +0000 (0:00:00.010) 0:01:07.280 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:15:44 +0000 (0:00:00.027) 0:01:07.308 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:15:44 +0000 (0:00:00.023) 0:01:07.332 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.344 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.357 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.369 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.381 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.393 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.405 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:15:44 +0000 (0:00:00.010) 0:01:07.416 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.428 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:15:44 +0000 (0:00:00.022) 0:01:07.451 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:15:44 +0000 (0:00:00.014) 0:01:07.465 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:15:44 +0000 (0:00:00.057) 0:01:07.522 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:15:44 +0000 (0:00:00.014) 0:01:07.537 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2405639, "block_size": 4096, "block_total": 2546501, "block_used": 140862, "device": "/dev/mapper/foo-test1", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 9853497344, "size_total": 10430468096, "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2405639, "block_size": 4096, "block_total": 2546501, "block_used": 140862, "device": "/dev/mapper/foo-test1", "fstype": "ext4", "inode_available": 655349, "inode_total": 655360, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 9853497344, "size_total": 10430468096, "uuid": "223f9562-d74a-4d48-baa1-c3780ee0c089" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:15:44 +0000 (0:00:00.021) 0:01:07.559 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:15:44 +0000 (0:00:00.013) 0:01:07.572 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:15:44 +0000 (0:00:00.015) 0:01:07.588 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:15:44 +0000 (0:00:00.016) 0:01:07.604 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:15:44 +0000 (0:00:00.013) 0:01:07.618 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:15:44 +0000 (0:00:00.040) 0:01:07.659 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:15:44 +0000 (0:00:00.013) 0:01:07.672 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:15:44 +0000 (0:00:00.015) 0:01:07.688 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.700 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.712 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:15:44 +0000 (0:00:00.011) 0:01:07.724 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:07.736 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:15:44 +0000 (0:00:00.025) 0:01:07.761 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:15:44 +0000 (0:00:00.014) 0:01:07.776 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:15:44 +0000 (0:00:00.014) 0:01:07.790 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:15:44 +0000 (0:00:00.011) 0:01:07.801 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:15:44 +0000 (0:00:00.011) 0:01:07.813 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:15:44 +0000 (0:00:00.018) 0:01:07.831 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:15:44 +0000 (0:00:00.016) 0:01:07.848 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714727741.0438452, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714727741.0438452, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 65229, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714727741.0438452, "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-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:15:44 +0000 (0:00:00.127) 0:01:07.975 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:15:44 +0000 (0:00:00.015) 0:01:07.991 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:15:44 +0000 (0:00:00.013) 0:01:08.005 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:15:44 +0000 (0:00:00.014) 0:01:08.019 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:08.032 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:15:44 +0000 (0:00:00.012) 0:01:08.044 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:15:44 +0000 (0:00:00.013) 0:01:08.057 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:15:44 +0000 (0:00:00.010) 0:01:08.068 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:15:45 +0000 (0:00:00.370) 0:01:08.439 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:15:45 +0000 (0:00:00.014) 0:01:08.453 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:15:45 +0000 (0:00:00.012) 0:01:08.465 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:15:45 +0000 (0:00:00.017) 0:01:08.483 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:15:45 +0000 (0:00:00.012) 0:01:08.496 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:15:45 +0000 (0:00:00.012) 0:01:08.509 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:15:45 +0000 (0:00:00.014) 0:01:08.523 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:15:45 +0000 (0:00:00.012) 0:01:08.536 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:15:45 +0000 (0:00:00.012) 0:01:08.548 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:15:45 +0000 (0:00:00.015) 0:01:08.564 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:15:45 +0000 (0:00:00.014) 0:01:08.579 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:15:45 +0000 (0:00:00.012) 0:01:08.592 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:15:45 +0000 (0:00:00.013) 0:01:08.605 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:15:45 +0000 (0:00:00.012) 0:01:08.617 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:15:45 +0000 (0:00:00.011) 0:01:08.629 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:15:45 +0000 (0:00:00.011) 0:01:08.640 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:15:45 +0000 (0:00:00.011) 0:01:08.651 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:15:45 +0000 (0:00:00.011) 0:01:08.662 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:15:45 +0000 (0:00:00.013) 0:01:08.676 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:15:45 +0000 (0:00:00.012) 0:01:08.688 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:15:45 +0000 (0:00:00.011) 0:01:08.699 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:15:45 +0000 (0:00:00.012) 0:01:08.711 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:15:45 +0000 (0:00:00.011) 0:01:08.723 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:15:45 +0000 (0:00:00.011) 0:01:08.734 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:15:45 +0000 (0:00:00.012) 0:01:08.746 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:15:45 +0000 (0:00:00.120) 0:01:08.867 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:15:45 +0000 (0:00:00.119) 0:01:08.987 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "10737418240" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:15:45 +0000 (0:00:00.019) 0:01:09.006 ************ ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:15:45 +0000 (0:00:00.013) 0:01:09.020 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:15:45 +0000 (0:00:00.118) 0:01:09.139 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:15:46 +0000 (0:00:00.014) 0:01:09.153 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:15:46 +0000 (0:00:00.014) 0:01:09.167 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:15:46 +0000 (0:00:00.013) 0:01:09.180 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:15:46 +0000 (0:00:00.014) 0:01:09.195 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:15:46 +0000 (0:00:00.012) 0:01:09.207 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:15:46 +0000 (0:00:00.011) 0:01:09.219 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:15:46 +0000 (0:00:00.010) 0:01:09.230 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:15:46 +0000 (0:00:00.012) 0:01:09.242 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:15:46 +0000 (0:00:00.011) 0:01:09.253 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:15:46 +0000 (0:00:00.010) 0:01:09.264 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:15:46 +0000 (0:00:00.010) 0:01:09.275 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:15:46 +0000 (0:00:00.010) 0:01:09.286 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:15:46 +0000 (0:00:00.010) 0:01:09.297 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:15:46 +0000 (0:00:00.012) 0:01:09.309 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:15:46 +0000 (0:00:00.031) 0:01:09.340 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:15:46 +0000 (0:00:00.015) 0:01:09.356 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:15:46 +0000 (0:00:00.011) 0:01:09.367 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:15:46 +0000 (0:00:00.011) 0:01:09.378 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:15:46 +0000 (0:00:00.012) 0:01:09.390 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:15:46 +0000 (0:00:00.013) 0:01:09.404 ************ ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:15:46 +0000 (0:00:00.013) 0:01:09.418 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:15:46 +0000 (0:00:00.017) 0:01:09.435 ************ 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.020936", "end": "2024-05-03 09:15:46.408710", "rc": 0, "start": "2024-05-03 09:15:46.387774" } 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-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:15:46 +0000 (0:00:00.142) 0:01:09.578 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:15:46 +0000 (0:00:00.015) 0:01:09.594 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:15:46 +0000 (0:00:00.018) 0:01:09.612 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:15:46 +0000 (0:00:00.013) 0:01:09.626 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:15:46 +0000 (0:00:00.013) 0:01:09.639 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:15:46 +0000 (0:00:00.013) 0:01:09.652 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:15:46 +0000 (0:00:00.013) 0:01:09.666 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:15:46 +0000 (0:00:00.010) 0:01:09.677 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:15:46 +0000 (0:00:00.010) 0:01:09.687 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:130 Friday 03 May 2024 09:15:46 +0000 (0:00:00.011) 0:01:09.699 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:4 Friday 03 May 2024 09:15:46 +0000 (0:00:00.017) 0:01:09.716 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:10 Friday 03 May 2024 09:15:46 +0000 (0:00:00.014) 0:01:09.731 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:15:46 +0000 (0:00:00.016) 0:01:09.748 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:15:46 +0000 (0:00:00.016) 0:01:09.764 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:15:46 +0000 (0:00:00.014) 0:01:09.779 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:15:46 +0000 (0:00:00.033) 0:01:09.812 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:15:46 +0000 (0:00:00.013) 0:01:09.826 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:15:46 +0000 (0:00:00.012) 0:01:09.839 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:15:46 +0000 (0:00:00.012) 0:01:09.851 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:15:46 +0000 (0:00:00.011) 0:01:09.862 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:15:46 +0000 (0:00:00.026) 0:01:09.888 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:15:46 +0000 (0:00:00.012) 0:01:09.901 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "xyz GiB" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:15:46 +0000 (0:00:00.015) 0:01:09.916 ************ ok: [sut] => { "storage_volumes": [] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:15:46 +0000 (0:00:00.015) 0:01:09.932 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:15:46 +0000 (0:00:00.013) 0:01:09.945 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:15:46 +0000 (0:00:00.014) 0:01:09.959 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:15:46 +0000 (0:00:00.012) 0:01:09.971 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:15:46 +0000 (0:00:00.012) 0:01:09.983 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:15:46 +0000 (0:00:00.018) 0:01:10.002 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:15:46 +0000 (0:00:00.010) 0:01:10.013 ************ fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'xyz GiB' in pool 'foo' TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:106 Friday 03 May 2024 09:15:51 +0000 (0:00:04.193) 0:01:14.206 ************ fatal: [sut]: FAILED! => { "changed": false } MSG: {'crypts': [], 'mounts': [], 'leaves': [], 'changed': False, 'actions': [], 'failed': True, 'volumes': [], 'invocation': {'module_args': {'packages_only': False, 'disklabel_type': None, 'diskvolume_mkfs_option_map': {'ext4': '-F', 'ext3': '-F', 'ext2': '-F'}, 'safe_mode': False, 'pools': [{'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sdh'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_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_key_size': None, 'deduplication': None, 'encryption_cipher': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_user': None, 'name': 'test1', 'cache_mode': None, 'raid_disks': [], 'mount_group': None, 'type': None, 'cached': None, 'thin': False, 'cache_size': None, 'cache_devices': [], 'fs_create_options': None}], 'encryption_cipher': None, 'shared': False, 'raid_level': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': 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}}, 'pools': [], 'packages': [], 'msg': "invalid size specification 'xyz GiB' in pool 'foo'", '_ansible_no_log': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:15:51 +0000 (0:00:00.016) 0:01:14.223 ************ TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:29 Friday 03 May 2024 09:15:51 +0000 (0:00:00.011) 0:01:14.234 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:34 Friday 03 May 2024 09:15:51 +0000 (0:00:00.014) 0:01:14.249 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:45 Friday 03 May 2024 09:15:51 +0000 (0:00:00.020) 0:01:14.270 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test for correct handling of invalid size specification] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:146 Friday 03 May 2024 09:15:51 +0000 (0:00:00.012) 0:01:14.282 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:4 Friday 03 May 2024 09:15:51 +0000 (0:00:00.018) 0:01:14.301 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:10 Friday 03 May 2024 09:15:51 +0000 (0:00:00.015) 0:01:14.317 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:15:51 +0000 (0:00:00.044) 0:01:14.362 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:15:51 +0000 (0:00:00.018) 0:01:14.381 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:15:51 +0000 (0:00:00.014) 0:01:14.395 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:15:51 +0000 (0:00:00.032) 0:01:14.428 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:15:51 +0000 (0:00:00.013) 0:01:14.442 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:15:51 +0000 (0:00:00.012) 0:01:14.454 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:15:51 +0000 (0:00:00.012) 0:01:14.467 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:15:51 +0000 (0:00:00.011) 0:01:14.479 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:15:51 +0000 (0:00:00.027) 0:01:14.506 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:15:51 +0000 (0:00:00.012) 0:01:14.519 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "volumes": [ { "fs_type": "ext4", "mount_point": "/opt/test1", "name": "test1", "size": "none" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:15:51 +0000 (0:00:00.016) 0:01:14.535 ************ ok: [sut] => { "storage_volumes": [] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:15:51 +0000 (0:00:00.015) 0:01:14.551 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:15:51 +0000 (0:00:00.012) 0:01:14.563 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:15:51 +0000 (0:00:00.014) 0:01:14.577 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:15:51 +0000 (0:00:00.012) 0:01:14.590 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:15:51 +0000 (0:00:00.012) 0:01:14.603 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:15:51 +0000 (0:00:00.019) 0:01:14.622 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:15:51 +0000 (0:00:00.011) 0:01:14.634 ************ fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid size specification 'none' in pool 'foo' TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:106 Friday 03 May 2024 09:15:55 +0000 (0:00:04.129) 0:01:18.763 ************ fatal: [sut]: FAILED! => { "changed": false } MSG: {'crypts': [], 'mounts': [], 'leaves': [], 'changed': False, 'actions': [], 'failed': True, 'volumes': [], 'invocation': {'module_args': {'packages_only': False, 'disklabel_type': None, 'diskvolume_mkfs_option_map': {'ext4': '-F', 'ext3': '-F', 'ext2': '-F'}, 'safe_mode': False, 'pools': [{'name': 'foo', 'encryption_password': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_key_size': None, 'disks': ['sdh'], 'encryption_key': None, 'encryption_luks_version': None, 'raid_device_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_key_size': None, 'deduplication': None, 'encryption_cipher': None, 'encryption_key': None, 'fs_label': None, 'encryption_luks_version': None, 'raid_stripe_size': None, 'mount_user': None, 'name': 'test1', 'cache_mode': None, 'raid_disks': [], 'mount_group': None, 'type': None, 'cached': None, 'thin': False, 'cache_size': None, 'cache_devices': [], 'fs_create_options': None}], 'encryption_cipher': None, 'shared': False, 'raid_level': None, 'type': 'lvm', 'grow_to_fill': False, 'raid_spare_count': 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}}, 'pools': [], 'packages': [], 'msg': "invalid size specification 'none' in pool 'foo'", '_ansible_no_log': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:15:55 +0000 (0:00:00.017) 0:01:18.781 ************ TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:29 Friday 03 May 2024 09:15:55 +0000 (0:00:00.011) 0:01:18.793 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:34 Friday 03 May 2024 09:15:55 +0000 (0:00:00.015) 0:01:18.808 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-failed.yml:45 Friday 03 May 2024 09:15:55 +0000 (0:00:00.024) 0:01:18.833 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:162 Friday 03 May 2024 09:15:55 +0000 (0:00:00.014) 0:01:18.847 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:15:55 +0000 (0:00:00.045) 0:01:18.893 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:15:55 +0000 (0:00:00.026) 0:01:18.919 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:15:55 +0000 (0:00:00.016) 0:01:18.936 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:15:55 +0000 (0:00:00.037) 0:01:18.973 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:15:55 +0000 (0:00:00.014) 0:01:18.987 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:15:55 +0000 (0:00:00.012) 0:01:19.000 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:15:55 +0000 (0:00:00.013) 0:01:19.013 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:15:55 +0000 (0:00:00.012) 0:01:19.026 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:15:55 +0000 (0:00:00.025) 0:01:19.051 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:15:55 +0000 (0:00:00.015) 0:01:19.066 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:15:55 +0000 (0:00:00.032) 0:01:19.099 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:15:55 +0000 (0:00:00.015) 0:01:19.115 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:15:55 +0000 (0:00:00.014) 0:01:19.129 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:15:55 +0000 (0:00:00.014) 0:01:19.144 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:15:56 +0000 (0:00:00.013) 0:01:19.158 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:15:56 +0000 (0:00:00.021) 0:01:19.179 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:15:56 +0000 (0:00:00.067) 0:01:19.246 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:15:56 +0000 (0:00:00.012) 0:01:19.259 ************ 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/sdh", "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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:16:01 +0000 (0:00:04.988) 0:01:24.247 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:16:01 +0000 (0:00:00.013) 0:01:24.260 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:16:01 +0000 (0:00:00.011) 0:01:24.272 ************ 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/sdh", "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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:16:01 +0000 (0:00:00.014) 0:01:24.287 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:16:01 +0000 (0:00:00.014) 0:01:24.301 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:16:01 +0000 (0:00:00.013) 0:01:24.315 ************ changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'state': 'absent', 'path': '/opt/test1', 'fstype': 'ext4'}) => { "ansible_loop_var": "mount_info", "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 [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:16:01 +0000 (0:00:00.137) 0:01:24.452 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:16:01 +0000 (0:00:00.264) 0:01:24.717 ************ TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:16:01 +0000 (0:00:00.013) 0:01:24.730 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:16:01 +0000 (0:00:00.014) 0:01:24.744 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:16:01 +0000 (0:00:00.248) 0:01:24.993 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:16:01 +0000 (0:00:00.129) 0:01:25.123 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:16:01 +0000 (0:00:00.012) 0:01:25.135 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:175 Friday 03 May 2024 09:16:02 +0000 (0:00:00.466) 0:01:25.602 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:16:02 +0000 (0:00:00.022) 0:01:25.624 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:16:02 +0000 (0:00:00.017) 0:01:25.641 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:16:02 +0000 (0:00:00.012) 0:01:25.654 ************ ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:16:02 +0000 (0:00:00.124) 0:01:25.778 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003083", "end": "2024-05-03 09:16:02.731457", "rc": 0, "start": "2024-05-03 09:16:02.728374" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:16:02 +0000 (0:00:00.121) 0:01:25.900 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002966", "end": "2024-05-03 09:16:02.852770", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:16:02.849804" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:16:02 +0000 (0:00:00.121) 0:01:26.021 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:16:02 +0000 (0:00:00.026) 0:01:26.048 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:16:02 +0000 (0:00:00.011) 0:01:26.059 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:16:02 +0000 (0:00:00.012) 0:01:26.072 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:16:02 +0000 (0:00:00.012) 0:01:26.084 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:16:02 +0000 (0:00:00.027) 0:01:26.112 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:16:02 +0000 (0:00:00.018) 0:01:26.130 ************ TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:16:02 +0000 (0:00:00.011) 0:01:26.141 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:16:03 +0000 (0:00:00.014) 0:01:26.156 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:16:03 +0000 (0:00:00.015) 0:01:26.172 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:16:03 +0000 (0:00:00.016) 0:01:26.189 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:16:03 +0000 (0:00:00.016) 0:01:26.205 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:16:03 +0000 (0:00:00.015) 0:01:26.221 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.233 ************ TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:16:03 +0000 (0:00:00.011) 0:01:26.244 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:16:03 +0000 (0:00:00.155) 0:01:26.400 ************ TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:16:03 +0000 (0:00:00.038) 0:01:26.439 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:16:03 +0000 (0:00:00.024) 0:01:26.463 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.476 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.488 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:16:03 +0000 (0:00:00.013) 0:01:26.502 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.514 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.527 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.539 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.552 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.564 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:16:03 +0000 (0:00:00.013) 0:01:26.578 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.590 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:16:03 +0000 (0:00:00.011) 0:01:26.602 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:16:03 +0000 (0:00:00.023) 0:01:26.626 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:16:03 +0000 (0:00:00.026) 0:01:26.652 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.664 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.677 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.689 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.702 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:16:03 +0000 (0:00:00.013) 0:01:26.716 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.728 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.741 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:16:03 +0000 (0:00:00.024) 0:01:26.765 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:16:03 +0000 (0:00:00.026) 0:01:26.792 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.805 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.817 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:26.830 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:16:03 +0000 (0:00:00.011) 0:01:26.841 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:16:03 +0000 (0:00:00.027) 0:01:26.869 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:16:03 +0000 (0:00:00.015) 0:01:26.884 ************ TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:16:03 +0000 (0:00:00.011) 0:01:26.895 ************ TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:16:03 +0000 (0:00:00.011) 0:01:26.906 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:16:03 +0000 (0:00:00.014) 0:01:26.920 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:16:03 +0000 (0:00:00.027) 0:01:26.948 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:16:03 +0000 (0:00:00.028) 0:01:26.977 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:16:03 +0000 (0:00:00.015) 0:01:26.993 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:16:03 +0000 (0:00:00.014) 0:01:27.007 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:16:03 +0000 (0:00:00.014) 0:01:27.021 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:27.034 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:27.046 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:27.058 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:16:03 +0000 (0:00:00.012) 0:01:27.071 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:16:03 +0000 (0:00:00.011) 0:01:27.082 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:16:03 +0000 (0:00:00.022) 0:01:27.105 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:16:03 +0000 (0:00:00.016) 0:01:27.121 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:16:04 +0000 (0:00:00.097) 0:01:27.219 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:16:04 +0000 (0:00:00.015) 0:01:27.234 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:16:04 +0000 (0:00:00.019) 0:01:27.253 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.265 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.278 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:16:04 +0000 (0:00:00.014) 0:01:27.292 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:16:04 +0000 (0:00:00.013) 0:01:27.306 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.318 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.330 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.342 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.355 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.367 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:16:04 +0000 (0:00:00.013) 0:01:27.381 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:16:04 +0000 (0:00:00.011) 0:01:27.392 ************ ok: [sut] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "0", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:16:04 +0000 (0:00:00.025) 0:01:27.418 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.430 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:16:04 +0000 (0:00:00.014) 0:01:27.445 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.457 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.470 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.483 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.495 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:16:04 +0000 (0:00:00.119) 0:01:27.615 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:16:04 +0000 (0:00:00.015) 0:01:27.630 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:16:04 +0000 (0:00:00.017) 0:01:27.648 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:16:04 +0000 (0:00:00.010) 0:01:27.659 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:16:04 +0000 (0:00:00.013) 0:01:27.673 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:27.685 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:16:04 +0000 (0:00:00.010) 0:01:27.696 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:16:04 +0000 (0:00:00.013) 0:01:27.710 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:16:04 +0000 (0:00:00.371) 0:01:28.081 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:28.093 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:28.105 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:16:04 +0000 (0:00:00.009) 0:01:28.115 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:28.127 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:16:04 +0000 (0:00:00.012) 0:01:28.139 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:16:04 +0000 (0:00:00.011) 0:01:28.150 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:16:05 +0000 (0:00:00.008) 0:01:28.159 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:16:05 +0000 (0:00:00.008) 0:01:28.168 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:16:05 +0000 (0:00:00.016) 0:01:28.185 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:16:05 +0000 (0:00:00.014) 0:01:28.199 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.212 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:16:05 +0000 (0:00:00.013) 0:01:28.225 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.237 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:16:05 +0000 (0:00:00.011) 0:01:28.249 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.261 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.273 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.285 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:16:05 +0000 (0:00:00.014) 0:01:28.299 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.312 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.324 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.337 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.350 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.362 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:16:05 +0000 (0:00:00.013) 0:01:28.376 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.388 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.400 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.413 ************ ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:16:05 +0000 (0:00:00.013) 0:01:28.426 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.438 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:16:05 +0000 (0:00:00.013) 0:01:28.452 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.464 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.477 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.489 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.501 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.514 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:16:05 +0000 (0:00:00.013) 0:01:28.528 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.540 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.553 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.565 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.578 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.591 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:16:05 +0000 (0:00:00.015) 0:01:28.606 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:16:05 +0000 (0:00:00.013) 0:01:28.619 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.632 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.645 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.658 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.670 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:16:05 +0000 (0:00:00.044) 0:01:28.715 ************ ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:16:05 +0000 (0:00:00.017) 0:01:28.732 ************ ok: [sut] => { "storage_test_expected_size": "10737418240" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:16:05 +0000 (0:00:00.013) 0:01:28.745 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.758 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.770 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.783 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:16:05 +0000 (0:00:00.013) 0:01:28.797 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.809 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.822 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.834 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.847 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.860 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:16:05 +0000 (0:00:00.013) 0:01:28.873 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:180 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:28.885 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:16:05 +0000 (0:00:00.029) 0:01:28.915 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:16:05 +0000 (0:00:00.019) 0:01:28.934 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:16:05 +0000 (0:00:00.014) 0:01:28.949 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:16:05 +0000 (0:00:00.033) 0:01:28.983 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:16:05 +0000 (0:00:00.015) 0:01:28.998 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:29.011 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:29.024 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:16:05 +0000 (0:00:00.011) 0:01:29.035 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:16:05 +0000 (0:00:00.024) 0:01:29.060 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:16:05 +0000 (0:00:00.014) 0:01:29.074 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:16:05 +0000 (0:00:00.015) 0:01:29.090 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:16:05 +0000 (0:00:00.013) 0:01:29.104 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:29.116 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:29.129 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:16:05 +0000 (0:00:00.012) 0:01:29.141 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:16:06 +0000 (0:00:00.014) 0:01:29.155 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:16:06 +0000 (0:00:00.020) 0:01:29.176 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:16:06 +0000 (0:00:00.011) 0:01:29.187 ************ changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdh", "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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:16:13 +0000 (0:00:07.332) 0:01:36.520 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:16:13 +0000 (0:00:00.012) 0:01:36.532 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:16:13 +0000 (0:00:00.011) 0:01:36.544 ************ ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdh", "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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:16:13 +0000 (0:00:00.016) 0:01:36.560 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:16:13 +0000 (0:00:00.014) 0:01:36.575 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:16:13 +0000 (0:00:00.013) 0:01:36.588 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:16:13 +0000 (0:00:00.012) 0:01:36.600 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:16:13 +0000 (0:00:00.246) 0:01:36.847 ************ 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", "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 [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:16:13 +0000 (0:00:00.145) 0:01:36.992 ************ 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, "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" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:16:13 +0000 (0:00:00.018) 0:01:37.010 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:16:14 +0000 (0:00:00.247) 0:01:37.258 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:16:14 +0000 (0:00:00.126) 0:01:37.385 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:16:14 +0000 (0:00:00.011) 0:01:37.396 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:196 Friday 03 May 2024 09:16:14 +0000 (0:00:00.469) 0:01:37.866 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:16:14 +0000 (0:00:00.022) 0:01:37.888 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:16:14 +0000 (0:00:00.015) 0:01:37.903 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:16:14 +0000 (0:00:00.012) 0:01:37.916 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "44340e1c-b70c-45ea-9a13-86f6526eb127" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "DT9vb7-SlIY-BO70-3ZfT-0kHr-7sFQ-Rew0Js" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:16:14 +0000 (0:00:00.124) 0:01:38.040 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003248", "end": "2024-05-03 09:16:14.992957", "rc": 0, "start": "2024-05-03 09:16:14.989709" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:16:15 +0000 (0:00:00.120) 0:01:38.161 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002954", "end": "2024-05-03 09:16:15.112210", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:16:15.109256" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:16:15 +0000 (0:00:00.118) 0:01:38.280 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:16:15 +0000 (0:00:00.024) 0:01:38.304 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:16:15 +0000 (0:00:00.011) 0:01:38.315 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017805", "end": "2024-05-03 09:16:15.286572", "rc": 0, "start": "2024-05-03 09:16:15.268767" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:16:15 +0000 (0:00:00.139) 0:01:38.455 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:16:15 +0000 (0:00:00.017) 0:01:38.472 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:16:15 +0000 (0:00:00.025) 0:01:38.498 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sdh" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:16:15 +0000 (0:00:00.016) 0:01:38.515 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh", "pv": "/dev/sdh" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:16:15 +0000 (0:00:00.121) 0:01:38.636 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:16:15 +0000 (0:00:00.016) 0:01:38.653 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:16:15 +0000 (0:00:00.016) 0:01:38.669 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:16:15 +0000 (0:00:00.018) 0:01:38.687 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:16:15 +0000 (0:00:00.014) 0:01:38.702 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:16:15 +0000 (0:00:00.014) 0:01:38.716 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:16:15 +0000 (0:00:00.012) 0:01:38.729 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:16:15 +0000 (0:00:00.017) 0:01:38.746 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:16:15 +0000 (0:00:00.150) 0:01:38.897 ************ skipping: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:16:15 +0000 (0:00:00.016) 0:01:38.913 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:16:15 +0000 (0:00:00.023) 0:01:38.936 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:16:15 +0000 (0:00:00.013) 0:01:38.950 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:16:15 +0000 (0:00:00.012) 0:01:38.962 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:16:15 +0000 (0:00:00.012) 0:01:38.975 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:16:15 +0000 (0:00:00.012) 0:01:38.987 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:16:15 +0000 (0:00:00.012) 0:01:38.999 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:16:15 +0000 (0:00:00.012) 0:01:39.012 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:16:15 +0000 (0:00:00.013) 0:01:39.026 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:16:15 +0000 (0:00:00.038) 0:01:39.064 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:16:15 +0000 (0:00:00.012) 0:01:39.077 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:16:15 +0000 (0:00:00.012) 0:01:39.089 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:16:15 +0000 (0:00:00.011) 0:01:39.101 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:16:15 +0000 (0:00:00.025) 0:01:39.126 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:16:15 +0000 (0:00:00.023) 0:01:39.150 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.162 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.174 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.187 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:16:16 +0000 (0:00:00.013) 0:01:39.201 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.213 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.226 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.239 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:16:16 +0000 (0:00:00.026) 0:01:39.266 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:16:16 +0000 (0:00:00.025) 0:01:39.291 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.303 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.316 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:39.327 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.339 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:16:16 +0000 (0:00:00.025) 0:01:39.364 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:16:16 +0000 (0:00:00.014) 0:01:39.379 ************ skipping: [sut] => (item=/dev/sdh) => { "_storage_test_pool_member_path": "/dev/sdh", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:16:16 +0000 (0:00:00.014) 0:01:39.393 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:2 Friday 03 May 2024 09:16:16 +0000 (0:00:00.022) 0:01:39.416 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:9 Friday 03 May 2024 09:16:16 +0000 (0:00:00.014) 0:01:39.430 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:18 Friday 03 May 2024 09:16:16 +0000 (0:00:00.014) 0:01:39.445 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:27 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.457 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:37 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.469 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:47 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:39.480 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:16:16 +0000 (0:00:00.010) 0:01:39.491 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:39.502 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:16:16 +0000 (0:00:00.026) 0:01:39.529 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:16:16 +0000 (0:00:00.023) 0:01:39.553 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.565 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:39.576 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.588 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:16:16 +0000 (0:00:00.013) 0:01:39.601 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.614 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.626 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:39.637 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:16:16 +0000 (0:00:00.010) 0:01:39.648 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:16:16 +0000 (0:00:00.021) 0:01:39.670 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:16:16 +0000 (0:00:00.014) 0:01:39.684 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:16:16 +0000 (0:00:00.056) 0:01:39.741 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:16:16 +0000 (0:00:00.014) 0:01:39.755 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1189249, "block_size": 4096, "block_total": 1257376, "block_used": 68127, "device": "/dev/mapper/foo-test1", "fstype": "ext3", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 4871163904, "size_total": 5150212096, "uuid": "44340e1c-b70c-45ea-9a13-86f6526eb127" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1189249, "block_size": 4096, "block_total": 1257376, "block_used": 68127, "device": "/dev/mapper/foo-test1", "fstype": "ext3", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 4871163904, "size_total": 5150212096, "uuid": "44340e1c-b70c-45ea-9a13-86f6526eb127" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:16:16 +0000 (0:00:00.019) 0:01:39.774 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:16:16 +0000 (0:00:00.039) 0:01:39.814 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:16:16 +0000 (0:00:00.016) 0:01:39.831 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:16:16 +0000 (0:00:00.014) 0:01:39.845 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:39.857 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:39.869 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:39.880 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:16:16 +0000 (0:00:00.019) 0:01:39.900 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:39.911 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:39.922 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.935 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:39.947 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:16:16 +0000 (0:00:00.025) 0:01:39.972 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:16:16 +0000 (0:00:00.015) 0:01:39.988 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:16:16 +0000 (0:00:00.016) 0:01:40.005 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:16:16 +0000 (0:00:00.012) 0:01:40.017 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:16:16 +0000 (0:00:00.011) 0:01:40.029 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:16:16 +0000 (0:00:00.016) 0:01:40.046 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:16:16 +0000 (0:00:00.018) 0:01:40.064 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714727773.3099895, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714727773.3099895, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 74471, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714727773.3099895, "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-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:16:17 +0000 (0:00:00.128) 0:01:40.193 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:16:17 +0000 (0:00:00.015) 0:01:40.208 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:16:17 +0000 (0:00:00.012) 0:01:40.221 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:16:17 +0000 (0:00:00.014) 0:01:40.235 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:16:17 +0000 (0:00:00.013) 0:01:40.249 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:16:17 +0000 (0:00:00.012) 0:01:40.261 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:16:17 +0000 (0:00:00.013) 0:01:40.274 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.285 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:16:17 +0000 (0:00:00.369) 0:01:40.654 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:16:17 +0000 (0:00:00.012) 0:01:40.667 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:16:17 +0000 (0:00:00.012) 0:01:40.680 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:16:17 +0000 (0:00:00.017) 0:01:40.697 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.709 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.720 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.731 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:16:17 +0000 (0:00:00.010) 0:01:40.742 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:16:17 +0000 (0:00:00.012) 0:01:40.754 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:16:17 +0000 (0:00:00.015) 0:01:40.770 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:16:17 +0000 (0:00:00.014) 0:01:40.784 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:16:17 +0000 (0:00:00.012) 0:01:40.796 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:16:17 +0000 (0:00:00.012) 0:01:40.808 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:16:17 +0000 (0:00:00.012) 0:01:40.820 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:16:17 +0000 (0:00:00.012) 0:01:40.833 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.845 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:16:17 +0000 (0:00:00.010) 0:01:40.855 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:16:17 +0000 (0:00:00.010) 0:01:40.866 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.878 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.889 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:16:17 +0000 (0:00:00.012) 0:01:40.901 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.913 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.925 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.936 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:16:17 +0000 (0:00:00.011) 0:01:40.947 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:16:17 +0000 (0:00:00.119) 0:01:41.067 ************ ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:16:18 +0000 (0:00:00.121) 0:01:41.188 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:16:18 +0000 (0:00:00.016) 0:01:41.205 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:16:18 +0000 (0:00:00.013) 0:01:41.219 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:16:18 +0000 (0:00:00.119) 0:01:41.338 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:16:18 +0000 (0:00:00.014) 0:01:41.353 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:16:18 +0000 (0:00:00.013) 0:01:41.366 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:16:18 +0000 (0:00:00.014) 0:01:41.380 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:16:18 +0000 (0:00:00.014) 0:01:41.395 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:16:18 +0000 (0:00:00.011) 0:01:41.406 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:16:18 +0000 (0:00:00.010) 0:01:41.417 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:16:18 +0000 (0:00:00.010) 0:01:41.427 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:16:18 +0000 (0:00:00.010) 0:01:41.438 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:16:18 +0000 (0:00:00.010) 0:01:41.449 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:41.462 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:41.474 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:16:18 +0000 (0:00:00.011) 0:01:41.485 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:16:18 +0000 (0:00:00.011) 0:01:41.496 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:16:18 +0000 (0:00:00.011) 0:01:41.507 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:16:18 +0000 (0:00:00.010) 0:01:41.518 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:41.530 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:16:18 +0000 (0:00:00.010) 0:01:41.541 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:16:18 +0000 (0:00:00.011) 0:01:41.552 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:16:18 +0000 (0:00:00.011) 0:01:41.564 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:16:18 +0000 (0:00:00.013) 0:01:41.577 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:41.589 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:16:18 +0000 (0:00:00.019) 0:01:41.608 ************ 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.018086", "end": "2024-05-03 09:16:18.579729", "rc": 0, "start": "2024-05-03 09:16:18.561643" } 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-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:16:18 +0000 (0:00:00.139) 0:01:41.748 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:16:18 +0000 (0:00:00.015) 0:01:41.764 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:16:18 +0000 (0:00:00.016) 0:01:41.781 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:16:18 +0000 (0:00:00.013) 0:01:41.794 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:16:18 +0000 (0:00:00.014) 0:01:41.808 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:16:18 +0000 (0:00:00.013) 0:01:41.821 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:16:18 +0000 (0:00:00.013) 0:01:41.835 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:16:18 +0000 (0:00:00.011) 0:01:41.846 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:16:18 +0000 (0:00:00.010) 0:01:41.856 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:199 Friday 03 May 2024 09:16:18 +0000 (0:00:00.011) 0:01:41.868 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:16:18 +0000 (0:00:00.032) 0:01:41.900 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:16:18 +0000 (0:00:00.017) 0:01:41.917 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:16:18 +0000 (0:00:00.014) 0:01:41.932 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:16:18 +0000 (0:00:00.030) 0:01:41.962 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:16:18 +0000 (0:00:00.011) 0:01:41.974 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:16:18 +0000 (0:00:00.011) 0:01:41.985 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:41.998 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:42.010 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:16:18 +0000 (0:00:00.024) 0:01:42.035 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:42.047 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:16:18 +0000 (0:00:00.015) 0:01:42.063 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:42.075 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:42.087 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:42.100 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:42.112 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:16:18 +0000 (0:00:00.012) 0:01:42.124 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:16:18 +0000 (0:00:00.021) 0:01:42.146 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:16:19 +0000 (0:00:00.010) 0:01:42.157 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:16:25 +0000 (0:00:06.145) 0:01:48.302 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:16:25 +0000 (0:00:00.012) 0:01:48.315 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:16:25 +0000 (0:00:00.010) 0:01:48.325 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:16:25 +0000 (0:00:00.014) 0:01:48.340 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:16:25 +0000 (0:00:00.015) 0:01:48.356 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:16:25 +0000 (0:00:00.013) 0:01:48.369 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:16:25 +0000 (0:00:00.011) 0:01:48.380 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:16:25 +0000 (0:00:00.329) 0:01:48.709 ************ 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", "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 [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:16:25 +0000 (0:00:00.146) 0:01:48.856 ************ 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, "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" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:16:25 +0000 (0:00:00.018) 0:01:48.874 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:16:25 +0000 (0:00:00.242) 0:01:49.117 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:16:26 +0000 (0:00:00.130) 0:01:49.247 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:16:26 +0000 (0:00:00.011) 0:01:49.259 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:213 Friday 03 May 2024 09:16:27 +0000 (0:00:01.489) 0:01:50.748 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:16:27 +0000 (0:00:00.054) 0:01:50.803 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:16:27 +0000 (0:00:00.016) 0:01:50.819 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:16:27 +0000 (0:00:00.011) 0:01:50.831 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "44340e1c-b70c-45ea-9a13-86f6526eb127" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "DT9vb7-SlIY-BO70-3ZfT-0kHr-7sFQ-Rew0Js" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:16:27 +0000 (0:00:00.124) 0:01:50.955 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.004170", "end": "2024-05-03 09:16:27.908683", "rc": 0, "start": "2024-05-03 09:16:27.904513" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:16:27 +0000 (0:00:00.122) 0:01:51.077 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003073", "end": "2024-05-03 09:16:28.030827", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:16:28.027754" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:16:28 +0000 (0:00:00.121) 0:01:51.199 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:16:28 +0000 (0:00:00.025) 0:01:51.225 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:16:28 +0000 (0:00:00.013) 0:01:51.238 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018004", "end": "2024-05-03 09:16:28.211664", "rc": 0, "start": "2024-05-03 09:16:28.193660" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:16:28 +0000 (0:00:00.144) 0:01:51.383 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:16:28 +0000 (0:00:00.019) 0:01:51.403 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:16:28 +0000 (0:00:00.027) 0:01:51.430 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sdh" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:16:28 +0000 (0:00:00.018) 0:01:51.448 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh", "pv": "/dev/sdh" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:16:28 +0000 (0:00:00.122) 0:01:51.571 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:16:28 +0000 (0:00:00.014) 0:01:51.585 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:16:28 +0000 (0:00:00.015) 0:01:51.601 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:16:28 +0000 (0:00:00.016) 0:01:51.618 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:16:28 +0000 (0:00:00.014) 0:01:51.632 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:16:28 +0000 (0:00:00.014) 0:01:51.647 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:16:28 +0000 (0:00:00.012) 0:01:51.659 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:16:28 +0000 (0:00:00.019) 0:01:51.678 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:16:28 +0000 (0:00:00.173) 0:01:51.851 ************ skipping: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:16:28 +0000 (0:00:00.014) 0:01:51.866 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:16:28 +0000 (0:00:00.023) 0:01:51.890 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:16:28 +0000 (0:00:00.012) 0:01:51.902 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:16:28 +0000 (0:00:00.012) 0:01:51.914 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:16:28 +0000 (0:00:00.012) 0:01:51.926 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:16:28 +0000 (0:00:00.011) 0:01:51.937 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:16:28 +0000 (0:00:00.011) 0:01:51.949 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:16:28 +0000 (0:00:00.012) 0:01:51.961 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:16:28 +0000 (0:00:00.011) 0:01:51.972 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:16:28 +0000 (0:00:00.010) 0:01:51.983 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:16:28 +0000 (0:00:00.010) 0:01:51.994 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:16:28 +0000 (0:00:00.010) 0:01:52.005 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:16:28 +0000 (0:00:00.011) 0:01:52.016 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:16:28 +0000 (0:00:00.026) 0:01:52.043 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:16:28 +0000 (0:00:00.023) 0:01:52.067 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:16:28 +0000 (0:00:00.012) 0:01:52.079 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:16:28 +0000 (0:00:00.013) 0:01:52.092 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:16:28 +0000 (0:00:00.011) 0:01:52.104 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:16:28 +0000 (0:00:00.012) 0:01:52.116 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:16:28 +0000 (0:00:00.012) 0:01:52.128 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:16:28 +0000 (0:00:00.011) 0:01:52.140 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:16:28 +0000 (0:00:00.011) 0:01:52.152 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:16:29 +0000 (0:00:00.049) 0:01:52.201 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:16:29 +0000 (0:00:00.024) 0:01:52.226 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.239 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.252 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:16:29 +0000 (0:00:00.011) 0:01:52.263 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:16:29 +0000 (0:00:00.011) 0:01:52.274 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:16:29 +0000 (0:00:00.025) 0:01:52.299 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:16:29 +0000 (0:00:00.015) 0:01:52.315 ************ skipping: [sut] => (item=/dev/sdh) => { "_storage_test_pool_member_path": "/dev/sdh", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:16:29 +0000 (0:00:00.014) 0:01:52.329 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:2 Friday 03 May 2024 09:16:29 +0000 (0:00:00.022) 0:01:52.352 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:9 Friday 03 May 2024 09:16:29 +0000 (0:00:00.014) 0:01:52.367 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:18 Friday 03 May 2024 09:16:29 +0000 (0:00:00.015) 0:01:52.382 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:27 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.394 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:37 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.407 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:47 Friday 03 May 2024 09:16:29 +0000 (0:00:00.011) 0:01:52.418 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:16:29 +0000 (0:00:00.011) 0:01:52.429 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:16:29 +0000 (0:00:00.010) 0:01:52.440 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:16:29 +0000 (0:00:00.026) 0:01:52.467 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:16:29 +0000 (0:00:00.023) 0:01:52.491 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.503 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:16:29 +0000 (0:00:00.013) 0:01:52.516 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.528 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.540 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:16:29 +0000 (0:00:00.011) 0:01:52.552 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.564 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:16:29 +0000 (0:00:00.010) 0:01:52.575 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.587 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:16:29 +0000 (0:00:00.020) 0:01:52.608 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:16:29 +0000 (0:00:00.015) 0:01:52.623 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:16:29 +0000 (0:00:00.057) 0:01:52.680 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:16:29 +0000 (0:00:00.014) 0:01:52.695 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2168628, "block_size": 4096, "block_total": 2289502, "block_used": 120874, "device": "/dev/mapper/foo-test1", "fstype": "ext3", "inode_available": 589813, "inode_total": 589824, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 8882700288, "size_total": 9377800192, "uuid": "44340e1c-b70c-45ea-9a13-86f6526eb127" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2168628, "block_size": 4096, "block_total": 2289502, "block_used": 120874, "device": "/dev/mapper/foo-test1", "fstype": "ext3", "inode_available": 589813, "inode_total": 589824, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 8882700288, "size_total": 9377800192, "uuid": "44340e1c-b70c-45ea-9a13-86f6526eb127" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:16:29 +0000 (0:00:00.018) 0:01:52.714 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.726 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:16:29 +0000 (0:00:00.015) 0:01:52.741 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:16:29 +0000 (0:00:00.014) 0:01:52.755 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.767 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.779 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.792 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:16:29 +0000 (0:00:00.015) 0:01:52.807 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.819 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:16:29 +0000 (0:00:00.010) 0:01:52.830 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:16:29 +0000 (0:00:00.011) 0:01:52.842 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:16:29 +0000 (0:00:00.010) 0:01:52.853 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:16:29 +0000 (0:00:00.024) 0:01:52.877 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:16:29 +0000 (0:00:00.014) 0:01:52.891 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:16:29 +0000 (0:00:00.014) 0:01:52.906 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:16:29 +0000 (0:00:00.010) 0:01:52.916 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:16:29 +0000 (0:00:00.012) 0:01:52.929 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:16:29 +0000 (0:00:00.065) 0:01:52.994 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:16:29 +0000 (0:00:00.018) 0:01:53.013 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714727785.0936944, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714727785.0936944, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 74471, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714727785.0936944, "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-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:16:29 +0000 (0:00:00.130) 0:01:53.144 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:16:30 +0000 (0:00:00.016) 0:01:53.160 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.173 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:16:30 +0000 (0:00:00.014) 0:01:53.187 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:16:30 +0000 (0:00:00.013) 0:01:53.201 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.213 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:16:30 +0000 (0:00:00.014) 0:01:53.228 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.240 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:16:30 +0000 (0:00:00.417) 0:01:53.658 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:16:30 +0000 (0:00:00.013) 0:01:53.672 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.685 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:16:30 +0000 (0:00:00.016) 0:01:53.701 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.714 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.726 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:16:30 +0000 (0:00:00.011) 0:01:53.738 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:16:30 +0000 (0:00:00.011) 0:01:53.749 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:16:30 +0000 (0:00:00.011) 0:01:53.760 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:16:30 +0000 (0:00:00.015) 0:01:53.775 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:16:30 +0000 (0:00:00.014) 0:01:53.790 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.802 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:16:30 +0000 (0:00:00.010) 0:01:53.813 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:16:30 +0000 (0:00:00.010) 0:01:53.824 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:16:30 +0000 (0:00:00.010) 0:01:53.835 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:16:30 +0000 (0:00:00.010) 0:01:53.846 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.858 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.870 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:16:30 +0000 (0:00:00.011) 0:01:53.881 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:16:30 +0000 (0:00:00.011) 0:01:53.893 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.905 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:16:30 +0000 (0:00:00.010) 0:01:53.916 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:16:30 +0000 (0:00:00.010) 0:01:53.927 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:16:30 +0000 (0:00:00.012) 0:01:53.939 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:16:30 +0000 (0:00:00.011) 0:01:53.950 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:16:30 +0000 (0:00:00.121) 0:01:54.072 ************ ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:16:31 +0000 (0:00:00.122) 0:01:54.194 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:16:31 +0000 (0:00:00.017) 0:01:54.212 ************ ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:54.224 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:16:31 +0000 (0:00:00.122) 0:01:54.346 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:16:31 +0000 (0:00:00.015) 0:01:54.362 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:16:31 +0000 (0:00:00.014) 0:01:54.377 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:16:31 +0000 (0:00:00.014) 0:01:54.391 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:16:31 +0000 (0:00:00.013) 0:01:54.405 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:54.416 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:54.427 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:54.440 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:54.452 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:54.464 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:54.476 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:54.487 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:16:31 +0000 (0:00:00.010) 0:01:54.498 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:54.511 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:54.522 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:54.533 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:54.544 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:54.555 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:16:31 +0000 (0:00:00.010) 0:01:54.566 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:54.579 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:16:31 +0000 (0:00:00.013) 0:01:54.592 ************ ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:54.604 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:16:31 +0000 (0:00:00.017) 0:01:54.622 ************ 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.021152", "end": "2024-05-03 09:16:31.596761", "rc": 0, "start": "2024-05-03 09:16:31.575609" } 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-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:16:31 +0000 (0:00:00.145) 0:01:54.767 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:16:31 +0000 (0:00:00.015) 0:01:54.783 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:16:31 +0000 (0:00:00.016) 0:01:54.799 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:16:31 +0000 (0:00:00.013) 0:01:54.813 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:16:31 +0000 (0:00:00.013) 0:01:54.826 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:54.838 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:16:31 +0000 (0:00:00.013) 0:01:54.852 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:54.863 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:16:31 +0000 (0:00:00.010) 0:01:54.873 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:216 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:54.885 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:16:31 +0000 (0:00:00.062) 0:01:54.947 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:16:31 +0000 (0:00:00.016) 0:01:54.964 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:16:31 +0000 (0:00:00.014) 0:01:54.978 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:16:31 +0000 (0:00:00.031) 0:01:55.010 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:55.021 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:55.034 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:55.045 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:16:31 +0000 (0:00:00.011) 0:01:55.056 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:16:31 +0000 (0:00:00.025) 0:01:55.082 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:55.094 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext3", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:16:31 +0000 (0:00:00.014) 0:01:55.108 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:55.120 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:16:31 +0000 (0:00:00.012) 0:01:55.132 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:16:31 +0000 (0:00:00.013) 0:01:55.145 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:16:32 +0000 (0:00:00.012) 0:01:55.158 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:16:32 +0000 (0:00:00.012) 0:01:55.170 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:16:32 +0000 (0:00:00.018) 0:01:55.189 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:16:32 +0000 (0:00:00.010) 0:01:55.199 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:16:37 +0000 (0:00:05.636) 0:02:00.835 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:16:37 +0000 (0:00:00.012) 0:02:00.848 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:16:37 +0000 (0:00:00.011) 0:02:00.859 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:16:37 +0000 (0:00:00.015) 0:02:00.875 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:16:37 +0000 (0:00:00.014) 0:02:00.889 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:16:37 +0000 (0:00:00.013) 0:02:00.903 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:16:37 +0000 (0:00:00.010) 0:02:00.914 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:16:38 +0000 (0:00:00.242) 0:02:01.156 ************ 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", "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 [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:16:38 +0000 (0:00:00.136) 0:02:01.293 ************ 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, "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" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:16:38 +0000 (0:00:00.017) 0:02:01.310 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:16:38 +0000 (0:00:00.241) 0:02:01.551 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:16:38 +0000 (0:00:00.125) 0:02:01.677 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:16:38 +0000 (0:00:00.011) 0:02:01.688 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:230 Friday 03 May 2024 09:16:38 +0000 (0:00:00.460) 0:02:02.148 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:16:39 +0000 (0:00:00.026) 0:02:02.174 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:16:39 +0000 (0:00:00.017) 0:02:02.191 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:16:39 +0000 (0:00:00.011) 0:02:02.203 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext3", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "44340e1c-b70c-45ea-9a13-86f6526eb127" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "DT9vb7-SlIY-BO70-3ZfT-0kHr-7sFQ-Rew0Js" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:16:39 +0000 (0:00:00.123) 0:02:02.327 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003090", "end": "2024-05-03 09:16:39.279333", "rc": 0, "start": "2024-05-03 09:16:39.276243" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:16:39 +0000 (0:00:00.120) 0:02:02.447 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002881", "end": "2024-05-03 09:16:39.398558", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:16:39.395677" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:16:39 +0000 (0:00:00.146) 0:02:02.593 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:16:39 +0000 (0:00:00.024) 0:02:02.618 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:16:39 +0000 (0:00:00.011) 0:02:02.629 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.020299", "end": "2024-05-03 09:16:39.600617", "rc": 0, "start": "2024-05-03 09:16:39.580318" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:16:39 +0000 (0:00:00.139) 0:02:02.768 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:16:39 +0000 (0:00:00.017) 0:02:02.786 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:16:39 +0000 (0:00:00.026) 0:02:02.813 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sdh" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:16:39 +0000 (0:00:00.016) 0:02:02.829 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh", "pv": "/dev/sdh" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:16:39 +0000 (0:00:00.121) 0:02:02.951 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:16:39 +0000 (0:00:00.014) 0:02:02.965 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:16:39 +0000 (0:00:00.015) 0:02:02.980 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:16:39 +0000 (0:00:00.016) 0:02:02.997 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:16:39 +0000 (0:00:00.014) 0:02:03.011 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:16:39 +0000 (0:00:00.014) 0:02:03.025 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:16:39 +0000 (0:00:00.012) 0:02:03.038 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:16:39 +0000 (0:00:00.020) 0:02:03.059 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:16:40 +0000 (0:00:00.151) 0:02:03.210 ************ skipping: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:16:40 +0000 (0:00:00.014) 0:02:03.225 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:16:40 +0000 (0:00:00.022) 0:02:03.248 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:16:40 +0000 (0:00:00.013) 0:02:03.261 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.274 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.286 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.299 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.311 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.324 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:16:40 +0000 (0:00:00.014) 0:02:03.338 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.350 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.362 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.374 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:16:40 +0000 (0:00:00.011) 0:02:03.386 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:16:40 +0000 (0:00:00.025) 0:02:03.411 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:16:40 +0000 (0:00:00.024) 0:02:03.435 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.447 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.460 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:16:40 +0000 (0:00:00.013) 0:02:03.473 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.485 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.498 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.510 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.523 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:16:40 +0000 (0:00:00.025) 0:02:03.549 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:16:40 +0000 (0:00:00.025) 0:02:03.574 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.587 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.599 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.612 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:16:40 +0000 (0:00:00.011) 0:02:03.623 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:16:40 +0000 (0:00:00.025) 0:02:03.649 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:16:40 +0000 (0:00:00.014) 0:02:03.663 ************ skipping: [sut] => (item=/dev/sdh) => { "_storage_test_pool_member_path": "/dev/sdh", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:16:40 +0000 (0:00:00.043) 0:02:03.707 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:2 Friday 03 May 2024 09:16:40 +0000 (0:00:00.023) 0:02:03.730 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:9 Friday 03 May 2024 09:16:40 +0000 (0:00:00.014) 0:02:03.745 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:18 Friday 03 May 2024 09:16:40 +0000 (0:00:00.014) 0:02:03.759 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:27 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.772 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:37 Friday 03 May 2024 09:16:40 +0000 (0:00:00.013) 0:02:03.785 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:47 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.797 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:16:40 +0000 (0:00:00.011) 0:02:03.808 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:16:40 +0000 (0:00:00.011) 0:02:03.819 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:16:40 +0000 (0:00:00.027) 0:02:03.847 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:16:40 +0000 (0:00:00.024) 0:02:03.871 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.884 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.896 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:16:40 +0000 (0:00:00.013) 0:02:03.910 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.922 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.934 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:03.947 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:16:40 +0000 (0:00:00.010) 0:02:03.957 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:16:40 +0000 (0:00:00.011) 0:02:03.969 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:16:40 +0000 (0:00:00.022) 0:02:03.991 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:16:40 +0000 (0:00:00.015) 0:02:04.006 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:16:40 +0000 (0:00:00.058) 0:02:04.065 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:16:40 +0000 (0:00:00.015) 0:02:04.080 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1189250, "block_size": 4096, "block_total": 1257376, "block_used": 68126, "device": "/dev/mapper/foo-test1", "fstype": "ext3", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 4871168000, "size_total": 5150212096, "uuid": "44340e1c-b70c-45ea-9a13-86f6526eb127" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1189250, "block_size": 4096, "block_total": 1257376, "block_used": 68126, "device": "/dev/mapper/foo-test1", "fstype": "ext3", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 4871168000, "size_total": 5150212096, "uuid": "44340e1c-b70c-45ea-9a13-86f6526eb127" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:16:40 +0000 (0:00:00.019) 0:02:04.100 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:16:40 +0000 (0:00:00.012) 0:02:04.112 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:16:40 +0000 (0:00:00.015) 0:02:04.128 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:16:40 +0000 (0:00:00.014) 0:02:04.142 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:16:40 +0000 (0:00:00.011) 0:02:04.153 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:16:41 +0000 (0:00:00.010) 0:02:04.164 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:04.176 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:16:41 +0000 (0:00:00.015) 0:02:04.192 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:16:41 +0000 (0:00:00.011) 0:02:04.203 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:16:41 +0000 (0:00:00.011) 0:02:04.214 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:16:41 +0000 (0:00:00.010) 0:02:04.225 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:16:41 +0000 (0:00:00.010) 0:02:04.236 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:16:41 +0000 (0:00:00.027) 0:02:04.263 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:16:41 +0000 (0:00:00.014) 0:02:04.277 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:16:41 +0000 (0:00:00.014) 0:02:04.292 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:04.304 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:04.317 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:16:41 +0000 (0:00:00.016) 0:02:04.333 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:16:41 +0000 (0:00:00.021) 0:02:04.354 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714727797.616381, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714727797.616381, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 74471, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714727797.616381, "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-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:16:41 +0000 (0:00:00.127) 0:02:04.482 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:16:41 +0000 (0:00:00.015) 0:02:04.497 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:04.510 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:16:41 +0000 (0:00:00.015) 0:02:04.525 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:16:41 +0000 (0:00:00.013) 0:02:04.538 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:04.551 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:16:41 +0000 (0:00:00.014) 0:02:04.565 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:16:41 +0000 (0:00:00.011) 0:02:04.576 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:16:41 +0000 (0:00:00.364) 0:02:04.941 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:04.954 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:04.967 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:16:41 +0000 (0:00:00.016) 0:02:04.984 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:04.996 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:05.008 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:16:41 +0000 (0:00:00.011) 0:02:05.020 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:16:41 +0000 (0:00:00.011) 0:02:05.031 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:16:41 +0000 (0:00:00.013) 0:02:05.044 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:16:41 +0000 (0:00:00.018) 0:02:05.062 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:16:41 +0000 (0:00:00.014) 0:02:05.077 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:05.090 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:05.102 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:05.114 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:05.126 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:05.139 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:16:41 +0000 (0:00:00.012) 0:02:05.151 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.163 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.175 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.187 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:16:42 +0000 (0:00:00.013) 0:02:05.200 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.213 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.224 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.235 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.246 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:16:42 +0000 (0:00:00.117) 0:02:05.364 ************ ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:16:42 +0000 (0:00:00.123) 0:02:05.487 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:16:42 +0000 (0:00:00.017) 0:02:05.504 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:16:42 +0000 (0:00:00.013) 0:02:05.518 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:16:42 +0000 (0:00:00.119) 0:02:05.637 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:16:42 +0000 (0:00:00.014) 0:02:05.652 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:16:42 +0000 (0:00:00.013) 0:02:05.666 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:16:42 +0000 (0:00:00.014) 0:02:05.680 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:16:42 +0000 (0:00:00.014) 0:02:05.695 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.706 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.717 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.730 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.741 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.753 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.766 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.778 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.791 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.802 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.814 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.825 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.838 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.849 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.860 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:16:42 +0000 (0:00:00.011) 0:02:05.871 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:16:42 +0000 (0:00:00.013) 0:02:05.884 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:16:42 +0000 (0:00:00.012) 0:02:05.896 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:16:42 +0000 (0:00:00.017) 0:02:05.914 ************ 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.019228", "end": "2024-05-03 09:16:42.888974", "rc": 0, "start": "2024-05-03 09:16:42.869746" } 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-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:16:42 +0000 (0:00:00.144) 0:02:06.059 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:16:42 +0000 (0:00:00.015) 0:02:06.075 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:16:42 +0000 (0:00:00.015) 0:02:06.090 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:16:42 +0000 (0:00:00.014) 0:02:06.105 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:16:42 +0000 (0:00:00.013) 0:02:06.118 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:16:42 +0000 (0:00:00.013) 0:02:06.132 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:16:42 +0000 (0:00:00.013) 0:02:06.145 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:16:43 +0000 (0:00:00.011) 0:02:06.156 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:16:43 +0000 (0:00:00.009) 0:02:06.166 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:233 Friday 03 May 2024 09:16:43 +0000 (0:00:00.012) 0:02:06.178 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:16:43 +0000 (0:00:00.035) 0:02:06.213 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:16:43 +0000 (0:00:00.046) 0:02:06.259 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:16:43 +0000 (0:00:00.014) 0:02:06.274 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:16:43 +0000 (0:00:00.030) 0:02:06.305 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:16:43 +0000 (0:00:00.011) 0:02:06.316 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:16:43 +0000 (0:00:00.012) 0:02:06.328 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:16:43 +0000 (0:00:00.011) 0:02:06.339 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:16:43 +0000 (0:00:00.011) 0:02:06.350 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:16:43 +0000 (0:00:00.024) 0:02:06.375 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:16:43 +0000 (0:00:00.013) 0:02:06.388 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:16:43 +0000 (0:00:00.014) 0:02:06.402 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:16:43 +0000 (0:00:00.012) 0:02:06.414 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:16:43 +0000 (0:00:00.012) 0:02:06.427 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:16:43 +0000 (0:00:00.012) 0:02:06.439 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:16:43 +0000 (0:00:00.012) 0:02:06.451 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:16:43 +0000 (0:00:00.013) 0:02:06.464 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:16:43 +0000 (0:00:00.018) 0:02:06.483 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:16:43 +0000 (0:00:00.011) 0:02:06.495 ************ 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/sdh", "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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:16:48 +0000 (0:00:04.867) 0:02:11.362 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:16:48 +0000 (0:00:00.012) 0:02:11.375 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:16:48 +0000 (0:00:00.011) 0:02:11.386 ************ 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/sdh", "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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:16:48 +0000 (0:00:00.015) 0:02:11.401 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:16:48 +0000 (0:00:00.014) 0:02:11.416 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:16:48 +0000 (0:00:00.013) 0:02:11.429 ************ changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'state': 'absent', 'path': '/opt/test1', 'fstype': 'ext3'}) => { "ansible_loop_var": "mount_info", "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 [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:16:48 +0000 (0:00:00.136) 0:02:11.566 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:16:48 +0000 (0:00:00.253) 0:02:11.819 ************ TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:16:48 +0000 (0:00:00.012) 0:02:11.832 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:16:48 +0000 (0:00:00.013) 0:02:11.845 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:16:48 +0000 (0:00:00.242) 0:02:12.088 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:16:49 +0000 (0:00:00.128) 0:02:12.216 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:16:49 +0000 (0:00:00.011) 0:02:12.227 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:246 Friday 03 May 2024 09:16:49 +0000 (0:00:00.450) 0:02:12.678 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:16:49 +0000 (0:00:00.027) 0:02:12.705 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:16:49 +0000 (0:00:00.015) 0:02:12.721 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:16:49 +0000 (0:00:00.013) 0:02:12.735 ************ ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:16:49 +0000 (0:00:00.123) 0:02:12.858 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003082", "end": "2024-05-03 09:16:49.810469", "rc": 0, "start": "2024-05-03 09:16:49.807387" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:16:49 +0000 (0:00:00.119) 0:02:12.978 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003113", "end": "2024-05-03 09:16:49.930078", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:16:49.926965" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:16:49 +0000 (0:00:00.121) 0:02:13.099 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:16:49 +0000 (0:00:00.025) 0:02:13.125 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:16:49 +0000 (0:00:00.011) 0:02:13.136 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:16:49 +0000 (0:00:00.011) 0:02:13.148 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:13.160 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:16:50 +0000 (0:00:00.056) 0:02:13.217 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:16:50 +0000 (0:00:00.018) 0:02:13.235 ************ TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:13.246 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:16:50 +0000 (0:00:00.014) 0:02:13.260 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:16:50 +0000 (0:00:00.015) 0:02:13.276 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:16:50 +0000 (0:00:00.018) 0:02:13.295 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:16:50 +0000 (0:00:00.016) 0:02:13.312 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:16:50 +0000 (0:00:00.015) 0:02:13.328 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.340 ************ TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:13.351 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:16:50 +0000 (0:00:00.148) 0:02:13.499 ************ TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:13.511 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:16:50 +0000 (0:00:00.022) 0:02:13.533 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.546 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:13.558 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:16:50 +0000 (0:00:00.010) 0:02:13.569 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:16:50 +0000 (0:00:00.010) 0:02:13.580 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:16:50 +0000 (0:00:00.010) 0:02:13.591 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:16:50 +0000 (0:00:00.010) 0:02:13.602 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.614 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:16:50 +0000 (0:00:00.010) 0:02:13.625 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:16:50 +0000 (0:00:00.010) 0:02:13.636 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.648 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:16:50 +0000 (0:00:00.010) 0:02:13.659 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:16:50 +0000 (0:00:00.024) 0:02:13.683 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:16:50 +0000 (0:00:00.023) 0:02:13.706 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.719 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.731 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:16:50 +0000 (0:00:00.013) 0:02:13.744 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:13.756 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.768 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:13.780 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.792 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:16:50 +0000 (0:00:00.024) 0:02:13.817 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:16:50 +0000 (0:00:00.023) 0:02:13.840 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.852 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:13.864 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:13.876 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:16:50 +0000 (0:00:00.010) 0:02:13.886 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:16:50 +0000 (0:00:00.024) 0:02:13.911 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:16:50 +0000 (0:00:00.013) 0:02:13.925 ************ TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.937 ************ TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:16:50 +0000 (0:00:00.015) 0:02:13.952 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:13.964 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:16:50 +0000 (0:00:00.026) 0:02:13.990 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:16:50 +0000 (0:00:00.024) 0:02:14.015 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:14.028 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:14.040 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:14.052 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:14.064 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:16:50 +0000 (0:00:00.043) 0:02:14.108 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:16:50 +0000 (0:00:00.012) 0:02:14.120 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:16:50 +0000 (0:00:00.011) 0:02:14.131 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:16:50 +0000 (0:00:00.010) 0:02:14.142 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:16:51 +0000 (0:00:00.020) 0:02:14.163 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:16:51 +0000 (0:00:00.016) 0:02:14.180 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:16:51 +0000 (0:00:00.057) 0:02:14.237 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:16:51 +0000 (0:00:00.014) 0:02:14.251 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:16:51 +0000 (0:00:00.018) 0:02:14.270 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:14.282 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:16:51 +0000 (0:00:00.011) 0:02:14.294 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:16:51 +0000 (0:00:00.014) 0:02:14.309 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:14.321 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:14.333 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:14.345 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:16:51 +0000 (0:00:00.011) 0:02:14.356 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:16:51 +0000 (0:00:00.013) 0:02:14.370 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:14.382 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:16:51 +0000 (0:00:00.011) 0:02:14.393 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:16:51 +0000 (0:00:00.011) 0:02:14.404 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:16:51 +0000 (0:00:00.025) 0:02:14.429 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:14.441 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:16:51 +0000 (0:00:00.015) 0:02:14.457 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:16:51 +0000 (0:00:00.011) 0:02:14.469 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:14.481 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:14.493 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:16:51 +0000 (0:00:00.010) 0:02:14.504 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:16:51 +0000 (0:00:00.119) 0:02:14.623 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:14.636 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:16:51 +0000 (0:00:00.015) 0:02:14.651 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:16:51 +0000 (0:00:00.010) 0:02:14.662 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:16:51 +0000 (0:00:00.013) 0:02:14.675 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:14.687 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:16:51 +0000 (0:00:00.008) 0:02:14.696 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:16:51 +0000 (0:00:00.010) 0:02:14.707 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:16:51 +0000 (0:00:00.364) 0:02:15.072 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:15.084 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:15.096 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:16:51 +0000 (0:00:00.009) 0:02:15.106 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:16:51 +0000 (0:00:00.012) 0:02:15.119 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:16:51 +0000 (0:00:00.011) 0:02:15.131 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:16:51 +0000 (0:00:00.008) 0:02:15.139 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:16:51 +0000 (0:00:00.008) 0:02:15.148 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:16:52 +0000 (0:00:00.008) 0:02:15.156 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:16:52 +0000 (0:00:00.015) 0:02:15.171 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:16:52 +0000 (0:00:00.015) 0:02:15.187 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.199 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.211 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.222 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.233 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.243 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.256 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.268 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.280 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.291 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.302 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.314 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.326 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.337 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.348 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.359 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.370 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.380 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:16:52 +0000 (0:00:00.042) 0:02:15.423 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.435 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.447 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.458 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.469 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.480 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.492 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.503 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.514 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.525 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.536 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.547 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.560 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.572 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.583 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.595 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.607 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.618 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.630 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:16:52 +0000 (0:00:00.010) 0:02:15.641 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.652 ************ ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:16:52 +0000 (0:00:00.013) 0:02:15.666 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:16:52 +0000 (0:00:00.013) 0:02:15.679 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.692 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:16:52 +0000 (0:00:00.013) 0:02:15.706 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.718 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.730 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.743 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.755 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.767 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:16:52 +0000 (0:00:00.013) 0:02:15.781 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.792 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.804 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:251 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.816 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:16:52 +0000 (0:00:00.043) 0:02:15.860 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:16:52 +0000 (0:00:00.017) 0:02:15.877 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:16:52 +0000 (0:00:00.015) 0:02:15.893 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:16:52 +0000 (0:00:00.031) 0:02:15.924 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.937 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:15.949 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.960 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:16:52 +0000 (0:00:00.011) 0:02:15.972 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:16:52 +0000 (0:00:00.025) 0:02:15.997 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:16.010 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:16:52 +0000 (0:00:00.014) 0:02:16.024 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:16:52 +0000 (0:00:00.014) 0:02:16.039 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:16:52 +0000 (0:00:00.013) 0:02:16.052 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:16.065 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:16:52 +0000 (0:00:00.013) 0:02:16.079 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:16.091 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:16:52 +0000 (0:00:00.018) 0:02:16.110 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:16:52 +0000 (0:00:00.012) 0:02:16.123 ************ changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdh", "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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:16:57 +0000 (0:00:05.003) 0:02:21.127 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:16:57 +0000 (0:00:00.012) 0:02:21.140 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:16:57 +0000 (0:00:00.011) 0:02:21.151 ************ ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdh", "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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:16:58 +0000 (0:00:00.014) 0:02:21.166 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:16:58 +0000 (0:00:00.014) 0:02:21.180 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:16:58 +0000 (0:00:00.013) 0:02:21.194 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:16:58 +0000 (0:00:00.011) 0:02:21.205 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:16:58 +0000 (0:00:00.251) 0:02:21.457 ************ 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", "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 [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:16:58 +0000 (0:00:00.140) 0:02:21.597 ************ 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, "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" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:16:58 +0000 (0:00:00.016) 0:02:21.614 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:16:58 +0000 (0:00:00.245) 0:02:21.859 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:16:58 +0000 (0:00:00.145) 0:02:22.005 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:16:58 +0000 (0:00:00.011) 0:02:22.016 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:267 Friday 03 May 2024 09:16:59 +0000 (0:00:00.504) 0:02:22.521 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:16:59 +0000 (0:00:00.029) 0:02:22.551 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:16:59 +0000 (0:00:00.016) 0:02:22.567 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:16:59 +0000 (0:00:00.011) 0:02:22.578 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "38025b00-7865-4f95-b9ac-7e3a8c532850" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "85jDFa-gkd1-BEIi-dBlZ-FLio-ldUd-aVziFA" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:16:59 +0000 (0:00:00.127) 0:02:22.705 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003212", "end": "2024-05-03 09:16:59.660654", "rc": 0, "start": "2024-05-03 09:16:59.657442" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:16:59 +0000 (0:00:00.124) 0:02:22.829 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003211", "end": "2024-05-03 09:16:59.784727", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:16:59.781516" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:16:59 +0000 (0:00:00.124) 0:02:22.954 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:16:59 +0000 (0:00:00.024) 0:02:22.978 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:16:59 +0000 (0:00:00.011) 0:02:22.989 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.018153", "end": "2024-05-03 09:16:59.960671", "rc": 0, "start": "2024-05-03 09:16:59.942518" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:16:59 +0000 (0:00:00.140) 0:02:23.130 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:16:59 +0000 (0:00:00.017) 0:02:23.148 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:17:00 +0000 (0:00:00.027) 0:02:23.176 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sdh" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:17:00 +0000 (0:00:00.019) 0:02:23.196 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh", "pv": "/dev/sdh" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:17:00 +0000 (0:00:00.126) 0:02:23.322 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:17:00 +0000 (0:00:00.016) 0:02:23.339 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:17:00 +0000 (0:00:00.017) 0:02:23.356 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:17:00 +0000 (0:00:00.017) 0:02:23.374 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:17:00 +0000 (0:00:00.049) 0:02:23.423 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:17:00 +0000 (0:00:00.016) 0:02:23.439 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.451 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:17:00 +0000 (0:00:00.019) 0:02:23.470 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:17:00 +0000 (0:00:00.159) 0:02:23.630 ************ skipping: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:17:00 +0000 (0:00:00.017) 0:02:23.647 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:17:00 +0000 (0:00:00.025) 0:02:23.672 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:17:00 +0000 (0:00:00.013) 0:02:23.685 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:17:00 +0000 (0:00:00.014) 0:02:23.700 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.712 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.725 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.738 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.751 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.763 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:17:00 +0000 (0:00:00.014) 0:02:23.778 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.791 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.803 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:17:00 +0000 (0:00:00.011) 0:02:23.815 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:17:00 +0000 (0:00:00.025) 0:02:23.840 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:17:00 +0000 (0:00:00.028) 0:02:23.869 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.882 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.894 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.907 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:17:00 +0000 (0:00:00.013) 0:02:23.921 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.933 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.946 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:23.958 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:17:00 +0000 (0:00:00.026) 0:02:23.985 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:17:00 +0000 (0:00:00.031) 0:02:24.016 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:17:00 +0000 (0:00:00.014) 0:02:24.030 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:17:00 +0000 (0:00:00.013) 0:02:24.043 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:17:00 +0000 (0:00:00.012) 0:02:24.056 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:17:00 +0000 (0:00:00.013) 0:02:24.069 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:17:00 +0000 (0:00:00.027) 0:02:24.097 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:17:00 +0000 (0:00:00.016) 0:02:24.114 ************ skipping: [sut] => (item=/dev/sdh) => { "_storage_test_pool_member_path": "/dev/sdh", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:17:00 +0000 (0:00:00.016) 0:02:24.131 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:2 Friday 03 May 2024 09:17:01 +0000 (0:00:00.024) 0:02:24.156 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:9 Friday 03 May 2024 09:17:01 +0000 (0:00:00.015) 0:02:24.171 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:18 Friday 03 May 2024 09:17:01 +0000 (0:00:00.016) 0:02:24.187 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:27 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.200 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:37 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.212 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:47 Friday 03 May 2024 09:17:01 +0000 (0:00:00.013) 0:02:24.226 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:17:01 +0000 (0:00:00.011) 0:02:24.237 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:17:01 +0000 (0:00:00.011) 0:02:24.249 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:17:01 +0000 (0:00:00.027) 0:02:24.276 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:17:01 +0000 (0:00:00.028) 0:02:24.305 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.318 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.330 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.343 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:17:01 +0000 (0:00:00.013) 0:02:24.356 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:17:01 +0000 (0:00:00.037) 0:02:24.394 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:17:01 +0000 (0:00:00.014) 0:02:24.408 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:17:01 +0000 (0:00:00.011) 0:02:24.420 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:17:01 +0000 (0:00:00.011) 0:02:24.431 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:17:01 +0000 (0:00:00.024) 0:02:24.455 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:17:01 +0000 (0:00:00.023) 0:02:24.479 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:17:01 +0000 (0:00:00.062) 0:02:24.542 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:17:01 +0000 (0:00:00.016) 0:02:24.558 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1222050, "block_size": 4096, "block_total": 1290144, "block_used": 68094, "device": "/dev/mapper/foo-test1", "fstype": "ext2", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024", "size_available": 5005516800, "size_total": 5284429824, "uuid": "38025b00-7865-4f95-b9ac-7e3a8c532850" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1222050, "block_size": 4096, "block_total": 1290144, "block_used": 68094, "device": "/dev/mapper/foo-test1", "fstype": "ext2", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024", "size_available": 5005516800, "size_total": 5284429824, "uuid": "38025b00-7865-4f95-b9ac-7e3a8c532850" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:17:01 +0000 (0:00:00.020) 0:02:24.579 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:17:01 +0000 (0:00:00.014) 0:02:24.593 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:17:01 +0000 (0:00:00.017) 0:02:24.611 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:17:01 +0000 (0:00:00.016) 0:02:24.627 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.640 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.653 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:17:01 +0000 (0:00:00.013) 0:02:24.666 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:17:01 +0000 (0:00:00.018) 0:02:24.685 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.698 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.710 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.723 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.735 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:17:01 +0000 (0:00:00.027) 0:02:24.763 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:17:01 +0000 (0:00:00.019) 0:02:24.782 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:17:01 +0000 (0:00:00.016) 0:02:24.798 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:24.811 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:17:01 +0000 (0:00:00.013) 0:02:24.825 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:17:01 +0000 (0:00:00.019) 0:02:24.844 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:17:01 +0000 (0:00:00.019) 0:02:24.864 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714727817.9158728, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714727817.9158728, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 80834, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714727817.9158728, "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-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:17:01 +0000 (0:00:00.132) 0:02:24.996 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:17:01 +0000 (0:00:00.017) 0:02:25.014 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:17:01 +0000 (0:00:00.014) 0:02:25.028 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:17:01 +0000 (0:00:00.016) 0:02:25.044 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:17:01 +0000 (0:00:00.014) 0:02:25.059 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:17:01 +0000 (0:00:00.012) 0:02:25.072 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:17:01 +0000 (0:00:00.016) 0:02:25.089 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:17:01 +0000 (0:00:00.014) 0:02:25.104 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:17:02 +0000 (0:00:00.371) 0:02:25.475 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:17:02 +0000 (0:00:00.014) 0:02:25.489 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:17:02 +0000 (0:00:00.013) 0:02:25.503 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:17:02 +0000 (0:00:00.018) 0:02:25.521 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.534 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.546 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.558 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.571 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:17:02 +0000 (0:00:00.014) 0:02:25.585 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:17:02 +0000 (0:00:00.017) 0:02:25.602 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:17:02 +0000 (0:00:00.016) 0:02:25.619 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.632 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.644 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.657 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:17:02 +0000 (0:00:00.014) 0:02:25.671 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.684 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.696 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.709 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.721 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.734 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:17:02 +0000 (0:00:00.013) 0:02:25.747 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.760 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.772 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.784 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:17:02 +0000 (0:00:00.012) 0:02:25.796 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:17:02 +0000 (0:00:00.120) 0:02:25.917 ************ ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:17:02 +0000 (0:00:00.121) 0:02:26.038 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:17:02 +0000 (0:00:00.017) 0:02:26.056 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:17:02 +0000 (0:00:00.013) 0:02:26.070 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:17:03 +0000 (0:00:00.120) 0:02:26.190 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:17:03 +0000 (0:00:00.015) 0:02:26.205 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:17:03 +0000 (0:00:00.014) 0:02:26.220 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:17:03 +0000 (0:00:00.014) 0:02:26.235 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:17:03 +0000 (0:00:00.014) 0:02:26.250 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:17:03 +0000 (0:00:00.013) 0:02:26.264 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.276 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.288 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.301 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.313 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.326 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:17:03 +0000 (0:00:00.014) 0:02:26.340 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.352 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.365 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.377 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.390 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.402 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:17:03 +0000 (0:00:00.014) 0:02:26.416 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.429 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.441 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:17:03 +0000 (0:00:00.013) 0:02:26.455 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:17:03 +0000 (0:00:00.013) 0:02:26.469 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:17:03 +0000 (0:00:00.018) 0:02:26.487 ************ 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.019698", "end": "2024-05-03 09:17:03.461874", "rc": 0, "start": "2024-05-03 09:17:03.442176" } 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-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:17:03 +0000 (0:00:00.144) 0:02:26.631 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:17:03 +0000 (0:00:00.017) 0:02:26.649 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:17:03 +0000 (0:00:00.017) 0:02:26.666 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:17:03 +0000 (0:00:00.013) 0:02:26.680 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:17:03 +0000 (0:00:00.014) 0:02:26.695 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:17:03 +0000 (0:00:00.013) 0:02:26.708 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:17:03 +0000 (0:00:00.013) 0:02:26.722 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:17:03 +0000 (0:00:00.011) 0:02:26.733 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:17:03 +0000 (0:00:00.011) 0:02:26.744 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:270 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.756 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:17:03 +0000 (0:00:00.047) 0:02:26.804 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:17:03 +0000 (0:00:00.016) 0:02:26.821 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:17:03 +0000 (0:00:00.014) 0:02:26.835 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:17:03 +0000 (0:00:00.031) 0:02:26.867 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.879 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:17:03 +0000 (0:00:00.013) 0:02:26.893 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:17:03 +0000 (0:00:00.011) 0:02:26.904 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:17:03 +0000 (0:00:00.011) 0:02:26.915 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:17:03 +0000 (0:00:00.025) 0:02:26.940 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.953 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "9g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:17:03 +0000 (0:00:00.014) 0:02:26.967 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.980 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:26.992 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:27.004 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:17:03 +0000 (0:00:00.013) 0:02:27.018 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:17:03 +0000 (0:00:00.012) 0:02:27.030 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:17:03 +0000 (0:00:00.018) 0:02:27.049 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:17:03 +0000 (0:00:00.011) 0:02:27.060 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:17:09 +0000 (0:00:05.812) 0:02:32.873 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:17:09 +0000 (0:00:00.012) 0:02:32.886 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:17:09 +0000 (0:00:00.011) 0:02:32.897 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:17:09 +0000 (0:00:00.016) 0:02:32.914 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:17:09 +0000 (0:00:00.014) 0:02:32.929 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:17:09 +0000 (0:00:00.013) 0:02:32.942 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:17:09 +0000 (0:00:00.012) 0:02:32.955 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:17:10 +0000 (0:00:00.256) 0:02:33.212 ************ 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", "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 [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:17:10 +0000 (0:00:00.144) 0:02:33.357 ************ 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, "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" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:17:10 +0000 (0:00:00.018) 0:02:33.375 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:17:10 +0000 (0:00:00.248) 0:02:33.623 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:17:10 +0000 (0:00:00.125) 0:02:33.749 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:17:10 +0000 (0:00:00.012) 0:02:33.761 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:284 Friday 03 May 2024 09:17:11 +0000 (0:00:00.471) 0:02:34.232 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:17:11 +0000 (0:00:00.032) 0:02:34.265 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:17:11 +0000 (0:00:00.016) 0:02:34.281 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:17:11 +0000 (0:00:00.012) 0:02:34.294 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "name": "/dev/mapper/foo-test1", "size": "9G", "type": "lvm", "uuid": "38025b00-7865-4f95-b9ac-7e3a8c532850" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "85jDFa-gkd1-BEIi-dBlZ-FLio-ldUd-aVziFA" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:17:11 +0000 (0:00:00.125) 0:02:34.419 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003318", "end": "2024-05-03 09:17:11.372410", "rc": 0, "start": "2024-05-03 09:17:11.369092" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:17:11 +0000 (0:00:00.121) 0:02:34.540 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003145", "end": "2024-05-03 09:17:11.495726", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:17:11.492581" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:17:11 +0000 (0:00:00.123) 0:02:34.664 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:17:11 +0000 (0:00:00.025) 0:02:34.689 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:17:11 +0000 (0:00:00.011) 0:02:34.701 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.021315", "end": "2024-05-03 09:17:11.675604", "rc": 0, "start": "2024-05-03 09:17:11.654289" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:17:11 +0000 (0:00:00.143) 0:02:34.844 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:17:11 +0000 (0:00:00.017) 0:02:34.862 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:17:11 +0000 (0:00:00.028) 0:02:34.890 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sdh" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:17:11 +0000 (0:00:00.016) 0:02:34.907 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh", "pv": "/dev/sdh" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:17:11 +0000 (0:00:00.122) 0:02:35.030 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:17:11 +0000 (0:00:00.014) 0:02:35.044 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:17:11 +0000 (0:00:00.015) 0:02:35.060 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:17:11 +0000 (0:00:00.015) 0:02:35.075 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:17:11 +0000 (0:00:00.014) 0:02:35.090 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:17:11 +0000 (0:00:00.014) 0:02:35.104 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:17:11 +0000 (0:00:00.015) 0:02:35.120 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:17:11 +0000 (0:00:00.017) 0:02:35.138 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:17:12 +0000 (0:00:00.150) 0:02:35.288 ************ skipping: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:17:12 +0000 (0:00:00.014) 0:02:35.303 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:17:12 +0000 (0:00:00.047) 0:02:35.351 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.363 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.376 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:35.387 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.400 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.412 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.424 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:35.435 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:35.447 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:35.458 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:17:12 +0000 (0:00:00.013) 0:02:35.472 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.484 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:17:12 +0000 (0:00:00.024) 0:02:35.509 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:17:12 +0000 (0:00:00.026) 0:02:35.536 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.548 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.561 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.573 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.585 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:35.597 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.609 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:35.621 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:17:12 +0000 (0:00:00.023) 0:02:35.644 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:17:12 +0000 (0:00:00.024) 0:02:35.669 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:35.680 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:35.691 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:35.702 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:17:12 +0000 (0:00:00.010) 0:02:35.713 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:17:12 +0000 (0:00:00.026) 0:02:35.740 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:17:12 +0000 (0:00:00.014) 0:02:35.754 ************ skipping: [sut] => (item=/dev/sdh) => { "_storage_test_pool_member_path": "/dev/sdh", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:17:12 +0000 (0:00:00.014) 0:02:35.769 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:2 Friday 03 May 2024 09:17:12 +0000 (0:00:00.021) 0:02:35.791 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:9 Friday 03 May 2024 09:17:12 +0000 (0:00:00.015) 0:02:35.806 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:18 Friday 03 May 2024 09:17:12 +0000 (0:00:00.014) 0:02:35.821 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:27 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.833 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:37 Friday 03 May 2024 09:17:12 +0000 (0:00:00.010) 0:02:35.844 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:47 Friday 03 May 2024 09:17:12 +0000 (0:00:00.010) 0:02:35.855 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:17:12 +0000 (0:00:00.010) 0:02:35.866 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.878 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:17:12 +0000 (0:00:00.025) 0:02:35.903 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:17:12 +0000 (0:00:00.024) 0:02:35.928 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.941 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:17:12 +0000 (0:00:00.012) 0:02:35.953 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:35.964 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:17:12 +0000 (0:00:00.010) 0:02:35.975 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:17:12 +0000 (0:00:00.010) 0:02:35.986 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:17:12 +0000 (0:00:00.013) 0:02:35.999 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:17:12 +0000 (0:00:00.011) 0:02:36.010 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:17:12 +0000 (0:00:00.010) 0:02:36.021 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:17:12 +0000 (0:00:00.021) 0:02:36.043 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:17:12 +0000 (0:00:00.014) 0:02:36.057 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:17:12 +0000 (0:00:00.093) 0:02:36.150 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:17:13 +0000 (0:00:00.014) 0:02:36.165 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 2201429, "block_size": 4096, "block_total": 2322270, "block_used": 120841, "device": "/dev/mapper/foo-test1", "fstype": "ext2", "inode_available": 589813, "inode_total": 589824, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024", "size_available": 9017053184, "size_total": 9512017920, "uuid": "38025b00-7865-4f95-b9ac-7e3a8c532850" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 2201429, "block_size": 4096, "block_total": 2322270, "block_used": 120841, "device": "/dev/mapper/foo-test1", "fstype": "ext2", "inode_available": 589813, "inode_total": 589824, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024", "size_available": 9017053184, "size_total": 9512017920, "uuid": "38025b00-7865-4f95-b9ac-7e3a8c532850" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:17:13 +0000 (0:00:00.018) 0:02:36.184 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:36.196 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:17:13 +0000 (0:00:00.015) 0:02:36.211 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:17:13 +0000 (0:00:00.015) 0:02:36.227 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:36.239 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:36.251 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:36.264 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:17:13 +0000 (0:00:00.015) 0:02:36.279 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:17:13 +0000 (0:00:00.011) 0:02:36.290 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:36.303 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:17:13 +0000 (0:00:00.010) 0:02:36.314 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:17:13 +0000 (0:00:00.011) 0:02:36.325 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:17:13 +0000 (0:00:00.024) 0:02:36.349 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:17:13 +0000 (0:00:00.014) 0:02:36.364 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:17:13 +0000 (0:00:00.014) 0:02:36.378 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:36.391 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:17:13 +0000 (0:00:00.011) 0:02:36.402 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:17:13 +0000 (0:00:00.015) 0:02:36.418 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:17:13 +0000 (0:00:00.016) 0:02:36.434 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714727829.6675777, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714727829.6675777, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 80834, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714727829.6675777, "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-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:17:13 +0000 (0:00:00.129) 0:02:36.564 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:17:13 +0000 (0:00:00.017) 0:02:36.581 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:36.594 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:17:13 +0000 (0:00:00.014) 0:02:36.608 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:17:13 +0000 (0:00:00.013) 0:02:36.622 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:36.634 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:17:13 +0000 (0:00:00.015) 0:02:36.649 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:17:13 +0000 (0:00:00.011) 0:02:36.661 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:17:13 +0000 (0:00:00.371) 0:02:37.032 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:37.044 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:37.057 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:17:13 +0000 (0:00:00.016) 0:02:37.074 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:37.086 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:37.099 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:17:13 +0000 (0:00:00.014) 0:02:37.113 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:37.126 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:17:13 +0000 (0:00:00.012) 0:02:37.138 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:17:14 +0000 (0:00:00.015) 0:02:37.153 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:17:14 +0000 (0:00:00.015) 0:02:37.169 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.181 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.193 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.206 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.217 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.228 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:17:14 +0000 (0:00:00.013) 0:02:37.242 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.254 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.266 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.277 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:17:14 +0000 (0:00:00.010) 0:02:37.288 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.299 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.312 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:17:14 +0000 (0:00:00.039) 0:02:37.352 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:17:14 +0000 (0:00:00.013) 0:02:37.365 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:17:14 +0000 (0:00:00.120) 0:02:37.485 ************ ok: [sut] => { "bytes": 9663676416, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:17:14 +0000 (0:00:00.120) 0:02:37.606 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "9663676416" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:17:14 +0000 (0:00:00.017) 0:02:37.623 ************ ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:17:14 +0000 (0:00:00.013) 0:02:37.637 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:17:14 +0000 (0:00:00.116) 0:02:37.754 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:17:14 +0000 (0:00:00.015) 0:02:37.770 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:17:14 +0000 (0:00:00.014) 0:02:37.784 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:17:14 +0000 (0:00:00.014) 0:02:37.799 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:17:14 +0000 (0:00:00.014) 0:02:37.814 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.825 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.837 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.849 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.861 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.872 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.883 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.895 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.908 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.921 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.933 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.945 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.957 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.968 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:17:14 +0000 (0:00:00.011) 0:02:37.979 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:17:14 +0000 (0:00:00.012) 0:02:37.992 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:17:14 +0000 (0:00:00.013) 0:02:38.005 ************ ok: [sut] => { "storage_test_expected_size": "9663676416" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:17:14 +0000 (0:00:00.015) 0:02:38.020 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:17:14 +0000 (0:00:00.019) 0:02:38.040 ************ 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.020952", "end": "2024-05-03 09:17:15.014668", "rc": 0, "start": "2024-05-03 09:17:14.993716" } 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-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:17:15 +0000 (0:00:00.145) 0:02:38.185 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:17:15 +0000 (0:00:00.016) 0:02:38.201 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:17:15 +0000 (0:00:00.017) 0:02:38.218 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:17:15 +0000 (0:00:00.013) 0:02:38.232 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:17:15 +0000 (0:00:00.012) 0:02:38.244 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:17:15 +0000 (0:00:00.012) 0:02:38.257 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:17:15 +0000 (0:00:00.013) 0:02:38.270 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:17:15 +0000 (0:00:00.011) 0:02:38.282 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:17:15 +0000 (0:00:00.009) 0:02:38.292 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:287 Friday 03 May 2024 09:17:15 +0000 (0:00:00.012) 0:02:38.304 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:17:15 +0000 (0:00:00.046) 0:02:38.350 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:17:15 +0000 (0:00:00.016) 0:02:38.366 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:17:15 +0000 (0:00:00.016) 0:02:38.382 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:17:15 +0000 (0:00:00.029) 0:02:38.412 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:17:15 +0000 (0:00:00.012) 0:02:38.424 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:17:15 +0000 (0:00:00.011) 0:02:38.436 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:17:15 +0000 (0:00:00.010) 0:02:38.447 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:17:15 +0000 (0:00:00.011) 0:02:38.458 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:17:15 +0000 (0:00:00.023) 0:02:38.482 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:17:15 +0000 (0:00:00.012) 0:02:38.494 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "type": "lvm", "volumes": [ { "fs_type": "ext2", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:17:15 +0000 (0:00:00.014) 0:02:38.508 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:17:15 +0000 (0:00:00.041) 0:02:38.550 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:17:15 +0000 (0:00:00.013) 0:02:38.563 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:17:15 +0000 (0:00:00.012) 0:02:38.575 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:17:15 +0000 (0:00:00.012) 0:02:38.588 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:17:15 +0000 (0:00:00.014) 0:02:38.603 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:17:15 +0000 (0:00:00.021) 0:02:38.624 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:17:15 +0000 (0:00:00.014) 0:02:38.638 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:17:20 +0000 (0:00:05.358) 0:02:43.997 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:17:20 +0000 (0:00:00.012) 0:02:44.010 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:17:20 +0000 (0:00:00.011) 0:02:44.022 ************ 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/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test1", "/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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:17:20 +0000 (0:00:00.015) 0:02:44.037 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:17:20 +0000 (0:00:00.014) 0:02:44.052 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:17:20 +0000 (0:00:00.013) 0:02:44.065 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:17:20 +0000 (0:00:00.012) 0:02:44.078 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:17:21 +0000 (0:00:00.248) 0:02:44.326 ************ 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", "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 [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:17:21 +0000 (0:00:00.141) 0:02:44.467 ************ 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, "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" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:17:21 +0000 (0:00:00.017) 0:02:44.485 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:17:21 +0000 (0:00:00.245) 0:02:44.730 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:17:21 +0000 (0:00:00.125) 0:02:44.856 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:17:21 +0000 (0:00:00.011) 0:02:44.868 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:301 Friday 03 May 2024 09:17:22 +0000 (0:00:00.505) 0:02:45.373 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:17:22 +0000 (0:00:00.032) 0:02:45.406 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:17:22 +0000 (0:00:00.016) 0:02:45.422 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:17:22 +0000 (0:00:00.012) 0:02:45.435 ************ ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "ext2", "label": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "38025b00-7865-4f95-b9ac-7e3a8c532850" }, "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "LVM2_member", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "85jDFa-gkd1-BEIi-dBlZ-FLio-ldUd-aVziFA" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:17:22 +0000 (0:00:00.124) 0:02:45.559 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003087", "end": "2024-05-03 09:17:22.511230", "rc": 0, "start": "2024-05-03 09:17:22.508143" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:17:22 +0000 (0:00:00.120) 0:02:45.679 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.002904", "end": "2024-05-03 09:17:22.630763", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:17:22.627859" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:17:22 +0000 (0:00:00.119) 0:02:45.798 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:17:22 +0000 (0:00:00.024) 0:02:45.823 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:17:22 +0000 (0:00:00.011) 0:02:45.834 ************ ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.017261", "end": "2024-05-03 09:17:22.803445", "rc": 0, "start": "2024-05-03 09:17:22.786184" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:17:22 +0000 (0:00:00.137) 0:02:45.972 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:17:22 +0000 (0:00:00.018) 0:02:45.990 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:17:22 +0000 (0:00:00.026) 0:02:46.017 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sdh" ] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:17:22 +0000 (0:00:00.045) 0:02:46.062 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sdh", "pv": "/dev/sdh" } TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:17:23 +0000 (0:00:00.122) 0:02:46.185 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:17:23 +0000 (0:00:00.014) 0:02:46.199 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:17:23 +0000 (0:00:00.015) 0:02:46.215 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:17:23 +0000 (0:00:00.017) 0:02:46.233 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:17:23 +0000 (0:00:00.014) 0:02:46.247 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:17:23 +0000 (0:00:00.014) 0:02:46.262 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.274 ************ ok: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sdh" } MSG: All assertions passed TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:17:23 +0000 (0:00:00.017) 0:02:46.292 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:17:23 +0000 (0:00:00.149) 0:02:46.441 ************ skipping: [sut] => (item=/dev/sdh) => { "ansible_loop_var": "st_pool_pv", "changed": false, "skip_reason": "Conditional result was False", "st_pool_pv": "/dev/sdh" } TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:17:23 +0000 (0:00:00.015) 0:02:46.457 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:17:23 +0000 (0:00:00.022) 0:02:46.480 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:17:23 +0000 (0:00:00.013) 0:02:46.493 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.505 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.518 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.530 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.543 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.555 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:17:23 +0000 (0:00:00.013) 0:02:46.569 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.581 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.593 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.606 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:17:23 +0000 (0:00:00.011) 0:02:46.617 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:17:23 +0000 (0:00:00.025) 0:02:46.643 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:17:23 +0000 (0:00:00.024) 0:02:46.667 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.680 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.693 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:17:23 +0000 (0:00:00.013) 0:02:46.706 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.719 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.731 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.744 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.756 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:17:23 +0000 (0:00:00.025) 0:02:46.782 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:17:23 +0000 (0:00:00.023) 0:02:46.806 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.818 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:17:23 +0000 (0:00:00.011) 0:02:46.830 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:17:23 +0000 (0:00:00.013) 0:02:46.843 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:17:23 +0000 (0:00:00.011) 0:02:46.855 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:17:23 +0000 (0:00:00.026) 0:02:46.881 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:17:23 +0000 (0:00:00.014) 0:02:46.896 ************ skipping: [sut] => (item=/dev/sdh) => { "_storage_test_pool_member_path": "/dev/sdh", "ansible_loop_var": "_storage_test_pool_member_path", "changed": false, "skip_reason": "Conditional result was False" } TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:17:23 +0000 (0:00:00.015) 0:02:46.911 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:2 Friday 03 May 2024 09:17:23 +0000 (0:00:00.021) 0:02:46.933 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:9 Friday 03 May 2024 09:17:23 +0000 (0:00:00.014) 0:02:46.947 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:18 Friday 03 May 2024 09:17:23 +0000 (0:00:00.014) 0:02:46.962 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:27 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.974 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:37 Friday 03 May 2024 09:17:23 +0000 (0:00:00.011) 0:02:46.985 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-crypttab.yml:47 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:46.997 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:17:23 +0000 (0:00:00.011) 0:02:47.009 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:17:23 +0000 (0:00:00.010) 0:02:47.020 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:17:23 +0000 (0:00:00.054) 0:02:47.074 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:17:23 +0000 (0:00:00.024) 0:02:47.099 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:47.111 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:47.124 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:17:23 +0000 (0:00:00.013) 0:02:47.138 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:17:23 +0000 (0:00:00.012) 0:02:47.150 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:17:24 +0000 (0:00:00.012) 0:02:47.162 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:17:24 +0000 (0:00:00.012) 0:02:47.175 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:17:24 +0000 (0:00:00.011) 0:02:47.186 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:17:24 +0000 (0:00:00.011) 0:02:47.197 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:17:24 +0000 (0:00:00.026) 0:02:47.223 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:17:24 +0000 (0:00:00.015) 0:02:47.239 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:17:24 +0000 (0:00:00.057) 0:02:47.297 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:17:24 +0000 (0:00:00.015) 0:02:47.312 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1222051, "block_size": 4096, "block_total": 1290144, "block_used": 68093, "device": "/dev/mapper/foo-test1", "fstype": "ext2", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024", "size_available": 5005520896, "size_total": 5284429824, "uuid": "38025b00-7865-4f95-b9ac-7e3a8c532850" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1222051, "block_size": 4096, "block_total": 1290144, "block_used": 68093, "device": "/dev/mapper/foo-test1", "fstype": "ext2", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test1", "options": "rw,seclabel,relatime,stripe=1024", "size_available": 5005520896, "size_total": 5284429824, "uuid": "38025b00-7865-4f95-b9ac-7e3a8c532850" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:17:24 +0000 (0:00:00.019) 0:02:47.331 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:17:24 +0000 (0:00:00.012) 0:02:47.344 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:17:24 +0000 (0:00:00.015) 0:02:47.359 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:17:24 +0000 (0:00:00.014) 0:02:47.374 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:17:24 +0000 (0:00:00.011) 0:02:47.385 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:17:24 +0000 (0:00:00.013) 0:02:47.399 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:17:24 +0000 (0:00:00.012) 0:02:47.411 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:17:24 +0000 (0:00:00.015) 0:02:47.426 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:17:24 +0000 (0:00:00.011) 0:02:47.438 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:17:24 +0000 (0:00:00.011) 0:02:47.449 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:17:24 +0000 (0:00:00.011) 0:02:47.460 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:17:24 +0000 (0:00:00.012) 0:02:47.472 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:17:24 +0000 (0:00:00.024) 0:02:47.497 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:17:24 +0000 (0:00:00.015) 0:02:47.512 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:17:24 +0000 (0:00:00.014) 0:02:47.527 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:17:24 +0000 (0:00:00.011) 0:02:47.538 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:17:24 +0000 (0:00:00.011) 0:02:47.549 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:17:24 +0000 (0:00:00.016) 0:02:47.566 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:17:24 +0000 (0:00:00.016) 0:02:47.583 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714727840.777293, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1714727840.777293, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 80834, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1714727840.777293, "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-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:17:24 +0000 (0:00:00.130) 0:02:47.714 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:17:24 +0000 (0:00:00.015) 0:02:47.729 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:17:24 +0000 (0:00:00.013) 0:02:47.743 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:17:24 +0000 (0:00:00.014) 0:02:47.757 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:17:24 +0000 (0:00:00.012) 0:02:47.770 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:17:24 +0000 (0:00:00.011) 0:02:47.781 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:17:24 +0000 (0:00:00.014) 0:02:47.795 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:17:24 +0000 (0:00:00.010) 0:02:47.806 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:17:25 +0000 (0:00:00.371) 0:02:48.178 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:17:25 +0000 (0:00:00.013) 0:02:48.192 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:17:25 +0000 (0:00:00.011) 0:02:48.203 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:17:25 +0000 (0:00:00.016) 0:02:48.220 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:17:25 +0000 (0:00:00.011) 0:02:48.231 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:17:25 +0000 (0:00:00.010) 0:02:48.242 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:17:25 +0000 (0:00:00.013) 0:02:48.256 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:17:25 +0000 (0:00:00.039) 0:02:48.295 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.308 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:17:25 +0000 (0:00:00.016) 0:02:48.324 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:17:25 +0000 (0:00:00.015) 0:02:48.339 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:17:25 +0000 (0:00:00.013) 0:02:48.353 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:17:25 +0000 (0:00:00.014) 0:02:48.367 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:17:25 +0000 (0:00:00.014) 0:02:48.382 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.395 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.408 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.420 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.433 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.445 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:17:25 +0000 (0:00:00.013) 0:02:48.459 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.471 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.484 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.496 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.508 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:17:25 +0000 (0:00:00.013) 0:02:48.522 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:17:25 +0000 (0:00:00.124) 0:02:48.646 ************ ok: [sut] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:17:25 +0000 (0:00:00.124) 0:02:48.771 ************ ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:17:25 +0000 (0:00:00.017) 0:02:48.789 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.801 ************ ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:17:25 +0000 (0:00:00.120) 0:02:48.921 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:17:25 +0000 (0:00:00.014) 0:02:48.936 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:17:25 +0000 (0:00:00.014) 0:02:48.951 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:17:25 +0000 (0:00:00.015) 0:02:48.967 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:17:25 +0000 (0:00:00.014) 0:02:48.981 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:48.994 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:49.006 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:17:25 +0000 (0:00:00.011) 0:02:49.018 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:17:25 +0000 (0:00:00.011) 0:02:49.029 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:49.042 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:49.054 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:17:25 +0000 (0:00:00.011) 0:02:49.066 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:17:25 +0000 (0:00:00.011) 0:02:49.077 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:17:25 +0000 (0:00:00.011) 0:02:49.088 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:17:25 +0000 (0:00:00.011) 0:02:49.099 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:17:25 +0000 (0:00:00.012) 0:02:49.112 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:17:25 +0000 (0:00:00.011) 0:02:49.123 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:17:25 +0000 (0:00:00.013) 0:02:49.136 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:17:25 +0000 (0:00:00.014) 0:02:49.150 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:17:26 +0000 (0:00:00.012) 0:02:49.163 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:17:26 +0000 (0:00:00.013) 0:02:49.176 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:17:26 +0000 (0:00:00.013) 0:02:49.189 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:17:26 +0000 (0:00:00.017) 0:02:49.207 ************ 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.017292", "end": "2024-05-03 09:17:26.176682", "rc": 0, "start": "2024-05-03 09:17:26.159390" } 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-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:17:26 +0000 (0:00:00.139) 0:02:49.347 ************ ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:17:26 +0000 (0:00:00.016) 0:02:49.363 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:17:26 +0000 (0:00:00.019) 0:02:49.383 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:17:26 +0000 (0:00:00.013) 0:02:49.396 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:17:26 +0000 (0:00:00.013) 0:02:49.410 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:17:26 +0000 (0:00:00.012) 0:02:49.423 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:17:26 +0000 (0:00:00.012) 0:02:49.435 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:17:26 +0000 (0:00:00.010) 0:02:49.446 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:17:26 +0000 (0:00:00.011) 0:02:49.457 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:304 Friday 03 May 2024 09:17:26 +0000 (0:00:00.011) 0:02:49.468 ************ TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Friday 03 May 2024 09:17:26 +0000 (0:00:00.048) 0:02:49.517 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml for sut TASK [linux-system-roles.storage : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Friday 03 May 2024 09:17:26 +0000 (0:00:00.016) 0:02:49.533 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Friday 03 May 2024 09:17:26 +0000 (0:00:00.013) 0:02:49.546 ************ skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__storage_blivet_diskvolume_mkfs_option_map": { "ext2": "-F", "ext3": "-F", "ext4": "-F" }, "blivet_package_list": [ "python-enum34", "python-blivet3", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap" ] }, "ansible_included_var_files": [ "/WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Check if system is ostree] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Friday 03 May 2024 09:17:26 +0000 (0:00:00.065) 0:02:49.611 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Friday 03 May 2024 09:17:26 +0000 (0:00:00.012) 0:02:49.624 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Friday 03 May 2024 09:17:26 +0000 (0:00:00.012) 0:02:49.636 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [linux-system-roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Friday 03 May 2024 09:17:26 +0000 (0:00:00.010) 0:02:49.647 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Include the appropriate provider tasks] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Friday 03 May 2024 09:17:26 +0000 (0:00:00.010) 0:02:49.658 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml for sut TASK [linux-system-roles.storage : Make sure blivet is available] ************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Friday 03 May 2024 09:17:26 +0000 (0:00:00.054) 0:02:49.712 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Friday 03 May 2024 09:17:26 +0000 (0:00:00.012) 0:02:49.725 ************ ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "state": "absent", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Friday 03 May 2024 09:17:26 +0000 (0:00:00.014) 0:02:49.739 ************ ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Friday 03 May 2024 09:17:26 +0000 (0:00:00.012) 0:02:49.751 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Friday 03 May 2024 09:17:26 +0000 (0:00:00.013) 0:02:49.764 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Friday 03 May 2024 09:17:26 +0000 (0:00:00.011) 0:02:49.775 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Get service facts] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Friday 03 May 2024 09:17:26 +0000 (0:00:00.011) 0:02:49.787 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set storage_cryptsetup_services] ************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Friday 03 May 2024 09:17:26 +0000 (0:00:00.011) 0:02:49.798 ************ ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [linux-system-roles.storage : Mask the systemd cryptsetup services] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Friday 03 May 2024 09:17:26 +0000 (0:00:00.018) 0:02:49.816 ************ TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Friday 03 May 2024 09:17:26 +0000 (0:00:00.009) 0:02:49.826 ************ 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/sdh", "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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Friday 03 May 2024 09:17:31 +0000 (0:00:04.808) 0:02:54.635 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Friday 03 May 2024 09:17:31 +0000 (0:00:00.012) 0:02:54.648 ************ TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Friday 03 May 2024 09:17:31 +0000 (0:00:00.011) 0:02:54.659 ************ 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/sdh", "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": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Friday 03 May 2024 09:17:31 +0000 (0:00:00.014) 0:02:54.674 ************ ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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 [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Friday 03 May 2024 09:17:31 +0000 (0:00:00.016) 0:02:54.690 ************ ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Friday 03 May 2024 09:17:31 +0000 (0:00:00.013) 0:02:54.704 ************ changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'state': 'absent', 'path': '/opt/test1', 'fstype': 'ext2'}) => { "ansible_loop_var": "mount_info", "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 [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Friday 03 May 2024 09:17:31 +0000 (0:00:00.137) 0:02:54.841 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Friday 03 May 2024 09:17:31 +0000 (0:00:00.255) 0:02:55.096 ************ TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Friday 03 May 2024 09:17:31 +0000 (0:00:00.012) 0:02:55.109 ************ TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Friday 03 May 2024 09:17:31 +0000 (0:00:00.012) 0:02:55.122 ************ ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Friday 03 May 2024 09:17:32 +0000 (0:00:00.249) 0:02:55.371 ************ ok: [sut] => { "changed": false, "stat": { "atime": 1714726902.4024084, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1714465739.653, "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": 1714465489.206, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1979845102", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [linux-system-roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Friday 03 May 2024 09:17:32 +0000 (0:00:00.129) 0:02:55.500 ************ TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Friday 03 May 2024 09:17:32 +0000 (0:00:00.011) 0:02:55.512 ************ ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:317 Friday 03 May 2024 09:17:32 +0000 (0:00:00.470) 0:02:55.982 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:2 Friday 03 May 2024 09:17:32 +0000 (0:00:00.033) 0:02:56.016 ************ ok: [sut] => { "_storage_pools_list": [ { "disks": [ "sdh" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": 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": [ "sdh" ], "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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:7 Friday 03 May 2024 09:17:32 +0000 (0:00:00.015) 0:02:56.032 ************ skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:15 Friday 03 May 2024 09:17:32 +0000 (0:00:00.013) 0:02:56.045 ************ ok: [sut] => { "changed": false, "info": { "/dev/sda": { "fstype": "", "label": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdb": { "fstype": "", "label": "", "name": "/dev/sdb", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdc": { "fstype": "", "label": "", "name": "/dev/sdc", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdd": { "fstype": "", "label": "", "name": "/dev/sdd", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sde": { "fstype": "", "label": "", "name": "/dev/sde", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdf": { "fstype": "", "label": "", "name": "/dev/sdf", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdg": { "fstype": "", "label": "", "name": "/dev/sdg", "size": "1T", "type": "disk", "uuid": "" }, "/dev/sdh": { "fstype": "", "label": "", "name": "/dev/sdh", "size": "10G", "type": "disk", "uuid": "" }, "/dev/sdi": { "fstype": "", "label": "", "name": "/dev/sdi", "size": "10G", "type": "disk", "uuid": "" }, "/dev/xvda": { "fstype": "", "label": "", "name": "/dev/xvda", "size": "250G", "type": "disk", "uuid": "" }, "/dev/xvda1": { "fstype": "ext4", "label": "", "name": "/dev/xvda1", "size": "250G", "type": "partition", "uuid": "91d5a5d3-ba8f-4936-a2f9-66ce051660f0" } } } TASK [Read the /etc/fstab file for volume existence] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:20 Friday 03 May 2024 09:17:33 +0000 (0:00:00.127) 0:02:56.173 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003211", "end": "2024-05-03 09:17:33.127913", "rc": 0, "start": "2024-05-03 09:17:33.124702" } STDOUT: # # /etc/fstab # Created by anaconda on Tue Apr 30 08:24:49 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=91d5a5d3-ba8f-4936-a2f9-66ce051660f0 / 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:25 Friday 03 May 2024 09:17:33 +0000 (0:00:00.123) 0:02:56.297 ************ ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003139", "end": "2024-05-03 09:17:33.251618", "failed_when_result": false, "rc": 0, "start": "2024-05-03 09:17:33.248479" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:34 Friday 03 May 2024 09:17:33 +0000 (0:00:00.122) 0:02:56.419 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:5 Friday 03 May 2024 09:17:33 +0000 (0:00:00.024) 0:02:56.444 ************ ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:18 Friday 03 May 2024 09:17:33 +0000 (0:00:00.011) 0:02:56.455 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:24 Friday 03 May 2024 09:17:33 +0000 (0:00:00.012) 0:02:56.468 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool.yml:34 Friday 03 May 2024 09:17:33 +0000 (0:00:00.041) 0:02:56.509 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:2 Friday 03 May 2024 09:17:33 +0000 (0:00:00.026) 0:02:56.535 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:13 Friday 03 May 2024 09:17:33 +0000 (0:00:00.016) 0:02:56.552 ************ TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:22 Friday 03 May 2024 09:17:33 +0000 (0:00:00.009) 0:02:56.562 ************ ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:27 Friday 03 May 2024 09:17:33 +0000 (0:00:00.013) 0:02:56.576 ************ ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:33 Friday 03 May 2024 09:17:33 +0000 (0:00:00.014) 0:02:56.590 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:42 Friday 03 May 2024 09:17:33 +0000 (0:00:00.015) 0:02:56.605 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:48 Friday 03 May 2024 09:17:33 +0000 (0:00:00.014) 0:02:56.620 ************ ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:54 Friday 03 May 2024 09:17:33 +0000 (0:00:00.014) 0:02:56.634 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:59 Friday 03 May 2024 09:17:33 +0000 (0:00:00.011) 0:02:56.646 ************ TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:73 Friday 03 May 2024 09:17:33 +0000 (0:00:00.010) 0:02:56.657 ************ ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.13.11 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:80 Friday 03 May 2024 09:17:33 +0000 (0:00:00.146) 0:02:56.803 ************ TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:90 Friday 03 May 2024 09:17:33 +0000 (0:00:00.011) 0:02:56.814 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:8 Friday 03 May 2024 09:17:33 +0000 (0:00:00.022) 0:02:56.837 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:14 Friday 03 May 2024 09:17:33 +0000 (0:00:00.012) 0:02:56.850 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:21 Friday 03 May 2024 09:17:33 +0000 (0:00:00.011) 0:02:56.861 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:28 Friday 03 May 2024 09:17:33 +0000 (0:00:00.011) 0:02:56.872 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:35 Friday 03 May 2024 09:17:33 +0000 (0:00:00.010) 0:02:56.883 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:45 Friday 03 May 2024 09:17:33 +0000 (0:00:00.012) 0:02:56.895 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:54 Friday 03 May 2024 09:17:33 +0000 (0:00:00.011) 0:02:56.906 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:64 Friday 03 May 2024 09:17:33 +0000 (0:00:00.010) 0:02:56.917 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:74 Friday 03 May 2024 09:17:33 +0000 (0:00:00.012) 0:02:56.929 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:85 Friday 03 May 2024 09:17:33 +0000 (0:00:00.010) 0:02:56.940 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-md.yml:95 Friday 03 May 2024 09:17:33 +0000 (0:00:00.010) 0:02:56.951 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:93 Friday 03 May 2024 09:17:33 +0000 (0:00:00.012) 0:02:56.963 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-lvmraid.yml:2 Friday 03 May 2024 09:17:33 +0000 (0:00:00.023) 0:02:56.987 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:8 Friday 03 May 2024 09:17:33 +0000 (0:00:00.023) 0:02:57.010 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:16 Friday 03 May 2024 09:17:33 +0000 (0:00:00.012) 0:02:57.023 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:21 Friday 03 May 2024 09:17:33 +0000 (0:00:00.012) 0:02:57.035 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:29 Friday 03 May 2024 09:17:33 +0000 (0:00:00.012) 0:02:57.047 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:34 Friday 03 May 2024 09:17:33 +0000 (0:00:00.012) 0:02:57.059 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:40 Friday 03 May 2024 09:17:33 +0000 (0:00:00.012) 0:02:57.071 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-lvmraid.yml:46 Friday 03 May 2024 09:17:33 +0000 (0:00:00.011) 0:02:57.083 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:96 Friday 03 May 2024 09:17:33 +0000 (0:00:00.013) 0:02:57.097 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-thin.yml:2 Friday 03 May 2024 09:17:33 +0000 (0:00:00.023) 0:02:57.121 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:8 Friday 03 May 2024 09:17:33 +0000 (0:00:00.023) 0:02:57.144 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in correct thinpool (when thinp name is provided)] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:16 Friday 03 May 2024 09:17:34 +0000 (0:00:00.013) 0:02:57.158 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check that volume is in thinpool (when thinp name is not provided)] ****** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:23 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.171 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-thin.yml:27 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.183 ************ ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:99 Friday 03 May 2024 09:17:34 +0000 (0:00:00.010) 0:02:57.194 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:5 Friday 03 May 2024 09:17:34 +0000 (0:00:00.026) 0:02:57.221 ************ 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-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:13 Friday 03 May 2024 09:17:34 +0000 (0:00:00.014) 0:02:57.235 ************ TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:20 Friday 03 May 2024 09:17:34 +0000 (0:00:00.011) 0:02:57.246 ************ TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-encryption.yml:27 Friday 03 May 2024 09:17:34 +0000 (0:00:00.009) 0:02:57.256 ************ ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } TASK [Check VDO] *************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:102 Friday 03 May 2024 09:17:34 +0000 (0:00:00.010) 0:02:57.267 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-members-vdo.yml:2 Friday 03 May 2024 09:17:34 +0000 (0:00:00.026) 0:02:57.294 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:9 Friday 03 May 2024 09:17:34 +0000 (0:00:00.023) 0:02:57.318 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:16 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.330 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:22 Friday 03 May 2024 09:17:34 +0000 (0:00:00.011) 0:02:57.342 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:28 Friday 03 May 2024 09:17:34 +0000 (0:00:00.040) 0:02:57.382 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:35 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.395 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:41 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.407 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-pool-member-vdo.yml:47 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.419 ************ ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-pool-members.yml:105 Friday 03 May 2024 09:17:34 +0000 (0:00:00.010) 0:02:57.430 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-pool-volumes.yml:3 Friday 03 May 2024 09:17:34 +0000 (0:00:00.010) 0:02:57.441 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:2 Friday 03 May 2024 09:17:34 +0000 (0:00:00.023) 0:02:57.465 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:21 Friday 03 May 2024 09:17:34 +0000 (0:00:00.015) 0:02:57.480 ************ included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:7 Friday 03 May 2024 09:17:34 +0000 (0:00:00.057) 0:02:57.537 ************ ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:16 Friday 03 May 2024 09:17:34 +0000 (0:00:00.014) 0:02:57.552 ************ ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [], "storage_test_mount_expected_match_count": "0", "storage_test_mount_point_matches": [], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:38 Friday 03 May 2024 09:17:34 +0000 (0:00:00.019) 0:02:57.572 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:51 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.584 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:63 Friday 03 May 2024 09:17:34 +0000 (0:00:00.011) 0:02:57.596 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:71 Friday 03 May 2024 09:17:34 +0000 (0:00:00.024) 0:02:57.620 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:83 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.632 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:95 Friday 03 May 2024 09:17:34 +0000 (0:00:00.011) 0:02:57.643 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:110 Friday 03 May 2024 09:17:34 +0000 (0:00:00.018) 0:02:57.661 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:122 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.673 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:128 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.686 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:134 Friday 03 May 2024 09:17:34 +0000 (0:00:00.011) 0:02:57.697 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-mount.yml:146 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.710 ************ ok: [sut] => { "ansible_facts": { "storage_test_found_mount_stat": null, "storage_test_mount_device_matches": null, "storage_test_mount_expected_match_count": null, "storage_test_mount_point_matches": null, "storage_test_swap_expected_matches": null, "storage_test_swaps": null, "storage_test_sys_node": null }, "changed": false } TASK [Set some variables for fstab checking] *********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:2 Friday 03 May 2024 09:17:34 +0000 (0:00:00.011) 0:02:57.721 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:40 Friday 03 May 2024 09:17:34 +0000 (0:00:00.028) 0:02:57.749 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:48 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.762 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:58 Friday 03 May 2024 09:17:34 +0000 (0:00:00.014) 0:02:57.776 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fstab.yml:71 Friday 03 May 2024 09:17:34 +0000 (0:00:00.011) 0:02:57.787 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:3 Friday 03 May 2024 09:17:34 +0000 (0:00:00.011) 0:02:57.798 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-fs.yml:12 Friday 03 May 2024 09:17:34 +0000 (0:00:00.011) 0:02:57.809 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:3 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.822 ************ ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:9 Friday 03 May 2024 09:17:34 +0000 (0:00:00.117) 0:02:57.939 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:16 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:57.952 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:24 Friday 03 May 2024 09:17:34 +0000 (0:00:00.015) 0:02:57.967 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:30 Friday 03 May 2024 09:17:34 +0000 (0:00:00.010) 0:02:57.978 ************ ok: [sut] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } TASK [Process volume type (get RAID value) (2/2)] ****************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:34 Friday 03 May 2024 09:17:34 +0000 (0:00:00.013) 0:02:57.991 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-device.yml:39 Friday 03 May 2024 09:17:34 +0000 (0:00:00.012) 0:02:58.003 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:3 Friday 03 May 2024 09:17:34 +0000 (0:00:00.009) 0:02:58.013 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 Friday 03 May 2024 09:17:34 +0000 (0:00:00.011) 0:02:58.024 ************ ok: [sut] => { "changed": false, "rc": 0, "results": [ "cryptsetup-2.0.3-6.el7.x86_64 providing cryptsetup is already installed" ] } TASK [Collect LUKS info for this volume] *************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:17 Friday 03 May 2024 09:17:35 +0000 (0:00:00.365) 0:02:58.390 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the presence/absence of the LUKS device node] ********************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:23 Friday 03 May 2024 09:17:35 +0000 (0:00:00.014) 0:02:58.404 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the raw device is the same as the device if not encrypted] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:32 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.416 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Make sure we got info about the LUKS volume if encrypted] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:45 Friday 03 May 2024 09:17:35 +0000 (0:00:00.008) 0:02:58.425 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the LUKS volume's device type if encrypted] *********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:51 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.437 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:56 Friday 03 May 2024 09:17:35 +0000 (0:00:00.010) 0:02:58.447 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:69 Friday 03 May 2024 09:17:35 +0000 (0:00:00.008) 0:02:58.456 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:81 Friday 03 May 2024 09:17:35 +0000 (0:00:00.008) 0:02:58.464 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:94 Friday 03 May 2024 09:17:35 +0000 (0:00:00.009) 0:02:58.474 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:106 Friday 03 May 2024 09:17:35 +0000 (0:00:00.015) 0:02:58.490 ************ ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:114 Friday 03 May 2024 09:17:35 +0000 (0:00:00.014) 0:02:58.504 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:122 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.516 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:131 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.528 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:140 Friday 03 May 2024 09:17:35 +0000 (0:00:00.010) 0:02:58.539 ************ 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-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:8 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.551 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:14 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.563 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:21 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.574 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:28 Friday 03 May 2024 09:17:35 +0000 (0:00:00.010) 0:02:58.585 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:35 Friday 03 May 2024 09:17:35 +0000 (0:00:00.010) 0:02:58.596 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:45 Friday 03 May 2024 09:17:35 +0000 (0:00:00.010) 0:02:58.607 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:54 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.619 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:63 Friday 03 May 2024 09:17:35 +0000 (0:00:00.010) 0:02:58.630 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:72 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.641 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-md.yml:81 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.653 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:3 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.665 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:11 Friday 03 May 2024 09:17:35 +0000 (0:00:00.010) 0:02:58.676 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:20 Friday 03 May 2024 09:17:35 +0000 (0:00:00.013) 0:02:58.689 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:28 Friday 03 May 2024 09:17:35 +0000 (0:00:00.045) 0:02:58.735 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:32 Friday 03 May 2024 09:17:35 +0000 (0:00:00.013) 0:02:58.748 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:46 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.761 ************ skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:50 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.773 ************ skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:54 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.785 ************ skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:58 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.797 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:68 Friday 03 May 2024 09:17:35 +0000 (0:00:00.013) 0:02:58.810 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:72 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.822 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:77 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.834 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:83 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.846 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply upper size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:88 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.858 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Apply lower size limit to max usable thin pool space] ******************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:96 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.870 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Convert maximum usable thin pool space from int to Size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:104 Friday 03 May 2024 09:17:35 +0000 (0:00:00.013) 0:02:58.884 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:109 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.896 ************ skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:113 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.908 ************ skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:117 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.920 ************ skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:121 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.931 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:129 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:58.942 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected thin pool volume size] ***************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:138 Friday 03 May 2024 09:17:35 +0000 (0:00:00.013) 0:02:58.956 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate the expected thin pool volume size based on percentage value] *** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:142 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.968 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:150 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.980 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:156 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:58.993 ************ ok: [sut] => { "storage_test_actual_size": { "changed": false, "skip_reason": "Conditional result was False", "skipped": true } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:160 Friday 03 May 2024 09:17:35 +0000 (0:00:00.013) 0:02:59.006 ************ ok: [sut] => { "storage_test_expected_size": "5368709120" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-size.yml:164 Friday 03 May 2024 09:17:35 +0000 (0:00:00.013) 0:02:59.020 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:5 Friday 03 May 2024 09:17:35 +0000 (0:00:00.013) 0:02:59.033 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:13 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:59.046 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:18 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:59.058 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:27 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:59.070 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:35 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:59.083 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:41 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:59.095 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-cache.yml:47 Friday 03 May 2024 09:17:35 +0000 (0:00:00.013) 0:02:59.109 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume.yml:27 Friday 03 May 2024 09:17:35 +0000 (0:00:00.012) 0:02:59.121 ************ 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-main-support_pvresizemudmk5an/tests/verify-role-results.yml:44 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:59.132 ************ TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/verify-role-results.yml:54 Friday 03 May 2024 09:17:35 +0000 (0:00:00.011) 0:02:59.143 ************ 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:320 Friday 03 May 2024 09:17:36 +0000 (0:00:00.011) 0:02:59.155 ************ 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.15", "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.1.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.1", "source": "rpm", "version": "4.2.5" } ], "dhcp-common": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-common", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "dhcp-libs": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-libs", "release": "83.el7.centos.1", "source": "rpm", "version": "4.2.5" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "6.el7_9", "source": "rpm", "version": "3.3" } ], "dmidecode": [ { "arch": "x86_64", "epoch": 1, "name": "dmidecode", "release": "5.el7_9.1", "source": "rpm", "version": "3.2" } ], "dmraid": [ { "arch": "x86_64", "epoch": null, "name": "dmraid", "release": "28.el7", "source": "rpm", "version": "1.0.0.rc16" } ], "dmraid-events": [ { "arch": "x86_64", "epoch": null, "name": "dmraid-events", "release": "28.el7", "source": "rpm", "version": "1.0.0.rc16" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "572.el7", "source": "rpm", "version": "033" } ], "dracut-network": [ { "arch": "x86_64", "epoch": null, "name": "dracut-network", "release": "572.el7", "source": "rpm", "version": "033" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.el7", "source": "rpm", "version": "9.3.1" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "ebtables": [ { "arch": "x86_64", "epoch": null, "name": "ebtables", "release": "16.el7", "source": "rpm", "version": "2.0.10" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "12.el7", "source": "rpm", "version": "36" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "5.el7", "source": "rpm", "version": "0.176" } ], "epel-release": [ { "arch": "noarch", "epoch": null, "name": "epel-release", "release": "14", "source": "rpm", "version": "7" } ], "ethtool": [ { "arch": "x86_64", "epoch": 2, "name": "ethtool", "release": "10.el7", "source": "rpm", "version": "4.8" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "15.el7_9", "source": "rpm", "version": "2.1.0" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "37.el7", "source": "rpm", "version": "5.11" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "25.el7", "source": "rpm", "version": "3.2" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "6.el7", "source": "rpm", "version": "4.5.11" } ], "fipscheck": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "fipscheck-lib": [ { "arch": "x86_64", "epoch": null, "name": "fipscheck-lib", "release": "6.el7", "source": "rpm", "version": "1.4.1" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "freetype": [ { "arch": "x86_64", "epoch": null, "name": "freetype", "release": "14.el7_9.1", "source": "rpm", "version": "2.8" } ], "fxload": [ { "arch": "x86_64", "epoch": null, "name": "fxload", "release": "16.el7", "source": "rpm", "version": "2002_04_11" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "4.el7_3.1", "source": "rpm", "version": "4.0.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "gdbm": [ { "arch": "x86_64", "epoch": null, "name": "gdbm", "release": "8.el7", "source": "rpm", "version": "1.10" } ], "gettext": [ { "arch": "x86_64", "epoch": null, "name": "gettext", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "3.el7", "source": "rpm", "version": "0.19.8.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "9.el7_9", "source": "rpm", "version": "2.56.1" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "326.el7_9", "source": "rpm", "version": "2.17" } ], "glibc-headers": [ { "arch": "x86_64", "epoch": null, "name": "glibc-headers", "release": "326.el7_9", "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.11", "source": "rpm", "version": "2.02" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools-extra": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-extra", "release": "0.87.0.2.el7.centos.11", "source": "rpm", "version": "2.02" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "0.87.0.2.el7.centos.11", "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.el7", "source": "rpm", "version": "3.10.0" }, { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "1160.114.2.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-debug-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-debug-devel", "release": "1160.114.2.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "1160.114.2.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools", "release": "1160.114.2.el7", "source": "rpm", "version": "3.10.0" } ], "kernel-tools-libs": [ { "arch": "x86_64", "epoch": null, "name": "kernel-tools-libs", "release": "1160.114.2.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": "9.el7", "source": "rpm", "version": "458" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "15.el7", "source": "rpm", "version": "2.2.51" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "13.el7", "source": "rpm", "version": "0.3.109" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "3.el7", "source": "rpm", "version": "2.1.0" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "13.el7", "source": "rpm", "version": "2.4.46" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "32.el7", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.el7", "source": "rpm", "version": "1.2" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "11.el7", "source": "rpm", "version": "2.22" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "4.el7", "source": "rpm", "version": "0.7.5" } ], "libcgroup": [ { "arch": "x86_64", "epoch": null, "name": "libcgroup", "release": "21.el7", "source": "rpm", "version": "0.41" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "32.el7", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "libcroco": [ { "arch": "x86_64", "epoch": null, "name": "libcroco", "release": "6.el7_9", "source": "rpm", "version": "0.6.12" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "59.el7_9.2", "source": "rpm", "version": "7.29.0" } ], "libdaemon": [ { "arch": "x86_64", "epoch": null, "name": "libdaemon", "release": "7.el7", "source": "rpm", "version": "0.14" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdb-utils": [ { "arch": "x86_64", "epoch": null, "name": "libdb-utils", "release": "25.el7", "source": "rpm", "version": "5.3.21" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "libdrm": [ { "arch": "x86_64", "epoch": null, "name": "libdrm", "release": "2.el7", "source": "rpm", "version": "2.4.97" } ], "libdwarf": [ { "arch": "x86_64", "epoch": null, "name": "libdwarf", "release": "4.el7", "source": "rpm", "version": "20130207" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "12.20121213cvs.el7", "source": "rpm", "version": "3.0" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "2.el7", "source": "rpm", "version": "0.1.9" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "4.el7", "source": "rpm", "version": "2.0.21" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "3.el7", "source": "rpm", "version": "0.99.4" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "19.el7", "source": "rpm", "version": "3.0.13" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "14.el7", "source": "rpm", "version": "1.5.3" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "3.el7", "source": "rpm", "version": "1.12" } ], "libidn": [ { "arch": "x86_64", "epoch": null, "name": "libidn", "release": "4.el7", "source": "rpm", "version": "1.28" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "32.el7", "source": "rpm", "version": "1.3.1" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "7.el7", "source": "rpm", "version": "1.0.3" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "1.el7", "source": "rpm", "version": "1.6.3" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.el7", "source": "rpm", "version": "1.0.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "9.el7", "source": "rpm", "version": "1.2" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.el7_3", "source": "rpm", "version": "1.0.6" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "4.el7", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": null, "name": "libnfsidmap", "release": "19.el7", "source": "rpm", "version": "0.25" } ], "libnl": [ { "arch": "x86_64", "epoch": null, "name": "libnl", "release": "3.el7", "source": "rpm", "version": "1.1.4" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libnl3-cli": [ { "arch": "x86_64", "epoch": null, "name": "libnl3-cli", "release": "4.el7", "source": "rpm", "version": "3.2.28" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "32.el7", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": null, "name": "libpciaccess", "release": "1.el7", "source": "rpm", "version": "0.14" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.el7", "source": "rpm", "version": "1.2.3" } ], "libpng": [ { "arch": "x86_64", "epoch": 2, "name": "libpng", "release": "8.el7", "source": "rpm", "version": "1.5.13" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "5.el7", "source": "rpm", "version": "1.2.3" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "32.el7", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "8.el7_9", "source": "rpm", "version": "1.8.1" } ], "libreport-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "libreport-filesystem", "release": "53.el7.centos", "source": "rpm", "version": "2.1.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.el7", "source": "rpm", "version": "2.3.1" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-python": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-python", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "15.el7", "source": "rpm", "version": "2.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsemanage-python": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage-python", "release": "14.el7", "source": "rpm", "version": "2.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "10.el7", "source": "rpm", "version": "2.5" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "4.el7", "source": "rpm", "version": "0.6.34" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "19.el7", "source": "rpm", "version": "1.42.9" } ], "libssh2": [ { "arch": "x86_64", "epoch": null, "name": "libssh2", "release": "4.el7_9.1", "source": "rpm", "version": "1.8.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "44.el7", "source": "rpm", "version": "4.8.5" } ], "libsysfs": [ { "arch": "x86_64", "epoch": null, "name": "libsysfs", "release": "16.el7", "source": "rpm", "version": "2.1.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "1.el7", "source": "rpm", "version": "4.10" } ], "libteam": [ { "arch": "x86_64", "epoch": null, "name": "libteam", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.16.el7", "source": "rpm", "version": "0.2.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "9.el7", "source": "rpm", "version": "0.9.3" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "9.el7", "source": "rpm", "version": "0.60" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "4.el7", "source": "rpm", "version": "1.1.6" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libverto-libevent": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libevent", "release": "4.el7", "source": "rpm", "version": "0.2.5" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxml2-python": [ { "arch": "x86_64", "epoch": null, "name": "libxml2-python", "release": "6.el7_9.6", "source": "rpm", "version": "2.9.1" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "6.el7", "source": "rpm", "version": "1.1.28" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "11.el7_0", "source": "rpm", "version": "0.1.4" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "82.git78c0348.el7_9", "source": "rpm", "version": "20200421" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "19.el7", "source": "rpm", "version": "3.8.6" } ], "lshw": [ { "arch": "x86_64", "epoch": null, "name": "lshw", "release": "0.1.20180614git028f6b2.beaker.1.el7bkr.1", "source": "rpm", "version": "B.02.19" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "6.el7", "source": "rpm", "version": "4.87" } ], "lsscsi": [ { "arch": "x86_64", "epoch": null, "name": "lsscsi", "release": "6.el7", "source": "rpm", "version": "0.27" } ], "lua": [ { "arch": "x86_64", "epoch": null, "name": "lua", "release": "15.el7", "source": "rpm", "version": "5.1.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": 7, "name": "lvm2", "release": "6.el7_9.5", "source": "rpm", "version": "2.02.187" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": 7, "name": "lvm2-libs", "release": "6.el7_9.5", "source": "rpm", "version": "2.02.187" } ], "lz4": [ { "arch": "x86_64", "epoch": null, "name": "lz4", "release": "1.el7", "source": "rpm", "version": "1.8.3" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "8.el7", "source": "rpm", "version": "2.06" } ], "mailcap": [ { "arch": "noarch", "epoch": null, "name": "mailcap", "release": "2.el7", "source": "rpm", "version": "2.1.41" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "24.el7", "source": "rpm", "version": "3.82" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "11.el7", "source": "rpm", "version": "2.6.3" } ], "mariadb-libs": [ { "arch": "x86_64", "epoch": 1, "name": "mariadb-libs", "release": "1.el7", "source": "rpm", "version": "5.5.68" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "9.el7_9", "source": "rpm", "version": "4.1" } ], "microcode_ctl": [ { "arch": "x86_64", "epoch": 2, "name": "microcode_ctl", "release": "73.20.el7_9", "source": "rpm", "version": "2.1" } ], "mokutil": [ { "arch": "x86_64", "epoch": null, "name": "mokutil", "release": "8.el7", "source": "rpm", "version": "15" } ], "mozjs17": [ { "arch": "x86_64", "epoch": null, "name": "mozjs17", "release": "20.el7", "source": "rpm", "version": "17.0.0" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.el7", "source": "rpm", "version": "3.1.1" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "14.20130511.el7_4", "source": "rpm", "version": "5.9" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.25.20131004git.el7", "source": "rpm", "version": "2.0" } ], "newt": [ { "arch": "x86_64", "epoch": null, "name": "newt", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "newt-python": [ { "arch": "x86_64", "epoch": null, "name": "newt-python", "release": "4.el7", "source": "rpm", "version": "0.52.15" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.68.el7.2", "source": "rpm", "version": "1.3.0" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "1.el7_9", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-pem": [ { "arch": "x86_64", "epoch": null, "name": "nss-pem", "release": "7.el7_9.1", "source": "rpm", "version": "1.0.3" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "6.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-tools": [ { "arch": "x86_64", "epoch": null, "name": "nss-tools", "release": "2.el7_9", "source": "rpm", "version": "3.90.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.el7_9", "source": "rpm", "version": "3.90.0" } ], "ntpdate": [ { "arch": "x86_64", "epoch": null, "name": "ntpdate", "release": "29.el7.centos.2", "source": "rpm", "version": "4.2.6p5" } ], "numactl-libs": [ { "arch": "x86_64", "epoch": null, "name": "numactl-libs", "release": "5.el7", "source": "rpm", "version": "2.0.12" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "25.el7_9", "source": "rpm", "version": "2.4.44" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "23.el7_9", "source": "rpm", "version": "7.4p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "26.el7_9", "source": "rpm", "version": "1.0.2k" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "9.el7", "source": "rpm", "version": "1.58" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "3.el7", "source": "rpm", "version": "0.23.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "23.el7", "source": "rpm", "version": "1.1.8" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "32.el7", "source": "rpm", "version": "3.1" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "6.el7", "source": "rpm", "version": "0.79" } ], "pciutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "pciutils-libs", "release": "3.el7", "source": "rpm", "version": "3.5.1" } ], "pcre": [ { "arch": "x86_64", "epoch": null, "name": "pcre", "release": "17.el7", "source": "rpm", "version": "8.32" } ], "perl": [ { "arch": "x86_64", "epoch": 4, "name": "perl", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-Business-ISBN": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN", "release": "2.el7", "source": "rpm", "version": "2.06" } ], "perl-Business-ISBN-Data": [ { "arch": "noarch", "epoch": null, "name": "perl-Business-ISBN-Data", "release": "2.el7", "source": "rpm", "version": "20120719.001" } ], "perl-CGI": [ { "arch": "noarch", "epoch": null, "name": "perl-CGI", "release": "4.el7", "source": "rpm", "version": "3.63" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "244.el7", "source": "rpm", "version": "1.26" } ], "perl-Compress-Raw-Bzip2": [ { "arch": "x86_64", "epoch": null, "name": "perl-Compress-Raw-Bzip2", "release": "3.el7", "source": "rpm", "version": "2.061" } ], "perl-Compress-Raw-Zlib": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Compress-Raw-Zlib", "release": "4.el7", "source": "rpm", "version": "2.061" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "3.el7", "source": "rpm", "version": "2.145" } ], "perl-Date-Manip": [ { "arch": "noarch", "epoch": null, "name": "perl-Date-Manip", "release": "2.el7", "source": "rpm", "version": "6.41" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "245.el7", "source": "rpm", "version": "1.17" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "3.el7", "source": "rpm", "version": "2.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": null, "name": "perl-Encode", "release": "7.el7", "source": "rpm", "version": "2.51" } ], "perl-Encode-Locale": [ { "arch": "noarch", "epoch": null, "name": "perl-Encode-Locale", "release": "5.el7", "source": "rpm", "version": "1.03" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "2.el7", "source": "rpm", "version": "0.17020" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "3.el7", "source": "rpm", "version": "5.68" } ], "perl-FCGI": [ { "arch": "x86_64", "epoch": 1, "name": "perl-FCGI", "release": "8.el7", "source": "rpm", "version": "0.74" } ], "perl-File-Listing": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Listing", "release": "7.el7", "source": "rpm", "version": "6.04" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "2.el7", "source": "rpm", "version": "2.09" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Temp", "release": "3.el7", "source": "rpm", "version": "0.23.01" } ], "perl-Filter": [ { "arch": "x86_64", "epoch": null, "name": "perl-Filter", "release": "3.el7", "source": "rpm", "version": "1.49" } ], "perl-Font-AFM": [ { "arch": "noarch", "epoch": null, "name": "perl-Font-AFM", "release": "13.el7", "source": "rpm", "version": "1.20" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": null, "name": "perl-Getopt-Long", "release": "3.el7", "source": "rpm", "version": "2.40" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "25.el7_9", "source": "rpm", "version": "1.8.3.1" } ], "perl-HTML-Format": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Format", "release": "7.el7", "source": "rpm", "version": "2.10" } ], "perl-HTML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-HTML-Parser", "release": "4.el7", "source": "rpm", "version": "3.71" } ], "perl-HTML-Tagset": [ { "arch": "noarch", "epoch": null, "name": "perl-HTML-Tagset", "release": "15.el7", "source": "rpm", "version": "3.20" } ], "perl-HTML-Tree": [ { "arch": "noarch", "epoch": 1, "name": "perl-HTML-Tree", "release": "2.el7", "source": "rpm", "version": "5.03" } ], "perl-HTTP-Cookies": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Cookies", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Daemon": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Daemon", "release": "8.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Date": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Date", "release": "8.el7", "source": "rpm", "version": "6.02" } ], "perl-HTTP-Message": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Message", "release": "6.el7", "source": "rpm", "version": "6.06" } ], "perl-HTTP-Negotiate": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Negotiate", "release": "5.el7", "source": "rpm", "version": "6.01" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.el7", "source": "rpm", "version": "0.033" } ], "perl-IO-Compress": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Compress", "release": "2.el7", "source": "rpm", "version": "2.061" } ], "perl-IO-HTML": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-HTML", "release": "2.el7", "source": "rpm", "version": "1.00" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "5.el7", "source": "rpm", "version": "0.21" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "7.el7", "source": "rpm", "version": "1.94" } ], "perl-IO-Zlib": [ { "arch": "noarch", "epoch": 1, "name": "perl-IO-Zlib", "release": "299.el7_9", "source": "rpm", "version": "1.10" } ], "perl-IO-stringy": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-stringy", "release": "22.el7", "source": "rpm", "version": "2.110" } ], "perl-LWP-MediaTypes": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-MediaTypes", "release": "2.el7", "source": "rpm", "version": "6.02" } ], "perl-LWP-Protocol-https": [ { "arch": "noarch", "epoch": null, "name": "perl-LWP-Protocol-https", "release": "4.el7", "source": "rpm", "version": "6.04" } ], "perl-Module-Load": [ { "arch": "noarch", "epoch": 1, "name": "perl-Module-Load", "release": "3.el7", "source": "rpm", "version": "0.24" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "5.el7", "source": "rpm", "version": "20130114" } ], "perl-Net-HTTP": [ { "arch": "noarch", "epoch": null, "name": "perl-Net-HTTP", "release": "2.el7", "source": "rpm", "version": "6.06" } ], "perl-Net-LibIDN": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-LibIDN", "release": "15.el7", "source": "rpm", "version": "0.12" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "6.el7", "source": "rpm", "version": "1.55" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "5.el7", "source": "rpm", "version": "3.40" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "299.el7_9", "source": "rpm", "version": "1.04" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "4.el7", "source": "rpm", "version": "3.20" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.el7", "source": "rpm", "version": "3.28" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Usage", "release": "3.el7", "source": "rpm", "version": "1.63" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": null, "name": "perl-Scalar-List-Utils", "release": "248.el7", "source": "rpm", "version": "1.27" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": null, "name": "perl-Socket", "release": "5.el7", "source": "rpm", "version": "2.010" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": null, "name": "perl-Storable", "release": "3.el7", "source": "rpm", "version": "2.45" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "20.el7", "source": "rpm", "version": "2.30" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "4.el7", "source": "rpm", "version": "3.29" } ], "perl-Time-HiRes": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Time-HiRes", "release": "3.el7", "source": "rpm", "version": "1.9725" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": null, "name": "perl-Time-Local", "release": "2.el7", "source": "rpm", "version": "1.2300" } ], "perl-TimeDate": [ { "arch": "noarch", "epoch": 1, "name": "perl-TimeDate", "release": "2.el7", "source": "rpm", "version": "2.30" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "9.el7", "source": "rpm", "version": "1.60" } ], "perl-WWW-RobotRules": [ { "arch": "noarch", "epoch": null, "name": "perl-WWW-RobotRules", "release": "5.el7", "source": "rpm", "version": "6.02" } ], "perl-XML-LibXML": [ { "arch": "x86_64", "epoch": 1, "name": "perl-XML-LibXML", "release": "5.el7", "source": "rpm", "version": "2.0018" } ], "perl-XML-NamespaceSupport": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-NamespaceSupport", "release": "10.el7", "source": "rpm", "version": "1.11" } ], "perl-XML-Parser": [ { "arch": "x86_64", "epoch": null, "name": "perl-XML-Parser", "release": "10.el7", "source": "rpm", "version": "2.41" } ], "perl-XML-SAX": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX", "release": "9.el7", "source": "rpm", "version": "0.99" } ], "perl-XML-SAX-Base": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-SAX-Base", "release": "7.el7", "source": "rpm", "version": "1.08" } ], "perl-XML-Twig": [ { "arch": "noarch", "epoch": null, "name": "perl-XML-Twig", "release": "2.el7", "source": "rpm", "version": "3.44" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "2.el7", "source": "rpm", "version": "1.27" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-libwww-perl": [ { "arch": "noarch", "epoch": null, "name": "perl-libwww-perl", "release": "2.el7", "source": "rpm", "version": "6.05" } ], "perl-macros": [ { "arch": "x86_64", "epoch": 4, "name": "perl-macros", "release": "299.el7_9", "source": "rpm", "version": "5.16.3" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "244.el7", "source": "rpm", "version": "0.225" } ], "perl-podlators": [ { "arch": "noarch", "epoch": null, "name": "perl-podlators", "release": "3.el7", "source": "rpm", "version": "2.5.1" } ], "perl-threads": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads", "release": "4.el7", "source": "rpm", "version": "1.87" } ], "perl-threads-shared": [ { "arch": "x86_64", "epoch": null, "name": "perl-threads-shared", "release": "6.el7", "source": "rpm", "version": "1.43" } ], "pinentry": [ { "arch": "x86_64", "epoch": null, "name": "pinentry", "release": "17.el7", "source": "rpm", "version": "0.8.1" } ], "pkgconfig": [ { "arch": "x86_64", "epoch": 1, "name": "pkgconfig", "release": "4.el7", "source": "rpm", "version": "0.27.1" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "0.34.20140113.el7.centos", "source": "rpm", "version": "0.8.9" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "policycoreutils-python": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils-python", "release": "34.el7", "source": "rpm", "version": "2.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "26.el7_9.1", "source": "rpm", "version": "0.112" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "4.el7", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "16.el7", "source": "rpm", "version": "1.13" } ], "postfix": [ { "arch": "x86_64", "epoch": 2, "name": "postfix", "release": "9.el7", "source": "rpm", "version": "2.10.1" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "28.el7", "source": "rpm", "version": "3.3.10" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "17.el7", "source": "rpm", "version": "22.20" } ], "pth": [ { "arch": "x86_64", "epoch": null, "name": "pth", "release": "23.el7", "source": "rpm", "version": "2.0.7" } ], "pygpgme": [ { "arch": "x86_64", "epoch": null, "name": "pygpgme", "release": "9.el7", "source": "rpm", "version": "0.3" } ], "pyliblzma": [ { "arch": "x86_64", "epoch": null, "name": "pyliblzma", "release": "11.el7", "source": "rpm", "version": "0.5.3" } ], "pyparsing": [ { "arch": "noarch", "epoch": null, "name": "pyparsing", "release": "9.el7", "source": "rpm", "version": "1.5.6" } ], "pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "pyparted", "release": "15.el7", "source": "rpm", "version": "3.9" } ], "pyserial": [ { "arch": "noarch", "epoch": null, "name": "pyserial", "release": "6.el7", "source": "rpm", "version": "2.6" } ], "python": [ { "arch": "x86_64", "epoch": null, "name": "python", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-IPy": [ { "arch": "noarch", "epoch": null, "name": "python-IPy", "release": "6.el7", "source": "rpm", "version": "0.75" } ], "python-babel": [ { "arch": "noarch", "epoch": null, "name": "python-babel", "release": "8.el7", "source": "rpm", "version": "0.9.6" } ], "python-backports": [ { "arch": "x86_64", "epoch": null, "name": "python-backports", "release": "8.el7", "source": "rpm", "version": "1.0" } ], "python-backports-ssl_match_hostname": [ { "arch": "noarch", "epoch": null, "name": "python-backports-ssl_match_hostname", "release": "1.el7", "source": "rpm", "version": "3.5.0.1" } ], "python-chardet": [ { "arch": "noarch", "epoch": null, "name": "python-chardet", "release": "3.el7", "source": "rpm", "version": "2.2.1" } ], "python-configobj": [ { "arch": "noarch", "epoch": null, "name": "python-configobj", "release": "7.el7", "source": "rpm", "version": "4.7.2" } ], "python-configshell": [ { "arch": "noarch", "epoch": 1, "name": "python-configshell", "release": "1.el7", "source": "rpm", "version": "1.1.26" } ], "python-decorator": [ { "arch": "noarch", "epoch": null, "name": "python-decorator", "release": "3.el7", "source": "rpm", "version": "3.4.0" } ], "python-deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "python-deltarpm", "release": "3.el7", "source": "rpm", "version": "3.6" } ], "python-enum34": [ { "arch": "noarch", "epoch": null, "name": "python-enum34", "release": "1.el7", "source": "rpm", "version": "1.0.4" } ], "python-ethtool": [ { "arch": "x86_64", "epoch": null, "name": "python-ethtool", "release": "8.el7", "source": "rpm", "version": "0.8" } ], "python-firewall": [ { "arch": "noarch", "epoch": null, "name": "python-firewall", "release": "13.el7_9", "source": "rpm", "version": "0.6.3" } ], "python-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python-gobject-base", "release": "1.el7_4.1", "source": "rpm", "version": "3.22.0" } ], "python-iniparse": [ { "arch": "noarch", "epoch": null, "name": "python-iniparse", "release": "9.el7", "source": "rpm", "version": "0.4" } ], "python-ipaddress": [ { "arch": "noarch", "epoch": null, "name": "python-ipaddress", "release": "2.el7", "source": "rpm", "version": "1.0.16" } ], "python-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python-jinja2", "release": "4.el7", "source": "rpm", "version": "2.7.2" } ], "python-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpatch", "release": "4.el7", "source": "rpm", "version": "1.2" } ], "python-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python-jsonpointer", "release": "2.el7", "source": "rpm", "version": "1.9" } ], "python-kitchen": [ { "arch": "noarch", "epoch": null, "name": "python-kitchen", "release": "5.el7", "source": "rpm", "version": "1.1.1" } ], "python-kmod": [ { "arch": "x86_64", "epoch": null, "name": "python-kmod", "release": "4.el7", "source": "rpm", "version": "0.9" } ], "python-libs": [ { "arch": "x86_64", "epoch": null, "name": "python-libs", "release": "94.el7_9", "source": "rpm", "version": "2.7.5" } ], "python-linux-procfs": [ { "arch": "noarch", "epoch": null, "name": "python-linux-procfs", "release": "4.el7", "source": "rpm", "version": "0.4.11" } ], "python-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python-lxml", "release": "4.el7", "source": "rpm", "version": "3.2.1" } ], "python-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python-markupsafe", "release": "10.el7", "source": "rpm", "version": "0.11" } ], "python-perf": [ { "arch": "x86_64", "epoch": null, "name": "python-perf", "release": "1160.114.2.el7", "source": "rpm", "version": "3.10.0" } ], "python-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python-prettytable", "release": "3.el7", "source": "rpm", "version": "0.7.2" } ], "python-pycurl": [ { "arch": "x86_64", "epoch": null, "name": "python-pycurl", "release": "19.el7", "source": "rpm", "version": "7.19.0" } ], "python-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python-pyudev", "release": "9.el7", "source": "rpm", "version": "0.15" } ], "python-requests": [ { "arch": "noarch", "epoch": null, "name": "python-requests", "release": "10.el7", "source": "rpm", "version": "2.6.0" } ], "python-rtslib": [ { "arch": "noarch", "epoch": null, "name": "python-rtslib", "release": "1.el7_9", "source": "rpm", "version": "2.1.74" } ], "python-schedutils": [ { "arch": "x86_64", "epoch": null, "name": "python-schedutils", "release": "6.el7", "source": "rpm", "version": "0.4" } ], "python-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools", "release": "7.el7", "source": "rpm", "version": "0.9.8" } ], "python-six": [ { "arch": "noarch", "epoch": null, "name": "python-six", "release": "2.el7", "source": "rpm", "version": "1.9.0" } ], "python-slip": [ { "arch": "noarch", "epoch": null, "name": "python-slip", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-slip-dbus": [ { "arch": "noarch", "epoch": null, "name": "python-slip-dbus", "release": "4.el7", "source": "rpm", "version": "0.4.0" } ], "python-urlgrabber": [ { "arch": "noarch", "epoch": null, "name": "python-urlgrabber", "release": "10.el7", "source": "rpm", "version": "3.10" } ], "python-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python-urllib3", "release": "7.el7", "source": "rpm", "version": "1.10.2" } ], "python-urwid": [ { "arch": "x86_64", "epoch": null, "name": "python-urwid", "release": "3.el7", "source": "rpm", "version": "1.1.1" } ], "python2-blivet3": [ { "arch": "noarch", "epoch": 1, "name": "python2-blivet3", "release": "3.el7", "source": "rpm", "version": "3.1.3" } ], "python2-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python2-blockdev", "release": "5.el7", "source": "rpm", "version": "2.18" } ], "python2-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python2-bytesize", "release": "1.el7", "source": "rpm", "version": "1.2" } ], "python2-dnf": [ { "arch": "noarch", "epoch": null, "name": "python2-dnf", "release": "2.el7_9", "source": "rpm", "version": "4.0.9.2" } ], "python2-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python2-hawkey", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "python2-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python2-libcomps", "release": "14.el7", "source": "rpm", "version": "0.1.8" } ], "python2-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python2-libdnf", "release": "2.el7_9", "source": "rpm", "version": "0.22.5" } ], "pyxattr": [ { "arch": "x86_64", "epoch": null, "name": "pyxattr", "release": "5.el7", "source": "rpm", "version": "0.5.1" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.el7_9", "source": "rpm", "version": "4.1" } ], "qemu-guest-agent": [ { "arch": "x86_64", "epoch": 10, "name": "qemu-guest-agent", "release": "3.el7", "source": "rpm", "version": "2.12.0" } ], "qrencode-libs": [ { "arch": "x86_64", "epoch": null, "name": "qrencode-libs", "release": "3.el7", "source": "rpm", "version": "3.4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "19.el7", "source": "rpm", "version": "4.01" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "11.el7", "source": "rpm", "version": "6.2" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.el7bkr", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "5.el7", "source": "rpm", "version": "6.3.1" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "11.el7", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "49.el7", "source": "rpm", "version": "0.2.0" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rpm-python": [ { "arch": "x86_64", "epoch": null, "name": "rpm-python", "release": "48.el7_9", "source": "rpm", "version": "4.11.3" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "12.el7_9", "source": "rpm", "version": "3.1.2" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "57.el7_9.3", "source": "rpm", "version": "8.24.0" } ], "ruby": [ { "arch": "x86_64", "epoch": null, "name": "ruby", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-irb": [ { "arch": "noarch", "epoch": null, "name": "ruby-irb", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "ruby-libs": [ { "arch": "x86_64", "epoch": null, "name": "ruby-libs", "release": "39.el7_9", "source": "rpm", "version": "2.0.0.648" } ], "rubygem-bigdecimal": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-bigdecimal", "release": "39.el7_9", "source": "rpm", "version": "1.2.0" } ], "rubygem-io-console": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-io-console", "release": "39.el7_9", "source": "rpm", "version": "0.4.2" } ], "rubygem-json": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-json", "release": "39.el7_9", "source": "rpm", "version": "1.7.7" } ], "rubygem-psych": [ { "arch": "x86_64", "epoch": null, "name": "rubygem-psych", "release": "39.el7_9", "source": "rpm", "version": "2.0.0" } ], "rubygem-rdoc": [ { "arch": "noarch", "epoch": null, "name": "rubygem-rdoc", "release": "39.el7_9", "source": "rpm", "version": "4.0.0" } ], "rubygems": [ { "arch": "noarch", "epoch": null, "name": "rubygems", "release": "39.el7_9", "source": "rpm", "version": "2.0.14.1" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "7.el7", "source": "rpm", "version": "4.2.2" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "268.el7_9.2", "source": "rpm", "version": "3.13.1" } ], "setools-libs": [ { "arch": "x86_64", "epoch": null, "name": "setools-libs", "release": "4.el7", "source": "rpm", "version": "3.3.8" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "11.el7", "source": "rpm", "version": "2.8.71" } ], "sg3_utils": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sg3_utils-libs": [ { "arch": "x86_64", "epoch": 1, "name": "sg3_utils-libs", "release": "19.el7", "source": "rpm", "version": "1.37" } ], "sgpio": [ { "arch": "x86_64", "epoch": null, "name": "sgpio", "release": "13.el7", "source": "rpm", "version": "1.2.0.10" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "5.el7", "source": "rpm", "version": "4.6" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.el7", "source": "rpm", "version": "1.8" } ], "slang": [ { "arch": "x86_64", "epoch": null, "name": "slang", "release": "11.el7", "source": "rpm", "version": "2.2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": null, "name": "snappy", "release": "3.el7", "source": "rpm", "version": "1.1.0" } ], "sqlite": [ { "arch": "x86_64", "epoch": null, "name": "sqlite", "release": "8.el7_7.1", "source": "rpm", "version": "3.7.17" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "7.el7_9", "source": "rpm", "version": "4.24" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "10.el7_9.3", "source": "rpm", "version": "1.8.23" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemd-sysv": [ { "arch": "x86_64", "epoch": null, "name": "systemd-sysv", "release": "78.el7_9.9", "source": "rpm", "version": "219" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "13.el7", "source": "rpm", "version": "4.0" } ], "sysvinit-tools": [ { "arch": "x86_64", "epoch": null, "name": "sysvinit-tools", "release": "14.dsf.el7", "source": "rpm", "version": "2.88" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "35.el7", "source": "rpm", "version": "1.26" } ], "targetcli": [ { "arch": "noarch", "epoch": null, "name": "targetcli", "release": "1.el7_9", "source": "rpm", "version": "2.1.53" } ], "tcp_wrappers": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "tcp_wrappers-libs": [ { "arch": "x86_64", "epoch": null, "name": "tcp_wrappers-libs", "release": "77.el7", "source": "rpm", "version": "7.6" } ], "teamd": [ { "arch": "x86_64", "epoch": null, "name": "teamd", "release": "3.el7", "source": "rpm", "version": "1.29" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "45.el7", "source": "rpm", "version": "1.7" } ], "tps-devel": [ { "arch": "noarch", "epoch": null, "name": "tps-devel", "release": "1", "source": "rpm", "version": "2.44.50" } ], "tuned": [ { "arch": "noarch", "epoch": null, "name": "tuned", "release": "12.el7_9", "source": "rpm", "version": "2.11.0" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.el7", "source": "rpm", "version": "2024a" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "24.el7_9", "source": "rpm", "version": "6.0" } ], "ustr": [ { "arch": "x86_64", "epoch": null, "name": "ustr", "release": "16.el7", "source": "rpm", "version": "1.0.4" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "65.el7_9.1", "source": "rpm", "version": "2.23.2" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-filesystem": [ { "arch": "x86_64", "epoch": 2, "name": "vim-filesystem", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "8.el7_9", "source": "rpm", "version": "7.4.629" } ], "virt-what": [ { "arch": "x86_64", "epoch": null, "name": "virt-what", "release": "4.el7_9.1", "source": "rpm", "version": "1.18" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "9.el7", "source": "rpm", "version": "0.3.9" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "18.el7_6.1", "source": "rpm", "version": "1.14" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "7.el7", "source": "rpm", "version": "2.20" } ], "wpa_supplicant": [ { "arch": "x86_64", "epoch": 1, "name": "wpa_supplicant", "release": "12.el7_9.2", "source": "rpm", "version": "2.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "22.el7", "source": "rpm", "version": "4.5.0" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "2.el7_9", "source": "rpm", "version": "5.2.2" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "168.el7.centos", "source": "rpm", "version": "3.4.3" } ], "yum-metadata-parser": [ { "arch": "x86_64", "epoch": null, "name": "yum-metadata-parser", "release": "10.el7", "source": "rpm", "version": "1.1.4" } ], "yum-plugin-fastestmirror": [ { "arch": "noarch", "epoch": null, "name": "yum-plugin-fastestmirror", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "yum-utils": [ { "arch": "noarch", "epoch": null, "name": "yum-utils", "release": "54.el7_8", "source": "rpm", "version": "1.1.31" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "11.el7", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "21.el7_9", "source": "rpm", "version": "1.2.7" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:323 Friday 03 May 2024 09:17:37 +0000 (0:00:01.125) 0:03:00.281 ************ ok: [sut] => { "ansible_facts": { "blivet_pkg_name": [ "python2-blivet3" ] }, "changed": false } TASK [Set blivet package version] ********************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:328 Friday 03 May 2024 09:17:37 +0000 (0:00:00.031) 0:03:00.313 ************ ok: [sut] => { "ansible_facts": { "blivet_pkg_version": "3.1.3-3.el7" }, "changed": false } TASK [Set distribution version] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:334 Friday 03 May 2024 09:17:37 +0000 (0:00:00.076) 0:03:00.390 ************ ok: [sut] => { "ansible_facts": { "is_fedora": 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-main-support_pvresizemudmk5an/tests/tests_resize.yml:351 Friday 03 May 2024 09:17:37 +0000 (0:00:00.038) 0:03:00.429 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:367 Friday 03 May 2024 09:17:37 +0000 (0:00:00.022) 0:03:00.451 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change volume_size to 9g] ************************************************ task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:370 Friday 03 May 2024 09:17:37 +0000 (0:00:00.021) 0:03:00.473 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:384 Friday 03 May 2024 09:17:37 +0000 (0:00:00.022) 0:03:00.495 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test for correct handling of offline resize in safe mode] **************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:387 Friday 03 May 2024 09:17:37 +0000 (0:00:00.021) 0:03:00.517 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up] **************************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:404 Friday 03 May 2024 09:17:37 +0000 (0:00:00.021) 0:03:00.539 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:417 Friday 03 May 2024 09:17:37 +0000 (0:00:00.021) 0:03:00.560 ************ skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=1298 changed=28 unreachable=0 failed=3 skipped=1434 rescued=3 ignored=0 Friday 03 May 2024 09:17:37 +0000 (0:00:00.008) 0:03:00.569 ************ =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 10.93s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 8.60s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 7.33s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 6.15s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 5.81s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 5.64s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 5.36s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 5.11s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 5.08s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 5.00s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.99s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.95s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.87s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.81s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.52s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.19s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 4.13s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 1.86s /WORKDIR/git-main-support_pvresizemudmk5an/tests/test-verify-volume-encryption.yml:10 linux-system-roles.storage : Update facts ------------------------------- 1.49s /WORKDIR/git-main-support_pvresizemudmk5an/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Gather package facts ---------------------------------------------------- 1.13s /WORKDIR/git-main-support_pvresizemudmk5an/tests/tests_resize.yml:320 --------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---