# 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_lvm_percent_size.yml ******************************************* 1 plays in /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml PLAY [Test specifying size as a percentage] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:2 Tuesday 07 May 2024 00:02:52 +0000 (0:00:00.012) 0:00:00.012 *********** ok: [sut] META: ran handlers TASK [Run the role] ************************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:17 Tuesday 07 May 2024 00:02:53 +0000 (0:00:00.884) 0:00:00.897 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Tuesday 07 May 2024 00:02:53 +0000 (0:00:00.018) 0:00:00.915 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Tuesday 07 May 2024 00:02:53 +0000 (0:00:00.025) 0:00:00.940 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Tuesday 07 May 2024 00:02:53 +0000 (0:00:00.020) 0:00:00.961 *********** 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_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Tuesday 07 May 2024 00:02:53 +0000 (0:00:00.033) 0:00:00.994 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Tuesday 07 May 2024 00:02:53 +0000 (0:00:00.203) 0:00:01.198 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Tuesday 07 May 2024 00:02:53 +0000 (0:00:00.034) 0:00:01.233 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Tuesday 07 May 2024 00:02:53 +0000 (0:00:00.025) 0:00:01.259 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Tuesday 07 May 2024 00:02:53 +0000 (0:00:00.010) 0:00:01.270 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Tuesday 07 May 2024 00:02:53 +0000 (0:00:00.031) 0:00:01.301 *********** 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.4 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Tuesday 07 May 2024 00:03:05 +0000 (0:00:11.333) 0:00:12.634 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Tuesday 07 May 2024 00:03:05 +0000 (0:00:00.020) 0:00:12.654 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Tuesday 07 May 2024 00:03:05 +0000 (0:00:00.019) 0:00:12.674 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Tuesday 07 May 2024 00:03:05 +0000 (0:00:00.571) 0:00:13.245 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Tuesday 07 May 2024 00:03:05 +0000 (0:00:00.036) 0:00:13.281 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Tuesday 07 May 2024 00:03:05 +0000 (0:00:00.009) 0:00:13.291 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Tuesday 07 May 2024 00:03:05 +0000 (0:00:00.010) 0:00:13.301 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Tuesday 07 May 2024 00:03:05 +0000 (0:00:00.009) 0:00:13.310 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Tuesday 07 May 2024 00:03:06 +0000 (0:00:00.410) 0:00:13.721 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Tuesday 07 May 2024 00:03:07 +0000 (0:00:01.003) 0:00:14.724 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.018) 0:00:14.743 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.011) 0:00:14.754 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.316) 0:00:15.070 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.012) 0:00:15.082 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.010) 0:00:15.093 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.012) 0:00:15.106 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.012) 0:00:15.118 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.012) 0:00:15.131 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.011) 0:00:15.142 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.010) 0:00:15.153 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.010) 0:00:15.163 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.010) 0:00:15.174 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.010) 0:00:15.184 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715039277.825739, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.166) 0:00:15.351 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Tuesday 07 May 2024 00:03:07 +0000 (0:00:00.011) 0:00:15.362 *********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:21 Tuesday 07 May 2024 00:03:08 +0000 (0:00:00.521) 0:00:15.884 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/get_unused_disk.yml for sut TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/get_unused_disk.yml:2 Tuesday 07 May 2024 00:03:08 +0000 (0:00:00.017) 0:00:15.901 *********** 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_pvresizebzp7fb9v/tests/get_unused_disk.yml:16 Tuesday 07 May 2024 00:03:08 +0000 (0:00:00.407) 0:00:16.309 *********** ok: [sut] => { "changed": false, "disks": [ "sdh" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/get_unused_disk.yml:24 Tuesday 07 May 2024 00:03:08 +0000 (0:00:00.201) 0:00:16.510 *********** 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_pvresizebzp7fb9v/tests/get_unused_disk.yml:29 Tuesday 07 May 2024 00:03:08 +0000 (0:00:00.014) 0:00:16.525 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/get_unused_disk.yml:34 Tuesday 07 May 2024 00:03:08 +0000 (0:00:00.011) 0:00:16.537 *********** ok: [sut] => { "unused_disks": [ "sdh" ] } TASK [Test for correct handling of invalid percentage-based size specification.] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:27 Tuesday 07 May 2024 00:03:08 +0000 (0:00:00.011) 0:00:16.548 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-failed.yml for sut TASK [Store global variable value copy] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-failed.yml:4 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.018) 0:00:16.567 *********** 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_pvresizebzp7fb9v/tests/verify-role-failed.yml:10 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.015) 0:00:16.582 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.017) 0:00:16.600 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.019) 0:00:16.619 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.014) 0:00:16.634 *********** 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_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.029) 0:00:16.663 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.010) 0:00:16.674 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.010) 0:00:16.685 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.011) 0:00:16.696 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.010) 0:00:16.707 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.024) 0:00:16.731 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed", "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed", "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed", "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed", "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed", "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed" ] } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.623) 0:00:17.355 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "2x%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.015) 0:00:17.370 *********** ok: [sut] => { "storage_volumes": [] } TASK [linux-system-roles.storage : Get required packages] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Tuesday 07 May 2024 00:03:09 +0000 (0:00:00.015) 0:00:17.386 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Tuesday 07 May 2024 00:03:13 +0000 (0:00:04.137) 0:00:21.524 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Tuesday 07 May 2024 00:03:13 +0000 (0:00:00.021) 0:00:21.546 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Tuesday 07 May 2024 00:03:14 +0000 (0:00:00.010) 0:00:21.557 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Tuesday 07 May 2024 00:03:14 +0000 (0:00:00.011) 0:00:21.569 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Tuesday 07 May 2024 00:03:14 +0000 (0:00:00.010) 0:00:21.580 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "7:lvm2-2.02.187-6.el7_9.5.x86_64 providing lvm2 is already installed", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Tuesday 07 May 2024 00:03:14 +0000 (0:00:00.407) 0:00:21.987 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Tuesday 07 May 2024 00:03:15 +0000 (0:00:00.821) 0:00:22.809 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Tuesday 07 May 2024 00:03:15 +0000 (0:00:00.019) 0:00:22.828 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Tuesday 07 May 2024 00:03:15 +0000 (0:00:00.011) 0:00:22.839 *********** fatal: [sut]: FAILED! => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } MSG: invalid percentage '2x%' size specified in pool 'foo' TASK [linux-system-roles.storage : Failed message] ***************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:106 Tuesday 07 May 2024 00:03:19 +0000 (0:00:03.819) 0:00:26.659 *********** 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': None, 'mount_options': None, 'size': '2x%', '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 percentage '2x%' size specified in pool 'foo'", '_ansible_no_log': False} TASK [linux-system-roles.storage : Unmask the systemd cryptsetup services] ***** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.016) 0:00:26.675 *********** TASK [Check that we failed in the role] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-failed.yml:29 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.011) 0:00:26.687 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the blivet output and error message are correct] ****************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-failed.yml:34 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.021) 0:00:26.709 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify correct exception or error message] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-failed.yml:45 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.025) 0:00:26.734 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create two LVM logical volumes under volume group 'foo' using percentage sizes] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:44 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.013) 0:00:26.748 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.023) 0:00:26.772 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.017) 0:00:26.790 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.014) 0:00:26.805 *********** 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_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.032) 0:00:26.837 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.013) 0:00:26.850 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.018) 0:00:26.869 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.010) 0:00:26.879 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.011) 0:00:26.891 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Tuesday 07 May 2024 00:03:19 +0000 (0:00:00.041) 0:00:26.932 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed", "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed", "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed", "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed", "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed", "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed" ] } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Tuesday 07 May 2024 00:03:20 +0000 (0:00:00.648) 0:00:27.581 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "60%" }, { "fs_type": "ext4", "mount_point": "/opt/test2", "name": "test2", "size": "40%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Tuesday 07 May 2024 00:03:20 +0000 (0:00:00.018) 0:00:27.599 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Tuesday 07 May 2024 00:03:20 +0000 (0:00:00.013) 0:00:27.612 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "e2fsprogs", "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Tuesday 07 May 2024 00:03:24 +0000 (0:00:04.016) 0:00:31.629 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Tuesday 07 May 2024 00:03:24 +0000 (0:00:00.022) 0:00:31.652 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Tuesday 07 May 2024 00:03:24 +0000 (0:00:00.010) 0:00:31.662 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Tuesday 07 May 2024 00:03:24 +0000 (0:00:00.011) 0:00:31.674 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Tuesday 07 May 2024 00:03:24 +0000 (0:00:00.010) 0:00:31.685 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "e2fsprogs-1.42.9-19.el7.x86_64 providing e2fsprogs is already installed", "7:lvm2-2.02.187-6.el7_9.5.x86_64 providing lvm2 is already installed", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Tuesday 07 May 2024 00:03:24 +0000 (0:00:00.416) 0:00:32.101 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Tuesday 07 May 2024 00:03:25 +0000 (0:00:00.862) 0:00:32.964 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Tuesday 07 May 2024 00:03:25 +0000 (0:00:00.018) 0:00:32.983 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Tuesday 07 May 2024 00:03:25 +0000 (0:00:00.011) 0:00:32.994 *********** 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-test2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1", "/dev/mapper/foo-test2" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "xfsprogs", "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Tuesday 07 May 2024 00:03:31 +0000 (0:00:05.811) 0:00:38.806 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Tuesday 07 May 2024 00:03:31 +0000 (0:00:00.012) 0:00:38.818 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Tuesday 07 May 2024 00:03:31 +0000 (0:00:00.010) 0:00:38.829 *********** 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-test2", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdi", "/dev/xvda1", "/dev/mapper/foo-test1", "/dev/mapper/foo-test2" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "xfsprogs", "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Tuesday 07 May 2024 00:03:31 +0000 (0:00:00.016) 0:00:38.845 *********** 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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Tuesday 07 May 2024 00:03:31 +0000 (0:00:00.015) 0:00:38.860 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Tuesday 07 May 2024 00:03:31 +0000 (0:00:00.013) 0:00:38.874 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Tuesday 07 May 2024 00:03:31 +0000 (0:00:00.015) 0:00:38.889 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Tuesday 07 May 2024 00:03:31 +0000 (0:00:00.453) 0:00:39.343 *********** changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } changed: [sut] => (item={'src': '/dev/mapper/foo-test2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', '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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Tuesday 07 May 2024 00:03:32 +0000 (0:00:00.390) 0:00:39.733 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', '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/test2", "src": "/dev/mapper/foo-test2", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Tuesday 07 May 2024 00:03:32 +0000 (0:00:00.021) 0:00:39.755 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Tuesday 07 May 2024 00:03:32 +0000 (0:00:00.273) 0:00:40.028 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715039277.825739, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Tuesday 07 May 2024 00:03:32 +0000 (0:00:00.147) 0:00:40.176 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Tuesday 07 May 2024 00:03:32 +0000 (0:00:00.013) 0:00:40.189 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:62 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.512) 0:00:40.702 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:2 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.021) 0:00:40.723 *********** 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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "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_pvresizebzp7fb9v/tests/verify-role-results.yml:7 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.017) 0:00:40.740 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:15 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.011) 0:00:40.751 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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_pvresizebzp7fb9v/tests/verify-role-results.yml:20 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.190) 0:00:40.942 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003625", "end": "2024-05-07 00:03:33.582719", "rc": 0, "start": "2024-05-07 00:03:33.579094" } 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 xfs defaults 0 0 /dev/mapper/foo-test2 /opt/test2 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:25 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.214) 0:00:41.156 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003491", "end": "2024-05-07 00:03:33.723363", "failed_when_result": false, "rc": 0, "start": "2024-05-07 00:03:33.719872" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:34 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.139) 0:00:41.296 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:5 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.026) 0:00:41.322 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:18 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.011) 0:00:41.334 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.020906", "end": "2024-05-07 00:03:33.920938", "rc": 0, "start": "2024-05-07 00:03:33.900032" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:24 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.159) 0:00:41.493 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:34 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.018) 0:00:41.511 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:2 Tuesday 07 May 2024 00:03:33 +0000 (0:00:00.028) 0:00:41.540 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:13 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.016) 0:00:41.557 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:22 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.209) 0:00:41.767 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:27 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.014) 0:00:41.781 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:33 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.015) 0:00:41.797 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:42 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.015) 0:00:41.812 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:48 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.015) 0:00:41.828 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:54 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.014) 0:00:41.842 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:59 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:41.855 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:73 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.018) 0:00:41.873 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.12.207 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:82 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.218) 0:00:42.092 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:92 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.016) 0:00:42.108 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:8 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.023) 0:00:42.132 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:14 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.013) 0:00:42.145 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:21 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.158 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:28 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.171 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:35 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.183 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:45 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.196 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:54 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.209 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:64 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.014) 0:00:42.223 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:74 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.236 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:85 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.248 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:95 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.011) 0:00:42.260 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:95 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.011) 0:00:42.271 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml:2 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.024) 0:00:42.296 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:8 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.030) 0:00:42.326 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:16 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.338 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:21 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.350 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:29 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.363 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:34 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.375 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:40 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.388 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:46 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.400 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:8 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.412 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:16 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.013) 0:00:42.425 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:21 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.438 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:29 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.450 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:34 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.463 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:40 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.012) 0:00:42.475 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:46 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.011) 0:00:42.486 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:98 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.013) 0:00:42.499 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml:2 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.023) 0:00:42.523 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:8 Tuesday 07 May 2024 00:03:34 +0000 (0:00:00.028) 0:00:42.552 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:16 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.011) 0:00:42.563 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:23 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.010) 0:00:42.574 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:27 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.010) 0:00:42.585 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:8 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.011) 0:00:42.596 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:16 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:42.608 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:23 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:42.621 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:27 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.010) 0:00:42.632 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:101 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.010) 0:00:42.643 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:5 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.027) 0:00:42.670 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:13 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.014) 0:00:42.685 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:20 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.014) 0:00:42.699 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:2 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.023) 0:00:42.722 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:9 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.014) 0:00:42.737 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:18 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.015) 0:00:42.753 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:27 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:42.765 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:37 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:42.778 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:47 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.013) 0:00:42.791 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:27 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:42.804 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:104 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.011) 0:00:42.816 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml:2 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.048) 0:00:42.865 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:9 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.032) 0:00:42.898 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:16 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.013) 0:00:42.911 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:22 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.016) 0:00:42.928 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:28 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.013) 0:00:42.941 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:35 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:42.954 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:41 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.013) 0:00:42.967 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:47 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.014) 0:00:42.982 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:9 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.011) 0:00:42.993 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:16 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:43.006 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:22 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:43.019 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:28 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.016) 0:00:43.035 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:35 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:43.048 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:41 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.014) 0:00:43.062 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:47 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:43.075 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:107 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.019) 0:00:43.095 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml:3 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.015) 0:00:43.111 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:2 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.030) 0:00:43.141 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume.yml:21 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.016) 0:00:43.157 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:7 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.061) 0:00:43.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_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:16 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.015) 0:00:43.235 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1562056, "block_size": 4096, "block_total": 1570304, "block_used": 8248, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3145725, "inode_total": 3145728, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,noquota", "size_available": 6398181376, "size_total": 6431965184, "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1562056, "block_size": 4096, "block_total": 1570304, "block_used": 8248, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3145725, "inode_total": 3145728, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,noquota", "size_available": 6398181376, "size_total": 6431965184, "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:38 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.020) 0:00:43.255 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:51 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:43.268 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:63 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.016) 0:00:43.284 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:71 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.014) 0:00:43.299 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:83 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.015) 0:00:43.314 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:95 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:43.327 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:110 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:43.339 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:122 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.015) 0:00:43.355 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:128 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:43.368 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:134 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:43.381 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:146 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.014) 0:00:43.395 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:2 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.011) 0:00:43.407 *********** 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 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:40 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.024) 0:00:43.432 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:48 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.014) 0:00:43.446 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:58 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.014) 0:00:43.461 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:71 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.012) 0:00:43.473 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:3 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.013) 0:00:43.487 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:12 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.015) 0:00:43.502 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:3 Tuesday 07 May 2024 00:03:35 +0000 (0:00:00.019) 0:00:43.522 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715040211.1707613, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715040211.1707613, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 53126, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715040211.1707613, "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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:9 Tuesday 07 May 2024 00:03:36 +0000 (0:00:00.146) 0:00:43.669 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:16 Tuesday 07 May 2024 00:03:36 +0000 (0:00:00.017) 0:00:43.686 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:24 Tuesday 07 May 2024 00:03:36 +0000 (0:00:00.014) 0:00:43.701 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:30 Tuesday 07 May 2024 00:03:36 +0000 (0:00:00.016) 0:00:43.717 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:34 Tuesday 07 May 2024 00:03:36 +0000 (0:00:00.013) 0:00:43.731 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:39 Tuesday 07 May 2024 00:03:36 +0000 (0:00:00.012) 0:00:43.744 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:3 Tuesday 07 May 2024 00:03:36 +0000 (0:00:00.015) 0:00:43.759 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:10 Tuesday 07 May 2024 00:03:36 +0000 (0:00:00.015) 0:00:43.774 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:17 Tuesday 07 May 2024 00:03:38 +0000 (0:00:01.994) 0:00:45.769 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:23 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.020) 0:00:45.790 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:32 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.016) 0:00:45.807 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:45 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.018) 0:00:45.825 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:51 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.015) 0:00:45.841 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:56 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.014) 0:00:45.855 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:69 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.012) 0:00:45.868 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:81 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.023) 0:00:45.891 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:94 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.013) 0:00:45.905 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:106 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.021) 0:00:45.926 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:114 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.017) 0:00:45.944 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:122 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.015) 0:00:45.959 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:131 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.015) 0:00:45.974 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:140 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.014) 0:00:45.988 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:8 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.011) 0:00:46.000 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:14 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.015) 0:00:46.015 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:21 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.014) 0:00:46.030 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:28 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.014) 0:00:46.044 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:35 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.012) 0:00:46.057 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:45 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.014) 0:00:46.071 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:54 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.016) 0:00:46.088 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:63 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.014) 0:00:46.102 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:72 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.014) 0:00:46.117 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:81 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.015) 0:00:46.133 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:3 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.014) 0:00:46.147 *********** ok: [sut] => { "bytes": 6442450944, "changed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:11 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.215) 0:00:46.363 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:20 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.016) 0:00:46.379 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:28 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.016) 0:00:46.395 *********** ok: [sut] => { "storage_test_expected_size": "VARIABLE IS NOT DEFINED!: 'storage_test_expected_size' is undefined" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:32 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.014) 0:00:46.410 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:46 Tuesday 07 May 2024 00:03:38 +0000 (0:00:00.142) 0:00:46.552 *********** ok: [sut] => { "storage_test_pool": { "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:50 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.022) 0:00:46.575 *********** ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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 [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:54 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.025) 0:00:46.600 *********** ok: [sut] => { "storage_test_pool_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:58 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.019) 0:00:46.619 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "6442450944.0" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:68 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.017) 0:00:46.636 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:72 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:46.649 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:77 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:46.661 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:83 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.013) 0:00:46.675 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:88 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:46.688 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:96 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:46.701 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:104 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:46.713 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:109 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.014) 0:00:46.728 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:113 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.013) 0:00:46.742 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:117 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.013) 0:00:46.755 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:121 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:46.768 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:129 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:46.781 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:138 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.011) 0:00:46.793 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:142 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.011) 0:00:46.804 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:150 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.018) 0:00:46.822 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:156 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.017) 0:00:46.840 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 6442450944, "changed": false, "failed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:160 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.022) 0:00:46.862 *********** ok: [sut] => { "storage_test_expected_size": "6442450944.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:164 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.014) 0:00:46.877 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:5 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.018) 0:00:46.896 *********** 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.027571", "end": "2024-05-07 00:03:39.490805", "rc": 0, "start": "2024-05-07 00:03:39.463234" } 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_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:13 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.167) 0:00:47.063 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:18 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.016) 0:00:47.079 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:27 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.016) 0:00:47.096 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:35 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.013) 0:00:47.110 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:41 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.013) 0:00:47.123 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:47 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.014) 0:00:47.138 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:27 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.013) 0:00:47.151 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:2 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.011) 0:00:47.162 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume.yml:21 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.015) 0:00:47.178 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:7 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.075) 0:00:47.254 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:16 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.016) 0:00:47.270 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 954137, "block_size": 4096, "block_total": 1014704, "block_used": 60567, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 262133, "inode_total": 262144, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 3908145152, "size_total": 4156227584, "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 954137, "block_size": 4096, "block_total": 1014704, "block_used": 60567, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 262133, "inode_total": 262144, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 3908145152, "size_total": 4156227584, "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:38 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.019) 0:00:47.289 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:51 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:47.302 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:63 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.015) 0:00:47.318 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:71 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.014) 0:00:47.332 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:83 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:47.345 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:95 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.013) 0:00:47.358 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:110 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:47.371 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:122 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.017) 0:00:47.389 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:128 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:47.401 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:134 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:47.414 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:146 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:47.427 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:2 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.012) 0:00:47.439 *********** 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-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:40 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.026) 0:00:47.466 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:48 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.014) 0:00:47.481 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:58 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.014) 0:00:47.495 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:71 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.011) 0:00:47.506 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:3 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.011) 0:00:47.518 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:12 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.016) 0:00:47.534 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:3 Tuesday 07 May 2024 00:03:39 +0000 (0:00:00.017) 0:00:47.552 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715040210.8127592, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715040210.8127592, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 52991, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715040210.8127592, "nlink": 1, "path": "/dev/mapper/foo-test2", "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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:9 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.149) 0:00:47.701 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:16 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.016) 0:00:47.718 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:24 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.014) 0:00:47.733 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:30 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.015) 0:00:47.748 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:34 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.014) 0:00:47.763 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:39 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.013) 0:00:47.776 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:3 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.015) 0:00:47.791 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:10 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.012) 0:00:47.804 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:17 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.405) 0:00:48.210 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:23 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.014) 0:00:48.224 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:32 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.014) 0:00:48.239 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:45 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.018) 0:00:48.257 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:51 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.013) 0:00:48.271 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:56 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.011) 0:00:48.282 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:69 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.020) 0:00:48.303 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:81 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.013) 0:00:48.316 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:94 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.012) 0:00:48.329 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:106 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.019) 0:00:48.348 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:114 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.015) 0:00:48.364 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:122 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.012) 0:00:48.377 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:131 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.014) 0:00:48.391 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:140 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.017) 0:00:48.408 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:8 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.012) 0:00:48.420 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:14 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.012) 0:00:48.433 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:21 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.012) 0:00:48.446 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:28 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.017) 0:00:48.464 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:35 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.022) 0:00:48.486 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:45 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.014) 0:00:48.500 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:54 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.012) 0:00:48.513 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:63 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.013) 0:00:48.527 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:72 Tuesday 07 May 2024 00:03:40 +0000 (0:00:00.019) 0:00:48.547 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:81 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.013) 0:00:48.560 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:3 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.014) 0:00:48.575 *********** ok: [sut] => { "bytes": 4294967296, "changed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:11 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.140) 0:00:48.716 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:20 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.016) 0:00:48.733 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:28 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.022) 0:00:48.756 *********** ok: [sut] => { "storage_test_expected_size": "6442450944.0" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:32 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.014) 0:00:48.770 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:46 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.134) 0:00:48.905 *********** ok: [sut] => { "storage_test_pool": { "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:50 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.020) 0:00:48.925 *********** ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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 [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:54 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.020) 0:00:48.946 *********** ok: [sut] => { "storage_test_pool_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:58 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.017) 0:00:48.964 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "4294967296.0" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:68 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.020) 0:00:48.984 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:72 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.012) 0:00:48.997 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:77 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.012) 0:00:49.009 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:83 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.013) 0:00:49.023 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:88 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.012) 0:00:49.036 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:96 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.011) 0:00:49.047 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:104 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.012) 0:00:49.059 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:109 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.011) 0:00:49.071 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:113 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.011) 0:00:49.082 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:117 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.011) 0:00:49.093 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:121 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.011) 0:00:49.104 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:129 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.011) 0:00:49.115 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:138 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.012) 0:00:49.128 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:142 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.011) 0:00:49.139 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:150 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.012) 0:00:49.151 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:156 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.011) 0:00:49.162 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 4294967296, "changed": false, "failed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:160 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.013) 0:00:49.176 *********** ok: [sut] => { "storage_test_expected_size": "4294967296.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:164 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.012) 0:00:49.188 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:5 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.019) 0:00:49.208 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.022183", "end": "2024-05-07 00:03:41.795699", "rc": 0, "start": "2024-05-07 00:03:41.773516" } STDOUT: LVM2_LV_NAME=test2 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_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:13 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.160) 0:00:49.369 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:18 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.016) 0:00:49.385 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:27 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.018) 0:00:49.403 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:35 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.013) 0:00:49.417 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:41 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.013) 0:00:49.431 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:47 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.013) 0:00:49.445 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:27 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.013) 0:00:49.459 *********** 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_pvresizebzp7fb9v/tests/verify-role-results.yml:44 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.012) 0:00:49.471 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:54 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.012) 0:00:49.483 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:65 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.016) 0:00:49.500 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.031) 0:00:49.532 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Tuesday 07 May 2024 00:03:41 +0000 (0:00:00.020) 0:00:49.552 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Tuesday 07 May 2024 00:03:42 +0000 (0:00:00.015) 0:00:49.568 *********** 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_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Tuesday 07 May 2024 00:03:42 +0000 (0:00:00.031) 0:00:49.599 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Tuesday 07 May 2024 00:03:42 +0000 (0:00:00.012) 0:00:49.612 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Tuesday 07 May 2024 00:03:42 +0000 (0:00:00.013) 0:00:49.625 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Tuesday 07 May 2024 00:03:42 +0000 (0:00:00.011) 0:00:49.637 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Tuesday 07 May 2024 00:03:42 +0000 (0:00:00.011) 0:00:49.648 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Tuesday 07 May 2024 00:03:42 +0000 (0:00:00.023) 0:00:49.671 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed", "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed", "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed", "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed", "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed", "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed" ] } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Tuesday 07 May 2024 00:03:42 +0000 (0:00:00.617) 0:00:50.288 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "60%" }, { "mount_point": "/opt/test2", "name": "test2", "size": "40%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Tuesday 07 May 2024 00:03:42 +0000 (0:00:00.016) 0:00:50.305 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Tuesday 07 May 2024 00:03:42 +0000 (0:00:00.012) 0:00:50.318 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Tuesday 07 May 2024 00:03:47 +0000 (0:00:04.451) 0:00:54.769 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Tuesday 07 May 2024 00:03:47 +0000 (0:00:00.029) 0:00:54.798 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Tuesday 07 May 2024 00:03:47 +0000 (0:00:00.015) 0:00:54.813 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Tuesday 07 May 2024 00:03:47 +0000 (0:00:00.012) 0:00:54.826 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Tuesday 07 May 2024 00:03:47 +0000 (0:00:00.012) 0:00:54.839 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "7:lvm2-2.02.187-6.el7_9.5.x86_64 providing lvm2 is already installed", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Tuesday 07 May 2024 00:03:47 +0000 (0:00:00.413) 0:00:55.252 *********** 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" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Tuesday 07 May 2024 00:03:48 +0000 (0:00:00.844) 0:00:56.096 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Tuesday 07 May 2024 00:03:48 +0000 (0:00:00.019) 0:00:56.116 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Tuesday 07 May 2024 00:03:48 +0000 (0:00:00.011) 0:00:56.127 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test2", "/dev/mapper/foo-test1", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "xfsprogs", "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Tuesday 07 May 2024 00:03:53 +0000 (0:00:05.010) 0:01:01.138 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Tuesday 07 May 2024 00:03:53 +0000 (0:00:00.012) 0:01:01.151 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Tuesday 07 May 2024 00:03:53 +0000 (0:00:00.010) 0:01:01.161 *********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test2", "/dev/mapper/foo-test1", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "xfsprogs", "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Tuesday 07 May 2024 00:03:53 +0000 (0:00:00.016) 0:01:01.177 *********** 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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Tuesday 07 May 2024 00:03:53 +0000 (0:00:00.015) 0:01:01.193 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Tuesday 07 May 2024 00:03:53 +0000 (0:00:00.016) 0:01:01.210 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Tuesday 07 May 2024 00:03:53 +0000 (0:00:00.012) 0:01:01.222 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Tuesday 07 May 2024 00:03:53 +0000 (0:00:00.293) 0:01:01.516 *********** ok: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } ok: [sut] => (item={'src': '/dev/mapper/foo-test2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Tuesday 07 May 2024 00:03:54 +0000 (0:00:00.302) 0:01:01.818 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', '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/test2", "src": "/dev/mapper/foo-test2", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Tuesday 07 May 2024 00:03:54 +0000 (0:00:00.019) 0:01:01.838 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Tuesday 07 May 2024 00:03:54 +0000 (0:00:00.274) 0:01:02.113 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715039277.825739, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Tuesday 07 May 2024 00:03:54 +0000 (0:00:00.145) 0:01:02.258 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Tuesday 07 May 2024 00:03:54 +0000 (0:00:00.011) 0:01:02.270 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:80 Tuesday 07 May 2024 00:03:56 +0000 (0:00:01.520) 0:01:03.791 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:2 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.021) 0:01:03.812 *********** 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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "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_pvresizebzp7fb9v/tests/verify-role-results.yml:7 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.017) 0:01:03.830 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:15 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.013) 0:01:03.843 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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_pvresizebzp7fb9v/tests/verify-role-results.yml:20 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.141) 0:01:03.985 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003612", "end": "2024-05-07 00:03:56.552605", "rc": 0, "start": "2024-05-07 00:03:56.548993" } 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 xfs defaults 0 0 /dev/mapper/foo-test2 /opt/test2 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:25 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.140) 0:01:04.126 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003438", "end": "2024-05-07 00:03:56.691059", "failed_when_result": false, "rc": 0, "start": "2024-05-07 00:03:56.687621" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:34 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.137) 0:01:04.263 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:5 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.026) 0:01:04.290 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:18 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.011) 0:01:04.301 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.022754", "end": "2024-05-07 00:03:56.889739", "rc": 0, "start": "2024-05-07 00:03:56.866985" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:24 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.161) 0:01:04.462 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:34 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.018) 0:01:04.481 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:2 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.028) 0:01:04.510 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:13 Tuesday 07 May 2024 00:03:56 +0000 (0:00:00.017) 0:01:04.527 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:22 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.137) 0:01:04.665 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:27 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.015) 0:01:04.680 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:33 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.015) 0:01:04.696 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:42 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.016) 0:01:04.712 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:48 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.015) 0:01:04.727 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:54 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.015) 0:01:04.743 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:59 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:04.755 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:73 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.018) 0:01:04.774 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.12.207 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:82 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.187) 0:01:04.961 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:92 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.055) 0:01:05.016 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:8 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.023) 0:01:05.040 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:14 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.053 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:21 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.013) 0:01:05.066 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:28 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.013) 0:01:05.079 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:35 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.092 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:45 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.011) 0:01:05.104 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:54 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.116 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:64 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.011) 0:01:05.127 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:74 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.140 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:85 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.152 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:95 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.165 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:95 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.011) 0:01:05.176 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml:2 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.023) 0:01:05.199 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:8 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.032) 0:01:05.232 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:16 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.245 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:21 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.257 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:29 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.013) 0:01:05.270 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:34 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.011) 0:01:05.282 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:40 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.295 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:46 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.014) 0:01:05.309 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:8 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.322 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:16 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.334 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:21 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.013) 0:01:05.348 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:29 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.360 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:34 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.372 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:40 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.385 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:46 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.397 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:98 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.410 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml:2 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.024) 0:01:05.434 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:8 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.028) 0:01:05.463 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:16 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.013) 0:01:05.476 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:23 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.489 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:27 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.011) 0:01:05.501 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:8 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.011) 0:01:05.512 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:16 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.013) 0:01:05.526 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:23 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.539 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:27 Tuesday 07 May 2024 00:03:57 +0000 (0:00:00.012) 0:01:05.551 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:101 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.011) 0:01:05.562 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:5 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.025) 0:01:05.588 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:13 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.014) 0:01:05.603 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:20 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.016) 0:01:05.620 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:2 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.021) 0:01:05.641 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:9 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.014) 0:01:05.656 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:18 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.014) 0:01:05.671 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:27 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.013) 0:01:05.684 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:37 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.012) 0:01:05.697 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:47 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.011) 0:01:05.708 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:27 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.011) 0:01:05.719 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:104 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.010) 0:01:05.730 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml:2 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.046) 0:01:05.777 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:9 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.032) 0:01:05.809 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:16 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.013) 0:01:05.822 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:22 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.013) 0:01:05.836 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:28 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.012) 0:01:05.849 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:35 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.012) 0:01:05.861 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:41 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.012) 0:01:05.874 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:47 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.012) 0:01:05.886 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:9 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.013) 0:01:05.900 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:16 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.014) 0:01:05.914 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:22 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.014) 0:01:05.928 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:28 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.014) 0:01:05.942 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:35 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.013) 0:01:05.956 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:41 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.015) 0:01:05.971 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:47 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.016) 0:01:05.987 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:107 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.014) 0:01:06.002 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml:3 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.011) 0:01:06.014 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:2 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.035) 0:01:06.049 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume.yml:21 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.022) 0:01:06.072 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:7 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.059) 0:01:06.131 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:16 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.016) 0:01:06.148 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1562056, "block_size": 4096, "block_total": 1570304, "block_used": 8248, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3145725, "inode_total": 3145728, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,noquota", "size_available": 6398181376, "size_total": 6431965184, "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1562056, "block_size": 4096, "block_total": 1570304, "block_used": 8248, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3145725, "inode_total": 3145728, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,noquota", "size_available": 6398181376, "size_total": 6431965184, "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:38 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.019) 0:01:06.168 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:51 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.012) 0:01:06.180 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:63 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.017) 0:01:06.197 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:71 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.016) 0:01:06.214 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:83 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.013) 0:01:06.227 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:95 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.013) 0:01:06.240 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:110 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.014) 0:01:06.254 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:122 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.016) 0:01:06.271 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:128 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.014) 0:01:06.285 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:134 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.012) 0:01:06.298 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:146 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.012) 0:01:06.310 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:2 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.011) 0:01:06.322 *********** 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 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:40 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.024) 0:01:06.346 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:48 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.015) 0:01:06.362 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:58 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.015) 0:01:06.378 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:71 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.011) 0:01:06.389 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:3 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.012) 0:01:06.402 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:12 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.015) 0:01:06.418 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:3 Tuesday 07 May 2024 00:03:58 +0000 (0:00:00.016) 0:01:06.435 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715040211.1707613, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715040211.1707613, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 53126, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715040211.1707613, "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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:9 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.146) 0:01:06.582 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:16 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.017) 0:01:06.599 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:24 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:06.612 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:30 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.015) 0:01:06.627 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:34 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.018) 0:01:06.645 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:39 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.014) 0:01:06.659 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:3 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.015) 0:01:06.675 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:10 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:06.687 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:17 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.412) 0:01:07.100 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:23 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.019) 0:01:07.119 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:32 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.132 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:45 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.019) 0:01:07.151 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:51 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.017) 0:01:07.169 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:56 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.013) 0:01:07.182 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:69 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.011) 0:01:07.194 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:81 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.206 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:94 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.219 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:106 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.018) 0:01:07.237 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:114 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.016) 0:01:07.254 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:122 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.013) 0:01:07.268 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:131 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.281 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:140 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.294 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:8 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.011) 0:01:07.305 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:14 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.017) 0:01:07.323 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:21 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.335 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:28 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.348 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:35 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.361 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:45 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.373 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:54 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.386 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:63 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.013) 0:01:07.400 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:72 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.413 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:81 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.012) 0:01:07.425 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:3 Tuesday 07 May 2024 00:03:59 +0000 (0:00:00.013) 0:01:07.439 *********** ok: [sut] => { "bytes": 6442450944, "changed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:11 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.137) 0:01:07.576 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:20 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.015) 0:01:07.592 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:28 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.015) 0:01:07.607 *********** ok: [sut] => { "storage_test_expected_size": "4294967296.0" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:32 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.014) 0:01:07.622 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:46 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.139) 0:01:07.762 *********** ok: [sut] => { "storage_test_pool": { "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:50 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.019) 0:01:07.781 *********** ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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 [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:54 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.018) 0:01:07.799 *********** ok: [sut] => { "storage_test_pool_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:58 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.017) 0:01:07.816 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "6442450944.0" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:68 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.017) 0:01:07.833 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:72 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:07.846 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:77 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:07.859 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:83 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:07.871 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:88 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:07.884 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:96 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:07.896 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:104 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.011) 0:01:07.908 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:109 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.011) 0:01:07.919 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:113 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:07.931 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:117 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:07.944 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:121 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:07.956 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:129 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.011) 0:01:07.968 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:138 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.011) 0:01:07.979 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:142 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.011) 0:01:07.991 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:150 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:08.003 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:156 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.011) 0:01:08.015 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 6442450944, "changed": false, "failed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:160 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.013) 0:01:08.028 *********** ok: [sut] => { "storage_test_expected_size": "6442450944.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:164 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.013) 0:01:08.042 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:5 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.018) 0:01:08.060 *********** 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.023948", "end": "2024-05-07 00:04:00.647719", "rc": 0, "start": "2024-05-07 00:04:00.623771" } 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_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:13 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.160) 0:01:08.221 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:18 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.016) 0:01:08.237 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:27 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.017) 0:01:08.254 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:35 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.013) 0:01:08.268 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:41 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.015) 0:01:08.284 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:47 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.038) 0:01:08.322 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:27 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.014) 0:01:08.336 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:2 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.011) 0:01:08.348 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume.yml:21 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.016) 0:01:08.365 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:7 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.058) 0:01:08.423 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:16 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.016) 0:01:08.440 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 954137, "block_size": 4096, "block_total": 1014704, "block_used": 60567, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 262133, "inode_total": 262144, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 3908145152, "size_total": 4156227584, "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 954137, "block_size": 4096, "block_total": 1014704, "block_used": 60567, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 262133, "inode_total": 262144, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 3908145152, "size_total": 4156227584, "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:38 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.019) 0:01:08.460 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:51 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.014) 0:01:08.474 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:63 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.016) 0:01:08.491 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:71 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.022) 0:01:08.513 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:83 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.015) 0:01:08.529 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:95 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:08.541 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:110 Tuesday 07 May 2024 00:04:00 +0000 (0:00:00.012) 0:01:08.553 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:122 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.015) 0:01:08.569 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:128 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.012) 0:01:08.582 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:134 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.011) 0:01:08.594 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:146 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.013) 0:01:08.608 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:2 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.011) 0:01:08.619 *********** 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-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:40 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.025) 0:01:08.645 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:48 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.014) 0:01:08.660 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:58 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.014) 0:01:08.675 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:71 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.011) 0:01:08.686 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:3 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.013) 0:01:08.700 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:12 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.017) 0:01:08.718 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:3 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.019) 0:01:08.738 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715040233.510901, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715040233.510901, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 52991, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715040233.510901, "nlink": 1, "path": "/dev/mapper/foo-test2", "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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:9 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.198) 0:01:08.937 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:16 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.023) 0:01:08.960 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:24 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.023) 0:01:08.984 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:30 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.038) 0:01:09.022 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:34 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.015) 0:01:09.038 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:39 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.017) 0:01:09.056 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:3 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.018) 0:01:09.074 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:10 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.013) 0:01:09.088 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:17 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.435) 0:01:09.523 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:23 Tuesday 07 May 2024 00:04:01 +0000 (0:00:00.014) 0:01:09.538 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:32 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.026) 0:01:09.564 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:45 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.020) 0:01:09.585 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:51 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.013) 0:01:09.598 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:56 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.035) 0:01:09.634 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:69 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.018) 0:01:09.653 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:81 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.017) 0:01:09.670 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:94 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.013) 0:01:09.684 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:106 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.017) 0:01:09.702 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:114 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.014) 0:01:09.717 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:122 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.014) 0:01:09.731 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:131 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.013) 0:01:09.745 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:140 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:09.758 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:8 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.011) 0:01:09.769 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:14 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.011) 0:01:09.780 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:21 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:09.793 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:28 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.013) 0:01:09.806 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:35 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.034) 0:01:09.840 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:45 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.013) 0:01:09.853 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:54 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:09.866 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:63 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.013) 0:01:09.880 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:72 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:09.892 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:81 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.014) 0:01:09.907 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:3 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.014) 0:01:09.921 *********** ok: [sut] => { "bytes": 4294967296, "changed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:11 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.156) 0:01:10.078 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:20 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.016) 0:01:10.095 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:28 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.016) 0:01:10.112 *********** ok: [sut] => { "storage_test_expected_size": "6442450944.0" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:32 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.015) 0:01:10.127 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:46 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.143) 0:01:10.270 *********** ok: [sut] => { "storage_test_pool": { "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "40%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:50 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.020) 0:01:10.291 *********** ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "4G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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 [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:54 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.019) 0:01:10.310 *********** ok: [sut] => { "storage_test_pool_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:58 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.018) 0:01:10.329 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "4294967296.0" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:68 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.017) 0:01:10.346 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:72 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.013) 0:01:10.359 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:77 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:10.372 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:83 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.011) 0:01:10.384 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:88 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.011) 0:01:10.396 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:96 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:10.408 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:104 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.011) 0:01:10.420 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:109 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.011) 0:01:10.431 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:113 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:10.444 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:117 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:10.456 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:121 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.011) 0:01:10.468 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:129 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:10.480 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:138 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:10.493 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:142 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.012) 0:01:10.505 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:150 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.011) 0:01:10.517 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:156 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.011) 0:01:10.528 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 4294967296, "changed": false, "failed": false, "lvm": "4g", "parted": "4GiB", "size": "4 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:160 Tuesday 07 May 2024 00:04:02 +0000 (0:00:00.013) 0:01:10.541 *********** ok: [sut] => { "storage_test_expected_size": "4294967296.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:164 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.014) 0:01:10.556 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:5 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.017) 0:01:10.573 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.026460", "end": "2024-05-07 00:04:03.163768", "rc": 0, "start": "2024-05-07 00:04:03.137308" } STDOUT: LVM2_LV_NAME=test2 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_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:13 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.163) 0:01:10.737 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:18 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.024) 0:01:10.761 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:27 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.020) 0:01:10.782 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:35 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.014) 0:01:10.796 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:41 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.014) 0:01:10.810 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:47 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.014) 0:01:10.824 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:27 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.014) 0:01:10.838 *********** 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_pvresizebzp7fb9v/tests/verify-role-results.yml:44 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.012) 0:01:10.851 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:54 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.013) 0:01:10.864 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Shrink test2 volume via percentage-based size spec] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:83 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.011) 0:01:10.876 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.037) 0:01:10.913 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.016) 0:01:10.930 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.015) 0:01:10.945 *********** 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_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.031) 0:01:10.977 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.014) 0:01:10.991 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.013) 0:01:11.005 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.012) 0:01:11.017 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.012) 0:01:11.029 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Tuesday 07 May 2024 00:04:03 +0000 (0:00:00.054) 0:01:11.084 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed", "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed", "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed", "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed", "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed", "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed" ] } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Tuesday 07 May 2024 00:04:04 +0000 (0:00:00.618) 0:01:11.702 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "60%" }, { "mount_point": "/opt/test2", "name": "test2", "size": "25%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Tuesday 07 May 2024 00:04:04 +0000 (0:00:00.017) 0:01:11.720 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Tuesday 07 May 2024 00:04:04 +0000 (0:00:00.014) 0:01:11.734 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Tuesday 07 May 2024 00:04:08 +0000 (0:00:04.552) 0:01:16.286 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Tuesday 07 May 2024 00:04:08 +0000 (0:00:00.021) 0:01:16.308 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Tuesday 07 May 2024 00:04:08 +0000 (0:00:00.011) 0:01:16.320 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Tuesday 07 May 2024 00:04:08 +0000 (0:00:00.013) 0:01:16.333 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Tuesday 07 May 2024 00:04:08 +0000 (0:00:00.011) 0:01:16.344 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "7:lvm2-2.02.187-6.el7_9.5.x86_64 providing lvm2 is already installed", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Tuesday 07 May 2024 00:04:09 +0000 (0:00:00.412) 0:01:16.757 *********** 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" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Tuesday 07 May 2024 00:04:10 +0000 (0:00:00.881) 0:01:17.638 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Tuesday 07 May 2024 00:04:10 +0000 (0:00:00.025) 0:01:17.663 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Tuesday 07 May 2024 00:04:10 +0000 (0:00:00.037) 0:01:17.701 *********** changed: [sut] => { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test2", "fs_type": null } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test2", "/dev/mapper/foo-test1", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "xfsprogs", "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Tuesday 07 May 2024 00:04:15 +0000 (0:00:05.508) 0:01:23.209 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Tuesday 07 May 2024 00:04:15 +0000 (0:00:00.012) 0:01:23.222 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Tuesday 07 May 2024 00:04:15 +0000 (0:00:00.011) 0:01:23.234 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "resize device", "device": "/dev/mapper/foo-test2", "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-test2", "/dev/mapper/foo-test1", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" } ], "packages": [ "xfsprogs", "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Tuesday 07 May 2024 00:04:15 +0000 (0:00:00.016) 0:01:23.250 *********** 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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Tuesday 07 May 2024 00:04:15 +0000 (0:00:00.016) 0:01:23.266 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Tuesday 07 May 2024 00:04:15 +0000 (0:00:00.013) 0:01:23.280 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Tuesday 07 May 2024 00:04:15 +0000 (0:00:00.012) 0:01:23.292 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Tuesday 07 May 2024 00:04:16 +0000 (0:00:00.302) 0:01:23.595 *********** ok: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test1" } changed: [sut] => (item={'src': '/dev/mapper/foo-test2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', '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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Tuesday 07 May 2024 00:04:16 +0000 (0:00:00.300) 0:01:23.895 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test1', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'xfs', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test1', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "mount_info": { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "mounted" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', '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/test2", "src": "/dev/mapper/foo-test2", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Tuesday 07 May 2024 00:04:16 +0000 (0:00:00.020) 0:01:23.915 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Tuesday 07 May 2024 00:04:16 +0000 (0:00:00.277) 0:01:24.192 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715039277.825739, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Tuesday 07 May 2024 00:04:16 +0000 (0:00:00.167) 0:01:24.360 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Tuesday 07 May 2024 00:04:16 +0000 (0:00:00.012) 0:01:24.373 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:98 Tuesday 07 May 2024 00:04:17 +0000 (0:00:00.658) 0:01:25.031 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:2 Tuesday 07 May 2024 00:04:17 +0000 (0:00:00.023) 0:01:25.054 *********** 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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "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_pvresizebzp7fb9v/tests/verify-role-results.yml:7 Tuesday 07 May 2024 00:04:17 +0000 (0:00:00.017) 0:01:25.072 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:15 Tuesday 07 May 2024 00:04:17 +0000 (0:00:00.012) 0:01:25.084 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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_pvresizebzp7fb9v/tests/verify-role-results.yml:20 Tuesday 07 May 2024 00:04:17 +0000 (0:00:00.145) 0:01:25.230 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003610", "end": "2024-05-07 00:04:17.799023", "rc": 0, "start": "2024-05-07 00:04:17.795413" } 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 xfs defaults 0 0 /dev/mapper/foo-test2 /opt/test2 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:25 Tuesday 07 May 2024 00:04:17 +0000 (0:00:00.142) 0:01:25.372 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003520", "end": "2024-05-07 00:04:17.942834", "failed_when_result": false, "rc": 0, "start": "2024-05-07 00:04:17.939314" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:34 Tuesday 07 May 2024 00:04:17 +0000 (0:00:00.143) 0:01:25.516 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:5 Tuesday 07 May 2024 00:04:17 +0000 (0:00:00.026) 0:01:25.543 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:18 Tuesday 07 May 2024 00:04:17 +0000 (0:00:00.011) 0:01:25.554 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.022732", "end": "2024-05-07 00:04:18.141842", "rc": 0, "start": "2024-05-07 00:04:18.119110" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:24 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.160) 0:01:25.715 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:34 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.018) 0:01:25.733 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:2 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.026) 0:01:25.760 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:13 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.017) 0:01:25.777 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:22 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.139) 0:01:25.916 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:27 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.016) 0:01:25.933 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:33 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.025) 0:01:25.958 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:42 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.023) 0:01:25.982 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:48 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.015) 0:01:25.998 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:54 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.015) 0:01:26.013 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:59 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.012) 0:01:26.026 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:73 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.018) 0:01:26.044 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.12.207 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:82 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.215) 0:01:26.260 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:92 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.015) 0:01:26.275 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:8 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.024) 0:01:26.300 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:14 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.014) 0:01:26.314 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:21 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.012) 0:01:26.326 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:28 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.012) 0:01:26.339 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:35 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.013) 0:01:26.353 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:45 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.013) 0:01:26.366 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:54 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.034) 0:01:26.401 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:64 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.013) 0:01:26.414 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:74 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.012) 0:01:26.426 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:85 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.011) 0:01:26.438 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:95 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.011) 0:01:26.449 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:95 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.011) 0:01:26.460 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml:2 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.024) 0:01:26.485 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:8 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.030) 0:01:26.515 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:16 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.013) 0:01:26.529 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:21 Tuesday 07 May 2024 00:04:18 +0000 (0:00:00.013) 0:01:26.543 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:29 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:26.555 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:34 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:26.568 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:40 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:26.580 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:46 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:26.592 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:8 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:26.606 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:16 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:26.618 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:21 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.011) 0:01:26.630 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:29 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.011) 0:01:26.642 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:34 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.011) 0:01:26.653 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:40 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.011) 0:01:26.665 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:46 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:26.678 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:98 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:26.691 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml:2 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.024) 0:01:26.715 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:8 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.033) 0:01:26.749 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:16 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:26.762 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:23 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:26.775 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:27 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:26.788 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:8 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.014) 0:01:26.802 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:16 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.017) 0:01:26.820 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:23 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:26.834 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:27 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:26.847 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:101 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.021) 0:01:26.868 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:5 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.031) 0:01:26.900 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:13 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.032) 0:01:26.932 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:20 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.021) 0:01:26.954 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:2 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.025) 0:01:26.979 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:9 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.019) 0:01:26.998 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:18 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.028) 0:01:27.027 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:27 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.024) 0:01:27.051 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:37 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.035) 0:01:27.087 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:47 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:27.101 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:27 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:27.115 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:104 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.017) 0:01:27.132 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml:2 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.028) 0:01:27.160 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:9 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.033) 0:01:27.194 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:16 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:27.207 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:22 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:27.220 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:28 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:27.232 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:35 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:27.246 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:41 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.040) 0:01:27.286 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:47 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.019) 0:01:27.306 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:9 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:27.320 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:16 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.014) 0:01:27.334 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:22 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:27.347 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:28 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:27.361 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:35 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.014) 0:01:27.375 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:41 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.013) 0:01:27.389 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:47 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:27.402 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:107 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:27.415 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml:3 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.012) 0:01:27.427 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:2 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.029) 0:01:27.456 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume.yml:21 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.015) 0:01:27.471 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:7 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.058) 0:01:27.529 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:16 Tuesday 07 May 2024 00:04:19 +0000 (0:00:00.017) 0:01:27.547 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1562056, "block_size": 4096, "block_total": 1570304, "block_used": 8248, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3145725, "inode_total": 3145728, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,noquota", "size_available": 6398181376, "size_total": 6431965184, "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1562056, "block_size": 4096, "block_total": 1570304, "block_used": 8248, "device": "/dev/mapper/foo-test1", "fstype": "xfs", "inode_available": 3145725, "inode_total": 3145728, "inode_used": 3, "mount": "/opt/test1", "options": "rw,seclabel,relatime,attr2,inode64,noquota", "size_available": 6398181376, "size_total": 6431965184, "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:38 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.021) 0:01:27.569 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:51 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.020) 0:01:27.589 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:63 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.026) 0:01:27.616 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:71 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.017) 0:01:27.633 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:83 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.012) 0:01:27.646 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:95 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.013) 0:01:27.660 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:110 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.014) 0:01:27.675 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:122 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.016) 0:01:27.692 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:128 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.012) 0:01:27.704 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:134 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.011) 0:01:27.716 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:146 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.012) 0:01:27.728 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:2 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.018) 0:01:27.747 *********** 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 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:40 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.028) 0:01:27.775 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:48 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.016) 0:01:27.792 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:58 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.015) 0:01:27.807 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:71 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.012) 0:01:27.820 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:3 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.012) 0:01:27.832 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:12 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.027) 0:01:27.860 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:3 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.019) 0:01:27.879 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715040211.1707613, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715040211.1707613, "dev": 5, "device_type": 64769, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 53126, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715040211.1707613, "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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:9 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.147) 0:01:28.027 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:16 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.018) 0:01:28.045 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:24 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.014) 0:01:28.060 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:30 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.016) 0:01:28.076 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:34 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.014) 0:01:28.090 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:39 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.012) 0:01:28.103 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:3 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.015) 0:01:28.119 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:10 Tuesday 07 May 2024 00:04:20 +0000 (0:00:00.015) 0:01:28.135 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:17 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.435) 0:01:28.570 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:23 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.017) 0:01:28.588 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:32 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.012) 0:01:28.601 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:45 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.018) 0:01:28.619 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:51 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.012) 0:01:28.632 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:56 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.012) 0:01:28.645 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:69 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.015) 0:01:28.661 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:81 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.049) 0:01:28.710 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:94 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.013) 0:01:28.724 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:106 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.017) 0:01:28.741 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:114 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.020) 0:01:28.762 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:122 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.016) 0:01:28.778 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:131 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.016) 0:01:28.794 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:140 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.014) 0:01:28.809 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:8 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.013) 0:01:28.822 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:14 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.013) 0:01:28.835 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:21 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.012) 0:01:28.848 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:28 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.012) 0:01:28.860 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:35 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.012) 0:01:28.873 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:45 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.014) 0:01:28.887 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:54 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.014) 0:01:28.901 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:63 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.012) 0:01:28.914 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:72 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.011) 0:01:28.926 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:81 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.012) 0:01:28.938 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:3 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.012) 0:01:28.951 *********** ok: [sut] => { "bytes": 6442450944, "changed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:11 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.140) 0:01:29.092 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:20 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.016) 0:01:29.108 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:28 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.016) 0:01:29.125 *********** ok: [sut] => { "storage_test_expected_size": "4294967296.0" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:32 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.013) 0:01:29.139 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:46 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.137) 0:01:29.276 *********** ok: [sut] => { "storage_test_pool": { "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:50 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.019) 0:01:29.295 *********** ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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 [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:54 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.020) 0:01:29.316 *********** ok: [sut] => { "storage_test_pool_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:58 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.018) 0:01:29.334 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "6442450944.0" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:68 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.020) 0:01:29.354 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:72 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.016) 0:01:29.371 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:77 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.023) 0:01:29.394 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:83 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.023) 0:01:29.418 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:88 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.022) 0:01:29.440 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:96 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.018) 0:01:29.458 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:104 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.017) 0:01:29.476 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:109 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.013) 0:01:29.490 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:113 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.013) 0:01:29.503 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:117 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.013) 0:01:29.517 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:121 Tuesday 07 May 2024 00:04:21 +0000 (0:00:00.030) 0:01:29.547 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:129 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.015) 0:01:29.562 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:138 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.014) 0:01:29.577 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:142 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.013) 0:01:29.591 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:150 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.020) 0:01:29.611 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:156 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.013) 0:01:29.624 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 6442450944, "changed": false, "failed": false, "lvm": "6g", "parted": "6GiB", "size": "6 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:160 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.014) 0:01:29.638 *********** ok: [sut] => { "storage_test_expected_size": "6442450944.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:164 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.019) 0:01:29.658 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:5 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.028) 0:01:29.686 *********** 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.022683", "end": "2024-05-07 00:04:22.277855", "rc": 0, "start": "2024-05-07 00:04:22.255172" } 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_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:13 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.164) 0:01:29.851 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:18 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.029) 0:01:29.880 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:27 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.020) 0:01:29.901 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:35 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.013) 0:01:29.915 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:41 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.018) 0:01:29.933 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:47 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.016) 0:01:29.949 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:27 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.014) 0:01:29.964 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:2 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.011) 0:01:29.976 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume.yml:21 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.017) 0:01:29.993 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:7 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.088) 0:01:30.082 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:16 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.016) 0:01:30.098 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 588749, "block_size": 4096, "block_total": 628684, "block_used": 39935, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 163829, "inode_total": 163840, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 2411515904, "size_total": 2575089664, "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 588749, "block_size": 4096, "block_total": 628684, "block_used": 39935, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 163829, "inode_total": 163840, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 2411515904, "size_total": 2575089664, "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:38 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.020) 0:01:30.118 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:51 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.034) 0:01:30.153 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:63 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.034) 0:01:30.187 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:71 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.022) 0:01:30.210 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:83 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.015) 0:01:30.226 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:95 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.013) 0:01:30.240 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:110 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.012) 0:01:30.252 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:122 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.017) 0:01:30.270 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:128 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.015) 0:01:30.285 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:134 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.016) 0:01:30.302 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:146 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.013) 0:01:30.316 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:2 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.013) 0:01:30.329 *********** 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-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:40 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.027) 0:01:30.357 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:48 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.023) 0:01:30.381 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:58 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.015) 0:01:30.396 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:71 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.013) 0:01:30.410 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:3 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.011) 0:01:30.421 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:12 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.021) 0:01:30.442 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:3 Tuesday 07 May 2024 00:04:22 +0000 (0:00:00.018) 0:01:30.461 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715040255.5620391, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715040255.5620391, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 52991, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715040255.5620391, "nlink": 1, "path": "/dev/mapper/foo-test2", "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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:9 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.152) 0:01:30.614 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:16 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.019) 0:01:30.633 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:24 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.019) 0:01:30.653 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:30 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.030) 0:01:30.683 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:34 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.061) 0:01:30.745 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:39 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.015) 0:01:30.761 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:3 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.032) 0:01:30.793 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:10 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.018) 0:01:30.811 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:17 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.432) 0:01:31.244 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:23 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.013) 0:01:31.257 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:32 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.014) 0:01:31.271 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:45 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.017) 0:01:31.289 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:51 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.012) 0:01:31.302 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:56 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.012) 0:01:31.315 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:69 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.011) 0:01:31.326 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:81 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.011) 0:01:31.338 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:94 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.014) 0:01:31.353 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:106 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.018) 0:01:31.371 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:114 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.026) 0:01:31.397 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:122 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.013) 0:01:31.410 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:131 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.022) 0:01:31.433 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:140 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.013) 0:01:31.446 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:8 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.020) 0:01:31.467 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:14 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.015) 0:01:31.482 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:21 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.012) 0:01:31.495 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:28 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.013) 0:01:31.509 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:35 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.012) 0:01:31.522 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:45 Tuesday 07 May 2024 00:04:23 +0000 (0:00:00.017) 0:01:31.539 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:54 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.022) 0:01:31.561 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:63 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.015) 0:01:31.577 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:72 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.012) 0:01:31.590 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:81 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.012) 0:01:31.603 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:3 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.023) 0:01:31.626 *********** ok: [sut] => { "bytes": 2684354560, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:11 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.160) 0:01:31.787 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:20 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.015) 0:01:31.802 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:28 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.015) 0:01:31.817 *********** ok: [sut] => { "storage_test_expected_size": "6442450944.0" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:32 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.016) 0:01:31.834 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:46 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.140) 0:01:31.975 *********** ok: [sut] => { "storage_test_pool": { "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-1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-1", "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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:50 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.069) 0:01:32.044 *********** ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "name": "/dev/mapper/foo-test1", "size": "6G", "type": "lvm", "uuid": "5d62b7fb-eac1-42e1-a9db-5d2f354a4ace" }, "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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 [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:54 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.024) 0:01:32.069 *********** ok: [sut] => { "storage_test_pool_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:58 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.025) 0:01:32.095 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2684354560.0" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:68 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.018) 0:01:32.113 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:72 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.012) 0:01:32.126 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:77 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.014) 0:01:32.140 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:83 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.011) 0:01:32.151 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:88 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.012) 0:01:32.164 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:96 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.012) 0:01:32.177 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:104 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.011) 0:01:32.189 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:109 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.011) 0:01:32.201 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:113 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.012) 0:01:32.214 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:117 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.013) 0:01:32.227 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:121 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.011) 0:01:32.238 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:129 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.011) 0:01:32.250 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:138 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.012) 0:01:32.263 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:142 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.012) 0:01:32.276 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:150 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.013) 0:01:32.290 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:156 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.012) 0:01:32.302 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 2684354560, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:160 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.014) 0:01:32.317 *********** ok: [sut] => { "storage_test_expected_size": "2684354560.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:164 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.014) 0:01:32.331 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:5 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.021) 0:01:32.353 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.025115", "end": "2024-05-07 00:04:24.943842", "rc": 0, "start": "2024-05-07 00:04:24.918727" } STDOUT: LVM2_LV_NAME=test2 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_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:13 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.165) 0:01:32.519 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:18 Tuesday 07 May 2024 00:04:24 +0000 (0:00:00.017) 0:01:32.536 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:27 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.027) 0:01:32.563 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:35 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.014) 0:01:32.578 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:41 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.014) 0:01:32.593 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:47 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.015) 0:01:32.608 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:27 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.013) 0:01:32.622 *********** 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_pvresizebzp7fb9v/tests/verify-role-results.yml:44 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.011) 0:01:32.633 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:54 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.012) 0:01:32.645 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get the size of test2 volume] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:101 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.011) 0:01:32.657 *********** ok: [sut] => { "changed": false, "cmd": [ "lsblk", "--noheadings", "-o", "SIZE", "/dev/mapper/foo-test2" ], "delta": "0:00:00.004947", "end": "2024-05-07 00:04:25.223494", "rc": 0, "start": "2024-05-07 00:04:25.218547" } STDOUT: 2.5G TASK [Remove the test1 volume without changing its size] *********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:106 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.140) 0:01:32.797 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.036) 0:01:32.833 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.018) 0:01:32.851 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.015) 0:01:32.867 *********** 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_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.032) 0:01:32.900 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.015) 0:01:32.916 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.017) 0:01:32.933 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.020) 0:01:32.954 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.019) 0:01:32.973 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Tuesday 07 May 2024 00:04:25 +0000 (0:00:00.036) 0:01:33.009 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed", "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed", "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed", "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed", "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed", "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed" ] } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Tuesday 07 May 2024 00:04:26 +0000 (0:00:00.624) 0:01:33.634 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "state": "present", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "60%", "state": "absent" }, { "mount_point": "/opt/test2", "name": "test2", "size": "25%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Tuesday 07 May 2024 00:04:26 +0000 (0:00:00.045) 0:01:33.679 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Tuesday 07 May 2024 00:04:26 +0000 (0:00:00.016) 0:01:33.695 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Tuesday 07 May 2024 00:04:30 +0000 (0:00:04.358) 0:01:38.054 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Tuesday 07 May 2024 00:04:30 +0000 (0:00:00.024) 0:01:38.078 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Tuesday 07 May 2024 00:04:30 +0000 (0:00:00.011) 0:01:38.090 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Tuesday 07 May 2024 00:04:30 +0000 (0:00:00.013) 0:01:38.103 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Tuesday 07 May 2024 00:04:30 +0000 (0:00:00.011) 0:01:38.115 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "7:lvm2-2.02.187-6.el7_9.5.x86_64 providing lvm2 is already installed", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Tuesday 07 May 2024 00:04:30 +0000 (0:00:00.414) 0:01:38.529 *********** 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" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Tuesday 07 May 2024 00:04:31 +0000 (0:00:00.865) 0:01:39.395 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Tuesday 07 May 2024 00:04:31 +0000 (0:00:00.036) 0:01:39.432 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Tuesday 07 May 2024 00:04:31 +0000 (0:00:00.012) 0:01:39.444 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" }, { "action": "destroy 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-test2", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "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", "_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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Tuesday 07 May 2024 00:04:37 +0000 (0:00:05.316) 0:01:44.761 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Tuesday 07 May 2024 00:04:37 +0000 (0:00:00.012) 0:01:44.774 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Tuesday 07 May 2024 00:04:37 +0000 (0:00:00.011) 0:01:44.785 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" }, { "action": "destroy 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-test2", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/foo-test1", "state": "absent" }, { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "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", "_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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Tuesday 07 May 2024 00:04:37 +0000 (0:00:00.016) 0:01:44.802 *********** 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", "_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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Tuesday 07 May 2024 00:04:37 +0000 (0:00:00.015) 0:01:44.817 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Tuesday 07 May 2024 00:04:37 +0000 (0:00:00.013) 0:01:44.830 *********** changed: [sut] => (item={'src': '/dev/mapper/foo-test1', 'state': 'absent', 'path': '/opt/test1', 'fstype': 'xfs'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "xfs", "mount_info": { "fstype": "xfs", "path": "/opt/test1", "src": "/dev/mapper/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Tuesday 07 May 2024 00:04:37 +0000 (0:00:00.154) 0:01:44.984 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Tuesday 07 May 2024 00:04:37 +0000 (0:00:00.295) 0:01:45.280 *********** ok: [sut] => (item={'src': '/dev/mapper/foo-test2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', 'opts': 'defaults'}) => { "ansible_loop_var": "mount_info", "changed": false, "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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Tuesday 07 May 2024 00:04:37 +0000 (0:00:00.159) 0:01:45.439 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', '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/test2", "src": "/dev/mapper/foo-test2", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Tuesday 07 May 2024 00:04:37 +0000 (0:00:00.017) 0:01:45.457 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Tuesday 07 May 2024 00:04:38 +0000 (0:00:00.276) 0:01:45.734 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715039277.825739, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Tuesday 07 May 2024 00:04:38 +0000 (0:00:00.150) 0:01:45.884 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Tuesday 07 May 2024 00:04:38 +0000 (0:00:00.012) 0:01:45.896 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:123 Tuesday 07 May 2024 00:04:38 +0000 (0:00:00.523) 0:01:46.420 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:2 Tuesday 07 May 2024 00:04:38 +0000 (0:00:00.046) 0:01:46.467 *********** 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", "_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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "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_pvresizebzp7fb9v/tests/verify-role-results.yml:7 Tuesday 07 May 2024 00:04:38 +0000 (0:00:00.017) 0:01:46.484 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:15 Tuesday 07 May 2024 00:04:38 +0000 (0:00:00.012) 0:01:46.496 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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_pvresizebzp7fb9v/tests/verify-role-results.yml:20 Tuesday 07 May 2024 00:04:40 +0000 (0:00:01.146) 0:01:47.643 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003594", "end": "2024-05-07 00:04:40.216139", "rc": 0, "start": "2024-05-07 00:04:40.212545" } 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-test2 /opt/test2 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:25 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.146) 0:01:47.789 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003457", "end": "2024-05-07 00:04:40.360260", "failed_when_result": false, "rc": 0, "start": "2024-05-07 00:04:40.356803" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:34 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.145) 0:01:47.934 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:5 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.026) 0:01:47.961 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:18 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.011) 0:01:47.972 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.022933", "end": "2024-05-07 00:04:40.561905", "rc": 0, "start": "2024-05-07 00:04:40.538972" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:24 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.167) 0:01:48.139 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:34 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.019) 0:01:48.159 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:2 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.026) 0:01:48.185 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:13 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.017) 0:01:48.202 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:22 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.141) 0:01:48.344 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:27 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.014) 0:01:48.359 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:33 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.016) 0:01:48.376 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:42 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.015) 0:01:48.392 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:48 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.014) 0:01:48.406 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:54 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.014) 0:01:48.421 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:59 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.012) 0:01:48.433 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:73 Tuesday 07 May 2024 00:04:40 +0000 (0:00:00.018) 0:01:48.451 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.12.207 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:82 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.191) 0:01:48.643 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:92 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.014) 0:01:48.658 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:8 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.022) 0:01:48.680 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:14 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:48.693 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:21 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:48.705 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:28 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:48.716 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:35 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:48.729 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:45 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.013) 0:01:48.742 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:54 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:48.754 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:64 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:48.767 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:74 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:48.778 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:85 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:48.789 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:95 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:48.800 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:95 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:48.812 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml:2 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.023) 0:01:48.835 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:8 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.031) 0:01:48.867 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:16 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.033) 0:01:48.901 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:21 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.013) 0:01:48.914 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:29 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:48.926 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:34 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:48.938 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:40 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:48.950 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:46 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:48.961 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:8 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.013) 0:01:48.975 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:16 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:48.987 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:21 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:48.999 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:29 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:49.012 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:34 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:49.023 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:40 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:49.034 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:46 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.013) 0:01:49.048 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:98 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:49.060 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml:2 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.023) 0:01:49.084 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:8 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.030) 0:01:49.114 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:16 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:49.126 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:23 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:49.137 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:27 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:49.148 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:8 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:49.159 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:16 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.013) 0:01:49.172 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:23 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:49.184 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:27 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:49.195 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:101 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:49.208 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:5 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.026) 0:01:49.234 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:13 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.014) 0:01:49.249 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:20 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.014) 0:01:49.263 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:2 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.021) 0:01:49.285 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:9 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.015) 0:01:49.300 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:18 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.014) 0:01:49.315 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:27 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:49.327 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:37 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:49.340 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:47 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:49.352 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:27 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.011) 0:01:49.363 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:104 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.012) 0:01:49.376 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml:2 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.026) 0:01:49.402 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:9 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.047) 0:01:49.449 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:16 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.021) 0:01:49.471 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:22 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.023) 0:01:49.494 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:28 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.014) 0:01:49.509 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:35 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.018) 0:01:49.527 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:41 Tuesday 07 May 2024 00:04:41 +0000 (0:00:00.020) 0:01:49.548 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:47 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.014) 0:01:49.562 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:9 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.013) 0:01:49.576 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:16 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.018) 0:01:49.594 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:22 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.013) 0:01:49.608 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:28 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:49.621 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:35 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.018) 0:01:49.639 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:41 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.016) 0:01:49.655 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:47 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:49.668 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:107 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.011) 0:01:49.680 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": null, "_storage_test_expected_pv_count": null, "_storage_test_expected_pv_type": null, "_storage_test_pool_pvs": [], "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Verify the volumes] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml:3 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.011) 0:01:49.691 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:2 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.051) 0:01:49.742 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume.yml:21 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.016) 0:01:49.759 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:7 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.055) 0:01:49.815 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:16 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.017) 0:01:49.832 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:38 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.020) 0:01:49.852 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:51 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.036) 0:01:49.888 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:63 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.021) 0:01:49.910 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:71 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.015) 0:01:49.925 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:83 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.015) 0:01:49.941 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:95 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:49.953 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:110 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:49.966 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:122 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.013) 0:01:49.980 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:128 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:49.992 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:134 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:50.004 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:146 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:50.017 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:2 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.011) 0:01:50.028 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:40 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.026) 0:01:50.054 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:48 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:50.067 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:58 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.014) 0:01:50.081 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:71 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:50.094 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:3 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.011) 0:01:50.105 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:12 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:50.117 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:3 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:50.130 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:9 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.139) 0:01:50.269 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:16 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:50.282 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Make sure we got info about this volume] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:24 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.015) 0:01:50.298 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:30 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.009) 0:01:50.307 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:34 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.014) 0:01:50.322 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:39 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:50.334 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:3 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.008) 0:01:50.343 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:10 Tuesday 07 May 2024 00:04:42 +0000 (0:00:00.012) 0:01:50.356 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:17 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.415) 0:01:50.771 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:23 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:50.784 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:32 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:50.796 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:45 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.009) 0:01:50.806 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:51 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:50.818 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:56 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:50.830 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:69 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.008) 0:01:50.838 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:81 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.009) 0:01:50.848 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:94 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.008) 0:01:50.857 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:106 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.015) 0:01:50.873 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:114 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.014) 0:01:50.887 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:122 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:50.900 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:131 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:50.912 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:140 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.013) 0:01:50.926 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:8 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:50.937 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:14 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:50.950 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:21 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:50.962 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:28 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.013) 0:01:50.976 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:35 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:50.989 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:45 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.002 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:54 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.034) 0:01:51.036 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:63 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.049 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:72 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.061 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:81 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.073 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:3 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.086 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:11 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.098 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:20 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.013) 0:01:51.111 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:28 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.122 *********** ok: [sut] => { "storage_test_expected_size": "2684354560.0" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:32 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.135 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:46 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.146 *********** skipping: [sut] => {} TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:50 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.157 *********** skipping: [sut] => {} TASK [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:54 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.014) 0:01:51.172 *********** skipping: [sut] => {} TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:58 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.018) 0:01:51.191 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:68 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.013) 0:01:51.204 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:72 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.013) 0:01:51.217 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:77 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.016) 0:01:51.233 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:83 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.246 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:88 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.258 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:96 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.271 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:104 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.282 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:109 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.293 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:113 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.306 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:117 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.317 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:121 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.328 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:129 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:138 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.351 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:142 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.364 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:150 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.377 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:156 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.388 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:160 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.013) 0:01:51.401 *********** ok: [sut] => { "storage_test_expected_size": "2684354560.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:164 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.013) 0:01:51.415 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:5 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.426 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:13 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.439 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:18 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.451 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:27 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.463 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:35 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.475 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:41 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.013) 0:01:51.489 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:47 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.502 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:27 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.012) 0:01:51.514 *********** ok: [sut] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:2 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.011) 0:01:51.525 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume.yml:21 Tuesday 07 May 2024 00:04:43 +0000 (0:00:00.015) 0:01:51.541 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:7 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.057) 0:01:51.598 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:16 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.015) 0:01:51.613 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 588749, "block_size": 4096, "block_total": 628684, "block_used": 39935, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 163829, "inode_total": 163840, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 2411515904, "size_total": 2575089664, "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 588749, "block_size": 4096, "block_total": 628684, "block_used": 39935, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 163829, "inode_total": 163840, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 2411515904, "size_total": 2575089664, "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:38 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.019) 0:01:51.632 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:51 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.012) 0:01:51.645 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:63 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.015) 0:01:51.660 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:71 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.015) 0:01:51.676 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:83 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.011) 0:01:51.687 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:95 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.012) 0:01:51.699 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:110 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.011) 0:01:51.711 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:122 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.015) 0:01:51.726 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:128 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.011) 0:01:51.738 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:134 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.012) 0:01:51.750 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:146 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.011) 0:01:51.761 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:2 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.011) 0:01:51.773 *********** 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-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:40 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.025) 0:01:51.798 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:48 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.014) 0:01:51.813 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:58 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.014) 0:01:51.827 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:71 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.013) 0:01:51.841 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:3 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.037) 0:01:51.879 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:12 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.021) 0:01:51.900 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:3 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.019) 0:01:51.920 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715040255.5620391, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715040255.5620391, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 52991, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715040255.5620391, "nlink": 1, "path": "/dev/mapper/foo-test2", "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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:9 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.155) 0:01:52.076 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:16 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.016) 0:01:52.093 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:24 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.012) 0:01:52.106 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:30 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.014) 0:01:52.120 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:34 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.012) 0:01:52.133 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:39 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.011) 0:01:52.145 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:3 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.013) 0:01:52.159 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:10 Tuesday 07 May 2024 00:04:44 +0000 (0:00:00.013) 0:01:52.173 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:17 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.416) 0:01:52.589 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:23 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.012) 0:01:52.602 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:32 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.012) 0:01:52.614 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:45 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.017) 0:01:52.632 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:51 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.013) 0:01:52.645 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:56 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.012) 0:01:52.657 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:69 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.011) 0:01:52.669 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:81 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.017) 0:01:52.686 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:94 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.018) 0:01:52.705 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:106 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.016) 0:01:52.722 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:114 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.018) 0:01:52.740 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:122 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.012) 0:01:52.753 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:131 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.018) 0:01:52.771 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:140 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.016) 0:01:52.788 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:8 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.022) 0:01:52.811 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:14 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.018) 0:01:52.829 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:21 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.024) 0:01:52.854 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:28 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.017) 0:01:52.872 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:35 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.030) 0:01:52.902 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:45 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.023) 0:01:52.925 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:54 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.015) 0:01:52.941 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:63 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.028) 0:01:52.970 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:72 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.044) 0:01:53.015 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:81 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.020) 0:01:53.035 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:3 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.021) 0:01:53.056 *********** ok: [sut] => { "bytes": 2684354560, "changed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } TASK [Parse the requested size of the volume] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:11 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.146) 0:01:53.202 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:20 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.016) 0:01:53.219 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:28 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.015) 0:01:53.234 *********** ok: [sut] => { "storage_test_expected_size": "2684354560.0" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:32 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.017) 0:01:53.251 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:46 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.141) 0:01:53.393 *********** ok: [sut] => { "storage_test_pool": { "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", "_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": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "/opt/test1", "mount_user": null, "name": "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": "60%", "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null }, { "_device": "/dev/mapper/foo-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "25%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:50 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.020) 0:01:53.414 *********** ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "2.5G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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 [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:54 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.018) 0:01:53.432 *********** ok: [sut] => { "storage_test_pool_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:58 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.017) 0:01:53.449 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "2684354560.0" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:68 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.017) 0:01:53.466 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:72 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.012) 0:01:53.479 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:77 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.011) 0:01:53.490 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:83 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.012) 0:01:53.503 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:88 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.012) 0:01:53.515 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:96 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.011) 0:01:53.527 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:104 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.011) 0:01:53.538 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:109 Tuesday 07 May 2024 00:04:45 +0000 (0:00:00.011) 0:01:53.549 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:113 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.011) 0:01:53.561 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:117 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.013) 0:01:53.575 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:121 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.012) 0:01:53.587 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:129 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.011) 0:01:53.598 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:138 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.012) 0:01:53.610 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:142 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.011) 0:01:53.622 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:150 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.011) 0:01:53.633 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:156 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.012) 0:01:53.645 *********** ok: [sut] => { "storage_test_actual_size": { "bytes": 2684354560, "changed": false, "failed": false, "lvm": "2g", "parted": "2GiB", "size": "2 GiB" } } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:160 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.036) 0:01:53.682 *********** ok: [sut] => { "storage_test_expected_size": "2684354560.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:164 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.014) 0:01:53.697 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:5 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.017) 0:01:53.715 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.022009", "end": "2024-05-07 00:04:46.306915", "rc": 0, "start": "2024-05-07 00:04:46.284906" } STDOUT: LVM2_LV_NAME=test2 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_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:13 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.166) 0:01:53.881 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:18 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.017) 0:01:53.899 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:27 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.017) 0:01:53.917 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:35 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.014) 0:01:53.931 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:41 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.013) 0:01:53.945 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:47 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.020) 0:01:53.965 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:27 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.020) 0:01:53.985 *********** 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_pvresizebzp7fb9v/tests/verify-role-results.yml:44 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.019) 0:01:54.005 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:54 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.012) 0:01:54.018 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Get the size of test2 volume again] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:126 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.011) 0:01:54.030 *********** ok: [sut] => { "changed": false, "cmd": [ "lsblk", "--noheadings", "-o", "SIZE", "/dev/mapper/foo-test2" ], "delta": "0:00:00.005177", "end": "2024-05-07 00:04:46.599817", "rc": 0, "start": "2024-05-07 00:04:46.594640" } STDOUT: 2.5G TASK [Verify that removing test1 didn't cause a change in test2 size] ********** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:131 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.145) 0:01:54.175 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Grow test2 using a percentage-based size spec] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:136 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.016) 0:01:54.191 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.039) 0:01:54.231 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.018) 0:01:54.249 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.015) 0:01:54.265 *********** 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_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.033) 0:01:54.298 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.012) 0:01:54.311 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.014) 0:01:54.326 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.011) 0:01:54.337 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.015) 0:01:54.352 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Tuesday 07 May 2024 00:04:46 +0000 (0:00:00.026) 0:01:54.378 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed", "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed", "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed", "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed", "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed", "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed" ] } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Tuesday 07 May 2024 00:04:47 +0000 (0:00:00.651) 0:01:55.030 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "state": "present", "volumes": [ { "mount_point": "/opt/test2", "name": "test2", "size": "50%" } ] } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Tuesday 07 May 2024 00:04:47 +0000 (0:00:00.019) 0:01:55.049 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Tuesday 07 May 2024 00:04:47 +0000 (0:00:00.025) 0:01:55.075 *********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [linux-system-roles.storage : Enable copr repositories if needed] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Tuesday 07 May 2024 00:04:51 +0000 (0:00:04.323) 0:01:59.399 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Tuesday 07 May 2024 00:04:51 +0000 (0:00:00.055) 0:01:59.454 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Tuesday 07 May 2024 00:04:51 +0000 (0:00:00.013) 0:01:59.467 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Tuesday 07 May 2024 00:04:51 +0000 (0:00:00.012) 0:01:59.480 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Tuesday 07 May 2024 00:04:51 +0000 (0:00:00.011) 0:01:59.492 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "7:lvm2-2.02.187-6.el7_9.5.x86_64 providing lvm2 is already installed", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Tuesday 07 May 2024 00:04:52 +0000 (0:00:00.425) 0:01:59.918 *********** 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" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Tuesday 07 May 2024 00:04:53 +0000 (0:00:00.926) 0:02:00.845 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Tuesday 07 May 2024 00:04:53 +0000 (0:00:00.020) 0:02:00.865 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Tuesday 07 May 2024 00:04:53 +0000 (0:00:00.011) 0:02:00.877 *********** changed: [sut] => { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test2", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/mapper/foo-test2", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "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-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "50%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Tuesday 07 May 2024 00:04:58 +0000 (0:00:05.158) 0:02:06.035 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Tuesday 07 May 2024 00:04:58 +0000 (0:00:00.013) 0:02:06.048 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Tuesday 07 May 2024 00:04:58 +0000 (0:00:00.011) 0:02:06.060 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "resize device", "device": "/dev/mapper/foo-test2", "fs_type": null }, { "action": "resize format", "device": "/dev/mapper/foo-test2", "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-test2", "/dev/sdi", "/dev/xvda1" ], "mounts": [ { "dump": 0, "fstype": "ext4", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "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-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "50%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Tuesday 07 May 2024 00:04:58 +0000 (0:00:00.016) 0:02:06.077 *********** 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-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "50%", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Tuesday 07 May 2024 00:04:58 +0000 (0:00:00.015) 0:02:06.092 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Tuesday 07 May 2024 00:04:58 +0000 (0:00:00.013) 0:02:06.106 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Tuesday 07 May 2024 00:04:58 +0000 (0:00:00.011) 0:02:06.117 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Tuesday 07 May 2024 00:04:58 +0000 (0:00:00.300) 0:02:06.417 *********** changed: [sut] => (item={'src': '/dev/mapper/foo-test2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', '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/test2", "src": "/dev/mapper/foo-test2", "state": "mounted" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Tuesday 07 May 2024 00:04:59 +0000 (0:00:00.178) 0:02:06.596 *********** skipping: [sut] => (item={'src': '/dev/mapper/foo-test2', 'group': None, 'dump': 0, 'passno': 0, 'fstype': 'ext4', 'state': 'mounted', 'mode': None, 'owner': None, 'path': '/opt/test2', '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/test2", "src": "/dev/mapper/foo-test2", "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Tuesday 07 May 2024 00:04:59 +0000 (0:00:00.017) 0:02:06.613 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Tuesday 07 May 2024 00:04:59 +0000 (0:00:00.281) 0:02:06.895 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715039277.825739, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Tuesday 07 May 2024 00:04:59 +0000 (0:00:00.149) 0:02:07.044 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Tuesday 07 May 2024 00:04:59 +0000 (0:00:00.011) 0:02:07.056 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:149 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.531) 0:02:07.587 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:2 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.026) 0:02:07.614 *********** 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-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "50%", "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_pvresizebzp7fb9v/tests/verify-role-results.yml:7 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.015) 0:02:07.630 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:15 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.012) 0:02:07.642 *********** ok: [sut] => { "changed": false, "info": { "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "5G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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_pvresizebzp7fb9v/tests/verify-role-results.yml:20 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.150) 0:02:07.793 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003707", "end": "2024-05-07 00:05:00.363523", "rc": 0, "start": "2024-05-07 00:05:00.359816" } 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-test2 /opt/test2 ext4 defaults 0 0 TASK [Read the /etc/crypttab file] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:25 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.147) 0:02:07.941 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003504", "end": "2024-05-07 00:05:00.514012", "failed_when_result": false, "rc": 0, "start": "2024-05-07 00:05:00.510508" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:34 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.146) 0:02:08.087 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:5 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.025) 0:02:08.113 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:18 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.012) 0:02:08.126 *********** ok: [sut] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.021847", "end": "2024-05-07 00:05:00.724951", "rc": 0, "start": "2024-05-07 00:05:00.703104" } STDOUT: 0 TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:24 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.173) 0:02:08.299 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:34 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.018) 0:02:08.318 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:2 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.026) 0:02:08.344 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:13 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.018) 0:02:08.363 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:22 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.146) 0:02:08.510 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:27 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.015) 0:02:08.525 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sdh" ] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:33 Tuesday 07 May 2024 00:05:00 +0000 (0:00:00.017) 0:02:08.543 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:42 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.018) 0:02:08.562 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:48 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.047) 0:02:08.609 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:54 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.015) 0:02:08.625 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:59 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.014) 0:02:08.640 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:73 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.018) 0:02:08.659 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.12.207 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:82 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.256) 0:02:08.915 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:92 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.015) 0:02:08.930 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:8 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.022) 0:02:08.953 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:14 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:08.965 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:21 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.011) 0:02:08.977 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:28 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:08.989 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:35 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.011) 0:02:09.001 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:45 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.013 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:54 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.026 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:64 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.038 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:74 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.050 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:85 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.063 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:95 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.075 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:95 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.088 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml:2 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.023) 0:02:09.111 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml for sut TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:8 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.025) 0:02:09.137 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV segment type] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:16 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.026) 0:02:09.163 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:21 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.019) 0:02:09.183 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set LV stripe size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:29 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.196 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested stripe size] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:34 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.208 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected stripe size] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:40 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.221 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check stripe size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-lvmraid.yml:46 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.011) 0:02:09.233 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:98 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.013) 0:02:09.246 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml:2 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.023) 0:02:09.270 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml for sut TASK [Get information about thinpool] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:8 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.023) 0:02:09.293 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:16 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.033) 0:02:09.327 *********** 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_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:23 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.340 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variable used by test] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-thin.yml:27 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.011) 0:02:09.351 *********** ok: [sut] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:101 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.011) 0:02:09.362 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:5 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.026) 0:02:09.389 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:13 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.014) 0:02:09.404 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:20 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.014) 0:02:09.418 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml for sut TASK [Set variables used by tests] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:2 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.021) 0:02:09.440 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } TASK [Check for /etc/crypttab entry] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:9 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.014) 0:02:09.455 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:18 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.016) 0:02:09.471 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:27 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.013) 0:02:09.485 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:37 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.013) 0:02:09.498 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-crypttab.yml:47 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.012) 0:02:09.510 *********** ok: [sut] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:27 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.011) 0:02:09.521 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:104 Tuesday 07 May 2024 00:05:01 +0000 (0:00:00.011) 0:02:09.532 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml:2 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.026) 0:02:09.559 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml for sut TASK [Get information about VDO deduplication] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:9 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.024) 0:02:09.584 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:16 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.013) 0:02:09.597 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:22 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.609 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get information about VDO compression] *********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:28 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.621 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is off] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:35 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.634 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if VDO deduplication is on] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:41 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.646 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-member-vdo.yml:47 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.658 *********** ok: [sut] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:107 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.671 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml:3 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.011) 0:02:09.682 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml for sut TASK [Set storage volume test variables] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:2 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.022) 0:02:09.704 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume.yml:21 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.015) 0:02:09.720 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml for sut TASK [Get expected mount device based on device type] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:7 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.056) 0:02:09.776 *********** ok: [sut] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test2" }, "changed": false } TASK [Set some facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:16 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.014) 0:02:09.791 *********** ok: [sut] => { "ansible_facts": { "storage_test_mount_device_matches": [ { "block_available": 1200036, "block_size": 4096, "block_total": 1273760, "block_used": 73724, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 4915347456, "size_total": 5217320960, "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" } ], "storage_test_mount_expected_match_count": "1", "storage_test_mount_point_matches": [ { "block_available": 1200036, "block_size": 4096, "block_total": 1273760, "block_used": 73724, "device": "/dev/mapper/foo-test2", "fstype": "ext4", "inode_available": 327669, "inode_total": 327680, "inode_used": 11, "mount": "/opt/test2", "options": "rw,seclabel,relatime,stripe=1024,data=ordered", "size_available": 4915347456, "size_total": 5217320960, "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" } ], "storage_test_swap_expected_matches": "0" }, "changed": false } TASK [Get information about the mountpoint directory] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:38 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.019) 0:02:09.810 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the current mount state by device] ******************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:51 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.822 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the current mount state by mount point] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:63 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.015) 0:02:09.838 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount directory user] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:71 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.015) 0:02:09.853 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory group] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:83 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.866 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify mount directory permissions] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:95 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.878 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the mount fs type] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:110 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.011) 0:02:09.889 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get path of test volume device] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:122 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.015) 0:02:09.904 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Gather swap info] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:128 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.011) 0:02:09.916 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify swap status] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:134 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.928 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unset facts] ************************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-mount.yml:146 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:09.940 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:2 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.011) 0:02:09.952 *********** 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-test2 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test2 ext4 defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test2 " ] }, "changed": false } TASK [Verify that the device identifier appears in /etc/fstab] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:40 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.024) 0:02:09.976 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the fstab mount point] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:48 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.014) 0:02:09.991 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify mount_options] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:58 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.014) 0:02:10.005 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fstab.yml:71 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.013) 0:02:10.019 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:3 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:10.031 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify fs label] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-fs.yml:12 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.015) 0:02:10.047 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [See whether the device node is present] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:3 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.016) 0:02:10.064 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715040298.4203072, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1715040298.4203072, "dev": 5, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 52991, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1715040298.4203072, "nlink": 1, "path": "/dev/mapper/foo-test2", "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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:9 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.152) 0:02:10.216 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the presence/absence of the device node] ************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:16 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.045) 0:02:10.262 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:24 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.013) 0:02:10.275 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Process volume type (set initial value) (1/2)] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:30 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.014) 0:02:10.289 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:34 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.013) 0:02:10.303 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the volume's device type] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-device.yml:39 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:10.315 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Stat the LUKS device, if encrypted] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:3 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.014) 0:02:10.330 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure cryptsetup is present] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:10 Tuesday 07 May 2024 00:05:02 +0000 (0:00:00.012) 0:02:10.343 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:17 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.419) 0:02:10.763 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:23 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.020) 0:02:10.783 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:32 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.015) 0:02:10.799 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:45 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.019) 0:02:10.818 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:51 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.014) 0:02:10.832 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS version] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:56 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.014) 0:02:10.846 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS key size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:69 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.015) 0:02:10.861 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check LUKS cipher] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:81 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.014) 0:02:10.876 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:94 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.013) 0:02:10.889 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:106 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.016) 0:02:10.905 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Validate the format of the crypttab entry] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:114 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.018) 0:02:10.924 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check backing device of crypttab entry] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:122 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.012) 0:02:10.937 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check key file of crypttab entry] **************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:131 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.013) 0:02:10.950 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:140 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.013) 0:02:10.963 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:8 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.012) 0:02:10.975 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:14 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.012) 0:02:10.988 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:21 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.014) 0:02:11.003 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:28 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.012) 0:02:11.016 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set chunk size regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:35 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.012) 0:02:11.029 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:45 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.012) 0:02:11.041 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:54 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.012) 0:02:11.054 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:63 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.012) 0:02:11.066 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:72 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.014) 0:02:11.081 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-md.yml:81 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.014) 0:02:11.096 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the actual size of the volume] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:3 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.012) 0:02:11.109 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:11 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.155) 0:02:11.264 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Establish base value for expected size] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:20 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.017) 0:02:11.282 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show expected size] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:28 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.019) 0:02:11.301 *********** ok: [sut] => { "storage_test_expected_size": "2684354560.0" } TASK [Get the size of parent/pool device] ************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:32 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.013) 0:02:11.315 *********** ok: [sut] => { "bytes": 10737418240, "changed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } TASK [Show test pool] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:46 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.143) 0:02:11.459 *********** ok: [sut] => { "storage_test_pool": { "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-test2", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test2", "_raw_device": "/dev/mapper/foo-test2", "_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/test2", "mount_user": null, "name": "test2", "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": "50%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } } TASK [Show test blockinfo] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:50 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.019) 0:02:11.478 *********** ok: [sut] => { "storage_test_blkinfo": { "changed": false, "failed": false, "info": { "/dev/mapper/foo-test2": { "fstype": "ext4", "label": "", "name": "/dev/mapper/foo-test2", "size": "5G", "type": "lvm", "uuid": "2f94d6f3-e3ad-4961-b729-9bb1a94410c2" }, "/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": "q8JFxt-upxM-fa9F-ivbp-F18I-RmKE-dVGpbd" }, "/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 [Show test pool size] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:54 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.018) 0:02:11.496 *********** ok: [sut] => { "storage_test_pool_size": { "bytes": 10737418240, "changed": false, "failed": false, "lvm": "10g", "parted": "10GiB", "size": "10 GiB" } } TASK [Calculate the expected size based on pool size and percentage value] ***** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:58 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.019) 0:02:11.516 *********** ok: [sut] => { "ansible_facts": { "storage_test_expected_size": "5368709120.0" }, "changed": false } TASK [Default thin pool reserved space values] ********************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:68 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.018) 0:02:11.535 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default minimal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:72 Tuesday 07 May 2024 00:05:03 +0000 (0:00:00.013) 0:02:11.549 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Default maximal thin pool reserved space size] *************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:77 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.013) 0:02:11.562 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Calculate maximum usable space in thin pool] ***************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:83 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.014) 0:02:11.577 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:88 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.012) 0:02:11.590 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:96 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.014) 0:02:11.604 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:104 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.013) 0:02:11.617 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show max thin pool size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:109 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.012) 0:02:11.630 *********** skipping: [sut] => {} TASK [Show volume thin pool size] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:113 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.012) 0:02:11.642 *********** skipping: [sut] => {} TASK [Show test volume size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:117 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.015) 0:02:11.658 *********** skipping: [sut] => {} TASK [Establish base value for expected thin pool size] ************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:121 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.013) 0:02:11.671 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:129 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.012) 0:02:11.684 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:138 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.023) 0:02:11.707 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:142 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.016) 0:02:11.724 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Replace expected volume size with calculated value] ********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:150 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.034) 0:02:11.759 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Show actual size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:156 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.017) 0:02:11.776 *********** 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_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:160 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.014) 0:02:11.790 *********** ok: [sut] => { "storage_test_expected_size": "5368709120.0" } TASK [Assert expected size is actual size] ************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-size.yml:164 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.013) 0:02:11.804 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get information about the LV] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:5 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.017) 0:02:11.822 *********** ok: [sut] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test2" ], "delta": "0:00:00.022513", "end": "2024-05-07 00:05:04.418894", "rc": 0, "start": "2024-05-07 00:05:04.396381" } STDOUT: LVM2_LV_NAME=test2 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_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:13 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.192) 0:02:12.015 *********** ok: [sut] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } TASK [Check segment type] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:18 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.016) 0:02:12.031 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set LV cache size] ******************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:27 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.016) 0:02:12.048 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the requested cache size] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:35 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.013) 0:02:12.062 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set expected cache size] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:41 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.013) 0:02:12.075 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check cache size] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-cache.yml:47 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.013) 0:02:12.089 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up facts] ********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume.yml:27 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.014) 0:02:12.104 *********** 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_pvresizebzp7fb9v/tests/verify-role-results.yml:44 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.011) 0:02:12.115 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:54 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.011) 0:02:12.126 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } TASK [Remove both of the LVM logical volumes in 'foo' created above] *********** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:152 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.011) 0:02:12.137 *********** TASK [linux-system-roles.storage : Set platform/version specific variables] **** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:2 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.039) 0:02:12.177 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:2 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.016) 0:02:12.193 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:8 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.017) 0:02:12.211 *********** 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_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:26 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.032) 0:02:12.243 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/set_vars.yml:31 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.012) 0:02:12.256 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:5 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.012) 0:02:12.268 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:9 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.011) 0:02:12.280 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main.yml:13 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.012) 0:02:12.292 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:2 Tuesday 07 May 2024 00:05:04 +0000 (0:00:00.023) 0:02:12.316 *********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "python-enum34-1.0.4-1.el7.noarch providing python-enum34 is already installed", "1:python2-blivet3-3.1.3-3.el7.noarch providing python-blivet3 is already installed", "libblockdev-crypto-2.18-5.el7.x86_64 providing libblockdev-crypto is already installed", "libblockdev-dm-2.18-5.el7.x86_64 providing libblockdev-dm is already installed", "libblockdev-lvm-2.18-5.el7.x86_64 providing libblockdev-lvm is already installed", "libblockdev-mdraid-2.18-5.el7.x86_64 providing libblockdev-mdraid is already installed", "libblockdev-swap-2.18-5.el7.x86_64 providing libblockdev-swap is already installed" ] } TASK [linux-system-roles.storage : Show storage_pools] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:11 Tuesday 07 May 2024 00:05:05 +0000 (0:00:00.652) 0:02:12.968 *********** ok: [sut] => { "storage_pools": [ { "disks": [ "sdh" ], "name": "foo", "state": "absent" } ] } TASK [linux-system-roles.storage : Show storage_volumes] *********************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:16 Tuesday 07 May 2024 00:05:05 +0000 (0:00:00.015) 0:02:12.983 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 Tuesday 07 May 2024 00:05:05 +0000 (0:00:00.013) 0:02:12.997 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:34 Tuesday 07 May 2024 00:05:09 +0000 (0:00:04.470) 0:02:17.467 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:2 Tuesday 07 May 2024 00:05:09 +0000 (0:00:00.021) 0:02:17.489 *********** TASK [linux-system-roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:13 Tuesday 07 May 2024 00:05:09 +0000 (0:00:00.011) 0:02:17.501 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.storage : Enable COPRs] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/enable_coprs.yml:20 Tuesday 07 May 2024 00:05:09 +0000 (0:00:00.013) 0:02:17.514 *********** TASK [linux-system-roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:41 Tuesday 07 May 2024 00:05:09 +0000 (0:00:00.011) 0:02:17.525 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 Tuesday 07 May 2024 00:05:10 +0000 (0:00:00.421) 0:02:17.946 *********** 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" }, "lvm2-pvscan@8:112.service": { "name": "lvm2-pvscan@8:112.service", "source": "systemd", "state": "stopped", "status": "unknown" }, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:64 Tuesday 07 May 2024 00:05:11 +0000 (0:00:00.904) 0:02:18.851 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:78 Tuesday 07 May 2024 00:05:11 +0000 (0:00:00.019) 0:02:18.870 *********** TASK [linux-system-roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Tuesday 07 May 2024 00:05:11 +0000 (0:00:00.011) 0:02:18.881 *********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test2", "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/test2", "src": "/dev/mapper/foo-test2", "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": [] } ], "volumes": [] } TASK [linux-system-roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:98 Tuesday 07 May 2024 00:05:16 +0000 (0:00:05.017) 0:02:23.899 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:110 Tuesday 07 May 2024 00:05:16 +0000 (0:00:00.013) 0:02:23.912 *********** TASK [linux-system-roles.storage : Show blivet_output] ************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:116 Tuesday 07 May 2024 00:05:16 +0000 (0:00:00.011) 0:02:23.923 *********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test2", "fs_type": "ext4" }, { "action": "destroy device", "device": "/dev/mapper/foo-test2", "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/test2", "src": "/dev/mapper/foo-test2", "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": [] } ], "volumes": [] } } TASK [linux-system-roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:125 Tuesday 07 May 2024 00:05:16 +0000 (0:00:00.015) 0:02:23.938 *********** 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": [] } ] }, "changed": false } TASK [linux-system-roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:129 Tuesday 07 May 2024 00:05:16 +0000 (0:00:00.013) 0:02:23.952 *********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [linux-system-roles.storage : Remove obsolete mounts] ********************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:145 Tuesday 07 May 2024 00:05:16 +0000 (0:00:00.014) 0:02:23.967 *********** changed: [sut] => (item={'src': '/dev/mapper/foo-test2', 'state': 'absent', 'path': '/opt/test2', 'fstype': 'ext4'}) => { "ansible_loop_var": "mount_info", "changed": true, "dump": "0", "fstab": "/etc/fstab", "fstype": "ext4", "mount_info": { "fstype": "ext4", "path": "/opt/test2", "src": "/dev/mapper/foo-test2", "state": "absent" }, "name": "/opt/test2", "opts": "defaults", "passno": "0", "src": "/dev/mapper/foo-test2" } TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:157 Tuesday 07 May 2024 00:05:16 +0000 (0:00:00.157) 0:02:24.124 *********** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [linux-system-roles.storage : Set up new/current mounts] ****************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:162 Tuesday 07 May 2024 00:05:16 +0000 (0:00:00.298) 0:02:24.423 *********** TASK [linux-system-roles.storage : Manage mount ownership/permissions] ********* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:174 Tuesday 07 May 2024 00:05:16 +0000 (0:00:00.012) 0:02:24.436 *********** TASK [linux-system-roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:189 Tuesday 07 May 2024 00:05:16 +0000 (0:00:00.012) 0:02:24.449 *********** 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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:197 Tuesday 07 May 2024 00:05:17 +0000 (0:00:00.282) 0:02:24.731 *********** ok: [sut] => { "changed": false, "stat": { "atime": 1715039277.825739, "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_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:202 Tuesday 07 May 2024 00:05:17 +0000 (0:00:00.148) 0:02:24.880 *********** TASK [linux-system-roles.storage : Update facts] ******************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Tuesday 07 May 2024 00:05:17 +0000 (0:00:00.011) 0:02:24.891 *********** ok: [sut] TASK [Verify role results] ***************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/tests_lvm_percent_size.yml:161 Tuesday 07 May 2024 00:05:17 +0000 (0:00:00.518) 0:02:25.410 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml for sut TASK [Print out pool information] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:2 Tuesday 07 May 2024 00:05:17 +0000 (0:00:00.029) 0:02:25.440 *********** 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": [] } ] } TASK [Print out volume information] ******************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:7 Tuesday 07 May 2024 00:05:17 +0000 (0:00:00.016) 0:02:25.457 *********** skipping: [sut] => {} TASK [Collect info about the volumes.] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:15 Tuesday 07 May 2024 00:05:17 +0000 (0:00:00.012) 0:02:25.470 *********** 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_pvresizebzp7fb9v/tests/verify-role-results.yml:20 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.148) 0:02:25.618 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003611", "end": "2024-05-07 00:05:18.186181", "rc": 0, "start": "2024-05-07 00:05:18.182570" } 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_pvresizebzp7fb9v/tests/verify-role-results.yml:25 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.141) 0:02:25.759 *********** ok: [sut] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003434", "end": "2024-05-07 00:05:18.329078", "failed_when_result": false, "rc": 0, "start": "2024-05-07 00:05:18.325644" } TASK [Verify the volumes listed in storage_pools were correctly managed] ******* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:34 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.142) 0:02:25.901 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml for sut TASK [Set _storage_pool_tests] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:5 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.023) 0:02:25.925 *********** ok: [sut] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } TASK [Get VG shared value status] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:18 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.011) 0:02:25.936 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that VG shared value checks out] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:24 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.011) 0:02:25.948 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify pool subset] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool.yml:34 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.012) 0:02:25.960 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml for sut included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:2 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.026) 0:02:25.986 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } TASK [Get the canonical device path for each member device] ******************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:13 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.016) 0:02:26.003 *********** TASK [Set pvs lvm length] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:22 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.010) 0:02:26.013 *********** ok: [sut] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } TASK [Set pool pvs] ************************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:27 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.014) 0:02:26.028 *********** ok: [sut] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } TASK [Verify PV count] ********************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:33 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.015) 0:02:26.043 *********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:42 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.017) 0:02:26.061 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:48 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.014) 0:02:26.075 *********** ok: [sut] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } TASK [Set expected pv type] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:54 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.014) 0:02:26.090 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the type of each PV] *********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:59 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.010) 0:02:26.101 *********** TASK [Check that blivet supports PV grow to fill] ****************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:73 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.009) 0:02:26.110 *********** ok: [sut] => { "changed": false, "rc": 0 } STDOUT: False STDERR: Shared connection to 10.31.12.207 closed. TASK [Verify that PVs fill the whole devices when they should] ***************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:82 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.195) 0:02:26.306 *********** TASK [Check MD RAID] *********************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:92 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.011) 0:02:26.317 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml for sut TASK [Get information about RAID] ********************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:8 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.021) 0:02:26.339 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set active devices regex] ************************************************ task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:14 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.012) 0:02:26.352 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set spare devices regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:21 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.011) 0:02:26.363 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md version regex] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:28 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.012) 0:02:26.376 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set md chunk size regex] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:35 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.012) 0:02:26.388 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Parse the chunk size] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:45 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.012) 0:02:26.401 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID active devices count] ***************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:54 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.012) 0:02:26.413 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID spare devices count] ****************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:64 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.012) 0:02:26.425 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID metadata version] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:74 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.010) 0:02:26.436 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check RAID chunk size] *************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:85 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.011) 0:02:26.447 *********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Reset variables used by tests] ******************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-md.yml:95 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.010) 0:02:26.458 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:95 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.010) 0:02:26.469 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml for sut TASK [Validate pool member LVM RAID settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-lvmraid.yml:2 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.024) 0:02:26.493 *********** TASK [Check Thin Pools] ******************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:98 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.011) 0:02:26.504 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml for sut TASK [Validate pool member thinpool settings] ********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-thin.yml:2 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.023) 0:02:26.528 *********** TASK [Check member encryption] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:101 Tuesday 07 May 2024 00:05:18 +0000 (0:00:00.010) 0:02:26.539 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml for sut TASK [Set test variables] ****************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:5 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.025) 0:02:26.564 *********** 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_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:13 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.014) 0:02:26.578 *********** TASK [Validate pool member crypttab entries] *********************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:20 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.009) 0:02:26.588 *********** TASK [Clear test variables] **************************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-encryption.yml:27 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.009) 0:02:26.598 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:104 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.011) 0:02:26.610 *********** included: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml for sut TASK [Validate pool member VDO settings] *************************************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-pool-members-vdo.yml:2 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.026) 0:02:26.636 *********** TASK [Clean up test variables] ************************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-pool-members.yml:107 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.011) 0:02:26.647 *********** 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_pvresizebzp7fb9v/tests/test-verify-pool-volumes.yml:3 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.010) 0:02:26.658 *********** TASK [Verify the volumes with no pool were correctly managed] ****************** task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:44 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.011) 0:02:26.670 *********** TASK [Clean up variable namespace] ********************************************* task path: /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:54 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.009) 0:02:26.679 *********** ok: [sut] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=817 changed=12 unreachable=0 failed=1 skipped=838 rescued=1 ignored=0 Tuesday 07 May 2024 00:05:19 +0000 (0:00:00.006) 0:02:26.686 *********** =============================================================================== linux-system-roles.storage : Make sure blivet is available ------------- 11.33s /WORKDIR/git-main-support_pvresizebzp7fb9v/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 --- 5.81s /WORKDIR/git-main-support_pvresizebzp7fb9v/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.51s /WORKDIR/git-main-support_pvresizebzp7fb9v/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.32s /WORKDIR/git-main-support_pvresizebzp7fb9v/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.16s /WORKDIR/git-main-support_pvresizebzp7fb9v/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.02s /WORKDIR/git-main-support_pvresizebzp7fb9v/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.01s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 linux-system-roles.storage : Get required packages ---------------------- 4.55s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get required packages ---------------------- 4.47s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get required packages ---------------------- 4.45s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get required packages ---------------------- 4.36s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get required packages ---------------------- 4.32s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get required packages ---------------------- 4.14s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Get required packages ---------------------- 4.02s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:21 linux-system-roles.storage : Manage the pools and volumes to match the specified state --- 3.82s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:84 Ensure cryptsetup is present -------------------------------------------- 1.99s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/test-verify-volume-encryption.yml:10 linux-system-roles.storage : Update facts ------------------------------- 1.52s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:224 Collect info about the volumes. ----------------------------------------- 1.15s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/verify-role-results.yml:15 --- linux-system-roles.storage : Get service facts -------------------------- 1.00s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 linux-system-roles.storage : Get service facts -------------------------- 0.93s /WORKDIR/git-main-support_pvresizebzp7fb9v/tests/roles/linux-system-roles.storage/tasks/main-blivet.yml:57 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---