# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_no_space_fail.yml ********************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_no_space_fail.yml PLAY [Verify snapshot action fails if no space is available] ******************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_no_space_fail.yml:2 Friday 01 March 2024 21:08:51 +0000 (0:00:00.032) 0:00:00.032 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_no_space_fail.yml:18 Friday 01 March 2024 21:08:52 +0000 (0:00:00.965) 0:00:00.998 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:10 Friday 01 March 2024 21:08:52 +0000 (0:00:00.012) 0:00:01.011 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set mount parent] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:15 Friday 01 March 2024 21:08:53 +0000 (0:00:00.331) 0:00:01.343 ********** ok: [sut] => { "ansible_facts": { "test_mnt_parent": "/mnt" }, "changed": false } TASK [Run the storage role install base packages] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:19 Friday 01 March 2024 21:08:53 +0000 (0:00:00.017) 0:00:01.360 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:08:53 +0000 (0:00:00.015) 0:00:01.376 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:08:53 +0000 (0:00:00.013) 0:00:01.389 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:08:53 +0000 (0:00:00.018) 0:00:01.407 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:08:53 +0000 (0:00:00.025) 0:00:01.432 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:08:53 +0000 (0:00:00.215) 0:00:01.647 ********** ok: [sut] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:08:53 +0000 (0:00:00.013) 0:00:01.661 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:08:53 +0000 (0:00:00.009) 0:00:01.670 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:08:53 +0000 (0:00:00.009) 0:00:01.680 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:08:53 +0000 (0:00:00.026) 0:00:01.706 ********** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libblockdev-kbd-2.28-6.el8.x86_64", "Installed: lvm2-8:2.03.14-9.el8.x86_64", "Installed: libblockdev-loop-2.28-6.el8.x86_64", "Installed: ndctl-71.1-7.el8.x86_64", "Installed: device-mapper-event-8:1.02.181-9.el8.x86_64", "Installed: lvm2-libs-8:2.03.14-9.el8.x86_64", "Installed: libblockdev-lvm-2.28-6.el8.x86_64", "Installed: ndctl-libs-71.1-7.el8.x86_64", "Installed: blivet-data-1:3.6.0-8.el8.noarch", "Installed: device-mapper-event-libs-8:1.02.181-9.el8.x86_64", "Installed: python3-blivet-1:3.6.0-8.el8.noarch", "Installed: python3-blockdev-2.28-6.el8.x86_64", "Installed: userspace-rcu-0.10.1-4.el8.x86_64", "Installed: libblockdev-mdraid-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-0.8.4-41.el8.x86_64", "Installed: python3-bytesize-1.4-3.el8.x86_64", "Installed: libblockdev-mpath-2.28-6.el8.x86_64", "Installed: device-mapper-multipath-libs-0.8.4-41.el8.x86_64", "Installed: device-mapper-persistent-data-0.9.0-7.el8.x86_64", "Installed: vdo-6.2.9.7-14.el8.x86_64", "Installed: libblockdev-nvdimm-2.28-6.el8.x86_64", "Installed: mdadm-4.2-13.el8.x86_64", "Installed: libblockdev-part-2.28-6.el8.x86_64", "Installed: libblockdev-swap-2.28-6.el8.x86_64", "Installed: libaio-0.3.112-1.el8.x86_64", "Installed: libblockdev-2.28-6.el8.x86_64", "Installed: libblockdev-utils-2.28-6.el8.x86_64", "Installed: volume_key-libs-0.3.11-6.el8.x86_64", "Installed: libblockdev-crypto-2.28-6.el8.x86_64", "Installed: python3-pyparted-1:3.11.7-4.el8.x86_64", "Installed: daxctl-libs-71.1-7.el8.x86_64", "Installed: libblockdev-dm-2.28-6.el8.x86_64", "Installed: kmod-kvdo-6.2.8.7-94.el8.x86_64", "Installed: libbytesize-1.4-3.el8.x86_64", "Installed: libblockdev-fs-2.28-6.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64" ] } TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:09:41 +0000 (0:00:47.673) 0:00:49.379 ********** ok: [sut] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined. 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:09:41 +0000 (0:00:00.011) 0:00:49.391 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:09:41 +0000 (0:00:00.010) 0:00:49.401 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:09:41 +0000 (0:00:00.578) 0:00:49.980 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:09:41 +0000 (0:00:00.018) 0:00:49.999 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:09:41 +0000 (0:00:00.015) 0:00:50.015 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:09:41 +0000 (0:00:00.015) 0:00:50.030 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:09:41 +0000 (0:00:00.014) 0:00:50.045 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:09:44 +0000 (0:00:02.384) 0:00:52.430 ********** 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" }, "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" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "stopped", "status": "disabled" }, "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-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "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.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.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-onfailure.service": { "name": "dracut-shutdown-onfailure.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" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-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" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "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-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" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-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-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-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-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-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:09:45 +0000 (0:00:01.768) 0:00:54.198 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:09:45 +0000 (0:00:00.029) 0:00:54.228 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:09:45 +0000 (0:00:00.009) 0:00:54.238 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:09:46 +0000 (0:00:00.374) 0:00:54.612 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:09:46 +0000 (0:00:00.020) 0:00:54.632 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:09:46 +0000 (0:00:00.012) 0:00:54.645 ********** ok: [sut] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:09:46 +0000 (0:00:00.015) 0:00:54.660 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:09:46 +0000 (0:00:00.014) 0:00:54.675 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:09:46 +0000 (0:00:00.013) 0:00:54.689 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:09:46 +0000 (0:00:00.020) 0:00:54.709 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:09:46 +0000 (0:00:00.013) 0:00:54.723 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:09:46 +0000 (0:00:00.025) 0:00:54.748 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:09:46 +0000 (0:00:00.025) 0:00:54.774 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:09:46 +0000 (0:00:00.010) 0:00:54.784 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709327048.635608, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:09:46 +0000 (0:00:00.212) 0:00:54.997 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:09:46 +0000 (0:00:00.009) 0:00:55.006 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:23 Friday 01 March 2024 21:09:47 +0000 (0:00:00.768) 0:00:55.775 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:09:47 +0000 (0:00:00.017) 0:00:55.793 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:09:47 +0000 (0:00:00.192) 0:00:55.985 ********** ok: [sut] => { "ansible_facts": { "__snapshot_is_ostree": false }, "changed": false } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:09:47 +0000 (0:00:00.016) 0:00:56.002 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:09:50 +0000 (0:00:02.451) 0:00:58.454 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ], "info": [] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:09:50 +0000 (0:00:00.289) 0:00:58.744 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:09:50 +0000 (0:00:00.012) 0:00:58.756 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:09:50 +0000 (0:00:00.012) 0:00:58.768 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:09:50 +0000 (0:00:00.018) 0:00:58.787 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:09:50 +0000 (0:00:00.022) 0:00:58.810 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Create LVM logical volumes under volume groups] ************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/setup.yml:29 Friday 01 March 2024 21:09:50 +0000 (0:00:00.018) 0:00:58.829 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:09:50 +0000 (0:00:00.024) 0:00:58.853 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:09:50 +0000 (0:00:00.017) 0:00:58.871 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:09:50 +0000 (0:00:00.021) 0:00:58.892 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:09:50 +0000 (0:00:00.029) 0:00:58.921 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:09:50 +0000 (0:00:00.013) 0:00:58.935 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:09:50 +0000 (0:00:00.012) 0:00:58.948 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:09:50 +0000 (0:00:00.011) 0:00:58.959 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:09:50 +0000 (0:00:00.028) 0:00:58.987 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:09:50 +0000 (0:00:00.028) 0:00:59.015 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:09:53 +0000 (0:00:02.530) 0:01:01.546 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "volumes": [ { "name": "lv1", "size": "100%" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:09:53 +0000 (0:00:00.032) 0:01:01.579 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:09:53 +0000 (0:00:00.020) 0:01:01.599 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [ "lvm2" ], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:09:57 +0000 (0:00:04.252) 0:01:05.851 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:09:57 +0000 (0:00:00.022) 0:01:05.874 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:09:57 +0000 (0:00:00.017) 0:01:05.891 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:09:57 +0000 (0:00:00.018) 0:01:05.910 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:09:57 +0000 (0:00:00.018) 0:01:05.929 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:10:00 +0000 (0:00:02.470) 0:01:08.399 ********** 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" }, "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" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "stopped", "status": "disabled" }, "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-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "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.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.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-onfailure.service": { "name": "dracut-shutdown-onfailure.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" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-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" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "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-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" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-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-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-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-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-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:10:01 +0000 (0:00:01.679) 0:01:10.079 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:10:01 +0000 (0:00:00.032) 0:01:10.111 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:10:01 +0000 (0:00:00.009) 0:01:10.120 ********** changed: [sut] => { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1", "/dev/mapper/test_vg1-lv1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "100%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:10:07 +0000 (0:00:05.430) 0:01:15.550 ********** ok: [sut] => { "changed": false, "cmd": [ "udevadm", "trigger", "--subsystem-match=block" ], "delta": "0:00:00.011620", "end": "2024-03-01 21:10:07.481122", "rc": 0, "start": "2024-03-01 21:10:07.469502" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:10:07 +0000 (0:00:00.284) 0:01:15.835 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:10:07 +0000 (0:00:00.009) 0:01:15.844 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdk", "/dev/sdl", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1", "/dev/mapper/test_vg1-lv1" ], "mounts": [], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "100%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:10:07 +0000 (0:00:00.014) 0:01:15.859 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "xfs", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": "", "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "100%", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:10:07 +0000 (0:00:00.014) 0:01:15.874 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:10:07 +0000 (0:00:00.012) 0:01:15.886 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:10:07 +0000 (0:00:00.018) 0:01:15.905 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:10:07 +0000 (0:00:00.010) 0:01:15.915 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:10:07 +0000 (0:00:00.018) 0:01:15.934 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:10:07 +0000 (0:00:00.018) 0:01:15.952 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:10:07 +0000 (0:00:00.011) 0:01:15.963 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709327048.635608, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:10:07 +0000 (0:00:00.209) 0:01:16.173 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:10:07 +0000 (0:00:00.010) 0:01:16.183 ********** ok: [sut] TASK [Test failure of creating snapshot] *************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_no_space_fail.yml:21 Friday 01 March 2024 21:10:12 +0000 (0:00:04.787) 0:01:20.971 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml for sut TASK [Show __snapshot_failed_params] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:4 Friday 01 March 2024 21:10:12 +0000 (0:00:00.017) 0:01:20.988 ********** ok: [sut] => { "__snapshot_failed_params": { "snapshot_all": true, "snapshot_lvm_action": "snapshot", "snapshot_lvm_percent_space_required": 15, "snapshot_lvm_snapset_name": "snapset1" } } TASK [Verify role returns error] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:9 Friday 01 March 2024 21:10:12 +0000 (0:00:00.012) 0:01:21.000 ********** TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:3 Friday 01 March 2024 21:10:12 +0000 (0:00:00.021) 0:01:21.022 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.snapshot : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:2 Friday 01 March 2024 21:10:12 +0000 (0:00:00.017) 0:01:21.039 ********** skipping: [sut] => { "changed": false, "false_condition": "__snapshot_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Check if system is ostree] ********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:10 Friday 01 March 2024 21:10:12 +0000 (0:00:00.021) 0:01:21.061 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:15 Friday 01 March 2024 21:10:12 +0000 (0:00:00.013) 0:01:21.075 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/set_vars.yml:19 Friday 01 March 2024 21:10:12 +0000 (0:00:00.013) 0:01:21.089 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "__snapshot_packages": [ "lvm2", "util-linux" ], "__snapshot_python": "/usr/libexec/platform-python" }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.snapshot : Ensure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Friday 01 March 2024 21:10:12 +0000 (0:00:00.032) 0:01:21.121 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.snapshot : Show snapshot command] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:12 Friday 01 March 2024 21:10:15 +0000 (0:00:02.408) 0:01:23.529 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -a -r 15 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 21:10:15 +0000 (0:00:00.031) 0:01:23.561 ********** fatal: [sut]: FAILED! => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.snapshot : Raise error] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:28 Friday 01 March 2024 21:10:15 +0000 (0:00:00.300) 0:01:23.861 ********** fatal: [sut]: FAILED! => { "changed": false } MSG: {'changed': False, 'rc': 1, 'stdout': '{\r\n "return_code": 1,\r\n "errors": [\r\n "insufficient space for snapshots"\r\n ],\r\n "changed": false\r\n}', 'stdout_lines': ['{', ' "return_code": 1,', ' "errors": [', ' "insufficient space for snapshots"', ' ],', ' "changed": false', '}'], 'stderr': 'Shared connection to 10.31.10.173 closed.\r\n', 'stderr_lines': ['Shared connection to 10.31.10.173 closed.'], 'failed': True, 'msg': 'non-zero return code', 'exception': 'NoneType: None\n', '_ansible_no_log': True} TASK [fedora.linux_system_roles.snapshot : Print out response] ***************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:33 Friday 01 March 2024 21:10:15 +0000 (0:00:00.013) 0:01:23.875 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "exception": "NoneType: None\n", "failed": true, "msg": "non-zero return code", "rc": 1, "stderr": "Shared connection to 10.31.10.173 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.173 closed." ], "stdout": "{\r\n \"return_code\": 1,\r\n \"errors\": [\r\n \"insufficient space for snapshots\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 1,", " \"errors\": [", " \"insufficient space for snapshots\"", " ],", " \"changed\": false", "}" ] } } TASK [fedora.linux_system_roles.snapshot : Parse raw output] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:38 Friday 01 March 2024 21:10:15 +0000 (0:00:00.012) 0:01:23.888 ********** ok: [sut] => { "ansible_facts": { "snapshot_cmd": { "changed": false, "errors": [ "insufficient space for snapshots" ], "return_code": 1 } }, "changed": false } TASK [fedora.linux_system_roles.snapshot : Set snapshot_facts to the JSON results] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:43 Friday 01 March 2024 21:10:15 +0000 (0:00:00.026) 0:01:23.915 ********** skipping: [sut] => { "changed": false, "false_condition": "snapshot_lvm_action == \"list\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.snapshot : Show errors] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:48 Friday 01 March 2024 21:10:15 +0000 (0:00:00.010) 0:01:23.925 ********** ok: [sut] => { "snapshot_cmd[\"errors\"]": [ "insufficient space for snapshots" ] } TASK [Debug] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:32 Friday 01 March 2024 21:10:15 +0000 (0:00:00.013) 0:01:23.939 ********** ok: [sut] => { "ansible_failed_result": { "changed": false, "failed": true, "msg": { "changed": false, "exception": "NoneType: None\n", "failed": true, "msg": "non-zero return code", "rc": 1, "stderr": "Shared connection to 10.31.10.173 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.10.173 closed." ], "stdout": "{\r\n \"return_code\": 1,\r\n \"errors\": [\r\n \"insufficient space for snapshots\"\r\n ],\r\n \"changed\": false\r\n}", "stdout_lines": [ "{", " \"return_code\": 1,", " \"errors\": [", " \"insufficient space for snapshots\"", " ],", " \"changed\": false", "}" ] } } } TASK [Check that there was a failure in the role] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:36 Friday 01 March 2024 21:10:15 +0000 (0:00:00.012) 0:01:23.951 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Debug snapshot_cmd] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:41 Friday 01 March 2024 21:10:15 +0000 (0:00:00.012) 0:01:23.963 ********** ok: [sut] => { "snapshot_cmd": { "changed": false, "errors": [ "insufficient space for snapshots" ], "return_code": 1 } } TASK [Debug __snapshot_failed_regex] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:46 Friday 01 March 2024 21:10:15 +0000 (0:00:00.012) 0:01:23.975 ********** ok: [sut] => { "__snapshot_failed_regex": "insufficient space for snapshots" } TASK [Verify return code and message is correct] ******************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:60 Friday 01 March 2024 21:10:15 +0000 (0:00:00.013) 0:01:23.989 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert role reported changes correctly] ********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/verify-role-failed.yml:71 Friday 01 March 2024 21:10:15 +0000 (0:00:00.017) 0:01:24.007 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_no_space_fail.yml:33 Friday 01 March 2024 21:10:15 +0000 (0:00:00.012) 0:01:24.019 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml for sut TASK [Remove storage volumes] ************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:7 Friday 01 March 2024 21:10:15 +0000 (0:00:00.016) 0:01:24.036 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 21:10:15 +0000 (0:00:00.038) 0:01:24.075 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 21:10:15 +0000 (0:00:00.018) 0:01:24.094 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 21:10:15 +0000 (0:00:00.022) 0:01:24.116 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 21:10:15 +0000 (0:00:00.030) 0:01:24.147 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 21:10:15 +0000 (0:00:00.013) 0:01:24.161 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 21:10:15 +0000 (0:00:00.014) 0:01:24.176 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 21:10:15 +0000 (0:00:00.011) 0:01:24.188 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 21:10:15 +0000 (0:00:00.011) 0:01:24.199 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 21:10:15 +0000 (0:00:00.027) 0:01:24.226 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 21:10:18 +0000 (0:00:02.420) 0:01:26.646 ********** ok: [sut] => { "storage_pools": [ { "disks": [ "sda", "sdb", "sdc" ], "name": "test_vg1", "state": "absent", "volumes": [ { "name": "lv1", "state": "absent" } ] } ] } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 01 March 2024 21:10:18 +0000 (0:00:00.025) 0:01:26.672 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 21:10:18 +0000 (0:00:00.012) 0:01:26.685 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 21:10:22 +0000 (0:00:04.599) 0:01:31.284 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 21:10:22 +0000 (0:00:00.022) 0:01:31.307 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 21:10:23 +0000 (0:00:00.021) 0:01:31.329 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 21:10:23 +0000 (0:00:00.018) 0:01:31.348 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 21:10:23 +0000 (0:00:00.017) 0:01:31.365 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 21:10:25 +0000 (0:00:02.431) 0:01:33.797 ********** 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" }, "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" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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": "stopped", "status": "disabled" }, "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-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "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.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.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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-onfailure.service": { "name": "dracut-shutdown-onfailure.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" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-activation.service": { "name": "lvm2-activation.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-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:0.service": { "name": "lvm2-pvscan@8:0.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:16.service": { "name": "lvm2-pvscan@8:16.service", "source": "systemd", "state": "stopped", "status": "active" }, "lvm2-pvscan@8:32.service": { "name": "lvm2-pvscan@8:32.service", "source": "systemd", "state": "stopped", "status": "active" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ndctl-monitor.service": { "name": "ndctl-monitor.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "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" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "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-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" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-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-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-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-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-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "vdo-start-by-dev@.service": { "name": "vdo-start-by-dev@.service", "source": "systemd", "state": "unknown", "status": "static" }, "vdo.service": { "name": "vdo.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 01 March 2024 21:10:27 +0000 (0:00:01.695) 0:01:35.492 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 21:10:27 +0000 (0:00:00.030) 0:01:35.522 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 21:10:27 +0000 (0:00:00.009) 0:01:35.531 ********** changed: [sut] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 3196059648, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 01 March 2024 21:10:33 +0000 (0:00:05.915) 0:01:41.447 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 21:10:33 +0000 (0:00:00.019) 0:01:41.467 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 21:10:33 +0000 (0:00:00.009) 0:01:41.476 ********** ok: [sut] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sda", "/dev/sdb", "/dev/sdk", "/dev/sdl", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/sdj", "/dev/xvda1" ], "mounts": [], "packages": [ "xfsprogs" ], "pools": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 3196059648, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:110 Friday 01 March 2024 21:10:33 +0000 (0:00:00.015) 0:01:41.491 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda", "sdb", "sdc" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "name": "test_vg1", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/test_vg1-lv1", "_mount_id": "/dev/mapper/test_vg1-lv1", "_raw_device": "/dev/mapper/test_vg1-lv1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda", "sdb", "sdc" ], "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": null, "mount_user": null, "name": "lv1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": 3196059648, "state": "absent", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:114 Friday 01 March 2024 21:10:33 +0000 (0:00:00.013) 0:01:41.505 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 21:10:33 +0000 (0:00:00.012) 0:01:41.517 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 21:10:33 +0000 (0:00:00.018) 0:01:41.536 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 21:10:33 +0000 (0:00:00.011) 0:01:41.547 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 21:10:33 +0000 (0:00:00.019) 0:01:41.566 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 21:10:33 +0000 (0:00:00.018) 0:01:41.585 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 21:10:33 +0000 (0:00:00.010) 0:01:41.596 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709327048.635608, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "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": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 21:10:34 +0000 (0:00:01.204) 0:01:42.800 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 21:10:34 +0000 (0:00:00.010) 0:01:42.810 ********** ok: [sut] TASK [Save unused_disk_return before verify] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:29 Friday 01 March 2024 21:10:35 +0000 (0:00:00.788) 0:01:43.599 ********** ok: [sut] => { "ansible_facts": { "unused_disks_before": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj" ] }, "changed": false } TASK [Verify that pools/volumes used in test are removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:33 Friday 01 March 2024 21:10:35 +0000 (0:00:00.012) 0:01:43.611 ********** included: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:5 Friday 01 March 2024 21:10:35 +0000 (0:00:00.016) 0:01:43.627 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:10 Friday 01 March 2024 21:10:35 +0000 (0:00:00.013) 0:01:43.641 ********** skipping: [sut] => { "changed": false, "false_condition": "not __snapshot_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [Ensure test packages] **************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 Friday 01 March 2024 21:10:35 +0000 (0:00:00.012) 0:01:43.653 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:23 Friday 01 March 2024 21:10:37 +0000 (0:00:02.467) 0:01:46.121 ********** ok: [sut] => { "changed": false, "disks": [ "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sda] attrs [{'type': 'disk', 'size': '1073741824', 'fstype': 'LVM2_member'}] has fstype" ] } TASK [Set unused_disks if necessary] ******************************************* task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:31 Friday 01 March 2024 21:10:38 +0000 (0:00:00.215) 0:01:46.336 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] }, "changed": false } TASK [Print unused disks] ****************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:36 Friday 01 March 2024 21:10:38 +0000 (0:00:00.012) 0:01:46.349 ********** ok: [sut] => { "unused_disks": [ "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ] } TASK [Print info from find_unused_disk] **************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:44 Friday 01 March 2024 21:10:38 +0000 (0:00:00.011) 0:01:46.361 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:49 Friday 01 March 2024 21:10:38 +0000 (0:00:00.021) 0:01:46.382 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:58 Friday 01 March 2024 21:10:38 +0000 (0:00:00.018) 0:01:46.401 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Debug why list of unused disks has changed] ****************************** task path: /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tasks/cleanup.yml:39 Friday 01 March 2024 21:10:38 +0000 (0:00:00.018) 0:01:46.420 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nmount -f -l\ndf -H\nlvs --all\npvs --all\nvgs --all\ncat /tmp/snapshot_role.log || :\ncat /etc/lvm/devices/system.devices || :\nfor dev in $(lsblk -l -p -o NAME); do\n if [ \"$dev\" = NAME ]; then continue; fi\n echo blkid info with cache\n blkid \"$dev\" || :\n echo blkid info without cache\n blkid -p \"$dev\" || :\ndone\n# garbage collect\nblkid -g || :\necho lsblk after garbage collect\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\n# flush cache\nblkid -s none || :\necho lsblk after cache flush\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE\ncat /tmp/blivet.log || :\n", "delta": "0:00:00.225182", "end": "2024-03-01 21:10:38.495154", "failed_when_result": true, "rc": 0, "start": "2024-03-01 21:10:38.269972" } STDERR: + exec + mount -f -l sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=1792528k,nr_inodes=448132,mode=755) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,nodev,seclabel,mode=755) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,seclabel,mode=755) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime,seclabel) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,devices) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_cls,net_prio) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) none on /sys/kernel/tracing type tracefs (rw,relatime,seclabel) configfs on /sys/kernel/config type configfs (rw,relatime) /dev/xvda1 on / type xfs (rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=41,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=19545) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel) debugfs on /sys/kernel/debug type debugfs (rw,relatime,seclabel) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=362420k,mode=700) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 1.9G 0 1.9G 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 1.9G 26M 1.9G 2% /run tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/xvda1 269G 5.3G 264G 2% / tmpfs 372M 0 372M 0% /run/user/0 + lvs --all + pvs --all PV VG Fmt Attr PSize PFree /dev/sda --- 0 0 /dev/sdb --- 0 0 /dev/sdc --- 0 0 /dev/sdd --- 0 0 /dev/sde --- 0 0 /dev/sdf --- 0 0 /dev/sdg --- 0 0 /dev/sdh --- 0 0 /dev/sdi --- 0 0 /dev/sdj --- 0 0 /dev/sdk --- 0 0 /dev/sdl --- 0 0 /dev/xvda1 --- 0 0 + vgs --all + cat /tmp/snapshot_role.log 2024-03-01 21:10:15,468 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 21:10:15,468 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: { 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: "report": [ 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: { 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ", "vg_size":"3196059648", "vg_free":"0", "vg_extent_size":"4194304"} 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: {"lv_uuid":"rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"3196059648", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 21:10:15,495 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ", "lv_uuid":"rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP", "pv_name":"/dev/sda"}, 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC", "lv_uuid":"rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP", "pv_name":"/dev/sdc"}, 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4", "lv_uuid":"rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP", "pv_name":"/dev/sdb"} 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP"}, 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-253", "segtype":"linear", "lv_uuid":"rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP"}, 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-253", "segtype":"linear", "lv_uuid":"rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP"} 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: } 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: , 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: "log": [ 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: ] 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: } 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: VG: test_vg1 free 0 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: LV: lv1 size : 3196059648 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: LV: total 3196059648 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: space needed: 479408947.20 space available: 0 sufficient space: 0 2024-03-01 21:10:15,496 INFO snapshot-role/MainThread: exit code: 1: ['insufficient space for snapshots'] + cat /etc/lvm/devices/system.devices cat: /etc/lvm/devices/system.devices: No such file or directory + : ++ lsblk -l -p -o NAME + for dev in $(lsblk -l -p -o NAME) + '[' NAME = NAME ']' + continue + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sda + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sda + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdb = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdb + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdb + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdc = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdc + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdc + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdd = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdd + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdd + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sde = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sde + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sde + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdf = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdf + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdf + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdg = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdg + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdg + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdh = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdh + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdh + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdi = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdi + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdi + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdj = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdj + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdj + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdk = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdk + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdk + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdl = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdl + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdl + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda /dev/xvda: PTUUID="b2f85011" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="b2f85011" PTTYPE="dos" + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda1 = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="b2f85011-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="b2f85011-01" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="524285919" PART_ENTRY_DISK="202:0" + blkid -g + echo lsblk after garbage collect lsblk after garbage collect + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + cat /tmp/blivet.log 2024-03-01 21:09:41,619 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_p6dk_7ll/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:09:46,246 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ap_q7je8/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:09:53,615 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ylbcgxsl/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:09:53,680 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:53,680 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:09:53,707 INFO program/MainThread: stdout[2]: 2024-03-01 21:09:53,708 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:09:53,708 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:09:53,708 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:09:53,713 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:53,713 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:09:53,717 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:53,717 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:09:53,720 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:53,720 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:09:53,724 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:09:53,724 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:09:53,732 INFO program/MainThread: stdout: 2024-03-01 21:09:53,732 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:09:53,732 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,732 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,732 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,732 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,732 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,732 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,732 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,732 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,732 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,733 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,733 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,733 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:09:53,733 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:09:53,733 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:09:53,733 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:53,733 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:09:53,733 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:53,733 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:53,734 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:09:53,734 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:09:53,734 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:09:53,734 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:09:53,734 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:53,747 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:53,759 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:09:53,763 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:89fb67c5-4906-4720-b019-d28536dace00 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_89fb67c5-4906-4720-b019-d28536dace00 ' '/dev/disk/by-id/wwn-0x600140589fb67c549064720b019d2853 ' '/dev/disk/by-id/scsi-3600140589fb67c549064720b019d2853', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '89fb67c5-4906-4720-b019-d28536dace00', 'ID_SERIAL': '3600140589fb67c549064720b019d2853', 'ID_SERIAL_SHORT': '600140589fb67c549064720b019d2853', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140589fb67c54', 'ID_WWN_VENDOR_EXTENSION': '0x9064720b019d2853', 'ID_WWN_WITH_EXTENSION': '0x600140589fb67c549064720b019d2853', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140589fb67c549064720b019d2853', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:89fb67c5-4906-4720-b019-d28536dace00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '89fb67c5-4906-4720-b019-d28536dace00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk0', 'SCSI_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sda', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461726217'} ; 2024-03-01 21:09:53,763 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:09:53,764 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:09:53,797 INFO program/MainThread: stdout[3]: 2024-03-01 21:09:53,798 INFO program/MainThread: stderr[3]: 2024-03-01 21:09:53,798 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:09:53,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:53,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:53,812 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:09:53,817 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:09:53,817 INFO blivet/MainThread: sda is a disk 2024-03-01 21:09:53,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:09:53,818 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:09:53,821 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:09:53,825 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:09:53,825 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:09:53,828 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:09:53,829 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:09:53,829 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:09:53,829 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa22316a0) -- name = sda status = True id = 2 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 0 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda target size = 1024 MiB path = /dev/sda format args = [] original_format = None removable = False wwn = 600140589fb67c549064720b019d2853 2024-03-01 21:09:53,833 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:09:53,834 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:09:53,837 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_5b69012d-51c1-4d0b-91eb-1e975fa0197c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:5b69012d-51c1-4d0b-91eb-1e975fa0197c ' '/dev/disk/by-id/scsi-360014055b69012d51c14d0b91eb1e975 ' '/dev/disk/by-id/wwn-0x60014055b69012d51c14d0b91eb1e975', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'ID_SERIAL': '360014055b69012d51c14d0b91eb1e975', 'ID_SERIAL_SHORT': '60014055b69012d51c14d0b91eb1e975', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055b69012d5', 'ID_WWN_VENDOR_EXTENSION': '0x1c14d0b91eb1e975', 'ID_WWN_WITH_EXTENSION': '0x60014055b69012d51c14d0b91eb1e975', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055b69012d51c14d0b91eb1e975', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk1', 'SCSI_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdb', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461755596'} ; 2024-03-01 21:09:53,837 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:09:53,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:09:53,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:53,847 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:09:53,848 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:09:53,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:09:53,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:09:53,851 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:09:53,854 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:09:53,855 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:09:53,858 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:09:53,858 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:09:53,859 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:09:53,859 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa2172eb8) -- name = sdb status = True id = 7 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 16 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb target size = 1024 MiB path = /dev/sdb format args = [] original_format = None removable = False wwn = 60014055b69012d51c14d0b91eb1e975 2024-03-01 21:09:53,862 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:09:53,862 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:09:53,866 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059897cf3f182e43e6a71acda5f ' '/dev/disk/by-id/scsi-360014059897cf3f182e43e6a71acda5f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_9897cf3f-182e-43e6-a71a-cda5f998e4cc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'ID_SERIAL': '360014059897cf3f182e43e6a71acda5f', 'ID_SERIAL_SHORT': '60014059897cf3f182e43e6a71acda5f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059897cf3f1', 'ID_WWN_VENDOR_EXTENSION': '0x82e43e6a71acda5f', 'ID_WWN_WITH_EXTENSION': '0x60014059897cf3f182e43e6a71acda5f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059897cf3f182e43e6a71acda5f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk10', 'SCSI_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdk', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462442709'} ; 2024-03-01 21:09:53,866 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:09:53,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:09:53,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:53,876 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:09:53,877 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:09:53,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:09:53,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:09:53,880 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:09:53,883 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:09:53,883 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:09:53,887 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:09:53,887 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:09:53,887 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:09:53,887 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa2172e10) -- name = sdk status = True id = 12 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 160 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk target size = 1024 MiB path = /dev/sdk format args = [] original_format = None removable = False wwn = 60014059897cf3f182e43e6a71acda5f 2024-03-01 21:09:53,891 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:09:53,891 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:09:53,894 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_6f4e7632-883a-4ef6-be54-34a15fbee902 ' '/dev/disk/by-id/scsi-360014056f4e7632883a4ef6be5434a15 ' '/dev/disk/by-id/wwn-0x60014056f4e7632883a4ef6be5434a15 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:6f4e7632-883a-4ef6-be54-34a15fbee902', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6f4e7632-883a-4ef6-be54-34a15fbee902', 'ID_SERIAL': '360014056f4e7632883a4ef6be5434a15', 'ID_SERIAL_SHORT': '60014056f4e7632883a4ef6be5434a15', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f4e76328', 'ID_WWN_VENDOR_EXTENSION': '0x83a4ef6be5434a15', 'ID_WWN_WITH_EXTENSION': '0x60014056f4e7632883a4ef6be5434a15', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f4e7632883a4ef6be5434a15', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:6f4e7632-883a-4ef6-be54-34a15fbee902', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f4e7632-883a-4ef6-be54-34a15fbee902', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk11', 'SCSI_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdl', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462437550'} ; 2024-03-01 21:09:53,894 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:09:53,898 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:09:53,901 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:53,905 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:09:53,905 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:09:53,905 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:09:53,906 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:09:53,909 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:09:53,912 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:09:53,912 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:09:53,916 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:09:53,916 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:09:53,916 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:09:53,916 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa1125f60) -- name = sdl status = True id = 17 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 176 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl target size = 1024 MiB path = /dev/sdl format args = [] original_format = None removable = False wwn = 60014056f4e7632883a4ef6be5434a15 2024-03-01 21:09:53,920 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:09:53,920 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:09:53,923 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140591f6579403d44177ae4885926 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_91f65794-03d4-4177-ae48-859262178784 ' '/dev/disk/by-id/wwn-0x600140591f6579403d44177ae4885926 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:91f65794-03d4-4177-ae48-859262178784', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '91f65794-03d4-4177-ae48-859262178784', 'ID_SERIAL': '3600140591f6579403d44177ae4885926', 'ID_SERIAL_SHORT': '600140591f6579403d44177ae4885926', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140591f657940', 'ID_WWN_VENDOR_EXTENSION': '0x3d44177ae4885926', 'ID_WWN_WITH_EXTENSION': '0x600140591f6579403d44177ae4885926', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140591f6579403d44177ae4885926', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:91f65794-03d4-4177-ae48-859262178784', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '91f65794-03d4-4177-ae48-859262178784', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk2', 'SCSI_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdc', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461804031'} ; 2024-03-01 21:09:53,923 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:09:53,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:09:53,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:53,934 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:09:53,934 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:09:53,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:09:53,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:09:53,937 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:09:53,941 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:09:53,941 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:09:53,944 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:09:53,945 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:09:53,945 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:09:53,945 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa2172cc0) -- name = sdc status = True id = 22 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 32 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc target size = 1024 MiB path = /dev/sdc format args = [] original_format = None removable = False wwn = 600140591f6579403d44177ae4885926 2024-03-01 21:09:53,948 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:09:53,949 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:09:53,952 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e74a5ea2-73f5-4ade-95e5-c195c314f17a ' '/dev/disk/by-id/wwn-0x6001405e74a5ea273f54ade95e5c195c ' '/dev/disk/by-id/scsi-36001405e74a5ea273f54ade95e5c195c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'ID_SERIAL': '36001405e74a5ea273f54ade95e5c195c', 'ID_SERIAL_SHORT': '6001405e74a5ea273f54ade95e5c195c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e74a5ea27', 'ID_WWN_VENDOR_EXTENSION': '0x3f54ade95e5c195c', 'ID_WWN_WITH_EXTENSION': '0x6001405e74a5ea273f54ade95e5c195c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e74a5ea273f54ade95e5c195c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk3', 'SCSI_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdd', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461915169'} ; 2024-03-01 21:09:53,952 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:09:53,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:09:53,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:53,962 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:09:53,963 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:09:53,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:09:53,963 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:09:53,966 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:09:53,970 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:09:53,970 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:09:53,973 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:09:53,973 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:09:53,974 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:09:53,974 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa1124eb8) -- name = sdd status = True id = 27 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405e74a5ea273f54ade95e5c195c 2024-03-01 21:09:53,977 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:09:53,978 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:09:53,981 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ef1679d0fc684b6c951cbdcf4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86 ' '/dev/disk/by-id/wwn-0x6001405ef1679d0fc684b6c951cbdcf4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'ID_SERIAL': '36001405ef1679d0fc684b6c951cbdcf4', 'ID_SERIAL_SHORT': '6001405ef1679d0fc684b6c951cbdcf4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef1679d0f', 'ID_WWN_VENDOR_EXTENSION': '0xc684b6c951cbdcf4', 'ID_WWN_WITH_EXTENSION': '0x6001405ef1679d0fc684b6c951cbdcf4', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef1679d0fc684b6c951cbdcf4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk4', 'SCSI_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sde', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461876667'} ; 2024-03-01 21:09:53,981 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:09:53,984 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:09:53,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:53,991 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:09:53,992 INFO blivet/MainThread: sde is a disk 2024-03-01 21:09:53,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:09:53,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:09:53,995 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:09:53,998 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:09:53,999 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:09:54,002 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:09:54,002 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:09:54,003 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:09:54,003 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa1139550) -- name = sde status = True id = 32 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 6001405ef1679d0fc684b6c951cbdcf4 2024-03-01 21:09:54,006 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:09:54,006 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:09:54,010 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6d72e09d-2cf5-473b-a541-50aa730e881f ' '/dev/disk/by-id/wwn-0x60014056d72e09d2cf5473ba54150aa7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6d72e09d-2cf5-473b-a541-50aa730e881f ' '/dev/disk/by-id/scsi-360014056d72e09d2cf5473ba54150aa7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6d72e09d-2cf5-473b-a541-50aa730e881f', 'ID_SERIAL': '360014056d72e09d2cf5473ba54150aa7', 'ID_SERIAL_SHORT': '60014056d72e09d2cf5473ba54150aa7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d72e09d2', 'ID_WWN_VENDOR_EXTENSION': '0xcf5473ba54150aa7', 'ID_WWN_WITH_EXTENSION': '0x60014056d72e09d2cf5473ba54150aa7', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d72e09d2cf5473ba54150aa7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6d72e09d-2cf5-473b-a541-50aa730e881f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d72e09d-2cf5-473b-a541-50aa730e881f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk5', 'SCSI_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdf', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462018081'} ; 2024-03-01 21:09:54,010 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:09:54,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:09:54,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:54,020 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:09:54,021 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:09:54,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:09:54,021 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:09:54,024 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:09:54,027 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:09:54,028 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:09:54,031 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:09:54,031 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:09:54,032 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:09:54,032 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa1124d30) -- name = sdf status = True id = 37 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 60014056d72e09d2cf5473ba54150aa7 2024-03-01 21:09:54,035 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:09:54,035 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:09:54,039 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_e9a01407-e68b-4ab0-8cd3-9cc704560cdb ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:e9a01407-e68b-4ab0-8cd3-9cc704560cdb ' '/dev/disk/by-id/wwn-0x6001405e9a01407e68b4ab08cd39cc70 ' '/dev/disk/by-id/scsi-36001405e9a01407e68b4ab08cd39cc70', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'ID_SERIAL': '36001405e9a01407e68b4ab08cd39cc70', 'ID_SERIAL_SHORT': '6001405e9a01407e68b4ab08cd39cc70', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9a01407e', 'ID_WWN_VENDOR_EXTENSION': '0x68b4ab08cd39cc70', 'ID_WWN_WITH_EXTENSION': '0x6001405e9a01407e68b4ab08cd39cc70', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9a01407e68b4ab08cd39cc70', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk6', 'SCSI_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdg', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462111527'} ; 2024-03-01 21:09:54,039 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:09:54,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:09:54,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:54,049 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:09:54,050 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:09:54,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:09:54,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:09:54,053 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:09:54,056 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:09:54,056 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:09:54,060 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:09:54,060 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:09:54,060 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:09:54,061 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa1134438) -- name = sdg status = True id = 42 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 6001405e9a01407e68b4ab08cd39cc70 2024-03-01 21:09:54,064 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:09:54,064 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:09:54,068 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059f91db82980a446ba65f8b404 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:9f91db82-980a-446b-a65f-8b40438d098b ' '/dev/disk/by-id/scsi-360014059f91db82980a446ba65f8b404 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_9f91db82-980a-446b-a65f-8b40438d098b', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9f91db82-980a-446b-a65f-8b40438d098b', 'ID_SERIAL': '360014059f91db82980a446ba65f8b404', 'ID_SERIAL_SHORT': '60014059f91db82980a446ba65f8b404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059f91db829', 'ID_WWN_VENDOR_EXTENSION': '0x80a446ba65f8b404', 'ID_WWN_WITH_EXTENSION': '0x60014059f91db82980a446ba65f8b404', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059f91db82980a446ba65f8b404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:9f91db82-980a-446b-a65f-8b40438d098b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9f91db82-980a-446b-a65f-8b40438d098b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk7', 'SCSI_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdh', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462190188'} ; 2024-03-01 21:09:54,068 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:09:54,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:09:54,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:54,078 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:09:54,078 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:09:54,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:09:54,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:09:54,082 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:09:54,085 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:09:54,085 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:09:54,089 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:09:54,089 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:09:54,089 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:09:54,089 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa1124518) -- name = sdh status = True id = 47 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 60014059f91db82980a446ba65f8b404 2024-03-01 21:09:54,093 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:09:54,093 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:09:54,096 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405521f707412db4c5190785e801 ' '/dev/disk/by-id/scsi-36001405521f707412db4c5190785e801 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:521f7074-12db-4c51-9078-5e801f45e0af ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_521f7074-12db-4c51-9078-5e801f45e0af', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '521f7074-12db-4c51-9078-5e801f45e0af', 'ID_SERIAL': '36001405521f707412db4c5190785e801', 'ID_SERIAL_SHORT': '6001405521f707412db4c5190785e801', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405521f70741', 'ID_WWN_VENDOR_EXTENSION': '0x2db4c5190785e801', 'ID_WWN_WITH_EXTENSION': '0x6001405521f707412db4c5190785e801', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405521f707412db4c5190785e801', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:521f7074-12db-4c51-9078-5e801f45e0af', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '521f7074-12db-4c51-9078-5e801f45e0af', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk8', 'SCSI_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdi', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462278535'} ; 2024-03-01 21:09:54,096 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:09:54,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:09:54,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:54,107 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:09:54,107 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:09:54,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:09:54,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:09:54,111 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:09:54,114 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:09:54,114 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:09:54,118 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:09:54,118 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:09:54,118 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:09:54,118 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa1142320) -- name = sdi status = True id = 52 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405521f707412db4c5190785e801 2024-03-01 21:09:54,122 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:09:54,122 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:09:54,125 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5 ' '/dev/disk/by-id/scsi-36001405b8528bb537a64c7ab6cf4bf1f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5 ' '/dev/disk/by-id/wwn-0x6001405b8528bb537a64c7ab6cf4bf1f', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'ID_SERIAL': '36001405b8528bb537a64c7ab6cf4bf1f', 'ID_SERIAL_SHORT': '6001405b8528bb537a64c7ab6cf4bf1f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8528bb53', 'ID_WWN_VENDOR_EXTENSION': '0x7a64c7ab6cf4bf1f', 'ID_WWN_WITH_EXTENSION': '0x6001405b8528bb537a64c7ab6cf4bf1f', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8528bb537a64c7ab6cf4bf1f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk9', 'SCSI_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdj', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462360217'} ; 2024-03-01 21:09:54,125 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:09:54,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:09:54,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:54,136 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:09:54,136 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:09:54,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:09:54,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:09:54,140 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:09:54,143 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:09:54,143 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:09:54,147 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:09:54,147 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:09:54,147 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:09:54,147 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa11424a8) -- name = sdj status = True id = 57 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 6001405b8528bb537a64c7ab6cf4bf1f 2024-03-01 21:09:54,151 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:09:54,151 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:09:54,154 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '14877848'} ; 2024-03-01 21:09:54,154 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:09:54,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:54,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:54,164 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:09:54,164 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:09:54,165 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:09:54,165 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:09:54,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:09:54,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:09:54,168 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:09:54,171 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:09:54,172 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:09:54,175 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:09:54,175 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:09:54,176 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:09:54,176 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5fa1149278) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:09:54,179 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:09:54,183 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:09:54,183 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:09:54,186 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:09:54,186 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:09:54,190 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:54,190 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:09:54,194 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:54,194 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:09:54,197 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:09:54,200 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:09:54,204 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:09:54,208 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7f5fa113ad48> 2024-03-01 21:09:57,273 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:09:57,278 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:09:57,278 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:09:57,282 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5 ' '/dev/disk/by-partuuid/b2f85011-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '14881673'} ; 2024-03-01 21:09:57,282 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:09:57,282 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:09:57,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:57,292 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:09:57,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:57,298 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:57,307 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:57,324 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,327 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:09:57,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:09:57,331 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:09:57,331 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:09:57,334 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:09:57,338 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:09:57,338 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:09:57,342 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:09:57,342 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:09:57,342 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:09:57,345 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:09:57,349 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:09:57,352 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:09:57,355 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:09:57,358 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:09:57,359 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:09:57,359 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:09:57,360 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:09:57,359 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5fb0157208) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f5fa11590f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:09:57,363 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:09:57,367 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:09:57,367 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:09:57,370 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:09:57,370 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:09:57,374 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:57,374 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:09:57,377 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:09:57,378 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:09:57,379 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:09:57,380 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:09:57,383 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:09:57,383 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:09:57,387 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:09:57,387 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:09:57,387 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:09:57,398 DEBUG program/MainThread: Return code: 0 2024-03-01 21:09:57,411 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:09:57,411 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:09:57,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:57,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:57,424 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:09:57,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:57,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:57,436 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:09:57,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:57,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:57,448 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:09:57,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:57,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:57,460 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:09:57,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:57,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:57,471 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:09:57,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:09:57,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:09:57,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:09:57,483 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:09:57,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 21:10:02,134 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_0go922xc/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:10:02,170 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:02,170 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:10:02,174 INFO program/MainThread: stdout[2]: 2024-03-01 21:10:02,174 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:10:02,174 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:10:02,174 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:10:02,179 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:02,179 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:10:02,183 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:02,183 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:10:02,186 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:02,186 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:10:02,189 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:02,189 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:10:02,198 INFO program/MainThread: stdout: 2024-03-01 21:10:02,198 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:10:02,198 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,198 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,198 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,198 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,198 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,199 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,199 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,199 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,199 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,199 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,199 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,199 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:10:02,199 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:10:02,199 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:02,199 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:02,199 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:02,199 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:02,199 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:02,200 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:10:02,200 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:02,200 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:10:02,200 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:10:02,200 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:02,213 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:02,225 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 21:10:02,229 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:89fb67c5-4906-4720-b019-d28536dace00 ' '/dev/disk/by-id/scsi-3600140589fb67c549064720b019d2853 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_89fb67c5-4906-4720-b019-d28536dace00 ' '/dev/disk/by-id/wwn-0x600140589fb67c549064720b019d2853', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '89fb67c5-4906-4720-b019-d28536dace00', 'ID_SERIAL': '3600140589fb67c549064720b019d2853', 'ID_SERIAL_SHORT': '600140589fb67c549064720b019d2853', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140589fb67c54', 'ID_WWN_VENDOR_EXTENSION': '0x9064720b019d2853', 'ID_WWN_WITH_EXTENSION': '0x600140589fb67c549064720b019d2853', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140589fb67c549064720b019d2853', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:89fb67c5-4906-4720-b019-d28536dace00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '89fb67c5-4906-4720-b019-d28536dace00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk0', 'SCSI_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sda', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461726217'} ; 2024-03-01 21:10:02,229 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:10:02,230 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:02,258 INFO program/MainThread: stdout[3]: 2024-03-01 21:10:02,258 INFO program/MainThread: stderr[3]: 2024-03-01 21:10:02,258 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:10:02,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,272 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:10:02,276 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:10:02,277 INFO blivet/MainThread: sda is a disk 2024-03-01 21:10:02,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:10:02,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:10:02,281 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:10:02,284 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:10:02,284 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:10:02,288 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:10:02,288 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,289 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:10:02,289 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7884216a0) -- name = sda status = True id = 2 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 0 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda target size = 1024 MiB path = /dev/sda format args = [] original_format = None removable = False wwn = 600140589fb67c549064720b019d2853 2024-03-01 21:10:02,293 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:10:02,293 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 21:10:02,296 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:5b69012d-51c1-4d0b-91eb-1e975fa0197c ' '/dev/disk/by-id/scsi-360014055b69012d51c14d0b91eb1e975 ' '/dev/disk/by-id/wwn-0x60014055b69012d51c14d0b91eb1e975 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'ID_SERIAL': '360014055b69012d51c14d0b91eb1e975', 'ID_SERIAL_SHORT': '60014055b69012d51c14d0b91eb1e975', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055b69012d5', 'ID_WWN_VENDOR_EXTENSION': '0x1c14d0b91eb1e975', 'ID_WWN_WITH_EXTENSION': '0x60014055b69012d51c14d0b91eb1e975', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055b69012d51c14d0b91eb1e975', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk1', 'SCSI_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdb', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461755596'} ; 2024-03-01 21:10:02,296 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:10:02,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,306 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:10:02,307 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:10:02,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 21:10:02,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 21:10:02,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:10:02,314 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:10:02,314 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:10:02,317 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:10:02,317 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,318 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 21:10:02,318 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc788362e80) -- name = sdb status = True id = 7 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 16 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb target size = 1024 MiB path = /dev/sdb format args = [] original_format = None removable = False wwn = 60014055b69012d51c14d0b91eb1e975 2024-03-01 21:10:02,321 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:10:02,321 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 21:10:02,325 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:9897cf3f-182e-43e6-a71a-cda5f998e4cc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_9897cf3f-182e-43e6-a71a-cda5f998e4cc ' '/dev/disk/by-id/wwn-0x60014059897cf3f182e43e6a71acda5f ' '/dev/disk/by-id/scsi-360014059897cf3f182e43e6a71acda5f', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'ID_SERIAL': '360014059897cf3f182e43e6a71acda5f', 'ID_SERIAL_SHORT': '60014059897cf3f182e43e6a71acda5f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059897cf3f1', 'ID_WWN_VENDOR_EXTENSION': '0x82e43e6a71acda5f', 'ID_WWN_WITH_EXTENSION': '0x60014059897cf3f182e43e6a71acda5f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059897cf3f182e43e6a71acda5f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk10', 'SCSI_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdk', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462442709'} ; 2024-03-01 21:10:02,325 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:10:02,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,335 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:10:02,336 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:10:02,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:10:02,336 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 21:10:02,339 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:10:02,342 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:10:02,343 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:10:02,346 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:10:02,346 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,347 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 21:10:02,347 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc788362fd0) -- name = sdk status = True id = 12 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 160 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk target size = 1024 MiB path = /dev/sdk format args = [] original_format = None removable = False wwn = 60014059897cf3f182e43e6a71acda5f 2024-03-01 21:10:02,350 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:10:02,350 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:10:02,354 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_6f4e7632-883a-4ef6-be54-34a15fbee902 ' '/dev/disk/by-id/wwn-0x60014056f4e7632883a4ef6be5434a15 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:6f4e7632-883a-4ef6-be54-34a15fbee902 ' '/dev/disk/by-id/scsi-360014056f4e7632883a4ef6be5434a15', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6f4e7632-883a-4ef6-be54-34a15fbee902', 'ID_SERIAL': '360014056f4e7632883a4ef6be5434a15', 'ID_SERIAL_SHORT': '60014056f4e7632883a4ef6be5434a15', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f4e76328', 'ID_WWN_VENDOR_EXTENSION': '0x83a4ef6be5434a15', 'ID_WWN_WITH_EXTENSION': '0x60014056f4e7632883a4ef6be5434a15', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f4e7632883a4ef6be5434a15', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:6f4e7632-883a-4ef6-be54-34a15fbee902', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f4e7632-883a-4ef6-be54-34a15fbee902', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk11', 'SCSI_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdl', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462437550'} ; 2024-03-01 21:10:02,354 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:10:02,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,364 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:10:02,364 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:10:02,364 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:10:02,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 21:10:02,368 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:10:02,371 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:10:02,371 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:10:02,375 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:10:02,375 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,375 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 21:10:02,376 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc787315eb8) -- name = sdl status = True id = 17 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 176 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl target size = 1024 MiB path = /dev/sdl format args = [] original_format = None removable = False wwn = 60014056f4e7632883a4ef6be5434a15 2024-03-01 21:10:02,379 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:10:02,379 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:10:02,382 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140591f6579403d44177ae4885926 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:91f65794-03d4-4177-ae48-859262178784 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_91f65794-03d4-4177-ae48-859262178784 ' '/dev/disk/by-id/wwn-0x600140591f6579403d44177ae4885926', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '91f65794-03d4-4177-ae48-859262178784', 'ID_SERIAL': '3600140591f6579403d44177ae4885926', 'ID_SERIAL_SHORT': '600140591f6579403d44177ae4885926', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140591f657940', 'ID_WWN_VENDOR_EXTENSION': '0x3d44177ae4885926', 'ID_WWN_WITH_EXTENSION': '0x600140591f6579403d44177ae4885926', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140591f6579403d44177ae4885926', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:91f65794-03d4-4177-ae48-859262178784', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '91f65794-03d4-4177-ae48-859262178784', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk2', 'SCSI_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdc', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461804031'} ; 2024-03-01 21:10:02,382 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:10:02,386 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,392 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:10:02,393 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:10:02,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 21:10:02,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 21:10:02,396 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:10:02,400 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:10:02,400 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:10:02,403 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:10:02,403 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,404 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 21:10:02,404 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc788362f98) -- name = sdc status = True id = 22 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 32 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc target size = 1024 MiB path = /dev/sdc format args = [] original_format = None removable = False wwn = 600140591f6579403d44177ae4885926 2024-03-01 21:10:02,407 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:10:02,407 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 21:10:02,411 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e74a5ea273f54ade95e5c195c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e74a5ea2-73f5-4ade-95e5-c195c314f17a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e74a5ea2-73f5-4ade-95e5-c195c314f17a ' '/dev/disk/by-id/scsi-36001405e74a5ea273f54ade95e5c195c', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'ID_SERIAL': '36001405e74a5ea273f54ade95e5c195c', 'ID_SERIAL_SHORT': '6001405e74a5ea273f54ade95e5c195c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e74a5ea27', 'ID_WWN_VENDOR_EXTENSION': '0x3f54ade95e5c195c', 'ID_WWN_WITH_EXTENSION': '0x6001405e74a5ea273f54ade95e5c195c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e74a5ea273f54ade95e5c195c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk3', 'SCSI_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdd', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461915169'} ; 2024-03-01 21:10:02,411 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:10:02,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,421 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:10:02,421 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:10:02,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:10:02,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 21:10:02,425 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:10:02,428 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:10:02,428 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:10:02,432 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:10:02,432 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,432 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 21:10:02,432 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc787314e80) -- name = sdd status = True id = 27 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405e74a5ea273f54ade95e5c195c 2024-03-01 21:10:02,436 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:10:02,436 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:10:02,439 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86 ' '/dev/disk/by-id/wwn-0x6001405ef1679d0fc684b6c951cbdcf4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86 ' '/dev/disk/by-id/scsi-36001405ef1679d0fc684b6c951cbdcf4', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'ID_SERIAL': '36001405ef1679d0fc684b6c951cbdcf4', 'ID_SERIAL_SHORT': '6001405ef1679d0fc684b6c951cbdcf4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef1679d0f', 'ID_WWN_VENDOR_EXTENSION': '0xc684b6c951cbdcf4', 'ID_WWN_WITH_EXTENSION': '0x6001405ef1679d0fc684b6c951cbdcf4', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef1679d0fc684b6c951cbdcf4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk4', 'SCSI_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sde', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461876667'} ; 2024-03-01 21:10:02,439 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:10:02,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,450 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:10:02,450 INFO blivet/MainThread: sde is a disk 2024-03-01 21:10:02,450 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:10:02,451 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 21:10:02,454 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:10:02,457 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:10:02,457 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:10:02,460 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:10:02,461 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,461 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 21:10:02,461 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc787329518) -- name = sde status = True id = 32 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 6001405ef1679d0fc684b6c951cbdcf4 2024-03-01 21:10:02,465 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:10:02,465 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:10:02,468 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056d72e09d2cf5473ba54150aa7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6d72e09d-2cf5-473b-a541-50aa730e881f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6d72e09d-2cf5-473b-a541-50aa730e881f ' '/dev/disk/by-id/scsi-360014056d72e09d2cf5473ba54150aa7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6d72e09d-2cf5-473b-a541-50aa730e881f', 'ID_SERIAL': '360014056d72e09d2cf5473ba54150aa7', 'ID_SERIAL_SHORT': '60014056d72e09d2cf5473ba54150aa7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d72e09d2', 'ID_WWN_VENDOR_EXTENSION': '0xcf5473ba54150aa7', 'ID_WWN_WITH_EXTENSION': '0x60014056d72e09d2cf5473ba54150aa7', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d72e09d2cf5473ba54150aa7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6d72e09d-2cf5-473b-a541-50aa730e881f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d72e09d-2cf5-473b-a541-50aa730e881f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk5', 'SCSI_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdf', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462018081'} ; 2024-03-01 21:10:02,468 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:10:02,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,479 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:10:02,479 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:10:02,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:10:02,479 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 21:10:02,482 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:10:02,486 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:10:02,486 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:10:02,489 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:10:02,490 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,490 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 21:10:02,490 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc787314cf8) -- name = sdf status = True id = 37 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 60014056d72e09d2cf5473ba54150aa7 2024-03-01 21:10:02,494 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:10:02,494 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:10:02,497 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:e9a01407-e68b-4ab0-8cd3-9cc704560cdb ' '/dev/disk/by-id/wwn-0x6001405e9a01407e68b4ab08cd39cc70 ' '/dev/disk/by-id/scsi-36001405e9a01407e68b4ab08cd39cc70 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'ID_SERIAL': '36001405e9a01407e68b4ab08cd39cc70', 'ID_SERIAL_SHORT': '6001405e9a01407e68b4ab08cd39cc70', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9a01407e', 'ID_WWN_VENDOR_EXTENSION': '0x68b4ab08cd39cc70', 'ID_WWN_WITH_EXTENSION': '0x6001405e9a01407e68b4ab08cd39cc70', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9a01407e68b4ab08cd39cc70', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk6', 'SCSI_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdg', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462111527'} ; 2024-03-01 21:10:02,497 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:10:02,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,507 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:10:02,508 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:10:02,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 21:10:02,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 21:10:02,511 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:10:02,515 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:10:02,515 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:10:02,518 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:10:02,518 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,519 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 21:10:02,519 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc787328400) -- name = sdg status = True id = 42 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 6001405e9a01407e68b4ab08cd39cc70 2024-03-01 21:10:02,522 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:10:02,522 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:10:02,526 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:9f91db82-980a-446b-a65f-8b40438d098b ' '/dev/disk/by-id/scsi-360014059f91db82980a446ba65f8b404 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_9f91db82-980a-446b-a65f-8b40438d098b ' '/dev/disk/by-id/wwn-0x60014059f91db82980a446ba65f8b404', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9f91db82-980a-446b-a65f-8b40438d098b', 'ID_SERIAL': '360014059f91db82980a446ba65f8b404', 'ID_SERIAL_SHORT': '60014059f91db82980a446ba65f8b404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059f91db829', 'ID_WWN_VENDOR_EXTENSION': '0x80a446ba65f8b404', 'ID_WWN_WITH_EXTENSION': '0x60014059f91db82980a446ba65f8b404', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059f91db82980a446ba65f8b404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:9f91db82-980a-446b-a65f-8b40438d098b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9f91db82-980a-446b-a65f-8b40438d098b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk7', 'SCSI_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdh', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462190188'} ; 2024-03-01 21:10:02,526 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:10:02,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,536 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:10:02,537 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:10:02,537 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 21:10:02,537 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:10:02,540 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:10:02,544 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:10:02,544 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:10:02,547 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:10:02,547 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,548 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 21:10:02,548 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7873144e0) -- name = sdh status = True id = 47 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 60014059f91db82980a446ba65f8b404 2024-03-01 21:10:02,551 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:10:02,551 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:10:02,555 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:521f7074-12db-4c51-9078-5e801f45e0af ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_521f7074-12db-4c51-9078-5e801f45e0af ' '/dev/disk/by-id/scsi-36001405521f707412db4c5190785e801 ' '/dev/disk/by-id/wwn-0x6001405521f707412db4c5190785e801', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '521f7074-12db-4c51-9078-5e801f45e0af', 'ID_SERIAL': '36001405521f707412db4c5190785e801', 'ID_SERIAL_SHORT': '6001405521f707412db4c5190785e801', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405521f70741', 'ID_WWN_VENDOR_EXTENSION': '0x2db4c5190785e801', 'ID_WWN_WITH_EXTENSION': '0x6001405521f707412db4c5190785e801', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405521f707412db4c5190785e801', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:521f7074-12db-4c51-9078-5e801f45e0af', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '521f7074-12db-4c51-9078-5e801f45e0af', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk8', 'SCSI_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdi', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462278535'} ; 2024-03-01 21:10:02,555 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:10:02,558 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,565 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:10:02,566 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:10:02,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 21:10:02,566 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 21:10:02,569 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:10:02,572 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:10:02,573 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:10:02,576 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:10:02,576 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,576 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 21:10:02,577 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc7873322e8) -- name = sdi status = True id = 52 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405521f707412db4c5190785e801 2024-03-01 21:10:02,580 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:10:02,580 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:10:02,583 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5 ' '/dev/disk/by-id/wwn-0x6001405b8528bb537a64c7ab6cf4bf1f ' '/dev/disk/by-id/scsi-36001405b8528bb537a64c7ab6cf4bf1f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'ID_SERIAL': '36001405b8528bb537a64c7ab6cf4bf1f', 'ID_SERIAL_SHORT': '6001405b8528bb537a64c7ab6cf4bf1f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8528bb53', 'ID_WWN_VENDOR_EXTENSION': '0x7a64c7ab6cf4bf1f', 'ID_WWN_WITH_EXTENSION': '0x6001405b8528bb537a64c7ab6cf4bf1f', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8528bb537a64c7ab6cf4bf1f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk9', 'SCSI_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdj', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462360217'} ; 2024-03-01 21:10:02,583 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:10:02,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,594 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:10:02,594 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:10:02,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 21:10:02,595 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 21:10:02,598 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:10:02,601 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:10:02,601 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:10:02,604 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:10:02,605 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:10:02,605 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 21:10:02,605 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc787332470) -- name = sdj status = True id = 57 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 6001405b8528bb537a64c7ab6cf4bf1f 2024-03-01 21:10:02,609 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:10:02,609 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:10:02,612 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '14877848'} ; 2024-03-01 21:10:02,612 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:10:02,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:02,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:02,622 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:10:02,622 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:10:02,622 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:10:02,622 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:10:02,623 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 21:10:02,623 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 21:10:02,626 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:10:02,629 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:10:02,630 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:10:02,633 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:10:02,633 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:10:02,634 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 21:10:02,634 INFO blivet/MainThread: got device: DiskDevice instance (0x7fc787339240) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:10:02,637 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:10:02,641 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:02,641 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 21:10:02,644 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:02,644 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 21:10:02,648 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:02,648 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 21:10:02,651 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:02,652 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 21:10:02,655 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:10:02,658 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:02,662 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:10:02,666 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7fc787323988> 2024-03-01 21:10:05,655 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 21:10:05,660 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:10:05,660 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:10:05,664 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5 ' '/dev/disk/by-partuuid/b2f85011-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '14881673'} ; 2024-03-01 21:10:05,664 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:10:05,664 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:10:05,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:05,674 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:10:05,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:05,680 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:05,691 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:05,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,710 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 21:10:05,710 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 21:10:05,714 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:10:05,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 21:10:05,717 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:10:05,721 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:10:05,721 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:10:05,725 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:05,725 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:05,725 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:10:05,728 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:10:05,732 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:10:05,735 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:10:05,738 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:10:05,741 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:05,741 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:05,742 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 21:10:05,742 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:10:05,742 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fc787314358) -- name = xvda1 status = True id = 72 children = [] parents = ['existing 250 GiB disk xvda (62) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fc7873490f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:10:05,746 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:10:05,749 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:05,750 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 21:10:05,753 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:05,753 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 21:10:05,756 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:05,756 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 21:10:05,760 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:05,760 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 21:10:05,762 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:10:05,762 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:10:05,766 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:05,766 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 21:10:05,769 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:10:05,769 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:05,770 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:05,781 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:05,793 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:10:05,794 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:10:05,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:05,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:05,807 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:10:05,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:05,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:05,819 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:10:05,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:05,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:05,830 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:10:05,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:05,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:05,842 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:10:05,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:05,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:05,853 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:10:05,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:05,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:05,865 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:10:05,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:05,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:05,877 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 21:10:05,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 21:10:05,883 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:10:05,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 21:10:05,888 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:10:05,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 21:10:05,894 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:10:05,898 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:10:05,898 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 21:10:05,898 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:10:05,902 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:10:05,902 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:10:05,905 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:10:05,905 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:10:05,908 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:10:05,908 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 21:10:05,908 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 21:10:05,911 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:10:05,912 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:10:05,915 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:10:05,915 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:10:05,918 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 21:10:05,918 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 21:10:05,918 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 21:10:05,921 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:10:05,921 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:10:05,924 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:10:05,924 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:10:05,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:10:05,929 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:10:05,933 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:05,937 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:10:05,940 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:05,944 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:10:05,947 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:05,948 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:10:05,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:10:05,952 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 21:10:05,952 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:10:05,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:05,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:05,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:05,966 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 21:10:05,966 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:10:05,967 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:10:05,967 DEBUG blivet.ansible/MainThread: size: 2.99 GiB ; 0.0 2024-03-01 21:10:05,967 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:10:05,968 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:10:05,971 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:05,971 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 21:10:05,974 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:05,974 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 21:10:05,978 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:05,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:10:05,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 21:10:05,985 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:10:05,989 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:05,992 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:10:05,996 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 21:10:05,996 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 21:10:05,997 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 21:10:05,997 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.99 GiB to test_vg1 2024-03-01 21:10:05,997 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 21:10:06,003 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:10:06,003 INFO program/MainThread: stderr[4]: 2024-03-01 21:10:06,003 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:10:06,004 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 21:10:06,004 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:10:06,004 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 21:10:06,009 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 21:10:06,009 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:10:06,010 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:10:06,010 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:10:06,010 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:10:06,010 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:10:06,010 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:10:06,010 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:10:06,010 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:10:06,010 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:10:06,010 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:10:06,010 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:10:06,011 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:10:06,014 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:10:06,017 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:10:06,020 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:10:06,020 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:10:06,023 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:10:06,023 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fc78727ceb8> 2024-03-01 21:10:06,023 INFO blivet/MainThread: sorting actions... 2024-03-01 21:10:06,024 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:10:06,025 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:10:06,025 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:10:06,025 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:10:06,025 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:10:06,025 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:10:06,025 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:10:06,026 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:10:06,026 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:10:06,026 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 21:10:06,029 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:06,032 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 21:10:06,032 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 21:10:06,040 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,040 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,072 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,081 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,082 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 21:10:06,086 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:06,089 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 21:10:06,089 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 21:10:06,095 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,096 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,124 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,137 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,138 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 21:10:06,142 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:06,145 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 21:10:06,145 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 21:10:06,151 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,180 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,180 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,191 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,192 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 21:10:06,196 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,199 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,202 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,202 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:10:06,202 INFO program/MainThread: Running [5] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:10:06,233 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 21:10:06,234 INFO program/MainThread: stderr[5]: 2024-03-01 21:10:06,234 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:10:06,234 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,253 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,260 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:10:06,260 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:10:06,262 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 21:10:06,279 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,280 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,326 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,326 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 21:10:06,333 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,339 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,344 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,344 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:10:06,344 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:10:06,378 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 21:10:06,378 INFO program/MainThread: stderr[6]: 2024-03-01 21:10:06,378 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:10:06,378 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,402 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,409 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:10:06,410 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:10:06,412 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 21:10:06,425 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,425 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,454 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,454 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 21:10:06,459 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,462 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,465 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,465 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:10:06,465 INFO program/MainThread: Running [7] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 21:10:06,501 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 21:10:06,502 INFO program/MainThread: stderr[7]: 2024-03-01 21:10:06,502 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:10:06,502 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,521 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,528 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:10:06,528 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:10:06,530 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 21:10:06,544 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,545 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,572 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,572 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 21:10:06,576 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 21:10:06,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:10:06,583 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,586 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,589 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,592 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,595 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,598 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,601 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 21:10:06,601 INFO program/MainThread: Running [8] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:06,664 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 21:10:06,664 INFO program/MainThread: stderr[8]: 2024-03-01 21:10:06,664 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:10:06,672 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:10:06,680 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:10:06,686 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,693 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,701 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,707 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,713 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,718 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,718 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,729 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,733 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:10:06,737 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:10:06,737 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,748 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,749 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 21:10:06,758 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,758 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,768 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,768 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:10:06,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 21:10:06,776 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 21:10:06,779 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 21:10:06,783 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 21:10:06,786 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,790 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,793 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,796 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,800 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,803 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:10:06,803 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,815 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,820 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 21:10:06,820 INFO program/MainThread: Running [9] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:06,849 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 21:10:06,849 INFO program/MainThread: stderr[9]: 2024-03-01 21:10:06,849 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:10:06,850 WARNING blivet/MainThread: test_vg1-lv1 LV's size (2.99 GiB) exceeds the VG's usable free space (2.98 GiB),shrinking the LV 2024-03-01 21:10:06,850 DEBUG blivet/MainThread: trying to set lv test_vg1-lv1 size to 2.98 GiB 2024-03-01 21:10:06,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 21:10:06,855 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 3121152K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:06,950 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 21:10:06,950 INFO program/MainThread: stderr[10]: 2024-03-01 21:10:06,951 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:10:06,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:06,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:06,965 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:06,965 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:06,992 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:06,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:06,998 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:10:06,998 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:10:07,008 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:07,009 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:07,023 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:07,023 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 21:10:07,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:07,031 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:10:07,034 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 21:10:07,034 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 21:10:07,096 INFO program/MainThread: stdout: 2024-03-01 21:10:07,096 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=195072 blks 2024-03-01 21:10:07,096 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 21:10:07,096 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 21:10:07,096 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 21:10:07,096 INFO program/MainThread: data = bsize=4096 blocks=780288, imaxpct=25 2024-03-01 21:10:07,097 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 21:10:07,097 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 21:10:07,097 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 21:10:07,097 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 21:10:07,097 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 21:10:07,097 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:07,097 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 21:10:07,112 INFO program/MainThread: stdout: 2024-03-01 21:10:07,113 INFO program/MainThread: writing all SBs 2024-03-01 21:10:07,113 INFO program/MainThread: new label = "" 2024-03-01 21:10:07,113 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:07,113 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:07,131 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:07,135 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:07,136 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:07,137 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 21:10:07,147 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:07,147 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:07,161 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:07,166 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:10:07,167 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7fc7872161a8> 2024-03-01 21:10:07,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:07,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:10:07,173 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:10:07,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:07,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 21:10:07,179 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:10:18,701 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_k62ks83p/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:10:18,737 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:18,737 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:10:18,741 INFO program/MainThread: stdout[2]: 2024-03-01 21:10:18,741 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:10:18,741 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:10:18,741 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:10:18,746 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:18,746 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:10:18,750 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:18,750 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:10:18,753 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:18,753 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:10:18,757 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:18,757 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:10:18,765 INFO program/MainThread: stdout: 2024-03-01 21:10:18,765 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:10:18,766 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ 2024-03-01 21:10:18,766 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 2024-03-01 21:10:18,766 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 2024-03-01 21:10:18,766 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 2024-03-01 21:10:18,766 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC 2024-03-01 21:10:18,766 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 2024-03-01 21:10:18,766 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:10:18,766 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:10:18,766 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:10:18,766 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:10:18,766 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:10:18,766 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:10:18,766 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:10:18,766 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:10:18,766 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:10:18,766 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:10:18,767 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:18,767 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:18,767 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 sdb 1073741824 root disk brw-rw---- LVM2_member wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 sdc 1073741824 root disk brw-rw---- LVM2_member CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:18,767 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:18,767 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:18,767 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:10:18,767 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:18,768 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:10:18,768 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:10:18,768 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:18,780 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:18,792 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 21:10:18,797 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_89fb67c5-4906-4720-b019-d28536dace00 ' '/dev/disk/by-id/scsi-3600140589fb67c549064720b019d2853 ' '/dev/disk/by-id/wwn-0x600140589fb67c549064720b019d2853 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:89fb67c5-4906-4720-b019-d28536dace00 ' '/dev/disk/by-id/lvm-pv-uuid-9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ', 'ID_FS_UUID_ENC': '9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ', 'ID_FS_VERSION': 'LVM2 001', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '89fb67c5-4906-4720-b019-d28536dace00', 'ID_SERIAL': '3600140589fb67c549064720b019d2853', 'ID_SERIAL_SHORT': '600140589fb67c549064720b019d2853', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140589fb67c54', 'ID_WWN_VENDOR_EXTENSION': '0x9064720b019d2853', 'ID_WWN_WITH_EXTENSION': '0x600140589fb67c549064720b019d2853', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140589fb67c549064720b019d2853', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:89fb67c5-4906-4720-b019-d28536dace00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '89fb67c5-4906-4720-b019-d28536dace00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk0', 'SCSI_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:0', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:0.service', 'SYS_NAME': 'sda', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461726217'} ; 2024-03-01 21:10:18,797 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:10:18,797 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:18,828 INFO program/MainThread: stdout[3]: 2024-03-01 21:10:18,828 INFO program/MainThread: stderr[3]: 2024-03-01 21:10:18,828 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:10:18,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:18,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:18,842 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:10:18,847 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:10:18,848 INFO blivet/MainThread: sda is a disk 2024-03-01 21:10:18,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:10:18,848 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:10:18,852 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:10:18,855 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:10:18,855 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:10:18,859 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:10:18,859 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:10:18,860 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:10:18,860 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffadb5af3c8) -- name = sda status = True id = 2 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 0 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda target size = 1024 MiB path = /dev/sda format args = [] original_format = None removable = False wwn = 600140589fb67c549064720b019d2853 2024-03-01 21:10:18,864 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:10:18,868 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:18,868 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:10:18,871 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:18,871 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:10:18,875 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:18,875 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:10:18,878 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:18,879 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:10:18,882 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:10:18,882 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:10:18,882 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:18,913 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:10:18,913 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4. WARNING: Couldn't find device with uuid CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC. WARNING: VG test_vg1 is missing PV wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:18,913 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:10:18,914 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:10:18,919 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ ; label: None ; device: /dev/sda ; serial: 3600140589fb67c549064720b019d2853 ; exists: True ; vg_name: test_vg1 ; vg_uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; pe_start: 8 MiB ; 2024-03-01 21:10:18,919 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:10:18,922 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:10:18,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:18,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:18,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:18,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:18,935 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:18,960 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:10:18,960 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4. WARNING: Couldn't find device with uuid CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC. WARNING: VG test_vg1 is missing PV wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:18,960 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:10:18,960 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:18,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:10:18,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:10:18,970 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:18,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:10:18,974 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:10:18,974 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:19,002 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:19,002 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4. WARNING: Couldn't find device with uuid CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC. WARNING: VG test_vg1 is missing PV wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:19,003 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:10:19,007 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:10:19,008 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:10:19,011 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:10:19,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:19,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:10:19,018 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:10:19,018 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:19,022 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_5b69012d-51c1-4d0b-91eb-1e975fa0197c ' '/dev/disk/by-id/wwn-0x60014055b69012d51c14d0b91eb1e975 ' '/dev/disk/by-id/lvm-pv-uuid-wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 ' '/dev/disk/by-id/scsi-360014055b69012d51c14d0b91eb1e975 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4', 'ID_FS_UUID_ENC': 'wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4', 'ID_FS_VERSION': 'LVM2 001', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'ID_SERIAL': '360014055b69012d51c14d0b91eb1e975', 'ID_SERIAL_SHORT': '60014055b69012d51c14d0b91eb1e975', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055b69012d5', 'ID_WWN_VENDOR_EXTENSION': '0x1c14d0b91eb1e975', 'ID_WWN_WITH_EXTENSION': '0x60014055b69012d51c14d0b91eb1e975', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055b69012d51c14d0b91eb1e975', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk1', 'SCSI_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:16', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:16.service', 'SYS_NAME': 'sdb', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461755596'} ; 2024-03-01 21:10:19,022 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:10:19,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,033 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:10:19,034 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:10:19,034 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:10:19,034 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:10:19,037 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:10:19,041 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:10:19,041 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:10:19,044 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:10:19,045 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,045 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:10:19,045 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada5815f8) -- name = sdb status = True id = 16 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 16 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb target size = 1024 MiB path = /dev/sdb format args = [] original_format = None removable = False wwn = 60014055b69012d51c14d0b91eb1e975 2024-03-01 21:10:19,049 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:10:19,052 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:19,052 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:10:19,056 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:19,056 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:10:19,060 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:19,060 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:10:19,063 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:19,063 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:10:19,066 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:10:19,066 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:10:19,067 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:19,092 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:10:19,092 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC. WARNING: VG test_vg1 is missing PV CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:19,092 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:10:19,093 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:10:19,097 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 ; label: None ; device: /dev/sdb ; serial: 360014055b69012d51c14d0b91eb1e975 ; exists: True ; vg_name: test_vg1 ; vg_uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; pe_start: 8 MiB ; 2024-03-01 21:10:19,097 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:10:19,101 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:10:19,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:19,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:10:19,111 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:10:19,114 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:19,118 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:10:19,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:19,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:19,125 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:19,150 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:19,150 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC. WARNING: VG test_vg1 is missing PV CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:19,150 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:10:19,150 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:10:19,151 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:19,155 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014059897cf3f182e43e6a71acda5f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_9897cf3f-182e-43e6-a71a-cda5f998e4cc ' '/dev/disk/by-id/wwn-0x60014059897cf3f182e43e6a71acda5f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'ID_SERIAL': '360014059897cf3f182e43e6a71acda5f', 'ID_SERIAL_SHORT': '60014059897cf3f182e43e6a71acda5f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059897cf3f1', 'ID_WWN_VENDOR_EXTENSION': '0x82e43e6a71acda5f', 'ID_WWN_WITH_EXTENSION': '0x60014059897cf3f182e43e6a71acda5f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059897cf3f182e43e6a71acda5f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk10', 'SCSI_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdk', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462442709'} ; 2024-03-01 21:10:19,156 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:10:19,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,167 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:10:19,167 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:10:19,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:10:19,167 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:10:19,171 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:10:19,174 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:10:19,174 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:10:19,178 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:10:19,178 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,179 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:10:19,179 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada581dd8) -- name = sdk status = True id = 26 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 160 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk target size = 1024 MiB path = /dev/sdk format args = [] original_format = None removable = False wwn = 60014059897cf3f182e43e6a71acda5f 2024-03-01 21:10:19,182 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:10:19,182 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:10:19,186 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:6f4e7632-883a-4ef6-be54-34a15fbee902 ' '/dev/disk/by-id/wwn-0x60014056f4e7632883a4ef6be5434a15 ' '/dev/disk/by-id/scsi-360014056f4e7632883a4ef6be5434a15 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_6f4e7632-883a-4ef6-be54-34a15fbee902', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6f4e7632-883a-4ef6-be54-34a15fbee902', 'ID_SERIAL': '360014056f4e7632883a4ef6be5434a15', 'ID_SERIAL_SHORT': '60014056f4e7632883a4ef6be5434a15', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f4e76328', 'ID_WWN_VENDOR_EXTENSION': '0x83a4ef6be5434a15', 'ID_WWN_WITH_EXTENSION': '0x60014056f4e7632883a4ef6be5434a15', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f4e7632883a4ef6be5434a15', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:6f4e7632-883a-4ef6-be54-34a15fbee902', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f4e7632-883a-4ef6-be54-34a15fbee902', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk11', 'SCSI_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdl', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462437550'} ; 2024-03-01 21:10:19,186 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:10:19,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,196 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:10:19,197 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:10:19,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:10:19,197 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:10:19,200 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:10:19,204 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:10:19,204 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:10:19,207 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:10:19,208 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,208 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:10:19,208 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada4e5f60) -- name = sdl status = True id = 31 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 176 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl target size = 1024 MiB path = /dev/sdl format args = [] original_format = None removable = False wwn = 60014056f4e7632883a4ef6be5434a15 2024-03-01 21:10:19,212 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:10:19,212 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:10:19,215 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:91f65794-03d4-4177-ae48-859262178784 ' '/dev/disk/by-id/wwn-0x600140591f6579403d44177ae4885926 ' '/dev/disk/by-id/scsi-3600140591f6579403d44177ae4885926 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_91f65794-03d4-4177-ae48-859262178784', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC', 'ID_FS_UUID_ENC': 'CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC', 'ID_FS_VERSION': 'LVM2 001', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '91f65794-03d4-4177-ae48-859262178784', 'ID_SERIAL': '3600140591f6579403d44177ae4885926', 'ID_SERIAL_SHORT': '600140591f6579403d44177ae4885926', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140591f657940', 'ID_WWN_VENDOR_EXTENSION': '0x3d44177ae4885926', 'ID_WWN_WITH_EXTENSION': '0x600140591f6579403d44177ae4885926', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140591f6579403d44177ae4885926', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:91f65794-03d4-4177-ae48-859262178784', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '91f65794-03d4-4177-ae48-859262178784', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk2', 'SCSI_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:32', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:32.service', 'SYS_NAME': 'sdc', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461804031'} ; 2024-03-01 21:10:19,215 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:10:19,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,226 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:10:19,226 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:10:19,226 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:10:19,226 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:10:19,230 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:10:19,233 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:10:19,233 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:10:19,237 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:10:19,237 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,237 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:10:19,237 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada581b38) -- name = sdc status = True id = 36 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 32 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc target size = 1024 MiB path = /dev/sdc format args = [] original_format = None removable = False wwn = 600140591f6579403d44177ae4885926 2024-03-01 21:10:19,241 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:10:19,244 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:19,245 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:10:19,248 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:19,248 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:10:19,252 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:19,252 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:10:19,255 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:19,255 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:10:19,259 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:10:19,259 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:10:19,259 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:19,287 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:10:19,287 INFO program/MainThread: stderr[9]: 2024-03-01 21:10:19,288 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:10:19,288 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:10:19,292 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC ; label: None ; device: /dev/sdc ; serial: 3600140591f6579403d44177ae4885926 ; exists: True ; vg_name: test_vg1 ; vg_uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; pe_start: 8 MiB ; 2024-03-01 21:10:19,293 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:10:19,296 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:10:19,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:19,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:19,306 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:10:19,310 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:19,313 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:10:19,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:19,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:19,320 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:19,346 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:19,346 INFO program/MainThread: stderr[10]: 2024-03-01 21:10:19,346 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:10:19,351 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,354 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:19,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:10:19,365 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:19,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:10:19,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:10:19,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:19,373 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:19,377 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:19,377 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:10:19,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:10:19,381 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:10:19,386 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:19,386 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:10:19,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:10:19,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:19,393 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:19,397 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:19,397 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:10:19,398 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 21:10:19,398 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:10:19,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:19,401 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:19,405 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:19,405 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:10:19,409 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/79b1596b-0399-4c6e-b891-046e25ec02f7 ' '/dev/disk/by-id/dm-uuid-LVM-P7B1xMo8eV5nS2bdOVImq47RqVWvCsbJrSEWUqzeYcEf8uQ7T1wRgpI91qEerelP ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-P7B1xMo8eV5nS2bdOVImq47RqVWvCsbJrSEWUqzeYcEf8uQ7T1wRgpI91qEerelP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '79b1596b-0399-4c6e-b891-046e25ec02f7', 'ID_FS_UUID_ENC': '79b1596b-0399-4c6e-b891-046e25ec02f7', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '818052397'} ; 2024-03-01 21:10:19,409 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:10:19,410 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:19,414 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:10:19,414 INFO program/MainThread: stderr[11]: 2024-03-01 21:10:19,414 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:10:19,414 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:19,417 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:10:19,417 INFO program/MainThread: stderr[12]: 2024-03-01 21:10:19,417 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:10:19,417 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:19,420 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:10:19,421 INFO program/MainThread: stderr[13]: 2024-03-01 21:10:19,421 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:10:19,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:10:19,432 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:19,432 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:19,433 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:19,433 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:19,429 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ffada4e5b38) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ffada55d978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:19,434 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:19,437 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:10:19,438 INFO program/MainThread: stderr[14]: 2024-03-01 21:10:19,438 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:10:19,442 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:10:19,446 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:19,446 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:10:19,450 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:19,450 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:10:19,454 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:19,454 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:10:19,457 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:19,458 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:10:19,459 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:10:19,459 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:10:19,463 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:19,464 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:10:19,467 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:10:19,467 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:19,468 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:19,471 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e74a5ea273f54ade95e5c195c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e74a5ea2-73f5-4ade-95e5-c195c314f17a ' '/dev/disk/by-id/wwn-0x6001405e74a5ea273f54ade95e5c195c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'ID_SERIAL': '36001405e74a5ea273f54ade95e5c195c', 'ID_SERIAL_SHORT': '6001405e74a5ea273f54ade95e5c195c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e74a5ea27', 'ID_WWN_VENDOR_EXTENSION': '0x3f54ade95e5c195c', 'ID_WWN_WITH_EXTENSION': '0x6001405e74a5ea273f54ade95e5c195c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e74a5ea273f54ade95e5c195c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk3', 'SCSI_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdd', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461915169'} ; 2024-03-01 21:10:19,472 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:10:19,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,482 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:10:19,483 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:10:19,483 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:10:19,484 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:10:19,487 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:10:19,490 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:10:19,490 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:10:19,494 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:10:19,494 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,495 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:10:19,495 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada4f1cf8) -- name = sdd status = True id = 59 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405e74a5ea273f54ade95e5c195c 2024-03-01 21:10:19,498 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:10:19,498 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:10:19,502 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86 ' '/dev/disk/by-id/scsi-36001405ef1679d0fc684b6c951cbdcf4 ' '/dev/disk/by-id/wwn-0x6001405ef1679d0fc684b6c951cbdcf4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'ID_SERIAL': '36001405ef1679d0fc684b6c951cbdcf4', 'ID_SERIAL_SHORT': '6001405ef1679d0fc684b6c951cbdcf4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef1679d0f', 'ID_WWN_VENDOR_EXTENSION': '0xc684b6c951cbdcf4', 'ID_WWN_WITH_EXTENSION': '0x6001405ef1679d0fc684b6c951cbdcf4', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef1679d0fc684b6c951cbdcf4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk4', 'SCSI_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sde', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461876667'} ; 2024-03-01 21:10:19,502 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:10:19,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,513 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:10:19,514 INFO blivet/MainThread: sde is a disk 2024-03-01 21:10:19,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:10:19,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:10:19,517 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:10:19,520 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:10:19,521 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:10:19,524 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:10:19,524 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,525 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:10:19,525 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada4fb390) -- name = sde status = True id = 64 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 6001405ef1679d0fc684b6c951cbdcf4 2024-03-01 21:10:19,528 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:10:19,528 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:10:19,532 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056d72e09d2cf5473ba54150aa7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6d72e09d-2cf5-473b-a541-50aa730e881f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6d72e09d-2cf5-473b-a541-50aa730e881f ' '/dev/disk/by-id/wwn-0x60014056d72e09d2cf5473ba54150aa7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6d72e09d-2cf5-473b-a541-50aa730e881f', 'ID_SERIAL': '360014056d72e09d2cf5473ba54150aa7', 'ID_SERIAL_SHORT': '60014056d72e09d2cf5473ba54150aa7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d72e09d2', 'ID_WWN_VENDOR_EXTENSION': '0xcf5473ba54150aa7', 'ID_WWN_WITH_EXTENSION': '0x60014056d72e09d2cf5473ba54150aa7', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d72e09d2cf5473ba54150aa7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6d72e09d-2cf5-473b-a541-50aa730e881f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d72e09d-2cf5-473b-a541-50aa730e881f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk5', 'SCSI_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdf', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462018081'} ; 2024-03-01 21:10:19,532 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:10:19,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,543 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:10:19,543 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:10:19,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:10:19,544 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:10:19,547 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:10:19,550 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:10:19,551 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:10:19,554 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:10:19,554 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,555 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:10:19,555 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada581b70) -- name = sdf status = True id = 69 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 60014056d72e09d2cf5473ba54150aa7 2024-03-01 21:10:19,558 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:10:19,558 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:10:19,562 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e9a01407e68b4ab08cd39cc70 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_e9a01407-e68b-4ab0-8cd3-9cc704560cdb ' '/dev/disk/by-id/scsi-36001405e9a01407e68b4ab08cd39cc70 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'ID_SERIAL': '36001405e9a01407e68b4ab08cd39cc70', 'ID_SERIAL_SHORT': '6001405e9a01407e68b4ab08cd39cc70', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9a01407e', 'ID_WWN_VENDOR_EXTENSION': '0x68b4ab08cd39cc70', 'ID_WWN_WITH_EXTENSION': '0x6001405e9a01407e68b4ab08cd39cc70', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9a01407e68b4ab08cd39cc70', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk6', 'SCSI_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdg', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462111527'} ; 2024-03-01 21:10:19,562 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:10:19,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,573 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:10:19,573 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:10:19,573 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:10:19,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:10:19,577 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:10:19,580 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:10:19,580 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:10:19,584 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:10:19,584 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,585 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:10:19,585 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada4e8278) -- name = sdg status = True id = 74 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 6001405e9a01407e68b4ab08cd39cc70 2024-03-01 21:10:19,588 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:10:19,589 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:10:19,592 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_9f91db82-980a-446b-a65f-8b40438d098b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:9f91db82-980a-446b-a65f-8b40438d098b ' '/dev/disk/by-id/scsi-360014059f91db82980a446ba65f8b404 ' '/dev/disk/by-id/wwn-0x60014059f91db82980a446ba65f8b404', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9f91db82-980a-446b-a65f-8b40438d098b', 'ID_SERIAL': '360014059f91db82980a446ba65f8b404', 'ID_SERIAL_SHORT': '60014059f91db82980a446ba65f8b404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059f91db829', 'ID_WWN_VENDOR_EXTENSION': '0x80a446ba65f8b404', 'ID_WWN_WITH_EXTENSION': '0x60014059f91db82980a446ba65f8b404', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059f91db82980a446ba65f8b404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:9f91db82-980a-446b-a65f-8b40438d098b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9f91db82-980a-446b-a65f-8b40438d098b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk7', 'SCSI_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdh', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462190188'} ; 2024-03-01 21:10:19,592 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:10:19,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,603 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:10:19,603 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:10:19,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:10:19,604 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:10:19,607 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:10:19,610 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:10:19,611 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:10:19,614 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:10:19,614 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,615 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:10:19,615 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada4e87b8) -- name = sdh status = True id = 79 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 60014059f91db82980a446ba65f8b404 2024-03-01 21:10:19,618 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:10:19,619 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:10:19,622 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_521f7074-12db-4c51-9078-5e801f45e0af ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:521f7074-12db-4c51-9078-5e801f45e0af ' '/dev/disk/by-id/scsi-36001405521f707412db4c5190785e801 ' '/dev/disk/by-id/wwn-0x6001405521f707412db4c5190785e801', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '521f7074-12db-4c51-9078-5e801f45e0af', 'ID_SERIAL': '36001405521f707412db4c5190785e801', 'ID_SERIAL_SHORT': '6001405521f707412db4c5190785e801', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405521f70741', 'ID_WWN_VENDOR_EXTENSION': '0x2db4c5190785e801', 'ID_WWN_WITH_EXTENSION': '0x6001405521f707412db4c5190785e801', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405521f707412db4c5190785e801', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:521f7074-12db-4c51-9078-5e801f45e0af', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '521f7074-12db-4c51-9078-5e801f45e0af', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk8', 'SCSI_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdi', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462278535'} ; 2024-03-01 21:10:19,622 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:10:19,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,633 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:10:19,634 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:10:19,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:10:19,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:10:19,637 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:10:19,641 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:10:19,641 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:10:19,644 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:10:19,645 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,645 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:10:19,645 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada506160) -- name = sdi status = True id = 84 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405521f707412db4c5190785e801 2024-03-01 21:10:19,649 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:10:19,649 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:10:19,652 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405b8528bb537a64c7ab6cf4bf1f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5 ' '/dev/disk/by-id/wwn-0x6001405b8528bb537a64c7ab6cf4bf1f', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'ID_SERIAL': '36001405b8528bb537a64c7ab6cf4bf1f', 'ID_SERIAL_SHORT': '6001405b8528bb537a64c7ab6cf4bf1f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8528bb53', 'ID_WWN_VENDOR_EXTENSION': '0x7a64c7ab6cf4bf1f', 'ID_WWN_WITH_EXTENSION': '0x6001405b8528bb537a64c7ab6cf4bf1f', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8528bb537a64c7ab6cf4bf1f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk9', 'SCSI_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdj', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462360217'} ; 2024-03-01 21:10:19,652 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:10:19,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,663 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:10:19,664 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:10:19,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:10:19,664 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:10:19,667 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:10:19,671 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:10:19,671 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:10:19,674 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:10:19,674 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:10:19,675 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:10:19,675 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada506828) -- name = sdj status = True id = 89 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 6001405b8528bb537a64c7ab6cf4bf1f 2024-03-01 21:10:19,678 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:10:19,679 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:10:19,682 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '14877848'} ; 2024-03-01 21:10:19,682 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:10:19,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:19,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:19,693 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:10:19,693 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:10:19,693 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:10:19,693 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:10:19,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:10:19,693 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:10:19,697 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:10:19,700 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:10:19,700 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:10:19,703 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:10:19,704 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:10:19,704 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:10:19,704 INFO blivet/MainThread: got device: DiskDevice instance (0x7ffada506d68) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:10:19,708 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:10:19,711 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:19,712 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:10:19,715 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:19,715 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:10:19,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:19,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:10:19,722 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:19,722 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:10:19,726 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:10:19,729 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:19,732 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:10:19,736 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7ffada555f08> 2024-03-01 21:10:22,667 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:10:22,671 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:10:22,671 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:10:22,675 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5 ' '/dev/disk/by-partuuid/b2f85011-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '14881673'} ; 2024-03-01 21:10:22,676 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:10:22,676 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:10:22,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:22,686 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:10:22,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:22,692 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:22,703 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:22,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:10:22,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:10:22,726 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:10:22,727 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:10:22,730 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:10:22,733 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:10:22,734 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:10:22,737 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:22,738 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:22,738 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:10:22,741 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:10:22,744 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:10:22,748 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:10:22,751 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:10:22,754 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:22,755 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:22,755 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:10:22,756 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:10:22,755 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ffada512588) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7ffada518eb8> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:10:22,759 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:10:22,763 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:22,763 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:10:22,766 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:22,766 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:10:22,770 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:22,770 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:10:22,774 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:22,774 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:10:22,774 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:10:22,777 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:22,777 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:10:22,780 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:10:22,781 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:22,784 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/79b1596b-0399-4c6e-b891-046e25ec02f7 ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-P7B1xMo8eV5nS2bdOVImq47RqVWvCsbJrSEWUqzeYcEf8uQ7T1wRgpI91qEerelP ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-P7B1xMo8eV5nS2bdOVImq47RqVWvCsbJrSEWUqzeYcEf8uQ7T1wRgpI91qEerelP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '79b1596b-0399-4c6e-b891-046e25ec02f7', 'ID_FS_UUID_ENC': '79b1596b-0399-4c6e-b891-046e25ec02f7', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '818052397'} ; 2024-03-01 21:10:22,784 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:10:22,784 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:22,788 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:10:22,789 INFO program/MainThread: stderr[15]: 2024-03-01 21:10:22,789 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:10:22,789 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:22,792 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:10:22,792 INFO program/MainThread: stderr[16]: 2024-03-01 21:10:22,792 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:10:22,792 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:22,795 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:10:22,795 INFO program/MainThread: stderr[17]: 2024-03-01 21:10:22,795 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:10:22,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:10:22,806 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:22,806 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:22,807 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:22,807 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:22,803 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ffada4e5b38) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7ffada55d978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:22,808 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:22,811 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:10:22,811 INFO program/MainThread: stderr[18]: 2024-03-01 21:10:22,811 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:10:22,815 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:10:22,815 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:10:22,816 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:22,826 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:22,839 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:10:22,840 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:10:22,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:22,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:22,853 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:10:22,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:22,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:22,866 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:10:22,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:22,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:22,878 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:10:22,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:22,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:22,890 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:10:22,893 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:22,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:22,902 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:10:22,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:22,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:22,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:22,914 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:10:27,548 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4oktckj3/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 21:10:27,584 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:27,585 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 21:10:27,588 INFO program/MainThread: stdout[2]: 2024-03-01 21:10:27,588 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 21:10:27,588 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 21:10:27,588 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 21:10:27,593 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:27,593 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 21:10:27,597 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:27,597 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 21:10:27,601 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:27,601 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 21:10:27,604 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 21:10:27,604 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 21:10:27,613 INFO program/MainThread: stdout: 2024-03-01 21:10:27,613 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 21:10:27,613 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ 2024-03-01 21:10:27,614 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 2024-03-01 21:10:27,614 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 2024-03-01 21:10:27,614 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 2024-03-01 21:10:27,614 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC 2024-03-01 21:10:27,614 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 2024-03-01 21:10:27,614 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 21:10:27,614 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 21:10:27,614 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 21:10:27,614 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 21:10:27,614 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 21:10:27,614 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 21:10:27,614 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 21:10:27,614 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 21:10:27,614 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 21:10:27,614 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 21:10:27,614 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:27,614 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:27,614 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 sdb 1073741824 root disk brw-rw---- LVM2_member wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 sdc 1073741824 root disk brw-rw---- LVM2_member CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 79b1596b-0399-4c6e-b891-046e25ec02f7 sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 21:10:27,615 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:27,615 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:27,615 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 21:10:27,615 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 21:10:27,615 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 21:10:27,616 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 21:10:27,616 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:27,628 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:27,640 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1', 'test_vg1-lv1'] 2024-03-01 21:10:27,644 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140589fb67c549064720b019d2853 ' '/dev/disk/by-id/lvm-pv-uuid-9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:89fb67c5-4906-4720-b019-d28536dace00 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_89fb67c5-4906-4720-b019-d28536dace00 ' '/dev/disk/by-id/scsi-3600140589fb67c549064720b019d2853', 'DEVNAME': '/dev/sda', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': '9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ', 'ID_FS_UUID_ENC': '9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ', 'ID_FS_VERSION': 'LVM2 001', 'ID_MODEL': 'disk0', 'ID_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '89fb67c5-4906-4720-b019-d28536dace00', 'ID_SERIAL': '3600140589fb67c549064720b019d2853', 'ID_SERIAL_SHORT': '600140589fb67c549064720b019d2853', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140589fb67c54', 'ID_WWN_VENDOR_EXTENSION': '0x9064720b019d2853', 'ID_WWN_WITH_EXTENSION': '0x600140589fb67c549064720b019d2853', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140589fb67c549064720b019d2853', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:89fb67c5-4906-4720-b019-d28536dace00', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '89fb67c5-4906-4720-b019-d28536dace00', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk0', 'SCSI_MODEL_ENC': 'disk0\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:0', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:0.service', 'SYS_NAME': 'sda', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461726217'} ; 2024-03-01 21:10:27,645 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 21:10:27,645 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:27,676 INFO program/MainThread: stdout[3]: 2024-03-01 21:10:27,676 INFO program/MainThread: stderr[3]: 2024-03-01 21:10:27,676 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 21:10:27,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:27,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:27,690 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 21:10:27,694 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 21:10:27,695 INFO blivet/MainThread: sda is a disk 2024-03-01 21:10:27,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 21:10:27,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 21:10:27,699 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 21:10:27,703 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 21:10:27,703 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 21:10:27,706 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 21:10:27,707 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 21:10:27,707 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 21:10:27,707 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02da7f3358) -- name = sda status = True id = 2 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 0 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda target size = 1024 MiB path = /dev/sda format args = [] original_format = None removable = False wwn = 600140589fb67c549064720b019d2853 2024-03-01 21:10:27,711 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 21:10:27,715 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:27,715 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 21:10:27,718 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:27,719 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 21:10:27,722 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:27,722 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 21:10:27,726 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:27,726 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 21:10:27,729 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 21:10:27,729 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 21:10:27,729 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:27,755 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:10:27,755 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4. WARNING: Couldn't find device with uuid CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC. WARNING: VG test_vg1 is missing PV wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:27,755 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 21:10:27,756 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 21:10:27,761 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ ; label: None ; device: /dev/sda ; serial: 3600140589fb67c549064720b019d2853 ; exists: True ; vg_name: test_vg1 ; vg_uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; pe_start: 8 MiB ; 2024-03-01 21:10:27,761 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 21:10:27,764 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 21:10:27,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:27,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:27,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:27,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:27,777 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:27,803 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:10:27,803 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4. WARNING: Couldn't find device with uuid CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC. WARNING: VG test_vg1 is missing PV wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:27,803 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 21:10:27,803 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 21:10:27,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 21:10:27,809 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 21:10:27,813 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:27,813 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 21:10:27,817 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 21:10:27,817 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:27,846 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:27,846 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4. WARNING: Couldn't find device with uuid CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC. WARNING: VG test_vg1 is missing PV wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:27,846 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 21:10:27,851 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 21:10:27,852 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 21:10:27,855 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 21:10:27,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:27,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:10:27,862 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:10:27,862 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:27,866 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_5b69012d-51c1-4d0b-91eb-1e975fa0197c ' '/dev/disk/by-id/lvm-pv-uuid-wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 ' '/dev/disk/by-id/scsi-360014055b69012d51c14d0b91eb1e975 ' '/dev/disk/by-id/wwn-0x60014055b69012d51c14d0b91eb1e975 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'DEVNAME': '/dev/sdb', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4', 'ID_FS_UUID_ENC': 'wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4', 'ID_FS_VERSION': 'LVM2 001', 'ID_MODEL': 'disk1', 'ID_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'ID_SERIAL': '360014055b69012d51c14d0b91eb1e975', 'ID_SERIAL_SHORT': '60014055b69012d51c14d0b91eb1e975', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055b69012d5', 'ID_WWN_VENDOR_EXTENSION': '0x1c14d0b91eb1e975', 'ID_WWN_WITH_EXTENSION': '0x60014055b69012d51c14d0b91eb1e975', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055b69012d51c14d0b91eb1e975', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5b69012d-51c1-4d0b-91eb-1e975fa0197c', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk1', 'SCSI_MODEL_ENC': 'disk1\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:16', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:16.service', 'SYS_NAME': 'sdb', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461755596'} ; 2024-03-01 21:10:27,866 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 21:10:27,870 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:10:27,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:27,877 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 21:10:27,877 INFO blivet/MainThread: sdb is a disk 2024-03-01 21:10:27,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 21:10:27,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 21:10:27,881 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 21:10:27,884 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 21:10:27,884 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 21:10:27,888 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 21:10:27,888 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 21:10:27,888 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 21:10:27,888 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d97c5588) -- name = sdb status = True id = 16 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 16 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb target size = 1024 MiB path = /dev/sdb format args = [] original_format = None removable = False wwn = 60014055b69012d51c14d0b91eb1e975 2024-03-01 21:10:27,892 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 21:10:27,896 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:27,896 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 21:10:27,899 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:27,899 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 21:10:27,903 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:27,903 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 21:10:27,906 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:27,906 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 21:10:27,909 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 21:10:27,910 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 21:10:27,910 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:27,934 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:10:27,934 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC. WARNING: VG test_vg1 is missing PV CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:27,934 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 21:10:27,935 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 21:10:27,939 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 ; label: None ; device: /dev/sdb ; serial: 360014055b69012d51c14d0b91eb1e975 ; exists: True ; vg_name: test_vg1 ; vg_uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; pe_start: 8 MiB ; 2024-03-01 21:10:27,939 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 21:10:27,943 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 21:10:27,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:27,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 21:10:27,953 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 21:10:27,956 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:27,959 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 21:10:27,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:27,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:27,966 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:27,993 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:27,993 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC. WARNING: VG test_vg1 is missing PV CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC (last written to /dev/sdc). WARNING: Couldn't find all devices for LV test_vg1/lv1 while checking used and assumed devices. 2024-03-01 21:10:27,993 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 21:10:27,994 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 21:10:27,994 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:27,998 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014059897cf3f182e43e6a71acda5f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:9897cf3f-182e-43e6-a71a-cda5f998e4cc ' '/dev/disk/by-id/scsi-360014059897cf3f182e43e6a71acda5f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'DEVNAME': '/dev/sdk', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk10', 'ID_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'ID_SERIAL': '360014059897cf3f182e43e6a71acda5f', 'ID_SERIAL_SHORT': '60014059897cf3f182e43e6a71acda5f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059897cf3f1', 'ID_WWN_VENDOR_EXTENSION': '0x82e43e6a71acda5f', 'ID_WWN_WITH_EXTENSION': '0x60014059897cf3f182e43e6a71acda5f', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059897cf3f182e43e6a71acda5f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9897cf3f-182e-43e6-a71a-cda5f998e4cc', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk10', 'SCSI_MODEL_ENC': 'disk10\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdk', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462442709'} ; 2024-03-01 21:10:27,999 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 21:10:28,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,009 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 21:10:28,010 INFO blivet/MainThread: sdk is a disk 2024-03-01 21:10:28,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 21:10:28,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 21:10:28,014 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 21:10:28,017 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 21:10:28,017 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 21:10:28,021 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 21:10:28,021 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 21:10:28,021 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 21:10:28,021 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d97c5d68) -- name = sdk status = True id = 26 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 160 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk target size = 1024 MiB path = /dev/sdk format args = [] original_format = None removable = False wwn = 60014059897cf3f182e43e6a71acda5f 2024-03-01 21:10:28,025 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 21:10:28,025 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 21:10:28,029 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056f4e7632883a4ef6be5434a15 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:6f4e7632-883a-4ef6-be54-34a15fbee902 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_6f4e7632-883a-4ef6-be54-34a15fbee902 ' '/dev/disk/by-id/wwn-0x60014056f4e7632883a4ef6be5434a15', 'DEVNAME': '/dev/sdl', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk11', 'ID_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6f4e7632-883a-4ef6-be54-34a15fbee902', 'ID_SERIAL': '360014056f4e7632883a4ef6be5434a15', 'ID_SERIAL_SHORT': '60014056f4e7632883a4ef6be5434a15', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056f4e76328', 'ID_WWN_VENDOR_EXTENSION': '0x83a4ef6be5434a15', 'ID_WWN_WITH_EXTENSION': '0x60014056f4e7632883a4ef6be5434a15', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056f4e7632883a4ef6be5434a15', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:6f4e7632-883a-4ef6-be54-34a15fbee902', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6f4e7632-883a-4ef6-be54-34a15fbee902', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk11', 'SCSI_MODEL_ENC': 'disk11\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdl', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462437550'} ; 2024-03-01 21:10:28,029 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 21:10:28,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,039 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 21:10:28,040 INFO blivet/MainThread: sdl is a disk 2024-03-01 21:10:28,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 21:10:28,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 21:10:28,043 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 21:10:28,047 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 21:10:28,047 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 21:10:28,050 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 21:10:28,051 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 21:10:28,051 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 21:10:28,051 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d9729ef0) -- name = sdl status = True id = 31 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 176 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl target size = 1024 MiB path = /dev/sdl format args = [] original_format = None removable = False wwn = 60014056f4e7632883a4ef6be5434a15 2024-03-01 21:10:28,055 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 21:10:28,055 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 21:10:28,058 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140591f6579403d44177ae4885926 ' '/dev/disk/by-id/lvm-pv-uuid-CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:91f65794-03d4-4177-ae48-859262178784 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_91f65794-03d4-4177-ae48-859262178784 ' '/dev/disk/by-id/scsi-3600140591f6579403d44177ae4885926', 'DEVNAME': '/dev/sdc', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_FS_TYPE': 'LVM2_member', 'ID_FS_USAGE': 'raid', 'ID_FS_UUID': 'CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC', 'ID_FS_UUID_ENC': 'CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC', 'ID_FS_VERSION': 'LVM2 001', 'ID_MODEL': 'disk2', 'ID_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '91f65794-03d4-4177-ae48-859262178784', 'ID_SERIAL': '3600140591f6579403d44177ae4885926', 'ID_SERIAL_SHORT': '600140591f6579403d44177ae4885926', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140591f657940', 'ID_WWN_VENDOR_EXTENSION': '0x3d44177ae4885926', 'ID_WWN_WITH_EXTENSION': '0x600140591f6579403d44177ae4885926', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140591f6579403d44177ae4885926', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:91f65794-03d4-4177-ae48-859262178784', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '91f65794-03d4-4177-ae48-859262178784', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk2', 'SCSI_MODEL_ENC': 'disk2\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYSTEMD_ALIAS': '/dev/block/8:32', 'SYSTEMD_READY': '1', 'SYSTEMD_WANTS': 'lvm2-pvscan@8:32.service', 'SYS_NAME': 'sdc', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461804031'} ; 2024-03-01 21:10:28,058 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 21:10:28,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,069 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 21:10:28,069 INFO blivet/MainThread: sdc is a disk 2024-03-01 21:10:28,069 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 21:10:28,070 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 21:10:28,073 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 21:10:28,076 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 21:10:28,076 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 21:10:28,080 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 21:10:28,080 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 21:10:28,080 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 21:10:28,080 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d97c5ac8) -- name = sdc status = True id = 36 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 32 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc target size = 1024 MiB path = /dev/sdc format args = [] original_format = None removable = False wwn = 600140591f6579403d44177ae4885926 2024-03-01 21:10:28,084 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 21:10:28,087 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:28,088 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 21:10:28,091 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:28,091 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 21:10:28,095 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:28,095 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 21:10:28,098 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:28,098 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 21:10:28,101 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 21:10:28,102 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 21:10:28,102 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:28,127 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=9Pp69N-U80s-x0ik-gw5U-6tXK-033B-cUvloJ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=wynAFO-x0b5-9zsN-23o1-giXv-8We4-QtVyQ4 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 21:10:28,127 INFO program/MainThread: stderr[9]: 2024-03-01 21:10:28,127 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 21:10:28,128 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 21:10:28,132 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: CoyL7H-A20V-FfwU-nwue-xgeN-JKGc-vyw6CC ; label: None ; device: /dev/sdc ; serial: 3600140591f6579403d44177ae4885926 ; exists: True ; vg_name: test_vg1 ; vg_uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; pe_start: 8 MiB ; 2024-03-01 21:10:28,132 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 21:10:28,136 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 21:10:28,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:28,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:28,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 21:10:28,149 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 21:10:28,153 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 21:10:28,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ ; incomplete: True ; hidden: False ; 2024-03-01 21:10:28,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:28,160 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:28,190 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 21:10:28,190 INFO program/MainThread: stderr[10]: 2024-03-01 21:10:28,190 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 21:10:28,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 21:10:28,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 21:10:28,209 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:28,209 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 21:10:28,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:10:28,217 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:28,217 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:28,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:28,221 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:10:28,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 21:10:28,225 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:10:28,230 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 21:10:28,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 21:10:28,233 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 21:10:28,237 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:28,237 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:28,241 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:28,241 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:10:28,242 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 21:10:28,242 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 21:10:28,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:28,245 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 21:10:28,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: /sys/devices/virtual/block/dm-0 ; 2024-03-01 21:10:28,249 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 21:10:28,253 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-P7B1xMo8eV5nS2bdOVImq47RqVWvCsbJrSEWUqzeYcEf8uQ7T1wRgpI91qEerelP ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/79b1596b-0399-4c6e-b891-046e25ec02f7 ' '/dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-P7B1xMo8eV5nS2bdOVImq47RqVWvCsbJrSEWUqzeYcEf8uQ7T1wRgpI91qEerelP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '79b1596b-0399-4c6e-b891-046e25ec02f7', 'ID_FS_UUID_ENC': '79b1596b-0399-4c6e-b891-046e25ec02f7', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '818052397'} ; 2024-03-01 21:10:28,253 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:10:28,253 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:28,257 INFO program/MainThread: stdout[11]: LVM 2024-03-01 21:10:28,257 INFO program/MainThread: stderr[11]: 2024-03-01 21:10:28,258 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 21:10:28,258 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:28,261 INFO program/MainThread: stdout[12]: LVM 2024-03-01 21:10:28,261 INFO program/MainThread: stderr[12]: 2024-03-01 21:10:28,261 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 21:10:28,261 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:28,265 INFO program/MainThread: stdout[13]: LVM 2024-03-01 21:10:28,265 INFO program/MainThread: stderr[13]: 2024-03-01 21:10:28,265 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 21:10:28,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 21:10:28,276 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:28,277 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:28,277 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:28,278 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:28,273 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:28,278 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:28,282 INFO program/MainThread: stdout[14]: LVM 2024-03-01 21:10:28,282 INFO program/MainThread: stderr[14]: 2024-03-01 21:10:28,282 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 21:10:28,287 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:10:28,290 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:28,291 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 21:10:28,295 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:28,295 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 21:10:28,298 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:28,298 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 21:10:28,302 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:28,302 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 21:10:28,304 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 21:10:28,304 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 21:10:28,308 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:28,308 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 21:10:28,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 21:10:28,312 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:28,313 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 21:10:28,316 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_e74a5ea2-73f5-4ade-95e5-c195c314f17a ' '/dev/disk/by-id/wwn-0x6001405e74a5ea273f54ade95e5c195c ' '/dev/disk/by-id/scsi-36001405e74a5ea273f54ade95e5c195c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'DEVNAME': '/dev/sdd', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk3', 'ID_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'ID_SERIAL': '36001405e74a5ea273f54ade95e5c195c', 'ID_SERIAL_SHORT': '6001405e74a5ea273f54ade95e5c195c', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e74a5ea27', 'ID_WWN_VENDOR_EXTENSION': '0x3f54ade95e5c195c', 'ID_WWN_WITH_EXTENSION': '0x6001405e74a5ea273f54ade95e5c195c', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e74a5ea273f54ade95e5c195c', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e74a5ea2-73f5-4ade-95e5-c195c314f17a', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk3', 'SCSI_MODEL_ENC': 'disk3\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdd', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461915169'} ; 2024-03-01 21:10:28,316 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 21:10:28,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,327 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 21:10:28,328 INFO blivet/MainThread: sdd is a disk 2024-03-01 21:10:28,328 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 21:10:28,328 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 21:10:28,331 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 21:10:28,335 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 21:10:28,335 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 21:10:28,338 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 21:10:28,339 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 21:10:28,339 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 21:10:28,339 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d9735c88) -- name = sdd status = True id = 59 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 48 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd target size = 1024 MiB path = /dev/sdd format args = [] original_format = None removable = False wwn = 6001405e74a5ea273f54ade95e5c195c 2024-03-01 21:10:28,343 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 21:10:28,343 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 21:10:28,346 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ef1679d0fc684b6c951cbdcf4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86 ' '/dev/disk/by-id/wwn-0x6001405ef1679d0fc684b6c951cbdcf4', 'DEVNAME': '/dev/sde', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk4', 'ID_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'ID_SERIAL': '36001405ef1679d0fc684b6c951cbdcf4', 'ID_SERIAL_SHORT': '6001405ef1679d0fc684b6c951cbdcf4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ef1679d0f', 'ID_WWN_VENDOR_EXTENSION': '0xc684b6c951cbdcf4', 'ID_WWN_WITH_EXTENSION': '0x6001405ef1679d0fc684b6c951cbdcf4', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ef1679d0fc684b6c951cbdcf4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ef1679d0-fc68-4b6c-951c-bdcf4b2f7b86', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk4', 'SCSI_MODEL_ENC': 'disk4\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sde', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '461876667'} ; 2024-03-01 21:10:28,346 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 21:10:28,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,357 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 21:10:28,358 INFO blivet/MainThread: sde is a disk 2024-03-01 21:10:28,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 21:10:28,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 21:10:28,361 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 21:10:28,364 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 21:10:28,365 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 21:10:28,368 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 21:10:28,368 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 21:10:28,369 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 21:10:28,369 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d973f320) -- name = sde status = True id = 64 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 64 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde target size = 1024 MiB path = /dev/sde format args = [] original_format = None removable = False wwn = 6001405ef1679d0fc684b6c951cbdcf4 2024-03-01 21:10:28,372 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 21:10:28,372 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 21:10:28,376 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_6d72e09d-2cf5-473b-a541-50aa730e881f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:6d72e09d-2cf5-473b-a541-50aa730e881f ' '/dev/disk/by-id/wwn-0x60014056d72e09d2cf5473ba54150aa7 ' '/dev/disk/by-id/scsi-360014056d72e09d2cf5473ba54150aa7', 'DEVNAME': '/dev/sdf', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk5', 'ID_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '6d72e09d-2cf5-473b-a541-50aa730e881f', 'ID_SERIAL': '360014056d72e09d2cf5473ba54150aa7', 'ID_SERIAL_SHORT': '60014056d72e09d2cf5473ba54150aa7', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d72e09d2', 'ID_WWN_VENDOR_EXTENSION': '0xcf5473ba54150aa7', 'ID_WWN_WITH_EXTENSION': '0x60014056d72e09d2cf5473ba54150aa7', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d72e09d2cf5473ba54150aa7', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:6d72e09d-2cf5-473b-a541-50aa730e881f', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d72e09d-2cf5-473b-a541-50aa730e881f', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk5', 'SCSI_MODEL_ENC': 'disk5\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdf', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462018081'} ; 2024-03-01 21:10:28,376 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 21:10:28,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,387 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 21:10:28,387 INFO blivet/MainThread: sdf is a disk 2024-03-01 21:10:28,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 21:10:28,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 21:10:28,391 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 21:10:28,394 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 21:10:28,394 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 21:10:28,398 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 21:10:28,398 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 21:10:28,398 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 21:10:28,398 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02da7f3550) -- name = sdf status = True id = 69 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 80 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf target size = 1024 MiB path = /dev/sdf format args = [] original_format = None removable = False wwn = 60014056d72e09d2cf5473ba54150aa7 2024-03-01 21:10:28,402 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 21:10:28,402 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 21:10:28,405 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_e9a01407-e68b-4ab0-8cd3-9cc704560cdb ' '/dev/disk/by-id/scsi-36001405e9a01407e68b4ab08cd39cc70 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:e9a01407-e68b-4ab0-8cd3-9cc704560cdb ' '/dev/disk/by-id/wwn-0x6001405e9a01407e68b4ab08cd39cc70', 'DEVNAME': '/dev/sdg', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk6', 'ID_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'ID_SERIAL': '36001405e9a01407e68b4ab08cd39cc70', 'ID_SERIAL_SHORT': '6001405e9a01407e68b4ab08cd39cc70', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e9a01407e', 'ID_WWN_VENDOR_EXTENSION': '0x68b4ab08cd39cc70', 'ID_WWN_WITH_EXTENSION': '0x6001405e9a01407e68b4ab08cd39cc70', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e9a01407e68b4ab08cd39cc70', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e9a01407-e68b-4ab0-8cd3-9cc704560cdb', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk6', 'SCSI_MODEL_ENC': 'disk6\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdg', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462111527'} ; 2024-03-01 21:10:28,406 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 21:10:28,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,416 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 21:10:28,417 INFO blivet/MainThread: sdg is a disk 2024-03-01 21:10:28,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 21:10:28,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 21:10:28,420 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 21:10:28,424 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 21:10:28,424 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 21:10:28,427 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 21:10:28,428 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 21:10:28,428 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 21:10:28,428 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d972c208) -- name = sdg status = True id = 74 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 96 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg target size = 1024 MiB path = /dev/sdg format args = [] original_format = None removable = False wwn = 6001405e9a01407e68b4ab08cd39cc70 2024-03-01 21:10:28,432 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 21:10:28,432 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 21:10:28,435 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:9f91db82-980a-446b-a65f-8b40438d098b ' '/dev/disk/by-id/scsi-360014059f91db82980a446ba65f8b404 ' '/dev/disk/by-id/wwn-0x60014059f91db82980a446ba65f8b404 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_9f91db82-980a-446b-a65f-8b40438d098b', 'DEVNAME': '/dev/sdh', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk7', 'ID_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '9f91db82-980a-446b-a65f-8b40438d098b', 'ID_SERIAL': '360014059f91db82980a446ba65f8b404', 'ID_SERIAL_SHORT': '60014059f91db82980a446ba65f8b404', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014059f91db829', 'ID_WWN_VENDOR_EXTENSION': '0x80a446ba65f8b404', 'ID_WWN_WITH_EXTENSION': '0x60014059f91db82980a446ba65f8b404', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014059f91db82980a446ba65f8b404', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:9f91db82-980a-446b-a65f-8b40438d098b', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '9f91db82-980a-446b-a65f-8b40438d098b', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk7', 'SCSI_MODEL_ENC': 'disk7\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdh', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462190188'} ; 2024-03-01 21:10:28,436 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 21:10:28,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,446 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 21:10:28,447 INFO blivet/MainThread: sdh is a disk 2024-03-01 21:10:28,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 21:10:28,447 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 21:10:28,451 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 21:10:28,454 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 21:10:28,454 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 21:10:28,458 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 21:10:28,458 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 21:10:28,458 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 21:10:28,458 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d972c748) -- name = sdh status = True id = 79 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 112 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh target size = 1024 MiB path = /dev/sdh format args = [] original_format = None removable = False wwn = 60014059f91db82980a446ba65f8b404 2024-03-01 21:10:28,462 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 21:10:28,462 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 21:10:28,465 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:521f7074-12db-4c51-9078-5e801f45e0af ' '/dev/disk/by-id/scsi-36001405521f707412db4c5190785e801 ' '/dev/disk/by-id/wwn-0x6001405521f707412db4c5190785e801 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_521f7074-12db-4c51-9078-5e801f45e0af', 'DEVNAME': '/dev/sdi', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk8', 'ID_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': '521f7074-12db-4c51-9078-5e801f45e0af', 'ID_SERIAL': '36001405521f707412db4c5190785e801', 'ID_SERIAL_SHORT': '6001405521f707412db4c5190785e801', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405521f70741', 'ID_WWN_VENDOR_EXTENSION': '0x2db4c5190785e801', 'ID_WWN_WITH_EXTENSION': '0x6001405521f707412db4c5190785e801', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405521f707412db4c5190785e801', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:521f7074-12db-4c51-9078-5e801f45e0af', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '521f7074-12db-4c51-9078-5e801f45e0af', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk8', 'SCSI_MODEL_ENC': 'disk8\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdi', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462278535'} ; 2024-03-01 21:10:28,466 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 21:10:28,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,476 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 21:10:28,477 INFO blivet/MainThread: sdi is a disk 2024-03-01 21:10:28,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 21:10:28,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 21:10:28,481 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 21:10:28,484 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 21:10:28,484 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 21:10:28,487 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 21:10:28,488 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 21:10:28,488 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 21:10:28,488 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d974b0f0) -- name = sdi status = True id = 84 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 128 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi target size = 1024 MiB path = /dev/sdi format args = [] original_format = None removable = False wwn = 6001405521f707412db4c5190785e801 2024-03-01 21:10:28,492 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 21:10:28,492 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 21:10:28,495 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5 ' '/dev/disk/by-id/scsi-36001405b8528bb537a64c7ab6cf4bf1f ' '/dev/disk/by-id/wwn-0x6001405b8528bb537a64c7ab6cf4bf1f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'DEVNAME': '/dev/sdj', 'DEVPATH': '/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'DEVTYPE': 'disk', 'ID_BUS': 'scsi', 'ID_MODEL': 'disk9', 'ID_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'ID_REVISION': '4.0', 'ID_SCSI': '1', 'ID_SCSI_INQUIRY': '1', 'ID_SCSI_SERIAL': 'b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'ID_SERIAL': '36001405b8528bb537a64c7ab6cf4bf1f', 'ID_SERIAL_SHORT': '6001405b8528bb537a64c7ab6cf4bf1f', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405b8528bb53', 'ID_WWN_VENDOR_EXTENSION': '0x7a64c7ab6cf4bf1f', 'ID_WWN_WITH_EXTENSION': '0x6001405b8528bb537a64c7ab6cf4bf1f', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405b8528bb537a64c7ab6cf4bf1f', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'SCSI_IDENT_PORT_NAME': 'naa.5001405ccef6d6e4,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'b8528bb5-37a6-4c7a-b6cf-4bf1fb2eacd5', 'SCSI_IDENT_TARGET_NAME': 'naa.5001405ccef6d6e4', 'SCSI_MODEL': 'disk9', 'SCSI_MODEL_ENC': 'disk9\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', 'SCSI_REVISION': '4.0', 'SCSI_TPGS': '3', 'SCSI_TYPE': 'disk', 'SCSI_VENDOR': 'LIO-ORG', 'SCSI_VENDOR_ENC': 'LIO-ORG\\x20', 'SUBSYSTEM': 'block', 'SYS_NAME': 'sdj', 'SYS_PATH': '/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '462360217'} ; 2024-03-01 21:10:28,495 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 21:10:28,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,506 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 21:10:28,507 INFO blivet/MainThread: sdj is a disk 2024-03-01 21:10:28,507 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 21:10:28,507 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 21:10:28,510 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 21:10:28,514 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 21:10:28,514 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 21:10:28,517 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 21:10:28,517 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 21:10:28,518 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 21:10:28,518 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d974b7b8) -- name = sdj status = True id = 89 children = [] parents = [] uuid = None size = 1024 MiB format = existing None major = 8 minor = 144 exists = True protected = False sysfs path = /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj target size = 1024 MiB path = /dev/sdj format args = [] original_format = None removable = False wwn = 6001405b8528bb537a64c7ab6cf4bf1f 2024-03-01 21:10:28,521 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 21:10:28,522 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 21:10:28,525 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda ; info: {'DEVNAME': '/dev/xvda', 'DEVPATH': '/devices/vbd-768/block/xvda', 'DEVTYPE': 'disk', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'MAJOR': '202', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '14877848'} ; 2024-03-01 21:10:28,525 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 21:10:28,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:28,532 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:28,535 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 21:10:28,536 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 21:10:28,536 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 21:10:28,536 INFO blivet/MainThread: xvda is a disk 2024-03-01 21:10:28,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 21:10:28,536 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 21:10:28,539 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 21:10:28,543 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 21:10:28,543 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 21:10:28,546 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 21:10:28,547 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 21:10:28,547 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 21:10:28,547 INFO blivet/MainThread: got device: DiskDevice instance (0x7f02d974bcf8) -- name = xvda status = True id = 94 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 21:10:28,551 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 21:10:28,554 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:28,554 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 21:10:28,558 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:28,558 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 21:10:28,561 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:28,561 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 21:10:28,565 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:28,565 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 21:10:28,568 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 21:10:28,571 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 21:10:28,575 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 21:10:28,578 DEBUG blivet/MainThread: Did not change pmbr_boot on parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7f02d9798c08> 2024-03-01 21:10:31,855 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 21:10:31,860 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 21:10:31,860 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 21:10:31,864 DEBUG blivet/MainThread: DeviceTree.handle_device: name: xvda1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d21788f1-b672-45d8-9d39-0b6482be1fd5 ' '/dev/disk/by-partuuid/b2f85011-01', 'DEVNAME': '/dev/xvda1', 'DEVPATH': '/devices/vbd-768/block/xvda/xvda1', 'DEVTYPE': 'partition', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_FS_UUID_ENC': 'd21788f1-b672-45d8-9d39-0b6482be1fd5', 'ID_PART_ENTRY_DISK': '202:0', 'ID_PART_ENTRY_FLAGS': '0x80', 'ID_PART_ENTRY_NUMBER': '1', 'ID_PART_ENTRY_OFFSET': '2048', 'ID_PART_ENTRY_SCHEME': 'dos', 'ID_PART_ENTRY_SIZE': '524285919', 'ID_PART_ENTRY_TYPE': '0x83', 'ID_PART_ENTRY_UUID': 'b2f85011-01', 'ID_PART_TABLE_TYPE': 'dos', 'ID_PART_TABLE_UUID': 'b2f85011', 'ID_SCSI': '1', 'MAJOR': '202', 'MINOR': '1', 'PARTN': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'xvda1', 'SYS_PATH': '/sys/devices/vbd-768/block/xvda/xvda1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '14881673'} ; 2024-03-01 21:10:31,864 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 21:10:31,864 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 21:10:31,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:31,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:31,875 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 21:10:31,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:31,881 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:31,881 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:31,892 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:31,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:31,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 21:10:31,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 21:10:31,916 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 21:10:31,916 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 21:10:31,919 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 21:10:31,923 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 21:10:31,923 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 21:10:31,927 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:31,927 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:31,927 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 21:10:31,930 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 21:10:31,934 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 21:10:31,937 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 21:10:31,940 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 21:10:31,944 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 21:10:31,944 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 21:10:31,944 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 21:10:31,945 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 21:10:31,944 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f02d9756518) -- name = xvda1 status = True id = 104 children = [] parents = ['existing 250 GiB disk xvda (94) with existing msdos disklabel'] uuid = b2f85011-01 size = 250 GiB format = existing None major = 202 minor = 1 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda/xvda1 target size = 250 GiB path = /dev/xvda1 format args = [] original_format = None grow = None max size = 0 B bootable = True part type = 0 primary = None start sector = None end sector = None parted_partition = parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f02d975ceb8> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 21:10:31,949 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 21:10:31,952 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 21:10:31,952 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 21:10:31,956 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 21:10:31,956 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 21:10:31,960 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:31,960 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 21:10:31,963 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 21:10:31,963 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 21:10:31,963 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 21:10:31,967 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 21:10:31,967 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 21:10:31,970 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 21:10:31,970 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 21:10:31,974 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-P7B1xMo8eV5nS2bdOVImq47RqVWvCsbJrSEWUqzeYcEf8uQ7T1wRgpI91qEerelP ' '/dev/test_vg1/lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/79b1596b-0399-4c6e-b891-046e25ec02f7', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-P7B1xMo8eV5nS2bdOVImq47RqVWvCsbJrSEWUqzeYcEf8uQ7T1wRgpI91qEerelP', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '79b1596b-0399-4c6e-b891-046e25ec02f7', 'ID_FS_UUID_ENC': '79b1596b-0399-4c6e-b891-046e25ec02f7', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '818052397'} ; 2024-03-01 21:10:31,974 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 21:10:31,974 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:31,978 INFO program/MainThread: stdout[15]: LVM 2024-03-01 21:10:31,978 INFO program/MainThread: stderr[15]: 2024-03-01 21:10:31,978 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 21:10:31,978 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:31,982 INFO program/MainThread: stdout[16]: LVM 2024-03-01 21:10:31,982 INFO program/MainThread: stderr[16]: 2024-03-01 21:10:31,982 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 21:10:31,982 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:31,985 INFO program/MainThread: stdout[17]: LVM 2024-03-01 21:10:31,985 INFO program/MainThread: stderr[17]: 2024-03-01 21:10:31,985 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 21:10:31,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:31,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:10:31,996 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:31,997 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:31,997 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:31,998 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:31,993 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:31,998 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 21:10:32,002 INFO program/MainThread: stdout[18]: LVM 2024-03-01 21:10:32,002 INFO program/MainThread: stderr[18]: 2024-03-01 21:10:32,002 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 21:10:32,006 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 21:10:32,006 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 21:10:32,006 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,017 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,030 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 21:10:32,031 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 21:10:32,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:32,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:32,044 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 21:10:32,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:32,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:32,057 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 21:10:32,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:32,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:32,069 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 21:10:32,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:32,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:32,081 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 21:10:32,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:32,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:32,093 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 21:10:32,096 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 21:10:32,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,105 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 21:10:32,105 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 21:10:32,108 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,111 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 21:10:32,112 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,112 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,113 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,113 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,113 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,114 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,114 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,115 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,116 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,116 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,117 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,117 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 21:10:32,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 21:10:32,124 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 21:10:32,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 21:10:32,130 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 21:10:32,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 21:10:32,136 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 21:10:32,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 21:10:32,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 21:10:32,142 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 21:10:32,144 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,145 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,145 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,146 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,142 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,148 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,149 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,149 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,150 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,153 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,153 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,153 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,154 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,151 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,157 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,157 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,158 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,158 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,161 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,161 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,162 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,162 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,159 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,165 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,165 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,166 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,166 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,163 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,169 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,169 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,170 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,170 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,173 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,174 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,174 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,177 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,177 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,178 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,178 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,181 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,181 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,182 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,182 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,185 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,185 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,186 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,186 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,189 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,189 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,190 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,190 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,187 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,193 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,193 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,194 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,194 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,191 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,197 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,197 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,198 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,198 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,195 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,201 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,202 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,202 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,202 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,199 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,205 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,206 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,206 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,207 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,209 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,210 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,210 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,211 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,207 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,213 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,214 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,214 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,215 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,211 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,217 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,218 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,218 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,219 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,215 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,221 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,222 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,222 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,223 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,219 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,225 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,226 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,226 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,227 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,223 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,229 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,230 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,230 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,230 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,227 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,233 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,234 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,234 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,234 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,231 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,237 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,237 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,238 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,238 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,235 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,241 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,241 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,242 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,242 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,239 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,245 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,245 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,246 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,246 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,243 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,249 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,249 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,250 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,250 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,247 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,253 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,253 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,254 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,254 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,257 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,258 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,258 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,258 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,255 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,261 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,262 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,262 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,262 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,259 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,265 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,265 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,266 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,266 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,263 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,269 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,270 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,270 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 21:10:32,270 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 21:10:32,267 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f02d9729ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = rSEWUq-zeYc-Ef8u-Q7T1-wRgp-I91q-EerelP size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f02d97a4940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = P7B1xM-o8eV-5nS2-bdOV-Imq4-7RqV-WvCsbJ size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 21:10:32,271 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 21:10:32,274 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 21:10:32,275 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:32,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 21:10:32,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 21:10:32,279 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:32,279 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 21:10:32,283 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 21:10:32,284 INFO program/MainThread: stderr[19]: 2024-03-01 21:10:32,284 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 21:10:32,288 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 21:10:32,288 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 21:10:32,289 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:32,289 DEBUG blivet.ansible/MainThread: ['sdb', 'sdc', 'test_vg1', 'sda'] 2024-03-01 21:10:32,289 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 21:10:32,292 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 21:10:32,293 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:32,296 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:10:32,299 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:10:32,303 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 21:10:32,303 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 21:10:32,303 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:10:32,303 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 21:10:32,303 DEBUG blivet/MainThread: removing sdb 2024-03-01 21:10:32,306 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:32,306 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:32,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 21:10:32,310 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 21:10:32,310 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:10:32,310 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 21:10:32,310 DEBUG blivet/MainThread: removing sdc 2024-03-01 21:10:32,313 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:32,313 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:32,314 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 21:10:32,317 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 21:10:32,317 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:10:32,317 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 21:10:32,317 DEBUG blivet/MainThread: removing sda 2024-03-01 21:10:32,320 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 21:10:32,320 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 21:10:32,320 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 21:10:32,323 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 21:10:32,323 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:10:32,324 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,335 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,347 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,358 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,374 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:10:32,374 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:32,374 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:32,375 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:10:32,375 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:10:32,375 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:10:32,375 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:10:32,375 INFO blivet/MainThread: pruning action queue... 2024-03-01 21:10:32,375 INFO blivet/MainThread: resetting parted disks... 2024-03-01 21:10:32,378 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:10:32,381 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 21:10:32,384 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 21:10:32,384 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 21:10:32,388 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:10:32,388 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f02d971d150> 2024-03-01 21:10:32,388 INFO blivet/MainThread: sorting actions... 2024-03-01 21:10:32,389 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:32,389 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:32,389 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:10:32,389 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:10:32,389 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:10:32,389 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:10:32,390 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:32,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:32,396 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:10:32,397 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 21:10:32,405 INFO program/MainThread: stdout: 2024-03-01 21:10:32,405 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 21:10:32,405 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,421 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,432 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,432 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 21:10:32,437 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 21:10:32,440 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:10:32,444 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 21:10:32,448 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 21:10:32,462 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 21:10:32,462 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:32,498 INFO program/MainThread: stdout[20]: 2024-03-01 21:10:32,498 INFO program/MainThread: stderr[20]: 2024-03-01 21:10:32,499 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 21:10:32,503 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:10:32,506 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:32,510 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:10:32,513 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:32,517 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:10:32,520 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:32,523 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:10:32,526 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 21:10:32,527 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:32,564 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 21:10:32,564 INFO program/MainThread: stderr[21]: 2024-03-01 21:10:32,564 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 21:10:32,565 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 21:10:32,572 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 21:10:32,581 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 21:10:32,587 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 21:10:32,594 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:32,603 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 21:10:32,607 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:32,616 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 21:10:32,620 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:32,626 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 21:10:32,629 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 21:10:32,629 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:32,673 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 21:10:32,673 INFO program/MainThread: stderr[22]: 2024-03-01 21:10:32,673 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 21:10:32,674 INFO program/MainThread: Running [23] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:32,713 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 21:10:32,713 INFO program/MainThread: stderr[23]: 2024-03-01 21:10:32,713 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 21:10:32,714 INFO program/MainThread: Running [24] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:32,747 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 21:10:32,747 INFO program/MainThread: stderr[24]: 2024-03-01 21:10:32,747 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 21:10:32,748 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sda (id 2) 2024-03-01 21:10:32,754 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:32,761 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:10:32,766 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 21:10:32,767 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:32,811 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 21:10:32,812 INFO program/MainThread: stderr[25]: 2024-03-01 21:10:32,812 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 21:10:32,812 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 21:10:32,812 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,823 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,823 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,836 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,836 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,848 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,849 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sdc (id 36) 2024-03-01 21:10:32,853 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:32,856 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:10:32,859 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 21:10:32,859 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:32,886 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 21:10:32,886 INFO program/MainThread: stderr[26]: 2024-03-01 21:10:32,886 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 21:10:32,886 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 21:10:32,887 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,918 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,919 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,935 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,935 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:32,952 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:32,953 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 21:10:32,957 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 21:10:32,960 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:10:32,963 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 21:10:32,963 INFO program/MainThread: Running [27] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 21:10:32,995 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 21:10:32,996 INFO program/MainThread: stderr[27]: 2024-03-01 21:10:32,996 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 21:10:32,996 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 21:10:32,996 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:33,036 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:33,036 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:33,049 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:33,050 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 21:10:33,065 DEBUG program/MainThread: Return code: 0 2024-03-01 21:10:33,071 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 21:10:33,071 DEBUG blivet/MainThread: device xvda1 new parted_partition parted.Partition instance -- disk: fileSystem: number: 1 path: /dev/xvda1 type: 0 name: None active: True busy: True geometry: PedPartition: <_ped.Partition object at 0x7f02da83a308> to retry, use: --limit @/tmp/tests_no_space_fail.retry PLAY RECAP ********************************************************************* sut : ok=93 changed=3 unreachable=0 failed=1 skipped=54 rescued=2 ignored=0 Friday 01 March 2024 21:10:38 +0000 (0:00:00.456) 0:01:46.876 ********** =============================================================================== fedora.linux_system_roles.storage : Make sure blivet is available ------ 47.67s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.92s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 5.43s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Update facts ------------------------ 4.79s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 fedora.linux_system_roles.storage : Get required packages --------------- 4.60s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 4.25s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.53s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.47s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 2.47s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ Ensure test packages ---------------------------------------------------- 2.45s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.43s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.42s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.41s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.38s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Get service facts ------------------- 1.77s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.70s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Get service facts ------------------- 1.68s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 1.20s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Gathering Facts --------------------------------------------------------- 0.97s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/tests/tests_no_space_fail.yml:2 --- fedora.linux_system_roles.storage : Update facts ------------------------ 0.79s /WORKDIR/git-debug-cleanup-failuresdm7xs70g/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---